@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;
	position:relative;
}
#wrapper-plus > h1 {
	text-indent: -9999px;
	background: url(../images/ttl_s_pc.png) no-repeat;
	width: 760px;
	height: 954px;
	margin: 0 0 0;
}
#wrapper-plus #wrap-left {
	float: left;
	width: 230px;
}
#wrapper-plus #wrap-right {
	float: right;
	width: 512px;
}
#wrapper-plus #wrap-top {
	width: 760px;
	padding:5px 0 5px 124px;
	background: url(../images/ttl_s_side.png) no-repeat;
}
#wrapper-plus #wrap-bottom {
	width: 512px;
}
#wrapper-plus .cmn-coupon{
	margin-top:10px;
}

/* top
--------------------------- */
#wrapper-plus #wrap-top {
	position:absolute;
top:140px;
}
#wrapper-plus #wrap-top .item-detail {
	background: url(../images/bg_dot2.png);
	padding: 2px 0;
	width:512px;
	overflow:hidden;
	margin:0 0 2px;
}

#wrapper-plus #wrap-top dl {
	float:left;
	overflow: hidden;
	background: #fff;
	min-height:40px;
	width:253px;
	margin: 0 0 0 2px;
}
#wrapper-plus #wrap-top 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-top dl dt.menu {
	background-image: url(../images/txt_menu.png);
}
#wrapper-plus #wrap-top dl dt.price {
	background-image: url(../images/txt_price.png);
}
#wrapper-plus #wrap-top dl dd {
	float: right;
	height:auto;
	width: 185px;
	margin: 8px 10px 10px 0;
}
#wrapper-plus #wrap-top dl dd strong {
	font-weight: bold;
}
#wrapper-plus #wrap-top dl dd span {
	display: block;
	font-size: 10px;
}

#wrapper-plus #wrap-bottom > h2 {
	font-size: 14px;
	font-weight: bold;
	color: #b92403;
	margin: 20px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #c0c0c0;
}


/* present
--------------------------- */
#wrapper-plus .present {
	clear: both;
	margin:20px 0 0; 
	padding: 30px 0;
}
#wrapper-plus .present .inner {
	position: relative;
	min-height: 75px;
	padding: 15px 15px 15px 95px;
	background: #fef0ef;
}
#wrapper-plus .present .inner > img {
	position: absolute;
	left: 20px;
	top: 10px;
}
#wrapper-plus .present .inner > a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #ffa64c;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: .5em 1em;
	position: absolute;
	right: 20px;
	top: 50%;
	margin: -1.25em 0 0;
}
#wrapper-plus .present .inner > a img {
	vertical-align: middle;
	margin: 0 .25em 0 0;
}
#wrapper-plus .present h1 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-width: 300px;
	background: #e37f5b;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: .5em 1em;
}
#wrapper-plus .present li {
	font-size: 14px;
}

/* 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;
}
