@charset "utf-8";
@import url("reset.css");
@import url("base.css");

/* 共通 */

#contents .box{
	background-color:#D3D3D4;
	padding:0 5px 5px;
	margin-bottom:20px;
}

#contents .box .inner{
	background-color:#FFF;
	padding:43px 44px;
	border-left:solid 1px #A4A5A6;
	border-right:solid 1px #A4A5A6;
	border-bottom:solid 1px #A4A5A6;
}

.page-title{
	background:url(../common_images/title_bg.png) repeat-x left top;
}

.page-title h2{
	background:url(../common_images/title_bg2.png) no-repeat center top;
	text-align:center;
}

/* トップページ */

.home-image{
	min-width:900px;
	overflow:hidden;
	margin:0 auto;
}

.home-image .inner{
	width:900px;
	margin:0 auto;
	height:349px;
	position:relative;
}

.flexslider{
	margin-left:-40px;
	width:980px;
}

#contents .box .inner.home-bnr{
	width:620px;
	overflow:hidden;
	padding-bottom:0 !important;
	padding:15px 14px;
}

.home-bnr ul{
	width:700px;
}

.home-bnr li{
	float:left;
	margin:0 20px 15px 0;
}

.news{
	background-color:#FFF;
	border-left:solid 1px #A4A5A6;
	border-right:solid 1px #A4A5A6;
	border-bottom:solid 1px #A4A5A6;
	height:200px;
	overflow:auto;
}

.news li{
	padding:12px 14px 12px 31px;
	background:url(../common_images/arrow.gif) no-repeat 14px 16px;
}

.news li .date{
	display:block;
	float:left;
	width:7em;
}

.news li .message{
	display:block;
	margin-left:7.2em;
	margin-bottom:10px;
}

/* 会社概要 - ごあいさつ */

#contents .box .inner.greeting .signature,
#contents .box .inner.privacy-policy .signature{
	text-align:right;
	margin-top:1.5em;
}

/* 個人情報保護方針 */

.privacy-policy dl{
	margin-top:20px;
}

.privacy-policy dd{
	margin-bottom:20px;
}

/* アクセス */

#access h4{
	font-size:100%;
	margin-bottom:10px;
}

/* 会社概要・沿革 */

#outline h4{
	font-size:120%;
	font-weight:bold;
	margin-bottom:12px;
}

.outline-table{
	width:100%;
	margin-bottom:20px;
}

.outline-table th{
	padding:10px 0;
	text-align:left;
	vertical-align:top;
	width:100px;
}

.outline-table td{
	padding:10px 0;
}

.history-table{
	width:100%;
}

.history-table th{
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	border-right:solid 1px #333;
	padding:10px;
	width:80px;
	text-align:left;
	vertical-align:top;
}

.history-table td{
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	padding:10px;
}
/* 製品案内 */

.products-box h4{
	background-color:#67a2d1;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	display:inline-block;
	padding:3px 30px 1px;
	border-radius:5px;
	margin-bottom:10px;
	margin-top:40px;
}

.products-box h4:first-child{
	margin-top:0;
}

.products-box.battery-terminals{
	background:url(../products/images/battery_terminals/bg.jpg) no-repeat right top;
}

.products-box.battery-cables{
	background:url(../products/images/battery_cables/bg.jpg) no-repeat right top;
}

.products-box.wire-harness{
	background:url(../products/images/wire_harness/bg.jpg) no-repeat right top;
}

.products-box.cables-set{
	background:url(../products/images/cables_set/bg.jpg) no-repeat right top;
}

.products-box.booster-cables{
	background:url(../products/images/booster_cables/bg.jpg) no-repeat right 20px;
}

.products-box.car-cables{
	background:url(../products/images/car_cables/bg.jpg) no-repeat 250px 20px;
}

.products-box.others{
	background:url(../products/images/others/bg.jpg) no-repeat right 10px;
}



.products-photo{
	margin-top:40px;
}

.products-photo li{
	float:left;
	margin:10px 10px 0 0;
}

.products-photo li.last{
	margin-right:0;
}

/* お問い合わせ */

.contact-table{
	width:100%;
	margin:20px 0;
}

.contact-table th{
	padding:10px 0;
	width:120px;
	text-align:left;
	vertical-align:top;
}

.contact-table td{
	padding:10px 0;
}

.contact-table td .text-m{
	width:230px;
}

.contact-table td .text-l{
	width:374px;
}

.contact-table td textarea{
	width:374px;
	height:250px;
}