@charset "UTF-8";
/* ===================================================
 File Name  : page.css
 Style Info : トップページ スタイル指定
=================================================== */
/* strengths
---------------------- */
.iconStrength {
	background: url(../images/icon_ttl_strengths.png) no-repeat 16px center;
	padding-left: 52px;
}
#strengths ul {
	background-color: #e7ddcf;
	border-radius: 8px;
	padding: 16px 0 16px 16px;
}
#strengths ul li {
	background-color: #fff;
	border-radius: 8px;
	float: left;
	margin-left: 16px;
	position: relative;
	width: 298px;
}
#strengths ul li:first-child {
	margin-left: 0;
}
#strengths ul li .number {
	position: absolute;
	top: -5px;
	left:10px;
}
#strengths ul li dl dt {
	color: #864b16;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 24px 0 22px;
}
#strength01 {
	background: url(../images/icon_strengths01.png) no-repeat 232px 7px;
}
#strength02 {
	background: url(../images/icon_strengths02.png) no-repeat 234px top;
}
#strength03 {
	background: url(../images/icon_strengths03.png) no-repeat 237px 5px;
}
#strengths ul li dl dd {
	line-height: 160%;
	margin: 0 16px 16px 16px;
}
/* news
---------------------- */
#news {
	width: 698px;
	float: left;
}
#news .ttl span {
	font-size: 20px;
}
.iconNews {
	background: url(../images/icon_ttl_news.png) no-repeat 16px center;
	padding-left: 52px;
}
#news ul {
	margin: 16px;
}
#news ul li {
	border-top: 1px dotted #c7b199;
	margin-top: 14px;
	padding-top: 16px;
}
#news ul li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
#news ul li dl {
}
#news ul li dl dt {
	font-size: 12px;
	font-weight: bold;
	float: left;
	line-height: 140%;
	margin-top: 3px;
	width: 82px;
	vertical-align: middle;
}
#news ul li dl dd {
	vertical-align: middle;
	line-height: 140%;
	float: left;
	width: 510px;
	line-height: 1.3;
}
#news ul li dl dd h2,#news ul li dl dd h2 a{
	padding-bottom: 7px;
	font-weight: bold;
	color: #864b16;
	  font-size: 16px;
	  line-height: 1.5;
}
#news ul li dl .tag {
	color: #fff;
	border-radius: 2px;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 3px;
	text-align: center;
	line-height: 100%;
	margin: 2px 10px 0 0;
	width: 64px;
}

.cateNews {
	background-color: #f18484;
}
.cateToilet {
	background-color: #84b5de;
}
.cateBattery {
	background-color: #b095be;
}
.cateOther {
	background-color: #bcbcbc;
}
/* sideBar
---------------------- */
#sideBar {
	float: right;
	margin-top: 40px;
	width: 270px;
}
#sideBar li {
	margin-top: 14px;
}
#sideBar li:first-child {
	margin-top: 0;
}
/* contact
---------------------- */
.contact {
	clear: both;
}