@charset "Shift_JIS";

/* 
20150914.Kawashima  
	-- ファイル分割 style.css --
*/


/**====================
///// 会員登録 /////
====================**/

#SignUp > article {
	background-color: #f6f6f6;
}

#SignUp > article dl {
	background-color: #fff;
}

#AddrChe {
	float: right;
	width: 150px;
}

#MemDbirth_select + span {
	display: block;
	float: left;
	font-size: 14px;
	padding-top: 22px;
}

#MemFurigan_text,
#MemName_text {
	float: left;
	width: 49%;
}

#MemFurigan_text2,
#MemName_text2 {
	float: right;
	width: 49%;
}

#MemSex_radio1 + label,
#MemSex_radio2 + label {
	float: left;
	width: 30%;
}

#MemYbirth_text,
#MemZip_text1 {
	float: left;
	width: 22%;
}

#MemZip_text1 + span {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 38px;
	padding: 0 5px;
}

#MemZip_text2 {
	float: left;
	width: 30%;
}

#ZipChe {
	float: right;
}

ul#EntryErr {
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	padding: 10px;
}

ul#EntryErr li {
	border-bottom: 1px dashed #ccc;
	padding: 5px 0;
}

ul#EntryErr li p {
	display: table-cell;
	padding: 2px 10px;
}

ul#EntryErr li p:first-child {
	font-weight: bold;
	width: 140px;
}

ul#EntryErr li p:first-child:after {
	content: "：";
}

ul#EntryErr li p:last-child {
	color: #f00;
}


/**====================
///// 会員登録2専用 /////
====================**/

#SignUp .submit_btn > a {
/*	max-width: 300px;	*/
	padding: 20px 10px;
	font-size: 16px;
}

#SignUp .submit_btn > input[type='submit'] {
	display: none;
}

#SignUp .signup_contents0,
#SignUp .signup_contents1,
#SignUp .signup_contents2 {
	width: 49%;
}

#SignUp .signup_contents1 {
	float: left;
}

#SignUp .signup_contents2 {
	float: right;
}

#SignUp .signup_contents0 {
	margin: 0 auto;
}

#SignUp .input_ul {
	background-color: #fff;
}

#SignUp .input_ul li label:first-child > span:first-child:before {
	content: "【任意】";
	color: #00f;
}

#SignUp .input_ul li.required label:first-child > span:first-child:before {
	color: #f00;
	content: "【必須】";
}

#SignUp .input_ul li.required label > span:first-child:after {
	display: none;
}

#SignUp .input_ul li label + p {
	font-size: 12px;
	padding: 0 10px 5px;
	color: #f00;
}

#SignUp .errmsg2 {
	display: none;
}

#SignUp .errmsg {
	text-align: center;
	color: #f00;
	padding: 30px 10px;
	font-weight: bold;
}

#SignUp .input_ul li label ~ span {
	float: left;
	line-height: 40px;
	padding: 0 5px!important;
}

#SignUp .submit_btn > a > span {
	display: block;
}

#SignUp .submit_btn > a > span:nth-child(2) {
	font-size: 12px;
	line-height: 1.2em;
}

#SignUp.completed .completed_text {
	text-align: center;
}


/*
	#SignUp.completed .completed_text > .next_btn {
		width           : 45%;
		float           : right;
	}
	#SignUp.completed .completed_text > .mypage_btn {
		width           : 45%;
		float           : left;
	}
*/

#SignUp.completed .completed_text > .mypage_btn {
	margin-top: 20px;
	font-weight: bold;
}

#SignUp #MailCheckMsg header {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

#SignUp #MailCheckMsg p {
	margin-top: 20px;
	line-height: 1.8em;
	font-size: 15px;
}

#SignUp #MailCheckMsg p em {
	color: darkorange;
}

@media screen and (max-width: 768px) {
	#SignUp article dl.input_dl {
		background: none;
	}
	ul#EntryErr li p {
		display: block;
	}
	ul#EntryErr li p:last-child {
		margin-left: 20px;
	}
	#SignUp .signup_contents0,
	#SignUp .signup_contents1,
	#SignUp .signup_contents2 {
		float: inherit;
		width: 100%;
	}
	#SignUp .input_ul {
		border: none;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		marginh: 0;
		background: none;
	}
	#SignUp .signup_contents1 {
		border-bottom: 1px solid #ccc;
	}
	#SignUp.completed .completed_text > div {
		float: inherit!important;
		width: 100%!important;
	}
}