@charset "utf-8";

/* 共通部分
--------------------------- */
div#wrapper-plus {
	width:700px;
	overflow:hidden;
	margin:10px 0 20px 0;
	line-height:1.4;
}
div#wrapper-plus h2 a {
	display:block;
	width:700px;
	height:100px;
	text-indent:-100000em;
	background:url(../images/title.png) no-repeat 0 0;
	margin-bottom:10px;
}
/* Page Info
------------------------------ */
div#wrapper-plus div#page-info {
	border-bottom:1px dotted #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}
div#wrapper-plus div#page-info p.page-title {
	font-weight:bold;
	font-size:1.4em;
	color:#F63;
	margin-bottom:5px;
}
div#wrapper-plus div#page-info p.page-shop {text-align:right;}
/* Items
------------------------------ */
/* セパレーター */
div#wrapper-plus div.sep {
	clear:both;
	padding:10px 0;
}
div#wrapper-plus div.sep h3 {
	font-size: 1.2em;
	font-weight: bold;
	background:#FFAB54;
	padding:5px 10px;
}
/* アイテム */
div#wrapper-plus div.section-item {
		margin-bottom:20px;
		overflow:hidden;
		line-height:1.4;
}
div#wrapper-plus div.section-item h4 {
		padding:5px 0;
		border-bottom:1px solid #FFAB54;
		margin-bottom:10px;
		font-weight:bold;
		font-size:1.2em;
}
div#wrapper-plus div.section-item p.item-photo {
		width:240px;
		float:left;
}
div#wrapper-plus div.section-item div.detail_full {
		width:700px;
}
div#wrapper-plus div.section-item div.detail_img {
		width:440px;
		float:right;
}
div#wrapper-plus div.section-item {
		margin-bottom:20px;
		overflow:hidden;
}
div#wrapper-plus div.item-detail {
		border-top:1px dotted #dddddd;
		padding-top:10px;
}
/* ボタン
------------------------------ */
ul#ex-btn-menu  {
	clear:both;
	width: 520px;
	margin: 0 auto;
	overflow:hidden;
}
ul#ex-btn-menu li {
	width:220px;
	height:40px;
	padding: 0 20px;
	float:left;
}
ul#ex-btn-menu li a {
	display:block;
	width:220px;
	height:40px;
	text-indent:-10000em;
	overflow:hidden;
}
ul#ex-btn-menu li.b01 { background:url(../images/btn01.png) no-repeat 0 0; }
ul#ex-btn-menu li.b02 { background:url(../images/btn02.png) no-repeat 0 0; }
