@charset "utf-8";

/* 業務用商品 */
@import url("../../common/css/common.css");

/* contents */
#contents h1 {margin-bottom: 0;}

.business {
	padding: 0px 0px 30px 56px;
}

.businessname {
	padding: 2px 0px 5px 20px;
	background: url(../img/title_backimg.gif) no-repeat left top;
	color: #ffffff;
	font-size: 18px;
	vertical-align: middle;
/*	font-weight: bold;
	border:1px solid red;*/
}

.blanc {
	padding: 10px 10px 30px 5px;
}

.commentleft {
	float:left;
}

.commentright {
	float:right;
	width: 380px;
	color: #4C2C20;
	font-size: 0.88em;
	line-height: 22px;
}

.commentleft1 {
	padding-left: 25px;
	float:left;
}

.commentright1 {
	float:right;
	width: 500px;
	color: #4C2C20;
	font-size: 0.88em;
	line-height: 22px;
}

.businessname span.small {
	padding-left: 10px;
	font-size: 14px;
}

ul.description {
	padding-bottom: 20px;
}

ul.description li {
	margin-left: 15px;
	padding-bottom: 5px;
/*	list-style-type: disc;*/
	line-height: normal;
	vertical-align: top;
	list-style-image: url('../img/maru.gif')
}

.businessname img {
	padding-left: 10px;
	padding-top: 2px;
	vertical-align: top;
	text-align: right;
}

.oem {
	padding: 30px 5px 50px 80px;
	color: #4C2C20;
	font-size: 0.88em;
	line-height: 22px;
}

.oem ul {
	padding-top: 30px;
}

.oem ul li {
	margin-left: 15px;
	padding-bottom: 30px;
/*	list-style-type: disc;*/
	line-height: normal;
	vertical-align: top;
	list-style-image: url('../img/maru.gif')
}

.clear { clear:both; }

/* fit images on text tags */
#contents h2 {
	font-size: 0;
	line-height: 0;
}

/* clearfix */
.blanc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.blanc {zoom:100%;}