@charset "utf-8";
/*------------------------------------------------------------
	サイドバー変更
------------------------------------------------------------*/
#sideBar .sideMenu {
	display: none;
}
#sideBar .sideBox {
	padding: 0 7px 0 7px;
	border-top: none;
}
/*------------------------------------------------------------
	Page: company
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 25px;
}

#conts .section01 {
	margin: 0 17px 15px 25px;
}
#conts h3 {
	margin: 0 0 10px 26px;
	padding-left: 8px;
	font-size: 1.2em;
	border-left: solid 4px #c4eefa;
	clear: both;
}
#conts .ph{
	margin:0 0 30px 12px;
}
#conts dl{
	font-size:12px;
	width:700px;
	margin: 0 0 30px 46px;	
}
#conts dl dt{
	width:125px;
	float: left;
	padding-bottom:25px;
	color:#1ab7df;
	font-weight:bold;
}
#conts dl dd{
	width:575px;
	float: left;
	padding-bottom:25px;
}
#conts .greeting{
	font-size:14px;
	width:700px;
	margin: 0 0 30px 46px;
}