﻿/****************************************

		recruiting_member.css

	-recruiting_member.php
	-recruiting_member_check.php
	-recruiting_member_thanks.php
	
*****************************************/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

span.vari{
	font-family: "Noto Sans JP",sans-serif;
}

table th td{
	box-sizing: border-box;
}


div.main_img img.top_img_logo {
    width: 16.2rem;
    position: absolute;
	top: 10rem;
	left: 0;
	right: 0;
	margin: auto;
}

h2.main_title {
    padding-top: 9.8%;
	/*background:rgba(0, 104, 182, 0.7) url(../img/logo_for_recruiting_member.png) no-repeat;
	background-position: center 38%;
	background-size: 50%;*/
}



div.width_box {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 90%;
}


h2.title{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: 400;
}


div.form_back_blue{
	background: #d3ecfb;
	width: 98%;
	margin: 5.5rem auto 0;
	/*padding: 5rem 0;*/
}

div.form_back_white{
	background: #fff;
	/*width: 84%;
	margin: 0 auto 5rem auto;
	padding: 4rem 5rem 5rem 5rem;*/
	width: 100%;
}

div.form_back_white2{
	background: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 4rem 0 0 0;
}

div.border_box{
	border: solid 1px #ccc;
	padding: 2rem;
	position: relative;
	width:90%;
	box-sizing: border-box;
	margin: 0 auto;
}

span.pad_just{
	padding-left: 7rem;
}

h3.mail_title{
	font-size: 1.5rem;
	color: #595757;
	font-family: "Noto Sans JP",sans-serif;
	margin-bottom: 1rem;
	width: 90%;
	margin :0 auto 1rem auto; 
}

h3.mail_title span.note{
	font-size: 1.2rem;
	color: #595757;
	font-weight: lighter;
}

p.tel_text2,
p.tel_text_leftAjaster{
	font-size: 1.4rem;
	color: #595757;
	text-align: center;
}

p.tel_text2{
	line-height: 2.4rem;
}

p.tel_text_leftAjaster{
	margin-left: 8rem;
}

p.telNo{
	font-size: 2.2rem;
	margin: 1rem auto 0;
}


div.pala_box1{
	/*display: inline-block;*/
	vertical-align: middle;
}

div.pala_box2{
	display: block;
	vertical-align: middle;
	text-align: center;
}

p.indent_txt{
	padding-left: 5.6rem;
	text-indent: -5.6rem;
}


.font_blue,
td.must{
	color: #0079c2;
	display: inline-block;
}



table{
	width: 90%;
	margin-top: 1rem;
	box-sizing: border-box;
	margin: 0 auto;
}

th, td{
	font-size: 1.5rem;
	line-height: 2.3rem;
	color: #595757;	
	font-family: "Noto Sans JP",sans-serif;
	/*border: 1px solid #9f9fa0;*/
	text-align: left;
	display: block;
}

th{
	font-weight: 400;
	/*width: 30rem;*/
	display: inline-block;
}

td.must{
	text-align: center;
	font-size: 1.4rem;
	width: 1.4rem;
}

td.entryField {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	margin: 0.5rem 0 2rem 0;
	width: 100%;
}

span.ex_2{
	font-weight: 200;
	font-size: 1.4rem;
}

input.L60{
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #595757;
	border: solid 1px #ccc;
	margin: 0 0 0.2rem;
	width: 100%;
	-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: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

input.checkbox_input{
	display: none;
}

span.check_vertical{
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	padding-left: 2rem;
	position: relative;
	margin-right: 2rem;
}

span.check_vertical::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 0.4rem rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
}

input.checkbox_input:checked + span.check_vertical::after{
	content: "";
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	width: 0.7rem;
	height: 1.4rem;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	border-bottom: 3px solid #595757;
	border-right: 3px solid #595757;
}

span.w_adjuster{
	width: 30rem;
}

textarea{
	width: 100%;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #595757;
	border: solid 1px #ccc;
	-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: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

input.clear_btn,
input.comfirm_btn,
button.toTopBtn{
	width: 15rem;
	border: solid 1px #00a0e8;
	background: #d3ecfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 0.5rem;
	padding: 0.7rem 0;
	color: #595757;
	font-size: 1.3rem;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	display: inline-block;
}

input.clear_btn{
	margin-right: 2.5rem;
	margin-bottom: 1rem;
}

input.clear_btn:hover,
input.comfirm_btn:hover,
button.toTopBtn:hover{
	border: solid 1px #03a1d8;
	background: #cadfea; /* Old browsers */
	background: -moz-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}

center{
	margin: 2rem 0 0 0;
}

td.error input, td.error textarea, td.error select {
    background: #fadbda none repeat scroll 0 0;
}

label.error, p.error {
    color: #c7000b;
    font-size: 1.3rem;
}

/************************************
	recruiting_members_thanks.php
************************************/


div.main_title{
	display: block;
	position: relative;
	width: 100%;
	margin-top: 4rem;
	padding: 6rem 0 3.7rem;
	text-align: center;
}

h2.h2_main_title  {
	color: #595757;
	font-size: 1.8rem;	
	font-weight: lighter;
	text-align: center;
}


div.thanks_box{
	border: solid 1px #ccc;
	border-radius: 1rem;
	margin: 8.5rem auto;
	width: 60%;
	padding: 5rem;
	box-shadow:2px 2px 5px 2px rgba(2,2,2,0.35);
	-moz-box-shadow:2px 2px 5px 2px rgba(2,2,2,0.35);
	-webkit-box-shadow:2px 2px 5px 2px rgba(2,2,2,0.35);
	
}

p.thanks_copy{
	font-size: 1.4rem;
	color: #595757;
	line-height: 3rem;
	text-align: left;
}

button.toTopBtn{
	width: 22rem;
	border: solid 1px #00a0e8;
	background: #d3ecfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 0.5rem;
	padding: 0.7rem 0;
	color: #595757;
	font-size: 1.5rem;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
}

button.toTopBtn:hover{
	border: solid 1px #03a1d8;
	background: #cadfea; /* Old browsers */
	background: -moz-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}





/****************************************

for タブレット～PC(980px以下)

*****************************************/

@media print,screen and (min-width:768px) and ( max-width:980px){

div.main_img img.top_img_logo {
    width: 16.2rem;
    position: absolute;
	top: 10rem;
	left: 0;
	right: 0;
	margin: auto;
}


h2.main_title {
    padding-top: 17%;
	background:rgba(0, 104, 182, 0.7) url(../img/logo_for_recruiting_member.png) no-repeat;
	background-position: center 38%;
	background-size: 50%;
}



div.width_box {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 90%;
}


h2.title{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: 400;
}


div.form_back_blue{
	background: #d3ecfb;
	width: 98%;
	margin: 5.5rem auto 12rem;
	padding: 5rem 0;
}

div.form_back_white{
	background: #fff;
	width: 84%;
	margin: 0 auto 5rem auto;
	padding: 4rem 5rem 5rem 5rem;
}

div.form_back_white2{
	background: #fff;
	width: 84%;
	margin: 0 auto;
	padding: 4rem 5rem 5rem 5rem;
}

div.border_box{
	border: solid 1px #ccc;
	padding: 3rem 3rem;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

h3.mail_title{
	font-size: 1.6rem;
	color: #595757;
	font-family: "Noto Sans JP",sans-serif;
	margin-bottom: 1rem;
	width: 100%;
}

h3.mail_title span.note{
	font-size: 1.2rem;
	color: #595757;
	font-weight: lighter;
}

p.tel_text,
p.tel_text_leftAjaster{
	font-size: 1.6rem;
	color: #595757;
	text-align: center;
}

p.tel_text_leftAjaster{
	margin-left: 0rem;
}

p.telNo{
	font-size: 3.3rem;
	margin: 0 auto;
}


div.pala_box1{
	/*display: inline-block;
	vertical-align: middle;*/
}

div.pala_box2{
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 0rem;
}


td.must{
	color: #0079c2;
	display: table-cell;
}

.font_blue
{
	color: #0079c2;
}



table{
	width: 100%;
	margin-top: 1rem;
}

th, td{
	font-size: 1.5rem;
	line-height: 2.3rem;
	color: #595757;	
	font-family: "Noto Sans JP",sans-serif;
	border: 1px solid #9f9fa0;
	text-align: left;
	padding: 2rem;
	display: table-cell;
}

th{
	font-weight: 400;
	/*width: 30rem;*/
	width: 31.27%;
}

td.must{
	text-align: center;
	font-size: 1.4rem;
	width: 1.4rem;
	display: table-cell;
}

td.entryField {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	width: 65.83%;
}

span.ex_2{
	font-weight: 200;
	font-size: 1.4rem;
}

input.L60{
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #595757;
	border: solid 1px #ccc;
	margin: 0 0 0.2rem;
	/*width: 50rem;*/
	width: 63.76%;
	-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: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

input.checkbox_input{
	display: none;
}

span.check_vertical{
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	padding-left: 2rem;
	position: relative;
	margin-right: 2rem;
}

span.check_vertical::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 0.4rem rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
}

input.checkbox_input:checked + span.check_vertical::after{
	content: "";
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	width: 0.7rem;
	height: 1.4rem;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	border-bottom: 3px solid #595757;
	border-right: 3px solid #595757;
}

span.w_adjuster{
	width: 30rem;
}

textarea{
	width: 100%;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #595757;
	border: solid 1px #ccc;
	-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: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

input.clear_btn,
input.comfirm_btn,
button.toTopBtn{
	width: 22rem;
	border: solid 1px #00a0e8;
	background: #d3ecfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 0.5rem;
	padding: 0.7rem 0;
	color: #595757;
	font-size: 1.5rem;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	display: inline-block;
}

input.clear_btn{
	margin-right: 5rem;
}

input.clear_btn:hover,
input.comfirm_btn:hover,
button.toTopBtn:hover{
	border: solid 1px #03a1d8;
	background: #cadfea; /* Old browsers */
	background: -moz-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}


center{
	margin: 5rem 0 0 0;
}

td.error input, td.error textarea, td.error select {
    background: #fadbda none repeat scroll 0 0;
}

label.error, p.error {
    color: #c7000b;
    font-size: 1.3rem;
}

/************************************
	recruiting_members_thanks.php
************************************/


div.main_title{
	display: block;
	position: relative;
	width: 100%;
	margin-top: 4rem;
	padding: 6rem 0 3.7rem;
	text-align: center;
}

h2.h2_main_title  {
	color: #595757;
	font-size: 2.4rem;	
	font-weight: lighter;
	text-align: center;
}


div.thanks_box{
	border: solid 1px #ccc;
	border-radius: 1rem;
	margin: 8.5rem auto;
	width: 60%;
	padding: 5rem;
	box-shadow:2px 2px 5px 2px rgba(2,2,2,0.35);
	-moz-box-shadow:2px 2px 5px 2px rgba(2,2,2,0.35);
	-webkit-box-shadow:2px 2px 5px 2px rgba(2,2,2,0.35);
	
}

p.thanks_copy{
	font-size: 1.4rem;
	color: #595757;
	line-height: 3rem;
	text-align: center;
}

button.toTopBtn{
	width: 22rem;
	border: solid 1px #00a0e8;
	background: #d3ecfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 0.5rem;
	padding: 0.7rem 0;
	color: #595757;
	font-size: 1.5rem;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
}

button.toTopBtn:hover{
	border: solid 1px #03a1d8;
	background: #cadfea; /* Old browsers */
	background: -moz-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}
	
}

/****************************************
for PC
*****************************************/

@media print,screen and (min-width:981px) {
div.main_img img.top_img_logo {
    width: 16.2rem;
    position: absolute;
	top: 10rem;
	left: 0;
	right: 0;
	margin: auto;
}


h2.main_title {
    padding-top: 17%;
	background:rgba(0, 104, 182, 0.7) url(../img/logo_for_recruiting_member.png) no-repeat;
	background-position: center 38%;
	background-size: 50%;
}



div.width_box {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 90%;
}


h2.title{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: 400;
}


div.form_back_blue{
	background: #d3ecfb;
	width: 98%;
	margin: 5.5rem auto 12rem;
	padding: 7rem 0;
}

div.form_back_white{
	background: #fff;
	width: 84%;
	margin: 0 auto 5rem auto;
	padding: 4rem 5rem 5rem 5rem;
}

div.form_back_white2{
	background: #fff;
	width: 84%;
	margin: 0 auto;
	padding: 4rem 5rem 5rem 5rem;
}

div.border_box{
	border: solid 1px #ccc;
	padding: 3rem 3rem;
	position: relative;
	width: 90%;
	box-sizing: border-box;
	width: 100%;
}

h3.mail_title{
	font-size: 1.6rem;
	color: #595757;
	font-family: "Noto Sans JP",sans-serif;
	margin-bottom: 1rem;
	width: 100%;
}

h3.mail_title span.note{
	font-size: 1.2rem;
	color: #595757;
	font-weight: lighter;
}

p.tel_text,
p.tel_text_leftAjaster{
	font-size: 1.6rem;
	color: #595757;
	/*width: 50rem;*/
}

p.tel_text_leftAjaster{
	margin-left: 8rem;
}

p.telNo{
	font-size: 3.3rem;
	position: absolute;
	/*left: 50%;*/
	top: 3rem;
	bottom: 0;
	margin:0 0 0 2rem;
}



div.pala_box1,div.pala_box2{
	display: inline-block;
	vertical-align: middle;
}


.font_blue{
	color: #0079c2;
}

td.must{
	color: #0079c2;
	display: table-cell;
}



table{
	width: 100%;
	margin-top: 1rem;
}

th, td{
	font-size: 1.6rem;
	color: #595757;	
	font-family: "Noto Sans JP",sans-serif;
	border: 1px solid #9f9fa0;
	text-align: left;
	padding: 2rem;
	display: table-cell;
}

th{
	font-weight: 400;
	/*width: 30rem;*/
	width: 31.27%;
}

td.must{
	text-align: center;
	font-size: 1.4rem;
	width: 1.4rem;
	display: table-cell;
}

td.entryField {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	width: 65.83%;
}

span.ex_2{
	font-weight: 200;
	font-size: 1.4rem;
}

input.L60{
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #595757;
	border: solid 1px #ccc;
	margin: 0 0 0.2rem;
	/*width: 50rem;*/
	width: 63.76%;
	-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: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

input.checkbox_input{
	display: none;
}

span.check_vertical{
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	padding-left: 2rem;
	position: relative;
	margin-right: 2rem;
}

span.check_vertical::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 0.4rem rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
}

input.checkbox_input:checked + span.check_vertical::after{
	content: "";
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	width: 0.7rem;
	height: 1.4rem;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	border-bottom: 3px solid #595757;
	border-right: 3px solid #595757;
}

span.w_adjuster{
	width: 30rem;
}

textarea{
	width: 96%;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	color: #595757;
	border: solid 1px #ccc;
	-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: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

input.clear_btn,
input.comfirm_btn,
button.toTopBtn{
	width: 22rem;
	border: solid 1px #00a0e8;
	background: #d3ecfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 0.5rem;
	padding: 0.7rem 0;
	color: #595757;
	font-size: 1.5rem;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	display: inline-block;
}

input.clear_btn{
	margin-right: 5rem;
}

input.clear_btn:hover,
input.comfirm_btn:hover,
button.toTopBtn:hover{
	border: solid 1px #03a1d8;
	background: #cadfea; /* Old browsers */
	background: -moz-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}


center{
	margin: 7rem 0 2rem;
}

td.error input, td.error textarea, td.error select {
    background: #fadbda none repeat scroll 0 0;
}

label.error, p.error {
    color: #c7000b;
    font-size: 1.3rem;
}

/************************************
	recruiting_members_thanks.php
************************************/


div.main_title{
	display: block;
	position: relative;
	width: 100%;
	margin-top: 4rem;
	padding: 6rem 0 3.7rem;
	text-align: center;
}

h2.h2_main_title  {
	color: #595757;
	font-size: 2.4rem;	
	font-weight: lighter;
	text-align: center;
}


div.thanks_box{
	border: solid 1px #ccc;
	border-radius: 1rem;
	margin: 8.5rem auto;
	width: 60%;
	padding: 5rem;
	box-shadow:2px 2px 5px 2px rgba(2,2,2,0.35);
	-moz-box-shadow:2px 2px 5px 2px rgba(2,2,2,0.35);
	-webkit-box-shadow:2px 2px 5px 2px rgba(2,2,2,0.35);
	
}

p.thanks_copy{
	font-size: 1.4rem;
	color: #595757;
	line-height: 3rem;
	text-align: center;
}

button.toTopBtn{
	width: 22rem;
	border: solid 1px #00a0e8;
	background: #d3ecfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d3ecfb 0%, #fff 50%, #d3ecfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 0.5rem;
	padding: 0.7rem 0;
	color: #595757;
	font-size: 1.5rem;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
}

button.toTopBtn:hover{
	border: solid 1px #03a1d8;
	background: #cadfea; /* Old browsers */
	background: -moz-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cadfea 0%, #f1f1f1 50%, #cadfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}
	
}


