@charset "UTF-8";
/* CSS Document */
/*共通設定*/
h3 span {
	color: #005ab4;
	padding-right: 4px;
	font-weight: bold;
}
.main  {
	margin-bottom: 10px;
}
.main .flexslider {
	width: 300px;
	padding: 0;
}
.main .flexslider img {
	width: 300px;
	height: auto;
}
.main .caption {
	width: 300px;
	font-size: 13px;
	line-height: 150%;
	background-color: #fff;
	padding: 8px 0 0 0;
}
/*メザニンラック*/
#mezanin .photo {
	width: 300px;
	margin: 0 auto;
}
#mezanin .photo dd {
	margin-top: 8px;
}
#mezanin .box dd {
	padding-left: 11px;
	text-indent: -11px;
}
#mezanin .title {
	width: 300px;
	margin: 10px auto 0;
}
#mezanin .product {
	margin: 2px auto 10px auto;
}
#mezanin .product dl dd {
	line-height: 140%;
}
#mezanin .product dl dd span {
	display: block;
	text-align: center;
	margin-bottom: 2px;
	font-weight: bold;
}
#mezanin .productInfo .box dd span {
	display: block;
	font-weight: bold;
	margin-top: 2px;
}
/*オフィス家具用品*/
#chuko .product {
	margin-top: 10px;
}
/*塗装（メラミン静電焼付）*/
#tosou #flow {
	width: 300px;
	margin: 0 auto 20px auto;
}
#tosou #flow li {
	background: url(../../service/images/img_arrow.gif) no-repeat center bottom;
	background-size: 47px 12px;
	padding-bottom: 18px;
	margin-bottom: 10px;
}
#tosou #flow li:last-child {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#tosou #flow li img {
	width: 300px;
	height: auto;
}
#tosou #flow li dl  {
	margin-top: 8px;
}
#tosou #flow li dl dt {
	font-weight: bold;
}
#tosou #contact {
	width: 280px;
	margin: 0 auto;
	padding: 2px 10px 10px 10px;
	background-color: #eee;
}
#tosou #contact dt {
	color: #005ab4;
	font-weight: bold;
}
#tosou .btnSmall {
	width: 280px;
	margin: 4px auto 0 auto;
	line-height: 100%;
	/* Firefox */
	background: -moz-linear-gradient(top center, #005ab4 0%, #0152a4 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#005ab4), to(#0152a4));
	/* 共通 */
	background: linear-gradient(top center, #005ab4 0%, #0152a4 100%);
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	/*border: 1px #b0cff3 solid;*/
}
#tosou .btnSmall a {
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background:url(../images/icon_arrow.png) no-repeat 95% center;
	background-size: 6px 15px;
	line-height: 100%;
	padding: 6px 0;
	margin-top: 2px;
}
#tosou .btnSmall a span {
	display: block;
	background: url(../images/icon_tel.png) no-repeat 65px center;
	background-size: 16px 22px;
	min-height: 20px;
	padding: 2px 0 0 20px;
}
