@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 .shop-sns {
	padding-top:5px;
	border-top:1px solid #000000;
}

#wrapper-plus .shop-sns .item-shop {
	width: 300px;
	float: left;
}
#wrapper-plus .shop-sns .item-shop p {
	display:inline-block;
	padding-left:20px;
	min-height:16px;
	background:url(../images/by.png) no-repeat 0 0;
}

#wrapper-plus .shop-sns .sns {
	width: 200px;
	float: right;
	text-align: right;
}

#wrapper-plus .shop-sns .sns  ul{
	width: 100%;
	overflow: hidden;
}

#wrapper-plus .shop-sns .sns  ul li{
	width: 50%;
	float: left;
}

#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;}



/* left
------------------------------- */

#wrapper-plus .wrap-inner {
	overflow: hidden;
}

#wrapper-plus .wrap-inner .wrap-left {
	width:230px;
	float:left;
	margin-bottom: 20px;
}
#wrapper-plus h2 {
	background: url(../images/img_miryoku.png) no-repeat;
	height: 63px;
	text-indent: -99999em;
}

#wrapper-plus .miryoku-ttl01 {
	color:#43190e; /*タイトル色*/
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-top: 20px;
	margin-bottom:5px;
	padding-top: 20px;
	background: url(../images/ttl01.png)no-repeat left top;
}

#wrapper-plus .miryoku-ttl02 {
	color:#43190e; /*タイトル色*/
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-top: 20px;
	margin-bottom:5px;
	padding-top: 20px;
	background: url(../images/ttl02.png)no-repeat left top;
}

#wrapper-plus .miryoku-ttl03 {
	color:#43190e; /*タイトル色*/
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-top: 20px;
	margin-bottom:5px;
	padding-top: 20px;
	background: url(../images/ttl03.png)no-repeat left top;
}

#wrapper-plus .wrap-inner .wrap-left div {line-height:1.7;}
#wrapper-plus .wrap-inner .item-photo {
	width:512px;
	float:right;
	margin-bottom: 20px;
}

#wrapper-plus .wrap-inner .item-photo img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#wrapper-plus .wrap-inner .item-photo p{
	text-align: right;
	margin-top: 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 {

}

/* おすすめポイント
------------------------------ */
#wrapper-plus .add-point{
    width:760px;
    margin: 40px auto 20px;
    padding:10px;
    box-sizing: border-box;
    background: url(../images/ohitori-bg.jpg) repeat-y;
}
#wrapper-plus .add-point .border{
    border: 1px solid #ffffff;
    padding: 20px;
    box-sizing: border-box;
}

#wrapper-plus .add-point h2{
    margin: 15px auto 25px;
    background: url(../images/ohitori-pc.png) no-repeat;
    background-position: center top;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color:#000000;
    text-indent: 0;
    height: 0;
    padding-top:76px;
    overflow: hidden;
    white-space: nowrap;
}
#wrapper-plus .add-point dl{
}
#wrapper-plus .add-point dl dt.ed-left{
    float: left;
    margin-right: 20px;
/*    width: 390px;*/
}
#wrapper-plus .add-point dl dd.ed-right{
    float: left;
    width: 280px;
}
#wrapper-plus .add-point dl dd.ed-right h3{
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom:10px;
    border-bottom: 3px double #ffffff;
    margin-bottom: 10px;
}
#wrapper-plus .add-point dl dd.ed-right h3,
#wrapper-plus .add-point dl dd.ed-right p{
    color:#ffffff;
    line-height: 1.7;
}

/**/
.clearfix:after { /*float解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

