@charset "UTF-8";

/** $Id: default.css 5800 2012-06-21 08:10:03Z numata $ */
/**
 * みやラボ!エビデリ用 CSS
 *
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2013-10-25
 * @lastmodified $Date: 2012-06-21 17:10:03 +0900 (木, 21 6 2012) $
 * @see guideline: Ver. 1.01
 */

/* base layout
--------------------------- */
.w700fix {
	width:760px;
}
#wrapper-plus {
	overflow:hidden;
}
#wrapper-plus > h1 {
	text-indent: -9999px;
	background: url(../images/ttl_s.png) no-repeat;
	width: 760px;
	height: 141px;
	margin: 0 0 30px;
}
#wrapper-plus #wrap-left {
	float: left;
	width: 230px;
}
#wrapper-plus #wrap-right {
	float: right;
	width: 512px;
}



/* left
--------------------------- */
#wrapper-plus #wrap-left {
}
#wrapper-plus #wrap-left .item-detail {
	background: url(../images/bg_dot2.png);
	padding: 3px;
}

#wrapper-plus #wrap-left dl {
	overflow: hidden;
	background: #fff;
}
#wrapper-plus #wrap-left dl dt {
	text-indent: -9999px;
	background: url() no-repeat center left;
	width: 45px;
	height: 9px;
	padding: .3em 0 0;

	clear: both;
	float: left;
	margin: 10px 0 10px 10px;
}
#wrapper-plus #wrap-left dl dt.menu {
	background-image: url(../images/txt_menu.png);
}
#wrapper-plus #wrap-left dl dt.price {
	background-image: url(../images/txt_price.png);
}
#wrapper-plus #wrap-left dl dd {
	float: right;
	width: 150px;
	margin: 10px 10px 10px 0;
}
#wrapper-plus #wrap-left dl dd strong {
	font-weight: bold;
}
#wrapper-plus #wrap-left dl dd span {
	display: block;
	font-size: 10px;
}

#wrapper-plus #wrap-left > h2 {
	font-size: 14px;
	font-weight: bold;
	color: #b92403;

	margin: 20px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #c0c0c0 ;
}


/* right
--------------------------- */
#wrapper-plus #wrap-right {
}
#wrapper-plus #wrap-right p.item-photo {
}


/* button
--------------------------- */
#wrapper-plus #ex-btn-menu {
	clear: both;
	padding: 30px 0;
}
#wrapper-plus #ex-btn-menu ul {
	overflow: hidden;
}
#wrapper-plus #ex-btn-menu ul li {
	float: left;
	width: 380px;
}
#wrapper-plus #ex-btn-menu ul li a {
	display: block;
	text-indent: -9999px;
	background: url(../images/btn_more.png) no-repeat;
	width: 380px;
	height: 58px;
}
#wrapper-plus #ex-btn-menu ul li.back a {
	background-position: 0 0;
}
#wrapper-plus #ex-btn-menu ul li.back a:hover {
	background-position: 0 -58px;
}
#wrapper-plus #ex-btn-menu ul li.more a {
	background-position: -380px 0;
}
#wrapper-plus #ex-btn-menu ul li.more a:hover {
	background-position: -380px -58px;
}






/* Common
-------------------------------
#wrapper-plus .upper-area {
	position:relative;
	height:104px;
	min-height:141px;
	overflow:hidden;
	margin-bottom:15px;
}
#wrapper-plus h1 a {
	width: 230px;
	height: 140px;
	float: left;
	text-indent: -99999em;
	overflow: hidden;
	background-image: url(../images/pc-ttl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#wrapper-plus .wrap-right {
	position:absolute;
	bottom:0;
	right:0;
	width:512px;
}
#wrapper-plus .item-detail {overflow:hidden; margin-bottom:5px;}
#wrapper-plus .item-shop {
	padding-top:5px;
	border-top:1px solid #66B6FF;
}
#wrapper-plus .item-shop p {
	display:inline-block;
	padding-left:20px;
	min-height:16px;
	background:url(../images/by.png) no-repeat 0 0;
	float:right;
}
#wrapper-plus .item-detail dt {
	width:45px;
	min-height:17px;
	float:left;
	text-indent:-99999em;
}
#wrapper-plus .item-detail dd {
	width:460px;
	float:right;
}
#wrapper-plus .item-detail .n01 {background:url(../images/menu.png) no-repeat 0 5px;}
#wrapper-plus .item-detail .n02 {background:url(../images/price.png) no-repeat 0 2px;}



/* right
-------------------------------
#wrapper-plus .wrap-left {
	width:230px;
	float:left;
}
#wrapper-plus h2 {
	color: #3A6891;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
#wrapper-plus .wrap-left div {line-height:1.7;}
#wrapper-plus .item-photo {
	width:512px;
	float:right;
}
/* button
------------------------------
#ex-btn-menu  {
	clear:both;
	margin:0 auto 20px auto;
	overflow:hidden;
	padding-top:20px;
}
#ex-btn-menu li {
	display: block;
	width: 162px;
	height: 47px;
	float: left;
	text-indent: -99999em;
	overflow: hidden;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
#ex-btn-menu li a {

	display:block;
	width:162px;
	height:47px;
}
#ex-btn-menu .b01 { background:url(../images/btn01.png) no-repeat 0 0; }
#ex-btn-menu .b02 { background:url(../images/btn02.png) no-repeat 0 0; }
