@charset "UTF-8";

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

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

img{
	vertical-align: bottom;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	background: #F6F3E0;
	-webkit-text-size-adjust: 100%;
	border-top: 5px solid #E04B41;
}

a{color:#0070B2; text-decoration:underline;}
a:hover{color:#0070B2; text-decoration:none;}

a:link {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: opacity 0.5s ease-out;
}

a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after{
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom:1;
}



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

	サイズ調整

*****************************************/
.taL {text-align:left !important;}
.taC {text-align:center !important;}
.taR {text-align:right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top:5px !important;}			.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}		.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}		.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}		.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}		.mt50{margin-top:50px !important;}

.mb05{margin-bottom:5px !important;}	.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}	.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}	.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}	.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}	.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}	.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}	.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}	.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}	.mb90{margin-bottom:90px !important;}
.mb95{margin-bottom:95px !important;}	.mb100{margin-bottom:100px !important;}

.ml05{margin-left:5px !important;}		.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}		.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}		.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}		.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}		.ml50{margin-left:50px !important;}

.mr05{margin-right:5px !important;}		.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}	.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}	.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}	.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}	.mr50{margin-right:50px !important;}

.pt05{padding-top:5px !important;}		.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}		.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}		.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}		.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}		.pt50{padding-top:50px !important;}
.pt65{padding-top:65px !important;}

.pb05{padding-bottom:5px !important;}		.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}	.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}	.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}	.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}	.pb50{padding-bottom:50px !important;}

.pl05{padding-left:5px !important;}		.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}	.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}	.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}	.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}	.pl50{padding-left:50px !important;}

.pr05{padding-right:5px !important;}	.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}	.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}	.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}	.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}	.pr50{padding-right:50px !important;}

.fs10{font-size:10px !important;}		.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}		.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}		.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}		.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}		.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fs30{font-size:30px !important;}

.fB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.lh12{line-height:1.2 !important;}		.lh13{line-height:1.3 !important;}
.lh14{line-height:1.4 !important;}		.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}		.lh17{line-height:1.7 !important;}
.lh18{line-height:1.8 !important;}		.lh19{line-height:1.9 !important;}
.lh20{line-height:2.0 !important;}

.fL{float:left;}
.fR{float:right;}
.clear{clear:both;}

@media screen and (min-width: 1000px){

.pc{display:block !important;}
.sp{display:none !important;}



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

	ヘッダー

*****************************************/
header{}
#header{
	width: 960px;
	margin: 0 auto;
}

#header-logo{
	text-align: center;
}
#header-logo h1{
	margin: 17px 0 0 0;
}


#header nav{
	text-align: center;
}
#header nav ul{
	margin: -42px 0 28px 0;
}
#header nav ul li{
	float: left;
}
#header nav ul li:nth-of-type(1){
	margin: 0 10px 0 0;
}
#header nav ul li:nth-of-type(2){
	margin: 0 299px 0 0;
}
#header nav ul li:nth-of-type(3){
	margin: 0 10px 0 0;
}
#header nav ul li:nth-of-type(4){
	margin: 0;
}


/*ヘッダー(SP)メニュー部分*/
#sp_gnavi{
	display: none;
}
/*ヘッダー(SP)開閉ボタン*/
#nav_toggle{
	display: none;
}



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

	共通

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




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

	フッター

*****************************************/
#pagetop{
	position: fixed;
	bottom: 20px;
	right: 30px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 64px;
	height: 64px;
}


footer{}
.footer{
	background: #F6F3E0;
	background-image: url("../footer-bg01.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 50px 0 40px 0;
}
.footer-inner{
	width: 960px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.footer-logo{
}
.footer-info{
	padding-left: 2rem;
}
.footer-banner {
	width: 235px;
	margin-left: auto;
}
.footer-banner a {
	display: block;
	margin-bottom: 0.25rem;
}
.footer-logo p{}
.footer-address{
	padding: 10px 0 5px 0;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
}
.footer-tel{
	color: #000;
	font-size: 14px;
	line-height: 1.2;
}
.footer-tel a{
	color: #000;
	text-decoration: none;
}


.footer-contents{
	background: #E04B41;
	padding: 10px 0;
}
.footer-contents-inner{
	width: 960px;
	margin: 0 auto;
}
.footer-copy{
	width: 660px;
	float: left;
}
.footer-copy p{
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.footer-produce{
	width: 300px;
	float: right;
}
.footer-produce p{
	text-align: right;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
}
.footer-produce p a{
	color: #fff;
}



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

	home

*****************************************/
#top{}


#top-mainvisual{
	min-width: 960px;
}
#top-mainvisual h2 > img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}


#top-contents{
	margin: -4px 0 0 0;
	background-image: url("../contents-bg01.png");
	background-position: left top;
	padding: 36px 0 120px 0;
}


#top-about{
	border: 1px solid #EBEBEB;
	width: 960px;
	margin: 0 auto 50px auto;
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	padding: 29px;
}
#top-about h2{
	background: #0070B2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#top-about h3{
	border-bottom: 2px dotted #0070B2;
	padding: 10px 20px;
	color: #0070B2;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}


.top-about-box01{
	padding: 0 0 20px 0;
	border-bottom: 2px dotted #0070B2;
	margin: 0 0 20px 0;
}
.top-about-box02{
	padding: 0 0 50px 0;
	border-bottom: none;
	margin: 0;
}
.top-about-box01 .image,
.top-about-box02 .image{
	float: left;
	width: 410px;
	margin: 0 110px 0 20px;
}
.top-about-box01 .contents,
.top-about-box02 .contents{
	float: right;
	width: 340px;
	margin: 0 20px 0 0;
}
.top-about-box01 .contents h4,
.top-about-box02 .contents h4{
	color: #663300;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}
.top-about-box01 .contents p.txt,
.top-about-box02 .contents p.txt{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
.top-about-box01 .contents p.txt span,
.top-about-box02 .contents p.txt span{
	color: #FF0000;
	font-weight: 700;
}
.top-about-box01 .contents p.btn,
.top-about-box02 .contents p.btn{
	padding: 25px 0 0 0;
}


.top-about-box03{
	width: 860px;
	margin: 0 auto 50px auto;
}
.top-about-box03 .image{
	float: right;
	width: 330px;
}
.top-about-box03 .contents{
	float: left;
	width: 410px;
}
.top-about-box03 .contents ul{
	margin: 0 0 0 25px;
}
.top-about-box03 .contents ul li{
	position: relative;
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 2.0;
}
.top-about-box03 .contents ul li:before{
	position: absolute;
	content: '';
	top: 9px;
	left: -20px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #0070B2;
}


.top-about-box04{
	width: 860px;
	margin: 0 auto 50px auto;
}
.top-about-box04 .contents{
	float: left;
	width: 410px;
	margin: 0 40px 0 0;
}
.top-about-box04 .contents:nth-of-type(2){
	margin: 0;
}
.top-about-box04 .contents h4{
	background-image: url("../../img/about-bg01.png");
	background-position: left top;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px;
	margin: 0 0 10px 0;
}
.top-about-box04 .contents p{
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 15px 0 15px;
}


#top-corporate{
	border: 1px solid #EBEBEB;
	width: 960px;
	margin: 0 auto 50px auto;
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	padding: 29px;
}
#top-corporate h2{
	background: #0070B2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#top-corporate h3{
	border-bottom: 2px dotted #0070B2;
	padding: 10px 20px;
	color: #0070B2;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

#top-corporate table{
	width: calc(100% - 40px);
	margin: 0 auto 50px auto;
	border-collapse: collapse;
}
#top-corporate table th{
	background: #D8EDFF;
	padding: 12px;
	border: 1px solid #CCC;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
}
#top-corporate table td{
	background: #FFF;
	padding: 12px;
	border: 1px solid #CCC;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}

#top-corporate p{
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 20px 40px 20px;
}

#top-corporate dl{
	border-top: 1px dotted #666;
	margin: 0 0 40px 0;
}
#top-corporate dl dt{
	float: left;
	width: 185px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
#top-corporate dl dd{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 185px;
	padding-right: 20px;
	color: #333;
	font-size: 16px;
	border-bottom: 1px dotted #666;
}


#top-information{
	border: 1px solid #EBEBEB;
	width: 960px;
	margin: 0 auto 0 auto;
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	padding: 29px;
}
#top-information h2{
	background: #0070B2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#top-information ul{
	margin: 0 0 30px 0;
}
#top-information ul li{
	border-bottom: 1px solid #0070B2;
	color: #0070B2;
	font-size: 16px;
}
#top-information ul li a{
	padding: 12px 12px 12px 40px;
	display: block;
	color: #0070B2;
	text-decoration: none;
	position: relative;
}
#top-information ul li a::before{
	width: 0;
	height: 0;
	border-left: 6px solid #0070B2;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	content: '';
	top: 19px;
	left: 20px;
}
#top-information .guidance{
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	padding: 0 0 10px 0;
}
#top-information .adobereader{
	padding: 0 0 30px 0;
}


#top-entry{
	background: #FEF2BB;
	background-image: url("../../img/entry-bg01.png"),url("../../img/entry-bg02.png");
	background-repeat: repeat-x,repeat-x;
	background-position: left top,left bottom;
}
#top-entry-inner{
	width: 960px;
	margin: 0 auto;
}
#top-entry-inner h2{
	text-align: center;
}
#top-entry-inner h2 img{
	margin: -48px 0 30px 0;
}
#top-entry-inner p{
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 0 30px 0;
}
#top-entry-inner ul{
	width: 500px;
	margin: 0 auto;
	padding: 0 0 45px 0;
}
#top-entry-inner ul li{
	float: left;
	margin: 0 42px 0 0;
}
#top-entry-inner ul li:last-child{
	margin: 0;
}


#top-bnr{
	background: #49AB92;
	padding: 70px 0 65px 0;
}
#top-bnr ul{
	width: 960px;
	margin: 0 auto;
}
#top-bnr ul li{
	float: left;
	margin: 0 18px 0 0;
}
#top-bnr ul li:last-child{
	margin: 0;
}

.top-bnr-rebon {
	background-color: #FDECE9;
	text-align: center;
	margin-bottom: -3.5rem;
}


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

	recruit

*****************************************/
#recruit{}


#recruit-info{}
#recruit-info-title{
	background: #E9596C;
	position: relative;
	display: block;
}
#recruit-info-title{
	background: #E9596C;
	position: relative;
	display: block;
}
#recruit-info-title:before{
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
#recruit-info-title:after{
	position: absolute;
	content: '';
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
#recruit-info-title h2{
	text-align: center;
	padding: 40px 0;
}


#recruit-info-catch{
	background: #FDECE9;
}
#recruit-info-catch h3{
	text-align: center;
	padding: 45px 0;
}


#recruit-info-contents{
	margin: -4px 0 0 0;
	background-image: url("../contents-bg01.png");
	background-position: left top;
	padding: 36px 0 50px 0;
}


#recruit-regular{
	border: 1px solid #EBEBEB;
	width: 960px;
	margin: 0 auto 50px auto;
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	padding: 29px;
}
#recruit-regular h2{
	background: #0070B2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#recruit-regular h3{
	border-bottom: 2px dotted #0070B2;
	padding: 10px 20px;
	color: #0070B2;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

#recruit-regular p.txt{
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 20px 15px 20px;
}
#recruit-regular table{
	width: calc(100% - 40px);
	margin: 0 auto 50px auto;
	border-collapse: collapse;
}
#recruit-regular table th{
	background: #D8EDFF;
	padding: 12px;
	border: 1px solid #CCC;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
}
#recruit-regular table td{
	background: #FFF;
	padding: 12px;
	border: 1px solid #CCC;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
#recruit-regular table:last-of-type{
	margin: 0 auto 20px auto;
}


#recruit-parttime{
	border: 1px solid #EBEBEB;
	width: 960px;
	margin: 0 auto 50px auto;
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	padding: 29px;
}
#recruit-parttime h2{
	background: #0070B2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#recruit-parttime p.txt{
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 20px 15px 20px;
}


#recruit-nonregular{
	border: 1px solid #EBEBEB;
	width: 960px;
	margin: 0 auto 0 auto;
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	padding: 29px;
}
#recruit-nonregular h2{
	background: #0070B2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#recruit-nonregular p.txt{
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 20px 15px 20px;
}


#recruit-entry{}

#recruit-entry-title{
	background: #E9596C;
	position: relative;
	display: block;
}
#recruit-entry-title:before{
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
#recruit-entry-title:after{
	position: absolute;
	content: '';
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
#recruit-entry-title h2{
	text-align: center;
	padding: 40px 0;
}

#recruit-entry-contents{
	background: #FDECE9;
	padding-bottom: 2rem;
}
#recruit-entry-contents p.txt{
	width: 960px;
	margin: 0 auto;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 35px 0 50px 0;
}
#recruit-entry-contents p.txt span{
	color: #CC0000;
}
#recruit-entry-contents p.txt02{
	text-align: center;
	width: 960px;
	margin: 0 auto;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 20px 0;
}
#recruit-entry-contents p.txt03{
	border-top: 1px solid #E9596C;
	text-align: center;
	width: 900px;
	margin: 0 auto;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 30px 0 20px 0;
}


#recruit-entry-box{
	border: 1px solid #EBEBEB;
	width: 960px;
	margin: 0 auto 50px auto;
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	padding: 29px;
}
#recruit-entry-box table{
	width: 100%;
	margin: 0 auto 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
}
#recruit-entry-box table tr{
	border-bottom: 1px solid #CCCCCC;
}
#recruit-entry-box table th{
	padding: 15px 15px 15px 50px;
	width: 28%;
	text-align: left;
	font-weight: 700;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}
#recruit-entry-box table th span{
	color: #E9596C;
}
#recruit-entry-box table td{
	padding: 15px 0;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
}

#recruit-entry-box table td .radiotype01{
	display: block;
}
#recruit-entry-box table td .radiotype02{
	display: inline;
	margin: 0 15px 0 0;
}

#recruit-entry-box table td p.information{
	color: #666;
	font-size: 16px;
	line-height: 1.4;
}

#recruit-entry-box table td input, #recruit-entry-box table td textarea{
	padding: 10px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}
#recruit-entry-box table td input[type="text"]{
	width: 150px;
}
#recruit-entry-box table td.entry-school input, #recruit-entry-box table td.entry-tel input, #recruit-entry-box table td.entry-mail input, #recruit-entry-box table td textarea{
	width: 550px;
}
#recruit-entry-box table td.entry-address textarea{
	height: 62px;
}
#recruit-entry-box table td.entry-note textarea{
	height: 100px;
}
/*
#recruit-entry-box table td input[name="メールアドレス"],
#recruit-entry-box table td input[name="entry-name2"],
#recruit-entry-box table td input[name="entry-kana1"],
#recruit-entry-box table td input[name="entry-kana2"] {
	width: 150px;
	padding: 10px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}
#recruit-entry-box table td input[name="entry-school"],
#recruit-entry-box table td input[name="entry-mail"] {
	width: 400px;
	padding: 10px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}
#recruit-entry-box table td input[name="entry-tel"] {
	width: 550px;
	padding: 10px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}
#recruit-entry-box table td textarea[name="entry-address"],
#recruit-entry-box table td textarea[name="entry-note"] {
	width: 550px;
  padding: 10px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}*/


#recruit-entry-btn {
	text-align: center;
	padding: 0 0 33px 0;
}
#recruit-entry-btn input[type="submit"]{
	-webkit-appearance: none;
	background: #fff;
  width: 187px;
  height: 54px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  display: block;
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background-image: url("../../recruit/img/entry-btn01.png");
  background-repeat: no-repeat;
  background-position: center top;
}
#recruit-entry-btn input[type="submit"]:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}


#recruit-entry-tel {
	text-align: center;
	padding: 0 0 60px 0;
}
#recruit-entry-tel p{}



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

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
