@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 h4#h4_01,
div#exp_main div#main_top h4#h4_02 {
	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_top h4#h4_02 { margin-top:20px; }


div#exp_main div#main_top dl {
	display:inline-block;
	width:710px;
}

div#exp_main div#main_top dl:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

div#exp_main div#main_top dl dt {float:left;}

div#exp_main div#main_top dl dd {
	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:#00000;
	font-size:13pt;
	text-indent:10px;
}


div#exp_main div#main_bottom div#articlelist {width:710px;}

div#exp_main div#main_bottom div#articlelist:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

div#exp_main div#main_bottom div.article_photos {
	margin-bottom:5px;
	padding:4px;
	border:1px #C8C8C8 solid;
	vertical-align:bottom;
}

div#exp_main div#main_bottom  p.article_name {
	width:210px;
	font-weight:bold;
	text-align:center;
}


/* 商品一覧３つ */

div#exp_main div#main_bottom div.article {
	display:inline-block;
	float:left;
	width:210px;
	padding-right:35px;
}

div#exp_main div#main_bottom div.article_right {
	float:right;
	width:210px;
}

div#exp_main div#main_bottom div.list_bottom {
	display:inline-block;
	margin:20px 0 0 255px;
}

div#exp_main div#main_bottom div.list_bottom:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

div#exp_main div#main_bottom div.list_bottom ul li {
	float:left;
	list-style-type:none;
}

div#exp_main div#main_bottom div.list_bottom ul li a {
	padding:10px 0 5px 25px;
	height:34px;
}

div#exp_main div#main_bottom div.list_bottom ul li a.shogi_go {
	background:url(../../../common/image/hanagasa_icon.gif) 0 0 no-repeat;
	width:220px;
	margin-right:20px;
}


div#exp_main div#main_bottom div.list_bottom ul li a.tokooki_go {
	background:url(../../../common/image/hanagasa_icon.gif) 0 0 no-repeat;
	width:215px;
}


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;
}


