@charset "utf-8";
/* ------------------------------------------------------------------------------------------
* main ex_sp_user_customer_login
* ----------------------------------------------------------------------------------------- */
/* sp-loginbox-area */
p.normaltex {
	margin: 16px auto;
}
#paegin_loginbox .sp-loginbox-area dt{
	float:none;
	width:100%;
	text-align:left;
	display: block;
	margin: 5px 0;
}
#paegin_loginbox .sp-loginbox-area dd{
	float:none;
	width:100%;
	display: block;
	margin: 5px 0;
	margin-bottom: 16px;
}
#paegin_loginbox .sp-loginbox-area dd input {
	width:calc(100% - 18px);
	padding: 13px 8px;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-appearance: none;
}
.sp-loginbox-area p.cartin {
	margin-top: 20px;
	padding-bottom: 0;
}
.sp-loginbox-area p.cartin input.submit{
	border: none;
	padding: 0 8px;
	color: #fff;
	cursor: pointer;
	background: #009900;
	border-radius: 4px;
	-webkit-box-shadow: none;
	width:100%;
	max-width: 274px;
	height: 44px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}

.sns-note {
	margin:16px auto;
	padding-top: 16px;
	width: 90%;
	border-top: 1px solid #ddd;
}
.sp-btn-login {
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 4px;
	width: 100%;
	max-width: 274px;
}
p.cartin.sp-btn-area {
	margin: 0;
	padding-bottom: 0;
}

/* facebook */
.btn-login-fb-pc_login .fb-login-button {
	width: 100%;
	max-width: 274px;
}
/* Twitter */
.sp-btn-login.sp-btn-login-tw {
	width: 100%;
	height: 44px;
}
.sp-btn-login.sp-btn-login-tw input {
	width: 100%;
	height: 44px;
	background: #1da1f3;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	line-height: 40px;
}
/* yahoo! */
.yconnectLogin {
	display: block;
	width: 100% !important;
	height: 44px !important;
	font-size: 16px !important;
}
.yconnectLogin > * {
	font-size: 16px !important;
}
/* google */
.g-signin2 > div {
	width: 100% !important;
	height: 44px !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: 13px 19px !important;
	max-width: 56px !important;
	background: #fff !important;
}
.abcRioButtonContents {
	font-size: 20px !important;
	line-height: 38px !important;
}

/* user-create-txt */
#cart h3.user-create-txt {
	margin: 16px auto;
	width: 90%;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	background: #eee;
	border: 1px solid #aaa;
	padding: 10px 0;
}

/* ------------------------------------------------------------------------------------------
* main ex_sp_user_customer_create
* ----------------------------------------------------------------------------------------- */
/* text */
.txt-area {
	margin: 24px auto;
	width: 90%;
}
.area-ttl {
	font-size: 18px;
	margin: 0;
	padding-left: 1em;
	position: relative;
}
.area-ttl::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 28px;
	background: #eeeeee;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	left: 0%;
}
div.normaltex {
	margin: 16px auto;
	width: 90%;
}
.attention-area.warning {
	background: #fffbd5;
	border: 1px solid #ffe082;
	padding: 16px;
	line-height: 1.2;
}

/* cart_personaldata-sp */
#cart_personaldata.cart_personaldata-sp{
	width:90%;
	margin: 0 auto;
}
.cart_personaldata-sp p:first-child{
	margin: 16px 0;
}
#cart_personaldata.cart_personaldata-sp dl dt {
	margin: 5px 0;
}
#cart_personaldata.cart_personaldata-sp dl dd {
	margin: 5px 0;
	margin-bottom: 12px;
}
#cart_personaldata.cart_personaldata-sp dl dd input:not([type="radio"]):not([type="submit"]) {
	padding: 13px 8px;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-appearance: none;
	margin-bottom: 5px;
}
.btn-normal {
	padding: 10px 8px;
	background: #cfe9ea;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-appearance: none;
	margin-left: 8px;
}
.cart_personaldata-sp p input.submit{
	border: none;
	padding: 0 8px;
	margin-bottom: 16px;
	color: #fff;
	cursor: pointer;
	background: #009900;
	border-radius: 4px;
	-webkit-box-shadow: none;
	width:100%;
	max-width: 274px;
	height: 44px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.cart_personaldata-sp select {
	max-width: 100%;
	padding: 6px;
	border: 1px solid #aaa;
	border-radius: 3px;
}
.cart_personaldata-sp .sp-reminder {
	line-height: 3;
}