@charset "utf-8";

@import url("reset.css");

html {	
	background:url(../img_common/bg.gif);
}
body {
	background:url(../img_common/bg.gif);
}
#wrap {
	width:960px;
	margin:0 auto;
}
#header {
	position:relative;
	width:960px;
	height:100px;
	border-bottom:1px dotted #333333;
}
#logo {
	position:absolute;
	top:10px;
	left:0;
}
#hm {
	position:absolute;
	top:10px;
	right:0px;
	width:530px;
	height:80px;
}
#hm01 {
	position:absolute;
	left:0;
	bottom:0;
}
#hm02 {
	position:absolute;
	left:114px;
	bottom:0;
}
#hm03 {
	position:absolute;
	left:282px;
	bottom:0;
}
#hm04 {
	position:absolute;
	left:416px;
	bottom:0;
}
#hm05 {
	position:absolute;
	right:156px;
	top:0;
}
#hm06 {
	position:absolute;
	right:10px;
	top:0;
}
#path {
	padding:10px 0;
}
#container {
	width:960p;
	margin:0 auto;
}
#contents {
	width:700px;
	float:left;
}
#contents h2 {
	padding-bottom:5px;
}
#contents h3 {
	color:#172246;
	font-weight:bold;
	border-left:4px solid #172246;
	border-bottom:1px dotted #172246;
	padding:4px 6px;
	margin-bottom:10px;
	font-size:14px;
}
.sec {
	padding-bottom:15px;
}
.sec-in {
	background-color:#FFF;
	padding:10px;
}
.sec .sec-in .box {
	border:1px dotted #172246;
	padding:10px;
}
.more {
	text-align:right;
	margin-top:10px;
	display:block;
}
.right {
	text-align:right;
}

#side {
	width:245px;
	float:right;
}
#side .sec-in {
	margin-bottom:15px;
}
#side #sm dd dt {
	color:#172046;
	font-weight:bold;
	border-bottom:1px dotted #333333;
	margin-bottom:5px;
}
#side #sm dd dd {
	padding-bottom:10px;
}
#s-company-data dt {
	font-weight:bold;
	line-height:120%;
}
#s-company-data dd {
	margin-bottom:5px;
	line-height:120%;
}

#pagetop {
	clear:both;
	text-align:right;
	padding-bottom:5px;
}

#footer {
	clear:both;
	position:relative;
	width:960px;
	height:120px;
	border-top:1px dotted #333333;
	color:#333333;
	line-height:120%;
}
#footer address {
	position:absolute;
	top:10px;
	left:0;
	width:265px;
	font-style:normal;
}
#fm {
	position:absolute;
	top:30px;
	right:0;
}
#fm li {
	float:left;
	padding-left:10px;
}
#fm li a {
	display:block;
	padding-left:14px;
	background:url(../img_common/icon.gif) left center no-repeat;
}
#copy {
	position:absolute;
	bottom:20px;
	right:0;
}

/***** HOME *********************************************/
#home #header {
	margin-bottom:25px;
}
#item-list {
	border:1px dotted #172246;
	width:678px;
}
#item-list li {
	float:left;
	border-right:1px dotted #172246;
	width:220px;
}
#item-list li.last {
	border-right:none;
	width:220px;
}
#info-table th {
	padding:5px;
}
#info-table td {
	padding:5px;
}


/***** 取扱品目 *********************************************/
.item-table td {
	padding:0 0 10px 0;
	width:220px;
}
.item-table td.center {
	padding:0 7px 10px 7px;
}
.item-table td img {
	border:1px dotted #172246;
}
#item-detail #item-img {
	float:left;
	width:342px;
}
#item-detail #item-img img {
	border:1px dotted #172246;
}
#item-detail #item-txt {
	float:right;
	width:330px;
}
#item-detail #item-txt dd {
	padding:5px 5px 20px 5px;
}
#btn-inquiry {
	padding:30px;
	text-align:center;
}
.detail-table {
	width:100%;
}
.detail-table th {
	background-color:#172246;
	border:1px solid #FFFFFF;
	padding:10px;
	color:#FFFFFF;
}
.detail-table td {
	border-top:1px dotted #333333;
	border-bottom:1px dotted #333333;
	padding:10px;
}


#inquiry-list {
	border-top:1px dotted #172246;
	border-bottom:1px dotted #172246;
	border-left:1px dotted #172246;
}
#inquiry-list li {
	float:left;
	border-right:1px dotted #172246;
}


/***** お問い合わせ *********************************************/
#inquiry .sec-in address {
	font-size:16px;
	font-weight:bold;
	font-style:normal;
}
#inquiry .sec-in em {
	color:#FF0000;
}
#inquiry .tbox {
	border:1px solid #CCC;
	padding:2px;
}


/***** OEM *********************************************/
.boxSec h3 {
	padding:0!important;
	border:none!important;
	margin:0!important;
}
.boxSec .inner {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:9px;
}
.boxSec .flowList dt {
	background:url(../img_item/oem/icon.png) left top no-repeat;
	padding-left:25px;
	line-height:20px;
	font-size:20px;
	color:#182246;
	font-weight:bold;
	margin-top:20px;
}
.boxSec .flowList dd {
	margin-top:10px;
}
.boxSec .flowList dd.center {
	text-align:center;
}

#contactSec {
	text-align:center;
	border:1px solid #CCC;
	padding:1px 1px 9px 1px;
}
#contactSec dd {
	margin-top:10px;
}

.mt40 {
	margin-top:40px;
}