@charset "utf-8";
/*
機　　能　　名：採用情報ページCSS
作　　成　　日：2013/05/18

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

div#recruit {
}
/* h3 */
div#recruit div#main_contents h3.txt {
color:#009AFE;
}

div#recruit div#main_contents p {
margin:0 20px;
}

/* volunteer */
div#recruit div#volunteer {
background:url(../images/recruit/recruit_img_01.jpg) 0 0 no-repeat;
color:#FFF;
width:400px;/* total 680px */
height:110px;/* total 190px */
padding:40px 240px 40px 40px;
}
div#recruit div#volunteer h3 {
margin-bottom:25px;
}
div#recruit div#volunteer p {
margin:0;
padding:0;
line-height:1.6;
}


/* map */
div#recruit div#map {
float:left;
margin-left:10px;
}
div#recruit div.clearfix div.float_r {
width:386px;/* total 406px */
padding-left:20px;
}
div#recruit div.float_r li {
background:url(../images/common/blue_dot.gif) 0 bottom repeat-x;
padding:10px 0 8px 0;
}
div#recruit div.float_r dt {
color:#009AFE;
width:95px;
}
div#recruit div.float_r dt,
div#recruit div.float_r dd {
float:left;
}


