@charset "shift_jis";

@import url(../css/common.css);
@import url(../css/basic.css);

/* ====================================================================

   Style Info: 業務販売
 
==================================================================== */

/* ---------------------------------------------
   業務販売について
----------------------------------------------*/

.no1 {
	color: #dc2828;
	font-size: 15px;
	font-weight: bold;
}

#bsales_come {
	width: 615px;
	height: 260px;
	background: url(image/img.jpg?=20230803) no-repeat center top;
}

#bsales_come p {
	display: none;
}

/* ---------------------------------------------
   商品一覧
----------------------------------------------*/

.men_area {
	width: 615px;
	margin-top: 18px;
}

.men_area:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.men, .men_f {
	width: 191px;
	border: 1px solid #cdcdcd;
	float: left;
	display: inline;
	text-align: center;
}

.men {
	margin-left: 18px;
}

/* 製品名・写真 */
.men_area dl {
	width: 185px;
	margin: 3px auto;
}

.men_area dt {
	background-color: #dc2828;
	color: #fff;
	text-align: center;
	padding: 3px 0;
}

.men_area dd {
	font-size: 0;
	line-height: 0;
	padding-top: 3px;
}

/* 詳細 */
.men_area ul {
	width: 170px;
	margin: 10px auto 9px auto;
	list-style: none;
	text-align: left;
}

.men_area li {
	padding-bottom: 1px;
}

.men_area li span {
	color: #dc2828;
}


/* ---------------------------------------------
   取引の流れ
----------------------------------------------*/

#nagare dl {
	width: 585px;
	margin: 10px 0 25px 0;
}

#nagare dl:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#nagare dt {
	width: 83px;
	float: left;
}

#nagare dd {
	width: 502px;
	float: left;
	padding: 12px 0 15px 0;
	background: url(../image/h_lineb.gif) repeat-x left bottom;
}

/* TEX/FAX */
#nagare ul {
	width: 502px;
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 5px;
	list-style: none;
	background-color: #f5eed1;
}

#nagare ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#nagare li {
	font-size: 0;
	line-height: 0;
	float: left;
	margin-left: 14px;
	display: inline;
}

/* ---------------------------------------------
   よくある質問
----------------------------------------------*/

#faq dl {
	background: url(../image/h_line.gif) repeat-x left bottom;
}

#faq dt {
	color: #fd8500;
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 30px;
	margin-top: 20px;
	background: url(image/q.gif) no-repeat left top;
}

#faq dd {
	padding-top: 3px;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-top: 5px;
	background: url(image/a.gif) no-repeat left top;
}