@charset "UTF-8";

/* index.html */

#left_contents div.topvisual {
	width:690px;
	height:225px;
	background:url(../images/index/top_visual.gif) no-repeat;
	margin-bottom:15px;
}
#left_contents div.topvisual p{visibility:hidden;}

#left_contents h2.top_ttl_job,
#left_contents h2.top_ttl_pickup,
#left_contents h2.top_ttl_area,
#left_contents h2.top_ttl_keyword,
#left_contents h2.top_ttl_qa{
	width:690px;
	height:40px;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
}

#left_contents h2.top_ttl_job {background:url(../images/index/top_ttl_job.gif) no-repeat;}
#left_contents h2.top_ttl_pickup {background:url(../images/index/top_ttl_pickup.gif) no-repeat;}
#left_contents h2.top_ttl_area {background:url(../images/index/top_ttl_area.gif) no-repeat;}
#left_contents h2.top_ttl_keyword {background:url(../images/index/top_ttl_keyword.gif) no-repeat;}
#left_contents h2.top_ttl_qa {background:url(../images/index/top_ttl_qa.gif) no-repeat;}


#left_contents ul.sp_list {
	clear:both;
	margin:0 0 10px;
	padding:0 0 0 12px;
	zoom:100%;
}
#left_contents ul.sp_list li{
	float:left;
	width:120px;
	margin-right:16px;
	padding:0;
}
#left_contents ul.sp_list li.last{margin-right:0;}

#left_contents ul.sp_list li a.photo{
	display:block;
	width:114px;
	height:74px;
	padding:3px;
	background-color:#ddd;
	margin-bottom:5px;
}
#left_contents ul.sp_list li a.official{
	display:block;
	width:120px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/index/top_btn_official.gif) no-repeat;
	margin-bottom:5px;
}
#left_contents ul.sp_list li a.official:hover{background:url(../images/index/top_btn_official_on.gif) no-repeat;}
#left_contents ul.sp_list li p.sp_name {
	margin-bottom:5px;
}
#left_contents ul.sp_list li .ofce_name{
	font-weight:bold;
}
#left_contents ul.sp_list li p.msg {
	font-size:0.833em;
	padding:5px 0;
}


#left_contents div.qa_box {
	width:664px;
	margin:0 15px 20px;
}
#left_contents div.qa_box dl.question{
	padding-bottom:15px;
	margin-bottom:15px;
	background:url(common/../images/index/dot_line.gif) bottom repeat-x;
}
#left_contents div.qa_box dl.question dt{
	height:23px;
	padding-left:30px;
	margin-bottom:10px;
	background:url(../images/index/top_icon_q.gif) 0 50% no-repeat;
	font-weight:bold;
}
#left_contents div.qa_box dl.question dt a{
	display:inline-block;
	padding-top:5px;
}
#left_contents div.qa_box dl.question dd{line-height:140%;}

#left_contents div.qa_box dl.answer {
	zoom:100%;
}
#left_contents div.qa_box dl.answer dt{
	width:60px;
	float:left;
}
#left_contents div.qa_box dl.answer dt img{
	border:3px solid #ddd;
}
#left_contents div.qa_box dl.answer dd{
	float:right;
	width:570px;
	line-height:140%;
	margin-bottom:10px;
}
#left_contents div.qa_box dl.answer dd.teacher{
	padding:5px;
	width:560px;
	background-color:#fff5c3;
	font-weight:bold;
	color:#ff7506;
}

#left_contents p.link_qa{
	text-align:right;
	margin:0;
}







/*----- clear ----------------------*/

#left_contents ul.sp_list:after,
#left_contents div.qa_box dl.answer:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

