@charset "utf-8";
/* CSS Document */

/*==================================

会員登録
register.php

==================================*/
/*全体設定*/
html{
    overflow: auto;}

body{
    overflow: hidden;
    position: relative;
    min-width: 1000px;
	background-color:#fff;
	}


#logo_sp_wrap h1 img{
    width: 100%;
}

#register_wrapper{
	max-width:1120px;
	width:100%;
	margin:0 auto;
}

#register_wrapper .headline_wrap{
    margin-top: 30px;
    background-color: #4CD8E5;
    height: 80px;
}

#register_wrapper h2{
    width: 1080px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 60px;
    margin: 0 auto 0 auto;
    padding-top: 13px;
}

#register_wrapper .register_txt{
	display: block;
	margin: 30px auto;
	text-align: center;
}

#register_wrapper .register_txt p{
	margin:30px 0;
	line-height: 25px;
}

#register_inner{
	width:100%;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	}

/*ヘッダー*/
#header_top{
	width:100%;
	height:100px;
	background-color:#fff;
	box-shadow: 0px 5px 3px -3px #d0cece;
	-webkit-box-shadow: 0px 5px 3px -3px #d0cece;
	-moz-box-shadow: 0px 5px 3px -3px #d0cece;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	border-style:none;
	z-index:9999;
	}

#header_top hr{
	height: 0;
	margin: 0 0 10px 0;
	padding: 0;
	border-top: 5px solid #fd5457;
	}

#header_in{
	width:1120px;
	margin: 0 auto;
	}

#header_top h1{
	width:321px;
	height:74px;
	margin:0;
	padding:0;
	float:left;
	}

#header_top h1 a{
	width:321px;
	height:74px;
	display:block;
	}

#header_top .navigation{
	width: 659px;
	margin: 20px 0 0 140px;
	float: left;
}

/*会員になるとこんな得点があります*/
#register_wrapper .register_about_wrap{
	width: 870px;
	background-color: #f5f5f5;
	margin:0 auto 30px auto;
	padding: 25px 0 20px 0;
	}

#register_wrapper .about_title{
	display: block;
	margin: 0 auto;
	position: relative;
	top: 30px;
	margin-top: -20px;
	}

#register_wrapper .register_about_wrap .register_about_list{
	width: 435px;
	float: left;
	}

.register_about_wrap .register_about_list li{
	margin: 0 0 5px 50px;
  font-size: 15px;
	}

.register_about_wrap .register_about_list li img{
	margin-right: 10px;
	position: relative;
	top: 5px;
	}

.register_about_wrap .register_about_list li .bold{
	font-weight: 800;
	}

/*テーブル設定*/

/*エラーテキスト(上部)*/
#register_inner p.error{
	margin-left:230px;
	line-height:1.5;
	color:#f00;
}
#register_inner td p.error{
	color:#f00;
	margin-left:0;
	line-height:1;
}

.register_box{
	width: 865px;
	margin:30px auto;
	border: 3px solid #ffc800;
	}

.register_box .main_table{
	width:820px;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin:30px 0 30px 20px;
}

.register_box .main_table th {
	width: 280px;
	padding: 10px;
	font-weight:600;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #fbefc5;
}

.register_box .main_table td {
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
.register_box .main_table td.form_style3{
	margin-bottom:30px;
}
/*必須ボタン*/
.register_box .imperative{
	color:#fff;
	font-size:1px;
	width:50px;
	margin-left:10px;
	padding:4px;
	background-color:#fe4958;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
.register_box .imperative2{
	color:#fff;
	font-size:14px;
	width:50px;
	margin-left:10px;
	padding:6px;
	background-color:#4cd8e5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

/*氏名設定*/
.register_box .main_table .name_wrap{
	margin-left: 10px;
}

/*注意書き*/
.register_box .main_table .description{
	font-size: 14px;
	margin-left: 10px;
}
/*注意書き(パスワード)*/
.register_box .main_table .description2{
	font-size: 14px;
	margin:25px 0 15px 0;
}
/*テキスト入力の設定*/
.register_box .main_table .form_style1{
	width:220px;
	padding:8px;
	border:0;
	font-size:18px;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	margin:10px 10px 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	float: left;
	}

.register_box .main_table .form_style2{
	width:520px;
	padding:8px;
	border:0;
	font-size:18px;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	margin:10px 10px 10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	float: left;
	}
.register_box .main_table .form_style3{
	width:300px;
	border:0;
	padding:10px;
	font-size:18px;
	font-family:Arial, sans-serif;
	border: solid 1px #ccc;
	margin:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}

.register_box .main_table input:focus{
	outline: 0;
    border:solid 1px #fe4958;
	background-color: #fbe5e8;
	}

.register_box .main_table textarea:focus{
	outline: 0;
    border:solid 1px #fe4958;
	background-color: #fbe5e8;
	}

/*生年月日・住所設定*/
.register_box .main_table .select_wrap{
	width: 500px;
	margin: 0 20px 0 10px;
	}

.register_box .main_table .select_list{
	padding-left:20px;
	font-size:18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: none transparent;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	background: url(../img/select_yl.jpg) right no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../img/select_yl.jpg) right no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	cursor:pointer;
	float: left;
	}

.register_box .main_table .select_list1{
	margin:15px 20px 15px 0;
	}

.register_box .main_table .select_list2{
	margin:15px 10px 5px 0;
	}

.register_box .main_table .select_pref{
	/*width:168px;
	height:40px;*/
	width:150px;
	height:40px;
	}
.register_box .main_table .select_city{
	/*width:168px;
	height:40px;*/
	width:180px;
	height:40px;
	}
.register_box .main_table .select_year{
	/*width:168px;
	height:40px;*/
	width:120px;
	height:40px;
	}

.register_box .main_table .select_month{
	width:100px;
	height:40px;
	}

.register_box .main_table .select_day{
	width:100px;
	height:40px;
	}

/*希望職種設定*/
.register_box .main_table .desire_list{
	/*width: 430px;*/
	width: 500px;
	background-color: #eafafb;
	margin: 10px 0 10px 10px;
}

/*チェックボックス設定*/
input[type=checkbox] {
  	display: none;}

.main_table .checkbox{
	font-size: 15px;
	box-sizing: border-box;
  	-webkit-transition: background-color 0.2s linear;
  	transition: background-color 0.2s linear;
  	position: relative;
  	display: inline-block;
  	margin: 0 0 8px 0;
  	/*padding: 12px 12px 12px 48px;*/
	padding: 12px 5px 12px 48px;
  	border-radius: 5px;
  	vertical-align: middle;
  	cursor: pointer;
	}

.main_table .desire_list .checkbox1{
  	width: 140px;
	}
.desire_list label{
	display:inline-block;
	text-align: justify;
	padding: 10px 5px 0px 5px;
	width:140px;
}
.main_table .checkbox2{
  	width: 400px;
	}

.main_table.checkbox:hover:after {
  	border-color: #4cd8e5;
	}

.main_table .checkbox:after {
  	-webkit-transition: border-color 0.2s linear;
  	transition: border-color 0.2s linear;
  	position: absolute;
  	top: 50%;
  	left: 15px;
  	display: block;
  	margin-top: -10px;
  	width: 20px;
  	height: 20px;
  	border: 2px solid #bbb;
  	border-radius: 6px;
  	content: '';
	}

.main_table .checkbox:before {
  	-webkit-transition: opacity 0.2s linear;
  	transition: opacity 0.2s linear;
  	position: absolute;
  	top: 50%;
  	left: 23px;
  	display: block;
  	margin-top: -7px;
  	width: 5px;
  	height: 9px;
  	border-right: 3px solid #4cd8e5;
  	border-bottom: 3px solid #4cd8e5;
  	content: '';
  	opacity: 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
	}

input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
	}

/*利用規約・個人情報の取扱いについて*/
#register_inner #btn_area{
	width: 1120px;
	text-align: center;
	margin: 0 auto 30px auto;
	}

#register_inner #btn_area p{
	font-size: 14px;
  margin-bottom: 15px;
	}

#register_inner #btn_area .send-btn{
	width: 230px;
	display:block;
	background-color:#fff;
	margin:30px 0 0 330px;
	text-align:center;
	border: none;
  cursor: pointer;
  outline: none;
	appearance: none;
	text-align: center;
	}

#register_inner .description{
  margin: 0 0 10px 150px;
}

.description p{
  font-size: 14px;
  margin-bottom: 20px;
}

.description ul {
	position: relative;
	margin-bottom: 30px;
}

.description ul li{
	background-repeat: no-repeat;
	background-position: 0 4px;
  font-size: 14px;
  line-height: 30px;
	list-style-type: none!important;
	padding-left: 20px;
	text-indent: 5px;
}

.description ul .blue{
	background-image: url(../img/user/chevron.png);
	
}

.description ul .red{
	background-image: url(../img/user/chevron_r.png);
}

.description ul li a:hover{
  text-decoration: underline;
}

#btn_area .protocol-txt a{
	color: #1baab7;
}

.page_list{
	margin: 0 auto;
	}

.page_list .txt-area{
	width: 800px;
	height: 200px;
	background-color: #fdf6dd;
	overflow: hidden;
	font-size: 13px;
  margin: 0 auto;
	padding: 20px;
	text-align:left;
}

.page_list .txt-area .bold{
	display: block;
	font-weight: 600;
	margin-top:5px;
	margin-bottom: 10px;
}

.page_list .txt-area p{
	margin-bottom: 15px;
	line-height: 15px;
}


/*フッター*/
#footer_wrap{
	width:100%;
	background-color:#fff;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	border-style:none;
	}

#footer_wrap #footer_in{
	width:1120px;
	margin: 0 auto;
	padding:20px 0 20px 0;
	}

#footer_in img{
    width: 30%;
}

#footer_wrap #footer_in small{
	font-size: 14px;
	position: relative;
	top: -15px;
	left: 15px;
}

footer{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/*==================================

確認画面
register_mail.php

==================================*/
/*全体設定*/
#validation_wrapper{
	width:100%;
	margin:0 auto;
}

#validation_wrapper .register_title{
	display: block;
	margin: 20px auto;
	text-align: center;
}

#validation_wrapper .register_txt{
	display: block;
	margin: 30px auto;
	text-align: center;
}

#validation_wrapper .register_txt p{
	margin:30px 0;
	line-height: 25px;
}

#validation_inner{
	width:100%;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	}

/*注意*/
#validation_wrapper .validation＿txt{
	width: 870px;
	margin:0 auto 30px auto;
	padding: 25px 0 20px 0;
}

#validation_wrapper .validation＿txt p{
	text-align: center;
	line-height: 25px;
}

/*テーブル設定*/
.validation_box{
	width: 865px;
	margin:30px auto;
	border: 3px solid #ffc800;
	}

.validation_box .main_table{
	width:820px;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin:30px 0 30px 20px;
}

.validation_box .main_table th {
	width: 280px;
	padding: 10px;
	font-weight:600;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #fbefc5;
}

.validation_box .main_table td {
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

/*戻る・送信する*/
#validation_inner #btn_area{
	width: 1120px;
	text-align: center;
	margin: 0 auto 30px auto;
	}

#validation_inner #btn_area .button{
	display: inline-block;
	float:left;
	height: 60px;
	font-size:20px;
	font-weight:800;
	text-align: center;
	text-decoration: none;
	letter-spacing:0.2em;
	line-height: 34px;
	position:relative;
	-webkit-transition: none;
	transition: none;
	outline: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#validation_inner #btn_area .return_btn{
	width: 150px;
	background-color:#EBEBE8;
	color:#333;
	border:3px solid #EBEBE8;
	box-shadow: 0 4px 0 #b3b3b1;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	border-radius: 5px;
	margin:0 20px 20px 350px;
	}

#validation_inner #btn_area .send_btn{
	width: 270px;
	background-color:#FD5457;
	color:#fff;
	border:3px solid #FD5457;
	box-shadow: 0 4px 0 #AA4037;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	margin:0 20px 20px 0;
	}

/*==================================

送信完了画面
thanks.php

==================================*/
/*全体設定*/
#thanks_wrapper{
	width:100%;
	margin:0 auto;
	}

#thanks_wrapper .register_title{
	display: block;
	margin: 20px auto;
	text-align: center;
	}

#thanks_wrapper strong{
	display: block;
	width: 870px;
	background-color: #eee;
	font-size: 22px;
	margin:30px auto;
	padding: 20px 0;
	text-align: center;
	color: #333;
	font-weight: 900;
	}

#thanks_wrapper #thanks_in{
	width: 870px;
	margin:30px auto;
	border: 3px solid #ffc800;
	}

#thanks_wrapper #thanks_in p{
	font-size: 16px;
	line-height: 25px;
	margin:30px;
	text-align: left;
	}

#thanks_wrapper #thanks_in hr{
	height: 0;
	margin: 0;
	padding-top:10px;
	border:0;
	border-top:1px solid #ccc;
	}

#thanks_wrapper #thanks_in ul{
	width:100%;
	margin:0 0 20px 20px;
	text-align:left;
	}

#thanks_wrapper #thanks_in li{
	margin:5px 0;
	font-size:13px;
	}

#thanks_wrapper #thanks_in li img{
	width:3%;
	margin-right:5px;
	position:relative;
	top:5px;
	}

#thanks_in ul li a{
	color:#fe4958;}

/*元のページに戻る・ナビTOPに戻る*/
#thanks_wrapper #btn_area{
	width:560px;
	text-align: center;
	margin:30px auto;
	}

#thanks_wrapper #btn_area .button{
	display: inline-block;
	float:left;
	height: 60px;
	font-size:20px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height: 34px;
	-webkit-transition: none;
	transition: none;
	outline: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#thanks_wrapper #btn_area .return_btn{
	width: 270px;
	background-color:#4cd8e5;
	color:#fff;
	border:3px solid #4cd8e5;
	box-shadow: 0 4px 0 #2c98a2;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	margin:0 20px 20px 0;
	}

#thanks_wrapper #btn_area .return_top_btn{
	width: 270px;
	background-color:#FD5457;
	color:#fff;
	border:3px solid #FD5457;
	box-shadow: 0 4px 0 #AA4037;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	}

/*共有*/
.clear{
	clear:both;}
