@charset "UTF-8";

/***************************************
*
*	1. detail style
*	2. include
*
***************************************/

/* 1. detail style */
/* ------------------------------------------------------------------------------------ */


/* menu */
#detail .mod-tabUIMenu .body {
	border-bottom: 4px solid #e5d1af;
	padding-bottom: 21px;
}
#detail ul.itemsLv1 {
	margin: 10px 0 21px;
}
#detail ul.itemsLv1 .itemLv1 {
	border-bottom: 1px solid #a18860;
}
#detail .itemsLv1 .itemLv1 a {
	position: relative;
	display: block;
	padding: 15px 0 9px;
	min-height: 19px;
	background: url(../image/common/icoArrow05-R.png) no-repeat 98% 50%;
	color: #000;
	font-weight: nomarl;
	font-size: 13px;
	line-height: 1.25;
	text-decoration: none;
	text-align: center;
}
#detail .itemsLv1 .itemLv1 a:hover {
	background-color: #fdf5d3;
}
#detail ul.mod-menuList {
	margin: 10px 0 21px;
}
#detail ul.mod-menuList li {
	background: url(../image/common/dotLine.gif) repeat-x 0 bottom;
	color: #000;
	text-align: left;
	padding: 12px;
}
#detail ul.mod-menuList li .menuListWrap {
	background: url(../image/common/icoArrow05-R.png) no-repeat 98% 50%;
}
#detail ul.mod-menuList li p.imgBox {
	float: left;
	text-align: center;
	width: 30%;
}
#detail ul.mod-menuList li div.rightBox {
	float: right;
	font-size: 11px;
	font-weight: normal;
	width: 70%;
	position: relative;
}
#detail ul.mod-menuList li div.rightBox h3 {
	font-size: 13px;
	color: #e1001f;
	margin-bottom: 7px;
}
#detail ul.mod-menuList li div.rightBox dl dt {
	float: left;
	width: 50px;
	font-weight: bold;
	font-size: 12px;
}
#detail ul#detailList li div.rightBox span.listArrow {
	position: absolute;
	top: 20%;
	right: 0;
}
#detail > .mod-tabUIMenu >.nav {
	border-top: 1px solid #a0a0a0;
}

#detail .mod-tabUIMenu .nav .item a {
	display: block;
	padding: 12px 0 12px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dadada));
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-box-shadow: 0 2px 3px 0px #b7b7b8;
	color: #000;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.8em;
	width: 50%;
	float: left;
}
#detail .mod-tabUIMenu .nav li.item a span {
	background-image: url(../image/common/btn_CatBuy_down.png);
	background-repeat: no-repeat;
	background-position: 90% 0;
	height: 21px;
	display: block;
}
#detail .mod-tabUIMenu .nav li.item a span.btn_up {
	background-image: url(../image/common/btn_CatBuy_up.png);
}

/*main-image*/
#detail #mainImgBox {
	background: url(../image/detail/mainDetailBg.png) repeat-x 0 0;
}
#detail #mainImg {
	padding: 18px 0 12px;
	margin-bottom: 17px;
}
#detail p.btn-cart {
	padding: 0 10px;
}
#detail p.btn-cart.p00 {
	padding: 0 0 0 0;
}
#detail p.btn-cart a {
	display: block;
		-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px;
	text-decoration: none;
	color: #372925;
	font-size: 13px;
	background: #fdd32f url(../image/common/icoArrow05-R.png) no-repeat 95% 50%;
	padding: 10px 0;
	vertical-align: middle;
	font-weight: bold;
}
#detail p.btn-cart a span {
	padding-right: 5px;
	vertical-align:middle;
}
/* detail-txt */
#detail .detail-txt {
	text-align: left;
	padding: 0 10px;
	margin-top: 21px;
}
#detail .detail-txt h4 {
	font-size: 15px;
	color: #372925;
	line-height: 1.2em;
	background: url(../image/common/dotLine.gif) repeat-x 0 bottom;
	padding-bottom: 9px;
	margin-bottom: 15px;
}
#detail .detail-txt p {
	font-size: 13px;
	margin-bottom: 21px;
}
#detail .detail-txt ul.notice li {
	font-size: 10px;
	text-indent: -5px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#detail .boxRadiusWrap {
	margin: 21px 0 15px;
}
th.memberPrice,
td.memberPrice {
	color: #d90313;
}
/* relatedArea 関連商品 */

#detail #relatedArea {
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdefd9));
	position: relative;
}
#detail #relatedWrap h3 {
	border-bottom: 1px solid #d7c38e;
	text-align: left;
	padding-left: 12px;
	font-size: 14px;
}
#detail ul#relatedItem {
	background: url(../image/common/dotVertical.png) no-repeat 50% 5px;
	padding-bottom: 32px;
}
#detail ul#relatedItem li {
	float: left;
	width: 50%;
}
#detail ul#relatedItem li a {
	color: #e1001f;
	font-size: 11px;
}
#detail ul#relatedItem li a.image_a {
	text-decoration: none;
}
#detail #related-prevNext ul li.prevBtn {
	position: absolute;
	top: 25%;
	left: 2%;
}
#detail #related-prevNext ul li.nextBtn {
	position: absolute;
	top: 30%;
	right: 2%;
}

/* slidePager */
#detail #slidePager{
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fef7dc), to(#fef8df));
	border-top: 1px solid #d7c38e;
	padding:10px 0;
}
#detail #slidePager ul{
	text-align:center;
}
#detail #slidePager .pagerPointer{
	width:7px;
	height:7px;
	background-color:#fff;
	-webkit-box-shadow: -1px -1px 2px #666;
	-webkit-border-radius:4px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 6px;
	display:inline-block;
}
#detail #slidePager .pagerPointer.current{
	background-color:#271c18;
}

/* teikiBtnWrap */
#detail div#teikiBtnWrap {
	margin: 10px 0px 20px;
	text-align: left;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0 15px;
}
#detail div#teikiBtnWrap .ui-select {
	margin: 5px 0 10px 10px;
}
#detail p.btn-teiki {
	padding: 0 10px;
}
#detail p.btn-teiki a {
	text-align: center;
	display: block;
		-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	background: #ee7019 url(../image/common/icoArrow05-R.png) no-repeat 95% 50%;
	padding: 12px 0;
	vertical-align: middle;
	font-weight: bold;
}
#detail p.btn-teiki2 {
	padding: 0 10px;
}
#detail p.btn-teiki2 a {
	text-align: center;
	display: block;
		-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	background: #42B8B8 url(../image/common/icoArrow05-R.png) no-repeat 95% 50%;
	padding: 12px 0;
	vertical-align: middle;
	font-weight: bold;
}


/**
 * mod-tabUIMenu
 */

.mod-tabUIMenu + .mod-menu4,
.mod-tabUIMenu + .mod-menuList2{
    margin-top: -15px;
}

.mod-headingB + .mod-tabUIMenu{
    margin-top: -15px;
}

.mod-tabUIMenu > .body{
    display: none;
    padding-top: 15px;
}

.mod-tabUIMenu > .body .mod-menu4{
    margin-top: -15px;
}

.mod-tabUIMenu > .body > .close{
    margin: 15px 87px;
}

.mod-tabUIMenu > .nav{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	background: url(/sp/common/img/mod-tabUIMenu/bg2.png) repeat-x;
	-webkit-background-size: auto 41px;
	font-size: 1em;
	line-height: 1;
	overflow: hidden;
}

.mod-tabUIMenu > .nav > .item.ui-selected a{
	background-position: 0 0;
}
.mod-tabUIMenu > .nav > .item.ui-disabled a{
	background-position: -296px 0;
	color: #999999;
}





/* 開閉ボタン - payment - */
#detail .ui-collapsible-heading a {
	text-decoration: none;
}
#detail div.collapsibleWrap span.ui-btn-text {
	height: auto;
	width: auto;
	overflow: visible;
	visibility: visible;
	position: relative;
	top:0;
	left: 0;
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
#detail div.collapsibleWrap span.ui-btn-text a {
	text-decoration: none;
}
#detail div.collapsibleWrap .ui-collapsible-heading {
	border-bottom: 1px solid #c8c8c8;
	padding: 15px 0 10px;
}
#detail div.collapsibleWrap .ui-collapsible-heading a .ui-btn-inner {
	padding: 0 0 0 0;
}
#detail div.collapsibleWrap .ui-collapsible-heading.ui-collapsible-heading-collapsed a span.ui-btn {
	position: absolute;
	left: 90%;
	top: 60%;
	margin: -12px 0 0 0;
	width: 17px;
	height: 18px;
	padding: 1px 0 1px 2px;
	text-indent: -9999px;
	background:url(../image/common/btn_CatBuy_down.png) no-repeat 0 0;
}
#detail div.collapsibleWrap .ui-collapsible-heading a span.ui-btn {
	position: absolute;
	left: 90%;
	top: 60%;
	margin: -12px 0 0 0;
	width: 17px;
	height: 18px;
	padding: 1px 0 1px 2px;
	text-indent: -9999px;
	background:url(../image/common/btn_CatBuy_up.png) no-repeat 0 0;
}
#detail div.collapsibleWrap .ui-btn-up-d {
	border: none;
	background: none;
	font-weight: bold;
	color: none;
	text-decoration: none;
	text-shadow: none;
}
#detail div.collapsibleWrap .ui-btn-hover-d {
	border:none;
	background: none;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-shadow: none;
	text-decoration: none;
	background-image: none;
}
#detail div.collapsibleWrap span.ui-btn-text div.ui-radio {
	padding: 0 0 0 20px;
}
#detail div.collapsibleWrap span.ui-btn-text {
	color:#FFF;
}
#detail div.collapsibleWrap span.ui-btn-text span.collapsibleDetail {
	display: block;
	float: right;
	margin: -20px 15% 0 0;
	color: #372925;
}
#detail div.collapsibleWrap .ui-collapsible-content {
	margin: 0 0 0 0;
}
#detail .ui-collapsible-content{
/*	display:block;
*/	padding:10px 0 10px 0px;
}

#detail .toggle-detail {
	margin-top: 7px;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 5px;
	text-align: center;
}
#detail .toggle-detail a.ui-link {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #372925;
	height: 18px;
}
