/* ============================================
	商品詳細　レイアウト
	============================================ */

#product_detailArea {
	background: #fff;
	margin :0 2px 60px;
}

/* ------------------------------------------------------------
	1 product_name
	------------------------------------------------------------ */

#product_detailArea h1.product_name {
	font-size: 181%;
	padding: 10px 15px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-moz-text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	}

#product_detailArea h1.product_name span {
	color: #cc0033;
	padding-left: 1em;
	}

#product_detailArea h1.product_name img {
	display: none !important;
	visibility: hidden;
	}

/* ------------------------------------------------------------
	2. detail_img_block
	------------------------------------------------------------ */

.detail_img_block {
	width:440px;
	float:left;
	padding: 0;
	padding:0 0 30px 30px;
	}

.detail_img {
	margin-bottom:20px;
	}

.detail_img img.main_img {
	width:400px;
	height:400px;
	}

.detail_other .sub {
	width:102px;
	float:left;
	}

.detail_other .sub img {
	width: 94px;
	height: auto;
	}

.detail_img_block ul.attention {
	color: #333;
	line-height:1.5;
	height: auto;
	padding: 20px 0 0 8px;
	position: relative;
	z-index:9999;
	}

.detail_img_block ul.attention li {
	float: left;
	padding: 0 4px;
	border-right: 1px solid #333;
	zoom: 1;
	}

.detail_img_block ul.attention li.attent_list3 {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	}

.detail_img_block ul.attention li h4 {
	font-size: 93%;
	width:120px;
	text-align: center;
	}

.detail_img_block ul.attention li p {
	font-size: 85%;
	color: #fff;
	display: none;
	background: #000;
	width: 400px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top:55px;
	left:-8px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

.detail_img_block ul.attention li.attent_list1:hover p {
	padding: 10px;
	display: block;
	}

.detail_img_block ul.attention li.attent_list2:hover p {
	padding: 10px;
	display: block;
	}

.detail_img_block ul.attention li.attent_list3:hover p {
	padding: 10px;
	display: block;
	}

.detail_img_block ul.attention li:hover p:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #000;
	border-width: 10px;
	margin-left: -10px;
}

.detail_img_block ul.attention li.attent_list1:hover p:after {
	left: 80px;
	}

.detail_img_block ul.attention li.attent_list2:hover p:after {
	left: 210px;
	}

.detail_img_block ul.attention li.attent_list3:hover p:after {
	right: 67px;
	}

/* ------------------------------------------------------------
	3. detail_cartArea
	------------------------------------------------------------ */
.detail_cartArea {
	width:455px;
	float:right;
	padding: 0 0 24px 20px;
	text-align:left;
	}

.detail_cartArea table {
	width: 100%;
	height: auto;
	background-color: #dcdcdc;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 20px;
	}

.detail_cartArea table th {
	text-align: left;
	background:#f5f5f5;
	height:36px;
	padding:0 10px;
	}

.detail_cartArea table td {
	text-align: left;
	background:#ffffff;
	padding: 0 10px;
	}

.detail_cartArea table td select {
	font-size: 93%;
	border: 1px solid #dcdcdc;
	}

.detail_cartArea table.priceTable th {
	width:50%;
	}

.detail_cartArea table.priceTable {
	}

.detail_cartArea table.count {
	width:65px;
	background-color: #fff;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 0;
	}

.detail_cartArea table.count td {
	padding: 0;
	}

/* ------------------------------------------------------------
	4. option_tbl
	------------------------------------------------------------ */
.detail_cartArea table#option_tbl {
	width: 100%;
	table-layout: fixed;
	}
.detail_cartArea table#option_tbl tr.stock_head {
	display: contents;
}
.detail_cartArea table#option_tbl td.none {
	text-align: left;
	background:#f5f5f5;
	}
.detail_cartArea table#option_tbl td.none::after {
    content:  'バリエーション';
    margin-left: -5px;
}
.detail_cartArea table#option_tbl td.cell_2 {
	padding:10px;
	}

.detail_cartArea table#option_tbl td br {
	display:none;
	}

.detail_cartArea table#option_tbl td div {
	float:left;
	}

.detail_cartArea table#option_tbl td div input[type="radio"] {
	margin-top: 2px;
	margin-left: 2px;
	}
.detail_cartArea table#option_tbl td span.table_price {
	display:none;
	}

.detail_cartArea table#option_tbl td span.t_stock_num {
	padding-left:1em;
	}

.detail_cartArea table#option_tbl td span.stock_zero span {
	color:#000 !important;
	}

.expl_block {
	font-size: 100%;
	line-height:1.8;
	text-align: left;
	}

.expl_block p.exp_txt {
	text-align:left;
	width:455px;
	float:right;
	padding: 0 0 24px 20px;
	}

.expl_block p.exp_img {
	width: 946px;
	overflow:hidden;
	height:auto;
	clear: both;
	}

.expl_block img {
	float: left;
	width: auto;
	max-width: 946px;
	min-width: 471px;
	padding: 0 1px 20px;
	}

.detail_txt_block table.table {
	border-left:#e7e7e7 solid 1px;
	border-top:#e7e7e7 solid 1px;
	margin-bottom:20px;
	}

.detail_txt_block table.table td.tit,
.detail_txt_block table.table td.cont {
	padding:15px;
	border-right:#e7e7e7 solid 1px;
	border-bottom:#e7e7e7 solid 1px;
	}

.detail_txt_block table.table td.tit {
	width:100px;
	}

.sk_link_other {
	margin-bottom:20px;
	}

ul.product-linkList {
	float: left;
	}

ul.product-linkList li {
	margin: 4px 0;
	font-size: 93%;
	line-height: 17px;
	margin:4px 0;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	}

ul.product-linkList li.txt_tell {
	background:transparent url(https://www.dukamaria.com/gbl_images/img_mail.png) 0px 0px no-repeat;
	padding-left:25px;
	}

ul.product-linkList li.txt_tell:hover {
	background:transparent url(https://www.dukamaria.com/gbl_images/img_mail_on.png) 0px 0px no-repeat;
	cursor: pointer;
	}

ul.product-linkList li.txt_inq {
	background:transparent url(https://www.dukamaria.com/gbl_images/img_question.png) 0px 0px no-repeat;
	padding-left:25px;
	}

ul.product-linkList li.txt_inq:hover {
	background:transparent url(https://www.dukamaria.com/gbl_images/img_question_on.png) 0px 0px no-repeat;
	cursor: pointer;
	}

ul.product-linkList li a:hover {
	text-decoration: underline;
	}

ul.product-linkList li.txt_share div.addthis_toolbox {
	margin-left:-2px;
	}


/* オプションリンク */
.txt-optionLink {
	margin-bottom:5px;
	}

.rs_pd_cart_btn {
	float:right;
	}

.rs_pd_cart_btn #btn_submit {
	font-size: 108%;
	color:#fff;
	display: block;
	line-height: 1.5;
	background: #cc0033 url(https://www.dukamaria.com/gbl_images/btn_cart.png) no-repeat 40px center;
	width: 226px;
	padding: 19px 0px 17px 15px;
	border: 1px solid #cc0033;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	z-index: 9999;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	}

.rs_pd_cart_btn #btn_submit:hover {
	color:#fff;
	background: #000 url(https://www.dukamaria.com/gbl_images/btn_cart.png) no-repeat 40px center;
	border: 1px solid #000;
	cursor: pointer;
	}

.detail_soldOut {
	color: #cc0033;
	font-size: 108%;
	font-weight:bold;
	text-align: center;
	line-height: 61px;
	width: 228px;
	float:right;
	}


.loginSale {
	color: #000;
	font-size: 108%;
	font-weight:bold;
	text-align: center;
	width: 200px;
	margin:15px 0;
	float:right;
	}


.btn_quick {
	color: #000;
	font-size: 108%;
	font-weight:bold;
	text-align: center;
	width: 200px;
	margin:15px 0;
	float:right;
	}


/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

p.price_detail {
	color: #000;
	font-size: 128%;
	padding:0px;
	margin:0px;
	}

p.price_detail .waribiki {
	color: #cc0033;
	padding-left: 1em;
	}

p.price_detail {
	color: #000;
	font-size: 128%;
	padding:0px;
	margin:0px;
	}

.discount_rate_detail {
	padding:0px;
	margin:0px;
	color:#333333;
	}

p#sk_link_other {
	text-align:center;
	margin-top:10px;
	}

p#sk_link_other a {
	font-size:12px;
	}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */
#together {
	width: 760px;
	height: auto;
	margin:30px 0px 0px;
	}

#together .tog_main_title {
	margin:0px 0px 15px;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
#trackback {
	margin:30px 0px 15px;
}

#trackback .tb_main_title {
	font-weight:bold;
	margin:0px 0px 5px;
}


#trackback .tb_url {
	padding:6px 8px;
	border:1px solid #e7e7e7;
	}

#trackback .tb {
	}

#trackback .tb_date {
	padding:10px 0px;
	}

#trackback .tb_title {
	padding:0px 0px 10px;
	}

#trackback .tb_body {
	line-height:150%;
	padding:10px 0px;
	border-top:1px dotted #e7e7e7;
	border-bottom:1px dotted #e7e7e7;
	}

#trackback .tb_state {
	padding:0px;
	}

/* ------------------------------------- 
 *	オプション一覧表
 * ------------------------------------- */
#option_area1 {
	margin-bottom:15px;
	}

#option_area1 h3,
#option_area2 h3{
	margin-bottom:5px;
	font-size:18px;
}

#option_area2 {
	padding:10px;
	}

.op1{
	margin-bottom:10px;
	}

.op2{
	margin-bottom:10px;
	}

.op2_ttl {
	margin-bottom:2px;
	}

.stock_comment {
	}

#option_table {
	}

#option_table table{
	width: 100%;
	height: auto;
	background-color: #dcdcdc;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 20px;
	}

#option_table table th {
	width: 50%;
	text-align: center;
	background:#f5f5f5;
	padding:10px;
	}

#option_table table td.opName {
	text-align: center;
	background:#ffffff;
	padding: 10px;
	}

#option_table table td.opStock {
	text-align: center;
	color:#FF0000;
	background:#ffffff;
	font-weight:bold;
	padding: 10px;
	}

.message_member_only {
	text-align: center;
	}
