@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 2012-03-28
 * @lastmodified $Date: 2012-06-21 17:10:03 +0900 (木, 21 6 2012) $
 * @see guideline: Ver. 1.01
 */

/* Common
------------------------------- */
.w700fix {width:760px;}
#wrapper-plus {overflow:hidden;}
#wrapper-plus .upper-area {
	position: relative;
	height: 104px;
	min-height: 104px;
	overflow: hidden;
	margin-bottom: 15px;
}
#wrapper-plus h1 a {
	width: 230px;
	height: 104px;
	float: left;
	text-indent: -99999em;
	background: url(../images/title_s.jpg) no-repeat 0 0;
	overflow: hidden;
}
#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 #4D280E;
}
#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:#1e3063; /*タイトル色*/
	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;
}
#wrapper-plus .item-photo img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* button
------------------------------ */
#ex-btn-menu  {
	clear:both;
	width: 445px;
	margin:0 auto 20px auto;
	overflow:hidden;
	padding-top:20px;
}
#ex-btn-menu li {
	width:162px;
	padding: 0 30px;
	float:left;
}
#ex-btn-menu li a {
	display:block;
	width:162px;
	height:47px;
	text-indent:-99999em;
	overflow:hidden;
}
#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; }
#wrapper-plus .coupon {
	float: right;
	width: 512px;
	margin-top: 20px;
}
#wrapper-plus .coupon .c-cap {

}
#wrapper-plus .coupon .c-body {
	background-color: #FDEFC0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 492px;
	font-weight: bold;
	padding: 15px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
}
#wrapper-plus .coupon .c-main {
	background-image: url(../images/ttl-coupon.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 135px;
}
#wrapper-plus .coupon .c-foot {

}
