@charset "Shift_JIS";
/* 目次 ------------------------------------------
1. ファイル情報
2. 領域別スタイル
--------------------------------------------------
会社情報ページスタイル company CSS v2.1
FileName:  /css/company.css
作成日	:	2012.6.1
更新日	:	2014.7.9
--------------------------------------------------
*/

/* 領域別 : 社長挨拶部分のスタイル ------------ */
#main #message h3{
	margin-top: 7px;
}
#main #message div.photo{
	float: left;
	width: 174px;
	height: 347px;
	margin-bottom: 25px;
	padding: 2px;
	padding-left: 17px;
}
#main #message p{
	float: left;
	width: 450px;
	margin-bottom: 5px;
	margin-left: 14px;
}
#main #message p.lead{
	margin-left: 13px;
}
#main #message p span{
	display: block;
	width: 393px;
	padding-top: 13px;
}
/* 領域別 : アクセスマップ部分のスタイル ------ */
#main #access h3{
	margin-top: 40px;
}
#main #access p.photo{
	float: left;
	width: 220px;
	margin-bottom: 5px;
	background-color: #eee;
	font-size: 0.8em;
}
#main #access p.photo img{
	padding: 10px;
}
#main #access #map{
	float: left;
	width: 425px;
	margin-bottom: 40px;
	padding-left: 17px;
}
#main #access #map p.sup{
	float: none;
	width: 425px;
	margin: 0;
}
#main #access #map ul{
	margin-left: 15px;
}
#main #access #map ul li{
	list-style: disc;
}
/* 領域別 : ソーシャルメディア部分のスタイル -------- */
#main #social dl{
	margin-left: 17px;
}
#main #social dl dt{
	margin-bottom: 10px;
	padding-left: 17px;
	border-bottom: 1px dashed #ef961f;
	font-weight: bold;
}
dt#twitter{
	background: transparent url(../img/bg_twit.gif) left 7px no-repeat;
}
dt#fb{
	background: transparent url(../img/bg_fb.gif) left 7px no-repeat;
}
#main #social dl dd{
	margin-bottom: 5px;
	margin-left: 17px;
	padding-left:17px;
	background: transparent url(../img/bg_marker.gif) left 8px no-repeat;
}
#main #social dl dd span{
	font-size: 0.8em;
}
/* 領域別 : グループ会社部分のスタイル -------- */
#main h3#group+ul li{
	list-style: url("../img/bg_marker.gif");
	margin-left: 17px;
}