@charset "utf-8";
/*
2014.03.06
yoshida-hi@gnavi
-------------------------------------*/
/* 04.main */
#registration {
	background: #f6f6f6;
	border: 1px solid #ccc;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 50px 40px;
	width: 880px;
}

#registration_input {
	border-right: 1px solid #ccc;
	float: left;
	width: 440px;
}

#registration_input h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
	width: 390px;
}

#registration_input .form_input {
	width: 390px;
}

#registration_input .form_input .input_box {
	margin-bottom: 20px;
}

#registration_input .form_input p.text_imp,
.temporary_mail_form .text_imp {
	font-size: 12px;
	margin-bottom: 10px;	
}

#registration_input .form_input p.input_tittle_imp {
	font-size: 16px;
	margin-bottom: 5px;	
}

#registration_input .form_input input[type="text"],
#registration_input .form_input input[type="password"] {
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 5px #ccc inset;
	-webkit-box-shadow: 1px 1px 5px #ccc inset;
	-moz-box-shadow: 1px 1px 5px #ccc inset;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 10px;
	width: 367px;
}

#registration_input .form_input .date_of_birth {
	overflow: hidden;
	width: 340px;
}

#registration_input .form_input .date_of_birth li {
	float: left;	
}

#registration_input .form_input .date_of_birth .year input {
	margin-right: 20px;
	width: 130px;
}

#registration_input .form_input .date_of_birth .month input {
	margin-right: 20px;
	width: 50px;
}

#registration_input .form_input .date_of_birth .day input {
	width: 50px;
}

#social_login {
	float: right;
	width: 380px;
}

#social_login h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 55px;
	text-align: center;
	width: 380px;
}

#social_login .social_box {
	margin: 0 auto;
	width: 253px;
}

.social_box ul li {
	margin-bottom: 20px;
}

.social_box ul li a,
.social_box ul li span {
	background: url(../../img/gnavi/parts_btn.png) 0 0 no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	height: 46px;
	text-indent: -9999px;
	width: 253px;
}

.social_box ul #facebook a {
	background-position: 0 0;
}

.social_box ul #facebook a:hover {
	background-position: 0 -46px;
}

.social_box ul #twitter a {
	background-position: -253px 0;
}

.social_box ul #twitter a:hover {
	background-position: -253px -46px;
}

.social_box ul #google span {
	cursor: pointer;
	background-position: -506px 0;
}

.social_box ul #google span:hover {
	background-position: -506px -46px;
}

.social_box ul #yahoo span {
	cursor: pointer;
	background-position: -759px 0;
}

.social_box ul #yahoo span:hover {
	background-position: -759px -46px;
}

.submit_btn,
.submit_btn3,
.submit_btn4 {
	margin: 20px 0 0 45px;
	padding: 1px;
	position: relative;
	width: 308px;
}

#sub .submit_btn {
	margin: 20px auto 40px;
}

.submit_btn a,
.submit_btn input {
	background: url(../../img/gnavi/parts_btn_submit.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 59px;
	text-indent: -9999px;
	width: 308px;
}

.submit_btn3 a,
.submit_btn3 input {
	background: url(../../img/gnavi/parts_btn_submit3.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 59px;
	text-indent: -9999px;
	width: 308px;
}

.submit_btn4 a,
.submit_btn4 input {
	background: url(../../img/gnavi/parts_btn_submit4.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 59px;
	text-indent: -9999px;
	width: 308px;
}

.submit_btn a:hover,
.submit_btn input:hover,
.submit_btn3 a:hover,
.submit_btn3 input:hover,
.submit_btn4 a:hover,
.submit_btn4 input:hover {
	background-position: 0 -59px;
}

/* 05.onfirmation */
#onfirmation {
	background: #f6f6f6;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
	padding: 25px 40px;
	width: 570px;
}

#onfirmation h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.onfirmation_box dl.first {
	border-top: none;
}

.onfirmation_box dl.last {
	border-bottom: none;
}

.onfirmation_box dl.information_use {
	line-height: 1.3;
}

.onfirmation_box dl {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding: 15px 0;
}

.onfirmation_box dl dt {
	float: left;
	width: 150px;
}

.onfirmation_box dl dd {
	float: left;
	width: 415px;
	word-break: break-all;
    word-wrap: break-word;
}

.onfirmation_box dl dd span {
	margin-right: 30px;
}

.onfirmation_mail {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 30px 0;
	text-align: center;
	word-break: break-all;
    word-wrap: break-word;
}

#onfirmation .text_error {
	color: #f00;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

.onfirmation_text {
	margin: 0 auto;
	line-height: 1.4;
	width: 650px;
}

/* 05-2.onfirmation */
#temporary_mail {
	background: #f6f6f6;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
	padding: 25px 40px;
	width: 570px;
}

#temporary_mail h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.temporary_mail_form {
	margin: 0 auto;
	width: 400px;
}

.temporary_mail_form dl {
	overflow: hidden;
}

.temporary_mail_form dl dt {
	float: left;
	line-height: 1.5;
	width: 80px;
}

.temporary_mail_form dl dd {
	float: left;
	width: 200px;
}

.temporary_mail_form dl dd input {
	vertical-align: bottom;
}

.input_sex {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
}

.input_sex dl dd {
	width: 100px;
}

.input_post {
	border-top: 1px solid #fff;
	border-bottom: none;
	padding: 20px 0 0;
}

.input_post {
	border-top: 1px solid #fff;
	border-bottom: none;
	padding: 20px 0 0;
}

.input_post .post_text {
	margin-bottom: 10px;
}

.input_post .post_text p span {
	font-size: 12px;
	margin: 0 10px;
}

.input_post .post_text p a {
	font-size: 12px;
}

.post_add ul {
	overflow: hidden;
}

.post_add ul li {
	float: left;
}

.post_add ul li.last {
	background: url(../../img/gnavi/icon_01.png) 7px 17px no-repeat;
	padding-left: 30px;
}

* html .post_add ul li.last {
	background-position: 7px 10px;
}


#temporary_mail input[type="text"] {
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 5px #ccc inset;
	-webkit-box-shadow: 1px 1px 5px #ccc inset;
	-moz-box-shadow: 1px 1px 5px #ccc inset;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 10px;
	width: 150px;
}

.temporary_mail_box dl.first {
	border-top: none;
}

.temporary_mail_box dl.last {
	border-bottom: none;
}

.temporary_mail_box dl {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding: 15px 0;
}

.temporary_mail_box dl dt {
	float: left;
	line-height: 1;
	width: 150px;
}

.temporary_mail_box dl dd {
	float: left;
}

.temporary_mail_box dl dd span {
	margin-right: 30px;
}

/* 06.sub */
#agreement_box {
	background: #f6f6f6;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 35px 45px;
}

#agreement_box h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#agreement_box .agreement_text textarea {
	background: #fff;
	border: #999 solid 1px;
	color: #333;
	font-size: 12px;
	height: 130px;
	line-height: 1.4;
	margin: 0 auto;
	padding: 5px;
	width: 853px;
}

.other_agreement {
	margin: 0 auto;
	width: 853px;
}

.other_agreement ul {
	margin-bottom: 20px;
}

.other_agreement li {
	line-height: 1.4;
	margin-bottom: 5px;
}

.other_agreement li:before {
	content: "・";
}

.other_agreement_imp {
	border: 1px solid #f00;
	color: #f00;
	line-height: 1.4;
	padding: 10px;
}

/* error_text */
#registration_input .form_input .error_text,
#temporary_mail .error_text {
	background: url(../../img/gnavi/icon_02.png) 0 3px no-repeat;
	color: #f00;
	line-height: 1.4;
	padding: 5px 0 5px 25px;
}

#registration_input .form_input .error input[type="text"],
#temporary_mail .error input[type="text"],
#registration_input .form_input .error input[type="password"],
#temporary_mail .error input[type="password"] {
	border: 1px solid #f00;
	box-shadow: 1px 1px 5px #ff979c inset;
	-webkit-box-shadow: 1px 1px 5px #ff979c inset;
	-moz-box-shadow: 1px 1px 5px #ff979c inset;
	color: #f00;
}

#temporary_mail .error label {
	background: #ffe3e4;
	color: #f00;
}

/* 00.efo Expansion */
.typeF.ok:after {
    content: "※6文字以上";
}

.typeF.bad:after {
    content: "※6文字以上";
}

/* from cps */
/* btn */
.btn {
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:rgba(0, 0, 0, .2) 2px 2px 2px 0;
	-moz-box-shadow:rgba(0, 0, 0, .2) 2px 2px 2px 0;
	box-shadow:rgba(0, 0, 0, .2) 2px 2px 2px 0;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	margin: 5px;
	text-decoration: none;
	vertical-align: middle;
	zoom: 1;
}

.btn div {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	padding: 9px 60px;
	text-align: center;
	-moz-text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
	-webkit-text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
	text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
	zoom: 1;
}

.btn span {
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.btn em {
	font-size: 25px;
	font-weight: bold;
	display: inline-block;
	margin-left: -24px;
	padding-left: 26px;
	zoom: 1;
}

.btn .sngl {
	padding-bottom: 19px;
	padding-top: 19px;
}

/* .btn-green */
.btn-green {
	border-color: #02914b;
	width: 326px;
}

.btn-green div {
	background: #00904d;
	background: -moz-linear-gradient(top, #4ab080 0%, #00904d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ab080), color-stop(100%,#00904d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4ab080 0%,#00904d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4ab080 0%,#00904d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4ab080 0%,#00904d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4ab080 0%,#00904d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab080', endColorstr='#00904d',GradientType=0 ); /* IE6-9 */
	border: 1px solid #4eb281;
	color: #fff;
}

.btn-green em {
	background: url(../../img/gnavi/icon_btn_arrow_f.png) no-repeat 0 1px;
}

.btn-green:hover div {
	background: #00904d;
	background: -moz-linear-gradient(top, #00904d 0%, #4ab080 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00904d), color-stop(100%,#4ab080)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00904d 0%,#4ab080 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00904d 0%,#4ab080 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00904d 0%,#4ab080 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00904d 0%,#4ab080 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00904d', endColorstr='#4ab080',GradientType=0 ); /* IE6-9 */
}

/* btn-long */
.btn-long-60 {
	font-size: 20px;
}

.btn-long-60 div {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
}

.btn-long-60 em {
	font-size: 18px;
	padding-left: 24px;
	margin-left: -18px;
	background-position: 0% 48%;
}