@charset "shift-jis";

/*----------------------------------------------------
  00  main-style
  01. #main.recruit  Recruit

----------------------------------------------------*/

/* main style
=======================================================*/

/*=== value reset ===*/
#main * {
	margin:0;
	padding:0;
	font-size:100%;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main em,
#main strong {
	font-weight:normal;
	font-style:normal;
}
#main li { list-style-type:none;}
#main img { border:0; vertical-align:bottom;}

/*=== main & main font ===*/
#main {
	width:680px;
	color:#8C8C8C;
	text-align:left;
	font-size:100%;
	line-height:180%;
	margin-bottom:30px;
	min-height:456px;
	height:auto !important;
	height:456px;
	font-size:small;
	/*\*/_/**/font-size:x-small;/* IE only */
}
#main .area {
	background:url(/common/images/bar.jpg) no-repeat 56px 20px;
	padding:30px 24px 0 80px;
}
#main h1 { margin-bottom:35px;}
#main .ttl-img { margin-bottom:30px;}
#main h2, 
#main h3 {
	color:#898989;
	font-weight:bold;
}

#main .last { margin-bottom:50px;}

/*===========================================================================
  01. #main.recruit  Recruit
===========================================================================*/
#main.recruit h2 { margin-bottom:5px;}

#main.recruit .box {
	width:530px;
	overflow:hidden;
	border:dotted #bcbcbc;
	border-width:1px 0;
	padding:15px 0;
	margin:50px 0;
	font-size:85%;
	line-height:120%;
}
#main.recruit .box:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	line-height:1%;
	visibility:hidden;
}
#main.recruit .txt {
	float:left;
	width:320px;
}
#main.recruit .btn {
	float:right;
	display:inline;
	width:116px;
	margin-right:65px;
}