@charset "utf-8";
/* CSS Document */

/* ---------- ▼ヘッダーここから ---------- */
/* ---------- ヘッダーイメージ ---------- */
div#wrapper div#main-col div#cont-hdr {
	width:330px;
	height:170px;
	margin:20px auto;
	padding:10px 397px 10px 10px;
	background:url(img/cont_topbanner-brake.jpg) no-repeat;
}

/* ---------- ヘッダー見出し ---------- */
div#cont-hdr h3 {
	color:#FF0000;
	margin-bottom:10px;
	font-size:1.5em;
	line-height:135%;
	text-align:center;
}

/* ---------- ヘッダーイメージ左テキスト ---------- */
div#cont-hdr p {
	line-height:125%;
	text-align:justify;
	color:#000000;
}

/* ---------- ヘッダー見出し内span ---------- */
div#cont-hdr h3 span.red {
	font-size:1.1em;
}

/* ---------- ヘッダー見出し内img ---------- */
div#cont-hdr h3 img {
	float:left;
	margin:0 10px 0 0;
}
/* ---------- ▲ヘッダーここまで ---------- */
/* 商品情報ボックス設定 */
div.contbox,div.contbox-ed {
	width:700px;
	margin:10px auto;
	padding:10px;
	border:1px #0081A6 solid;
}

/* 商品情報大分類設定 */
div.contbox h3 {
	width:600px;
	height:20px;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	background:url(../../img/caps_bg-sq2_gradation.gif) no-repeat left;
	color:#0081A6;
	line-height:20px;
	font-size:1.6em;
}

div.contbox div.pdct_box {
	margin:0 auto 10px;
	padding:0 0 10px 0;
	border-bottom:1px #0099FF solid;
}

div.contbox div.pdct_box-ed {
	border-bottom:0px;
}

/* 商品情報ボックス内imgボックス設定 */
div.contbox div.imgbox {
	width: 156px;
	height: 96px;
	float: left;
	background: url(../../img/photo_bg.gif) no-repeat right bottom;
}

/* 商品情報ボックス内説明テキストボックス設定 */
div.contbox dl.cont_txt_box {
	width:532px;
	float: right;
	padding: 0 0 0 10px;
}

/* 商品情報ボックス内説明テキストボックス定義リストタイトル設定 */
div.contbox dl.cont_txt_box dt {
	width:8em;
	margin:0 0 0.3em 0;
	padding:0.1em 0 0.1em 0.2em;
	text-align:center;
	float:left;
	line-height:120%;
	font-weight:bold;
}

/* 商品情報ボックス内説明テキストボックス定義リスト内容設定 */
div.contbox dl.cont_txt_box dd {
	margin:0 0 0.3em 10.3em;
	padding:0.1em 0 0.1em 0.4em;
	border-left:3px #0081A6 solid;
	line-height:120%;
}

/* 商品情報ボックス内説明テキストボックス定義リスト価格表示設定 */
div.contbox dl.cont_txt_box dd span {
	font-family:Verdana,sans-serif;
	font-size:1.0em;
} 

/* 商品情報ボックス内説明文 */
dl.cont_txt_box p {
	margin:1.5em 0;
	line-height:135%;
}

div#cont-hdr span.red {
	font-size:1.0em;
}

/* 最下部注意書き */
div.contbox-ed {
	background-color:#FFF1D0;
}

div.contbox-ed p {
	line-height:150%;
}
