@charset "utf-8";
/* ------------------------------------------------------------------------------------------
* main ex_user_customer_login-slider
* ----------------------------------------------------------------------------------------- */
.sns-note {
	margin:16px auto;
	padding-top: 16px;
	border-top: 1px solid #ddd;
}
.btn-login {
	margin-bottom: 10px;
	border-radius: 4px;
}
.btn-login:hover {
	opacity: .8;
}
/* facebook */
.btn-login-fb-pc_login .fb-login-button {
	width: 100%;
	max-width: 274px;
}
/* Twitter */
.btn-login.btn-login-tw {
	width: 100%;
	height: 40px;
}
.btn-login.btn-login-tw input {
	width: 100%;
	height: 40px;
	background: #1da1f3;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	line-height: 40px;
}
/* yahoo! */
.yconnectLogin {
	display: block;
	width: 100% !important;
	height: 40px !important;
	font-size: 16px !important;
}
.yconnectLogin > * {
	font-size: 16px !important;
}
/* google */
.g-signin2 > div {
	width: 100% !important;
	height: 40px !important;
}
.abcRioButton {
	box-shadow: none !important;
	background: #4285f4 !important;
	border: 1px solid #4285f4 !important;
	border-radius: 4px !important;
}
.abcRioButton:hover {
	box-shadow: none !important;
}
.abcRioButtonLightBlue {
	background: #4285f4 !important;
	background-color: #4285f4 !important;
	color: #fff !important;
	font-weight: bold !important;
}
.abcRioButtonIcon {
	padding: 11px 19px !important;
	max-width: 56px !important;
	background: #fff !important;
}
.abcRioButtonContents {
	font-size: 20px !important;
	font-weight: bold !important;
	line-height: 38px !important;
}

/* ------------------------------------------------------------------------------------------
* main ex_user_customer_create-slider
* ----------------------------------------------------------------------------------------- */
.area-ttl {
	font-size: 18px;
	margin: 16px 0;
	padding-left: 1em;
	position: relative;
}
.area-ttl::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 28px;
	background: #eeeeee;
	top: 0;
	left: 0;
}
.sns-login-area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sns-login-area .btn-login {
	width: 45%;
	max-width: 240px;
}

/* ------------------------------------------------------------------------------------------
* main ex_user_customer_login-template
* ----------------------------------------------------------------------------------------- */
.tab_login {
	/* background-image: url(../images/loginback.gif);
	background-repeat: no-repeat; */
	width: 332px;
	height: auto;
	padding: 60px 0px 10px 0px;
}
.sns-login-template-col {
	width: 100%;
	max-width: 274px;
}

/* ------------------------------------------------------------------------------------------
* main ex_user_customer_create-template
* ----------------------------------------------------------------------------------------- */
.area-ttl-template {
	padding: 16px 0;
	margin: 0 auto;
}
.area-ttl-template > p {
	max-width: 490px;
	padding-left: 20px;
	text-align: left;
	position: relative;
}
.area-ttl-template > p::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 28px;
	background: #eeeeee;
	top: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	left: 4px;
}
.sns-login-template-row {
	max-width: 510px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.sns-login-template-row > .btn-login {
	width: 100%;
	max-width: 250px;
	//float:left;
}
.sns-login-template-row > .btn-login:nth-child(2n) {
	margin-left: 10px;
}
/* ------------------------------------------------------------------------------------------
* main ex_purchase_list-template
* ----------------------------------------------------------------------------------------- */
.sns-login-template-row-min {
	max-width: 484px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.sns-login-template-row-min > .btn-login {
	width: 100%;
	max-width: 240px;
}
.sns-login-template-row-min > .btn-login:nth-child(2n) {
	margin-left: 4px;
}

/* ------------------------------------------------------------------------------------------
* main ex_user_customer_login-general
* ----------------------------------------------------------------------------------------- */
/* form */
.login-input-general td {
	padding: 5px;
	vertical-align: middle;
}
.login-input-general td input[type="text"],
.login-input-general td input[type="password"]{
	padding: 10px 8px;
	border: 1px solid #aaa;
	border-radius: 2px;
	-webkit-appearance: none;
}
.login-btn-general td {
	padding: 8px 0;
}
.login-btn-general td input[type="submit"] {
	padding: 10px 24px;
	min-width: 130px;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-appearance: none;
	cursor: pointer;
}
.ttl-remainder td {
	padding-top: 8px;
}
.ttl-remainder,
.btn-remainder {
	text-align: center;
}
.btn-remainder td input[type="submit"] {
	padding: 3px 24px;
	min-width: 130px;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

.sns-note-general {
	padding: 16px 0;
	margin-top: 16px;
	text-align: center;
}
.sns-login-general-col {
	width: 100%;
	padding: 10px 0;
}
.sns-login-general-col > .btn-login {
	width: 100%;
	max-width: 274px;
}
/* ------------------------------------------------------------------------------------------
* main ex_user_customer_create-general
* ----------------------------------------------------------------------------------------- */
.area-ttl-general > p {
	font-weight: bold;
	padding-top: 20px;
}
.sns-login-general-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.sns-login-general-row > .btn-login {
	width: 100%;
	max-width: 250px;
	margin: 0 5px;
	margin-bottom: 8px;
}
.sns-login-general-row:first-child {
	margin-top: 8px;
}
.attention-area-general {
	padding-bottom: 10px;
}

/* ------------------------------------------------------------------------------------------
* Utility
* ----------------------------------------------------------------------------------------- */
.u-pt-16 {
	padding-top: 16px;
}
.u-pb-20 {
	padding-bottom: 20px;
}
.u-pb-0 {
	padding-bottom: 0px;
}
.u-bt {
	border-top: 1px solid #eee;
}