@charset "shift_jis";
/*-----------------------------------インデックス*/
#csrIndex {
	width: 580px;
}
#csrIndex li{
	float: left;
	margin-bottom: 10px;
}
#csrIndex li img{
	vertical-align:bottom;
}
.leftBtn {
	margin-right: 8px;
}
/*-----------------------------------トップメッセージ*/
#topImg {
	float: right;
	padding: 0 0 8px 20px;
}
/*-----------------------------------CSR推進体制*/
#systemTable {
	width: 580px;
	border-bottom: 2px solid #fff;
}
#systemTable th{
	width: 160px;
	padding: 10px;
	font-weight: bold;
	background-color: #e6f5fa;
	border-bottom: 2px solid #fff;
}
#systemTable td{
	padding: 10px 20px;
	vertical-align: middle;
	border-bottom: 2px solid #fff;
}
/*-----------------------------------CSR報告書*/
#csrList {
	float: left;
	width: 270px;
}
#csrList li{
	line-height: 2.5;
	list-style-position: outside;
	list-style-image: url(../common/img/icn.gif);
	margin: 3px 0 0 25px;
}

#csrImg {
	float: left;
	width: 200px;
}
#csrImg img{
	border: 1px solid #c0c0c0;
}
/*-----------------------------------CSRニュース*/
#csrNews li{
	padding: 10px 0;
	border-bottom: 1px solid #c0c0c0;
}
#csrNews li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#csrNews li {display: inline-block;}
/* Hides from IE-mac \*/
* html #csrNews li {height: 1%;}
#csrNews li {display: block;}
/* End hide from IE-mac */

.csrday{
	background: url(../common/img/icn.gif) no-repeat left center;
	padding: 0 0 0 15px;
	color: #00a0c6;
	font-weight: bold;
	float: left;
}
.csrList{
	float: right;
	width: 500px;
}
/*-----------------------------------テーブル・問い合わせから*/
.inquiryTable {
	width: 579px;
	border: 1px solid #72cae0;
}
.inquiryTable th{
	padding: 5px 10px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	background-color: #e6f5fa;
	border-top: 1px solid #72cae0;
	border-right: 1px solid #72cae0;
}
.inquiryTable td{
	padding: 5px 10px;
	vertical-align: middle;
	border-top: 1px solid #72cae0;
	border-right: 1px solid #72cae0;
}
.inquiryTable td span{
	padding: 0 0 0 15px;
	background: url(../common/img/icn.gif) no-repeat center left;
}

