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

ol,ul,li,dl,dd,dt{
list-style:none;
margin: 0px;
padding: 0px;
}
input{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}


a{
	color:#0066CC;
}
a:hover{
color: #F03;
}

/*-----------------------------------------------------------------*/
.recruit{
	padding-top:10px;
}
.recruit h2{
	margin-bottom:10px;
}

.recruit p{
	margin-bottom:10px;
}


.recruit-column{
	width:730px;
	margin:0px auto 20px auto;
	clear:both;
}
.recruit-column ul li{
	float:left;
	margin-left:30px;
	margin-bottom:60px;
}


.recruit-column h3{
margin:0px auto 10px auto;
padding:5px;
border-bottom:2px solid #EE0003;
font-size:20px;
color:#EE0003;
background:#F8FF00;
clear:both;
}

.recruit-column h3.form{
border-bottom:2px solid #EE0003;
color:#F8FF00;
background:#EE0003;
}



	/*table-------------------------------------------------------------*/
.recruit-column table.data{
margin:0px 0px 10px 0px;
width:99%;
text-align:center;
border:1px solid #BBB;
border-collapse:collapse;
border-spacing:0px;
}

.recruit-column table.data th,table.data td{
padding:12px 8px 12px 8px;
line-height:18px;
vertical-align: middle;
border:1px solid #BBB;
text-align:left;
font-size:14px;
color:#333;
}

.recruit-column table.data th{
font-weight:normal;
width:130px;
background:#EEEEEE;
}


/*form---------------------------------------------------------------*/
.recruit-column table.data th.required{
	width:35px;
	background:#F8FF00;
	color:#EE0003
}
.recruit-column table.data th.option{
	width:35px;
	background: #D5EBFF;
	color: #00016B
}
.recruit-column table.data td input.w320{
	width:320px;
}
.recruit-column table.data td input.w200{
	width:200px;
}

.recruit-column table.data td input.w80{
	width:80px;
}
.recruit-column table.data td textarea{
	border:1px solid #333;
}
.error{
	line-height:28px;
}
.thanks{
	padding:120px 10px;}
	
	/*PRIVACY------------------------------------------------------------*/
#contact_privacy{
width:100%;
overflow: auto;
margin:0px 0px 5px 0px;
}
#contact_privacy .title{
padding:3px 0px 3px 5px;
border:1px solid #666666;
background: #666666;
color:#FFFFFF;
}
#contact_privacy_area{
padding:5px 5px 5px 5px;
height:90px;
overflow: auto;
border:1px solid #AAAAAA;
background:#FFFFFF;
color: #333333;
font-size:11px;
line-height:16px;
}
.contact_privacy_btn{
	padding:5px;
	background:#FFFF99;
	margin:0px 0px 10px 0px;
}

.contact_privacy_btn p{
	font-size:12px;
line-height:16px;
}