<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 {
	background:url(../image/h3_title.jpg) 0 0 no-repeat;
	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 div.main_photo {
	float:left;
	padding:4px;
	border:1px #C8C8C8 solid;
	vertical-align:bottom;
}

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 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#articlelist div.article_photos {
	padding:4px;
	border:1px #C8C8C8 solid;
	margin-bottom:5px;
	vertical-align:bottom;
}


div#exp_main div#main_bottom div#articlelist p.article_name {
	width:210px;
	font-weight:bold;
	text-align:center;
}



/* 商品一覧３つ */

div#exp_main div#main_bottom div#articlelist div.article {
	display:inline-block;
	float:left;
	width:210px;
	padding-right:35px;
}

div#exp_main div#main_bottom div#articlelist div.article_right {
	float:right;
	width:210px;
}


/*---------------------------------------------------------------------*/

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;
}

</pre></body></html>