@charset "utf-8";


/*========================================

採用情報

========================================*/

body#recruit {

}


/*コンテンツエリア
----------------------------------------*/
body#recruit div#content {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
}

body#recruit div#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

body#recruit div#content div#main {
	width: 710px;
	float: left;
	display: inline;
}

body#recruit div#content div#main h3 {
	margin: 0 0 10px 0;
}


/*カテゴリのリード文
----------------------------------------*/
body#recruit div#content div#main div.lead {
	background: url(../../method/images/article_bg02_btm.gif) no-repeat left bottom;
	width: 710px;
	margin: 0 auto 20px auto;
}

body#recruit div#content div#main div.lead h2 {
	margin: 0;
	padding: 0;
}

body#recruit div#content div#main div.lead p {
	line-height: 1.5;
	padding: 15px;
}


/*募集要項
----------------------------------------*/
body#recruit div#content div#main table.recruit {
	border-collapse: collapse;
	margin: 20px 0 20px 10px;
	width: 690px;
}

body#recruit div#content div#main table.recruit th {
	background-color: #EAEAEA;
	border: 1px solid #CCC;
	font-weight: normal;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5;
	padding: 7px;
	width: 150px;
	vertical-align: top;
}

body#recruit div#content div#main table.recruit td  {
	border: 1px solid #CCC;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5;
	padding: 7px;
	vertical-align: top;
}


/*コンセプト
----------------------------------------*/
body#recruit div#content div#main div.concept{
	padding:0 10px;
	margin-bottom:10px;
}

body#recruit div#content div#main div.concept h3{
	color:#CC3300;
	margin:0;
}

body#recruit div#content div#main div.concept p{
	padding:10px 0;
	margin:0 0 10px 0;
}


body#recruit div#content div#main div.recruitBox01{
	padding:10px;
	margin:0 10px 15px 10px;
	border:1px solid #ccc;
}

body#recruit div#content div#main div.recruitBox01 h4{
	color:#CC3300;
	padding:0 0 9px 0;
	margin:0 0 9px 0;
	background: url(../images/content_line_l.gif) repeat-x left bottom;
}


/*お問い合わせ
----------------------------------------*/
body#recruit div#content div#main div.contact {
	background: url(../../images/article_bg01_top.gif) no-repeat left top;
	width: 690px;
	margin: 0 10px 30px 10px;
	padding: 12px 0 0 0;
}

body#recruit div#content div#main div.contact div.inner {
	background: url(../../images/article_bg01_btm.gif) no-repeat left bottom;
	padding: 0 12px 12px 12px;
	zoom: 1;
}

body#recruit div#content div#main div.contact div.inner:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

body#recruit div#content div#main div.contact div.inner div.phone {
	background: url(../../images/flow_contact_line.gif) no-repeat right center;
	float: left;
	display: inline;
	width: 330px;
	margin: 0 10px 0 0;
}

body#recruit div#content div#main div.contact div.inner div.mail {
	float: right;
	display: inline;
	width: 320px;
}

body#recruit div#content div#main div.contact div.inner div.phone img,
body#recruit div#content div#main div.contact div.inner div.mail img {
	margin: 0 0 10px 0;
}

body#recruit div#content div#main div.contact div.inner div.mail ul {
	width: 330px;
}

body#recruit div#content div#main div.contact div.inner div.mail ul li {
	background: url(../images/ico_list_arrow2.gif) no-repeat left center;
	padding: 0 0 0 10px;
}








