@charset "utf-8";
@import url("bace.css");
@import url("common.css");
/* ===================================================================
CSS information

 file name  :company.css
 style info :会社概要カテゴリ用スタイル
=================================================================== */
/* -------- gnavi -------- */
#company #header #gNav li.navCompany a img {
	width: 0;
	height: 0;
}
/* -------- gnavi Print Style -------- */
@media print{
#company #header #gNav li.navCompany a img {
	width: 200px;
	height: 58px;
}
}

/* -------- snavi -------- */
#company #sNav {
	background: url(/images/company/img_snav.gif) no-repeat center bottom;
	margin:0;
	padding:0;
}
#company  h4 {
	color:#3d3d3d;
	background:#E8E8E8;
	padding-left:10px;
	margin-bottom:10px;
	clear:both;
	height:22px;
	overflow:hidden;
	line-height:22px;
}
#company  h4.second {
	margin-top:35px;
}
#company .list dl,
#company .history dl {
	border-bottom:dotted 1px #C1C1C1;
	padding-bottom:7px;
	margin-bottom:7px;
	clear:both;
}
#company .list dt {
	float:left;
	width:100px;
	margin-right:20px;
}
#company .list dd {
	margin-left:120px;
}
#company li {
	margin-bottom:5px;
}
#company .history dt {
	float:left;
	width:60px;
	color:#009999;
	font-weight:bold;
}
#company .history dt.month {
	float:left;
	width:40px;
	color:#4B4B4B;
	text-align:right;
	margin-right:20px;
}
#company .history dd {
	margin-left:135px;
}
#company .csr h5 {
	color:#009999;
	padding-bottom:2px;
	margin-bottom:5px;
	border-bottom:dotted 1px #B4B4B4;
}
#company .csr h5.clear {
	padding-top:5px;
}
#company .csr p,
#company .csr ol  {
	padding-bottom:20px;
}
#company .csr ol li {
	list-style:decimal inside;
	text-indent:-1.3em;
	margin-left:1.5em;
}
#company .csr ol strong {
	color:#595959;
}
#company .csr h6 {
	font-weight:normal;
	color: #009999;
	margin-bottom:5px;
}

