@charset "UTF-8";

/*******************/
/* 採用情報 */
/*******************/

@import url(menu.css);
@import url(main.css);

/*テキストスペース 中面・上部*/
#contents_center_top{
	background-image:url("../vision/images/gray_box_top.gif");
	background-repeat:no-repeat;
	background-position:center bottom;
	margin:0px;
	padding:0px;
	width:480px;
	height:3px;
	font-size:1px;
	line-height:1px;
}
/*テキストスペース 中面・中部*/
#contents_center_middle{
	background-image:url("../vision/images/gray_box_center.gif");
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	padding:0px;
	width:480px;
}
#contents_center_middle #center_padding{
	margin:0px;
	padding:10px 13px;
}
#contents_center_middle #right_text{
	margin:0px;
	padding:5px 13px 10px 13px;
	text-align:right;
}
/*テキストスペース 中面・下部*/
#contents_center_bottom{
	background-image:url("../vision/images/gray_box_bottom.gif");
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px;
	padding:0px;
	width:480px;
	height:3px;
	font-size:1px;
	line-height:1px;
}
/* 強調文字太字 */
.recruitImpactTextBold{
	margin: 10px 0px;
	font-weight:bold;
	color:#034DAA;
}

/* 強調文字 */
.recruitImpactText{
	margin: 10px 0px;
	color:#034DAA;
}

/* 採用人数実績 */
table.saiyo{
	width: 100%;
	font-size: small;
	line-height: 1.2;
	color: #666666;
	border: solid 1px #999999;
	border-collapse: collapse;

}
table.saiyo td{
	text-align: center;
	vertical-align: top;
	border: solid 1px #999999;
}
table.saiyo td.school{
	width: 21%;
	color: #FFFFFF;
	background-color: #205BAC;
}
table.saiyo td.year{
	width: 16%;
	background-color: #F0F0F0;
}

/* flow */
div.flow_title{
	font-weight: bold;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #205BAC;
	padding: 5px;
	margin-left: 20px;
	margin-top: 10px;
}
div.flow_contents{
	line-height: 1.5em;
	background-color: #F0F0F0;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
}
div.flow_down{
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	margin-left: 20px;
}

/*コンテンツ左側*/
#contentsPhoto{
	margin:0px;
	padding:0px;
	width:185px;
	text-align:left;
	float:right;
}
.contentsPhotoYoko{
	margin:0px;
	padding:0px;
	width:245px;
	text-align:left;
	float:right;
}
/*コンテンツ右側*/
#contentsText{
	margin:0px;
	padding:0px;
	width:300px;
	line-height:180%;
	float:left;
}
.contentsText2{
	margin:0px;
	padding:0px;
	width:495px;
	line-height:180%;
}
.contentsText3{
	margin:0px;
	padding:0px;
	width:250px;
	line-height:180%;
	float:left;
}
/*コンテンツ右側 テキストスペース（上部）*/
#contentsText #textSpace1{
	margin:0px 15px 0px 0px;
	padding:0px;
	text-align:left;
}
/*コンテンツ右側 テキストスペース（下部）*/
#textSpace2{
	margin:0px 15px 0px 0px;
	padding:0px;
	text-align:right;
}

/*コンテンツ用太字*/
.impact_font{
	font-size:medium;
	font-weight:bold;
}

