@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ログイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.login #main .left h2 + input { margin: 0 0 20px; }
.login #main input[type="submit"], .buttonLink a {
	display: block;
	margin: 30px auto 40px;
}
.login #main input[type="image"], .buttonLink a {
 display: block;
 margin: 30px auto 40px;
 border: none;
}
.buttonLink .left, .buttonLink .right, .buttonLink .right_Next { margin: 0 !important; }
.login #main .left .link { text-align: center; }

.login.reminder #main #formWrap, .cancel #main #formWrap {
	width: 620px;
	margin: 0 auto;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ログイン　サービス規約
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.kiyaku #main .buttonLink {
	text-align: center;
	padding: 0 0 0 1px;
}
.kiyaku #main .buttonLink a {
	display: inline-block;
	*display: inline;
	_display: inline;
	*zoom: 1;
	_zoom: 1;
	vertical-align: middle;
	margin: 0 21px 0 20px;
}

.kiyaku #main input[type="submit"] {
	display: inline;
	margin: 0;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ログイン　会員情報登録
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* .login.membersinfo #formBox {
	padding-top: 0;
	border-top: none;
}

.login.membersinfo .formWrap .two_block p { margin-bottom: 10px; }
.login.membersinfo .formWrap .two_block > div > p { height: 86px; }
.login.membersinfo .formWrap .two_block > div > p + p { height: 72px; }
.login.membersinfo .formWrap .linkArea { margin-top: 36px; }
.login.membersinfo .formWrap label.label_name {
	width: 150px;
}
.login.membersinfo .formWrap .must span { margin: 0 0 0 178px; }
.login.membersinfo .formWrap .must span.selectBox { margin-left: 0px; }

.login.membersinfo .must {
	background-position: 0 17px;
}
.login.membersinfo .must .label_name {
	width: 126px !important;
	padding-left: 24px;
} */

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
新規登録
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.entry #main .input { padding-bottom: 43px; }
.entry #main .input p {
	margin-bottom: 10px;
}
.entry #main .input label {
	vertical-align: middle;
}

#main #button {
	width: 620px;
	margin: 0 auto;
	padding-top: 4px;
}
#main #button:after {
	content: "";
	display: block;
	clear: both;
}
#main #button input { float: right; }
#main #button .left { float: left; margin-left: 0; margin-right: 0; }
#main #button .right { float: right; margin-left: 0; margin-right: 0; }
#main #button .right_Next { float: right; margin-left: 0; margin-right: }

.entry #main .new_entry p {
	border-bottom: 1px dotted #d9d9d9;
	padding-bottom: 10px;
}
.entry #main .new_entry p .text_right {
	display: block;
	width: 400px;
	margin-left: 220px;
}
.entry #main .new_entry p .text_right.last { margin-top: 7px; }

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
新規登録　パスワード確認
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.password #main #formWrap {
	width:385px;
	margin: 0 auto;
}
.password #main #formWrap form input#password {
	width: 409px;
}
.password #main #formWrap form input[type="submit"] {
	display: block;
	margin: 30px auto 15px;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
新規登録　会員情報登録
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#message span.required { color: #0068b8; }
.membersInfo #main #message { margin-bottom: 19px; }
.messageEm { color: #fb0202; font-size: 16px; font-weight:bold;  }

#message_left span.required { color: #0068b8; }

#errorMessage {
	color: #fb0202;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 23px;
}
#message + #errorMessage { margin-top: 0; }

#noticeMessage {
	color: #007ebe;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 14px;
	margin-bottom: 0px;
}

#noticeMessage .noticeBlue {
	color: #007ebe;
	font-size: 11px;
	text-align: left;
}

#message + #noticeMessage { margin-top: 0; }

#formBox {
	border-top: 1px solid #d9d9d9;
}
#formBox .innerBox:after {
	content: "";
	display: block;
	clear: both;
}
#formBox .innerBox .left,
#formBox .innerBox .right { width: 410px; }
#formBox .innerBox .left { float: left; }
#formBox .innerBox .right { float: right; }
#formBox .innerBox p {
	padding: 20px 0 20px 24px;
	border-bottom: 1px solid #d9d9d9;
}
#formBox .innerBox .hasSmall { padding-bottom:13px; ; }
#formBox .innerBox .left p:first-child,
#formBox .innerBox .right p:first-child { padding-top: 0; }

#formBox .innerBox + #texts { padding-top: 59px; }
#formBox .innerBox + #texts dl { margin-bottom: 52px; }
#formBox .innerBox + #texts dt { margin-bottom: 10px; }
#formBox .innerBox + #texts dd {
	position: relative;
	padding: 14px 0 13px;
	border-bottom: 1px solid #d0d0d0;
}
#formBox .innerBox + #texts dd.dd_last { border-bottom: none; }
#formBox .innerBox + #texts .button {
	margin-top: 40px;
	text-align: center;
}


.membersInfo label { vertical-align: middle; }
.membersInfo label.label_name,
.membersInfo label.label_name2{
	width: 85px;
}
.membersInfo label.label_name2 { margin-left: 50px; }
.membersInfo .small {
	margin-left: 195px;
}
.radio label.label_text { width: 40px; }
.radio label.label_text1 { width: 45px; }
.formWrap label.label_text3 { text-align: center; }
.radio_must label.label_text2 { width: 240px; height:125px; }
.radio_must label.icon { width: 40px; }
.radio label.label_text.long { width: 60px; }

.membersInfo #texts label.label_text {
	width:135px;
	height: 23px;
	line-height: 23px;
	vertical-align: top;
}
.membersInfo span.short {
	width: 75px;
}
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ponta連携
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ponta .two_block {
	padding-bottom: 40px;
	border-bottom: 1px solid #d9d9d9;
}
.ponta .two_block .left p input[type="text"] { margin-bottom: 3px; }
.ponta .two_block .left p { margin-top: 14px; }
.ponta .two_block .left .button { text-align: center; margin-top: 30px; margin-bottom: 30px; }

.ponta #ponta_error { margin: 0 0 30px; color: #fb0202; }
.ponta #ponta_notice { margin: 0 0 30px; color: #007ebe;}

.mypage.ponta #main .two_block { border: none; }
.mypage.ponta #main .two_block > div {
	float: none;
	width: 100%;
	border-right: none;
}

.mypage.ponta #main .two_block > .right {
	padding-top: 30px;
	border-top: 1px solid #d9d9d9;
}
.mypage.ponta #main .two_block > .left {
	padding-bottom: 30px;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ponta連携
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.entry.mypage label.label_name,
.entry.mypage label.label_name2{
	width: 82px;
}
.entry.mypage label.label_name2 { margin-left: 15px; }

.entry.mypage span.small {
	margin-left:195px;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
メルマガ解除
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.cancel #formWrap .icon + label { height: 30px; line-height: 30px; }
.cancel #formWrap #cancel_form { margin-bottom: 20px; }
.cancel #formWrap .buttonLink input { margin-top: 30px; }

.errorBox { color: #fb0202; }

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ログイン　LINEボタン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.lineButtonLink {
	margin: auto;
	height:70px;
	width: 320px;
	position:relative;
	background: url('/LID/common/images/line_btn_base.png') no-repeat;
	background-size: contain;
	background-color: #06c755;
	border-radius: 10px;
	z-index: 1;
}
.lineButtonDisable {
	margin: auto;
	position:relative;
	height:70px;
	background: url('/LID/common/images/line_btn_disable.png') no-repeat;
	width: 320px;
	border-color:#E5E5E5;
	border-style: solid;
	border-width: 1px;
	opacity:0.6;
	background-size: contain;
	background-color: #FFFFFF;
	border-radius: 10px;
	z-index: 1;
}
.lineButtonLinkLine{
	position:absolute;
	display:inline-block;
	left:70px;
	background:#000000;
	width:1px;
	height:70px;
	opacity:0.08;
	z-index: 3;
}
.lineButtonLineDisable{
	position:absolute;
	display:inline-block;
	left:70px;
	background:#E5E5E5;
	width:1px;
	height:70px;
	opacity:0.6;
	z-index: 3;
}
.lineButtonLogin{
	box-sizing:border-box;
	position:absolute;
	height:70px;
	width: 100%;
	text-align:center;
	line-height:70px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	white-space: nowrap;
	z-index: 4;
}
.lineLoginDisable{
	display:block;
	box-sizing:border-box;
	position:absolute;
	height:70px;
	width: 100%;
	text-align:center;
	line-height:70px;
	font-size: 16px;
	font-weight: bold;
	color: #1E1E1E;
	opacity:0.2;
	white-space: nowrap;
	z-index: 4;
}
.lineButtonHover{
	position:absolute;
	height:70px;
	width:100%;
	background: #000000;
	border-radius: 10px;
	opacity:0;
	z-index: 5;
}
.lineButtonHover:hover{
	position:absolute;
	height:70px;
	width:100%;
	background: #000000;
	border-radius: 10px;
	opacity:0.1;
	z-index: 5;
}
.lineButtonHover:active{
	position:absolute;
	height:70px;
	width:100%;
	background: #000000;
	border-radius: 10px;
	opacity:0.3;
	z-index: 5;
}