@charset "utf-8";


/*--------------------------------------------------------------------------------
　▼ common
--------------------------------------------------------------------------------*/

* {
	-webkit-text-size-adjust: 100%;
}

.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cf{
	zoom: 1;
}

img{ vertical-align: bottom; }

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.bold{
	font-weight:bold;
}

.font01{
	font-weight:bold;
	font-size:120%;
}

.font02{
	font-size:120%;
}

.mb10{ margin-bottom:10px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }

.center{
	text-align:center;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

body{
	font: 76%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
}

#header{
	background:url(../images/bg_header.gif) repeat-x bottom #FFFCF6;
	text-align:center;
	padding:30px 0 30px 0;
}

h1{
	padding-bottom:30px;
}

#main{
	padding-top:30px;
	background:url(../images/bg.jpg);
	padding-bottom:30px;
}

#main_in{
	width:900px;
	height:1300px;
	margin:0 auto;
}

#list01{
	position:relative;
}

#list01 li{
	position:absolute;
}

.li01{
	top:0;
	left:0;
}

.li02{
	top:0;
	left:300px;
}

.li03{
	top:0;
	left:590px;
}

.li04{
	top:300px;
	left:0;
}

.li05{
	top:300px;
	left:300px;
}

.li06{
	top:300px;
	left:600px;
}

.li07{
	top:600px;
	left:0;
}

.li08{
	top:600px;
	left:300px;
}

.li09{
	top:900px;
	left:0;
}

.li10{
	top:900px;
	left:300px;
}

.li11{
	top:600px;
	left:600px;
	width:316px;
	height:571px;
	background:url(../images/pic11_thumb.png) no-repeat;
	color:#FF007F;
	font-size:120%;
	position:relative;
}

.li11_in{
	padding:60px 30px;	
}

.li11_in table td{
	vertical-align:top;
}

.mail{
	position:absolute;
	top:470px;
	left:55px;
}

#footer{
	text-align:center;
	color:#fff;
	line-height:3;
}



/*--------------------------------------------------------------------------------
　▼ recruit
--------------------------------------------------------------------------------*/

#recruit_main_in{
	width:820px;
	margin:0 auto;
	background:#fff;
	margin-bottom:50px;
	box-shadow: 0 1px 3px #000;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	padding:30px;
	font-size:108%;
}

#back{
	text-align:center;
	padding-bottom:20px;
}

#list02{
	width:455px;
	float:right;
}

#list02 dt{
	width:100px;
	clear: left;
	float: left;
	padding:5px 0;
}

#list02 dd{
	border-bottom:1px dashed #ccc;
	padding:6px 0;
}

#table01{
	width:100%;
	margin:30px 0;
}

#table01 td{
	border-collapse:collapse;
	border:1px solid #ccc;
	padding:10px;
}

#table01 tr td:first-child{
	background:#D1EC7F;
}

#table02{
	width:100%;
	margin:10px 0 30px 0;
}

#table02 td{
	border-collapse:collapse;
	border:1px solid #ccc;
	padding:10px;
}

#table02 tr td:first-child{
	background:#DFF7FF;
}

#table03{
	width:100%;
	margin:10px 0 30px 0;
}

#table03 td{
	border-collapse:collapse;
	border:1px solid #ccc;
	padding:10px;
}

#table03 tr td:first-child{
	background:#FFDFFF;
}

#table04{
	width:100%;
}

#table04 td{
	padding:5px 0;
}

.input01{
	width:100%;
}

.input02{
	width:130px;
}

#form_area{
	border:1px solid #ccc;
	padding:30px 60px;
}

.must{
	float:right;
	padding-right:20px;
}

#privacy{
	height:200px;
	overflow:auto;
	border:1px solid #ccc;
	padding:20px;
	font-size:88%;
}

#check{
	text-align:center;
	padding:20px 0;
}