/******************** レイアウト ********************/

#recruitLayout{
	width: 780px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	min-height: 1em;
}

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

/*\*/
	* html #recruitLayout {
	height: 1em;
}

#recruitLayout {
	display: block;
}
/**/


#recruitMenu{
	width: 180px;
	margin-right: 20px;
	padding: 0;
	float: left;
	clear: both;
}


#recruitLayout ol{
	width: 180px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#recruitLayout li{
	list-style-type: none;
	margin: 0 0 1px 0;
}


#recruitLayout img{
	vertical-align: top;
}


#recruitContent{
	width: 580px;
	float: left;
}


#recruitContent .contents{
	width: 580px;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	margin-top: 15px;
}



/******************** TOPページ ********************/


.whatsnew{
	margin-top: 15px;
}


.whatsnew dd a:link    { color: #F66; text-decoration: underline;}
.whatsnew dd a:visited { color: #F66; text-decoration: underline;}
.whatsnew dd a:active  { color: #F66; text-decoration: underline;}
.whatsnew dd a:hover   { color: #F66; text-decoration: underline;}



.news{
	width: 580px;
	margin: 0;
	padding: 5px 0 5px 0;
	background-image: url(../images/line.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
}


.news dt {
	width:80px;
	font-size: 12px;
	line-height: 150%;
	float:left;
	clear:both;
}

.news dd {
	width:495px;
	font-size: 12px;
	line-height: 150%;
	margin-left:80px;
}



.contents a:link    { color: #F66; text-decoration: underline;}
.contents a:visited { color: #F66; text-decoration: underline;}
.contents a:active  { color: #F66; text-decoration: underline;}
.contents a:hover   { color: #F66; text-decoration: underline;}



/******************** 採用情報 ********************/
.rec_info{
	width: 580px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
}


.rec_info th{
	width: 65px;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #eeeae3;
	padding: 5px;
}


.rec_info td{
	font-size: 12px;
	line-height: 150%;
	vertical-align: top;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px;
}


.rec_info .privacy{
	width: 430px;
	font-size: 12px;
	line-height: 150%;
	background-color: #F5F5F5;
	margin-top: 10px;
	margni-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}



.recruitment{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
}


.recruitment th{
	width: 55px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #F5F5F5;
	padding: 3px;
}


.recruitment td{
	font-size: 12px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px;
}


.recruitment .men{
	color: #00C;
	font-size: 12px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #e4faff;
	padding: 3px;
}


.recruitment .women{
	color: #C00;
	font-size: 12px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #ffe4e4;
	padding: 3px;
}


/******************** 先輩インタビュー ********************/

.interview{
	width: 435px;
	border: 1px solid #999;
	background-color: #F5F5F5;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	min-height: 1em;
}


.interview:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
	* html .interview {
	height: 1em;
}

.interview {
	display: block;
}
/**/


.interview .img{
	padding: 9px;
	float: left;
	clear: left;
}


.interview .personal_data{
	width: 348px;
	padding: 0 0px 0 0;
	margin: 14px 0 14px 0;
	min-height: 1em;
	float: left;
}


.block{
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 1em;
}


.block:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
	* html .block {
	height: 1em;
}

.block {
	display: block;
}
/**/


.block .unit{
	width: 130px;
	font-size: 14px;
	font-weight: bold;
	float:left;
}


.block .name{
	width: 90px;
	font-size: 12px;
	padding-top: 1px;
	padding-left: 4px;
	margin-left: 3px;
	border-left: 3px solid #F00;
	float:left;
}


.block .roma{
	width: 118px;
	font-size: 12px;
	padding-top: 1px;
	float:left;
}


.unit a:link    { color: #333; text-decoration: underline;}
.unit a:visited { color: #333; text-decoration: underline;}
.unit a:active  { color: #333; text-decoration: underline;}
.unit a:hover   { color: #333; text-decoration: underline;}


.personal_data .caption{
	font-size: 12px;
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
}


/******************** FAQ ********************/


.list{
	text-align: left;
	border-left: 5px solid #E0E0E0;
	margin: 15px 0 0 0;
	padding: 0;
}


.list dt {
	width:25px;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	padding-left: 5px;
	float:left;
	clear:both;
}


.list dd {
	font-size: 12px;
	line-height: 150%;
	margin-left:25px;
	margin-bottom: 8px;
}


.faq{
	width: 580px;
	border: none;
	border-collapse: collapse;
}


.faq .ques {
	font-size: 12px;
	line-height: 150%;
	border-top: 2px solid #E0E0E0;
	padding: 5px;
}


.faq .ans {
	font-size: 12px;
	line-height: 150%;
	border-top: 1px dotted #666;
	padding: 5px;
}


.faq .q{
	width: 25px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFD8D8;
}


.faq .a{
	width: 25px;
	font-size: 12px;
	font-weight: bold;
	background-color: #E4E6E6;
}


.privacy{
	width: 460px;
	padding: 5px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
	border: 1px solid #999;
}
