@charset "UTF-8";

/* 花笠 ------------------------------------------*/

div#exp_main h2 {
	width:710px;
	height:90px;
	margin-bottom:20px;
	background:url(../../common/image/h2_title.jpg) 0 0 no-repeat;
	text-indent:-9999em;
}


/* 商品紹介 ---------------------------------------------------------------*/

div#exp_main div#main_top {
	display:inline-block;
	width:710px;
	margin-bottom:30px;
}

div#exp_main div#main_top:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

div#exp_main div#main_top h3 {
	width:710px;
	height:35px;
	margin-bottom:20px;
	padding-top:3px;
	background:url(../../../common/image/h3_print.jpg) 0 0 no-repeat;
	color:#890404;
	font-size:13pt;
	text-indent:10px;

}

div#exp_main div#main_top dl {
	float:left;
	width:290px;
}

div#exp_main div#main_top dl dd {
	font-weight:bold;
	text-align:center;
}

div#exp_main div#main_top p {
	margin-left:315px;
	text-indent:1em;
}


/* 商品一覧 ------------------------------------------------------------- */

div#exp_main div#main_bottom { width: 710px; }

div#exp_main div#main_bottom h4 {
	width:710px;
	height:35px;
	margin-bottom:15px;
	padding-top:5px;
	background:url(../../../common/image/h4_print.jpg) 0 0 no-repeat;
	color:#000000;
	font-size:13pt;
	text-indent:10px;
}


div#exp_main div#main_bottom ul {
	display: inline-block;
	list-style-type: none;
	clear: both;
	margin: 0 0 25px 0;
}

div#exp_main div#main_bottom ul:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

div#exp_main div#main_bottom ul li {
	float: left;
	width: 210px;
	margin-right: 40px;
}

div#exp_main div#main_bottom ul li.article_right {
	margin-right: 0;
}

div#exp_main div#main_bottom ul li dl {
	width: 210px;
}

div#exp_main div#main_bottom ul li dl dt {
	width: 200px;
	margin-bottom: 5px;
	padding: 4px;
	border: 1px solid #C8C8C8;
}

div#exp_main div#main_bottom ul li dl dt img {
	vertical-align: bottom;
}

div#exp_main div#main_bottom ul li dl dd {
	font-weight: bold;
	text-align: center;
}


/*---------------------------------------------------------------------*/

div#exp_main div.line_dot {
	clear:both;
	width:710px;
	margin-top:25px;
	margin-bottom:25px;
}

div#exp_main p#price_list {
	text-align:right;
	margin-left:290px;
	padding-top:25px;
}

div#exp_main p#price_list a {
	background:url(../../../common/image/hanagasa_icon.gif) 2px 0 no-repeat;
	padding:12px 0 5px 28px;
}


