/* ==================================================================================

		写真切替えブロック

================================================================================== */
.item-photo-section {
	width: 400px;
	float: left;
}
.item-photo-main {
	margin-bottom: 5px;
	width: 100%;
}
/* フォトセクションにメイン写真の幅を合わせる */
.item-photo-section img {
	height: auto;
	width: 100%;
}
/* サブ写真のコンテナ／サイズは％で指定。 */
.item-photo-sub li{
	width: 24%;
	float: left;
	margin-left: 1%;
}
/* サブ写真の幅はコンテナに合わせる */
.item-photo-sub img {
	width: 100%;
}


/* ==================================================================================

		商品データブロック

================================================================================== */
/* セクションの幅 */
.item-data-section {
	width: 290px;
	float: right;
}
/* テキストリンクはアンダーライン無し */
.item-data-section a {
	text-decoration:none;
}
/* テキストリンクのホバー */
.item-data-section a:hover {
	text-decoration:none;
}
/* 商品名 */
.item-data-section h1 {
	font-size: 123.1%;
	line-height: 1.3;
	color: #000;
	margin-bottom: 5px;
	padding-top: 20px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #000000;
	padding-bottom: 20px;
}
/* IDの表示 */
.item-data-section .item-id {
	font-size: 10px;
	color: #AAAAAA;
	text-align: right;
}
/* データテーブル内の文字サイズおよび下マージン */
.item-data-section .data-table04 {
	font-size: 14px;
	margin-bottom: 5px;
	width: 100%;
	margin-top: 5px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}

/* データテーブル見出しセル */
.item-data-section .data-table04 th {
    vertical-align: top;
    white-space: nowrap;
    font-weight: bold;
}

/* データテーブル　セル */
.item-data-section .data-table04 th, .item-data-section .data-table04 td {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
/* データテーブル　価格強調 */
.item-data-section .salesPriceSize {
	font-size: 150%;
	color: #C00;
	font-weight: bold;
    vertical-align: top;
}
.item-data-section .item-kaiin-price {
	margin-bottom: 10px;
}
.item-data-section .item-kaiin-price s {
	color: #FE0004;
}
.item-data-section .item-off_percent {
	display: block;
	color: #FF0000;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	line-height: 1.2em;
	font-style: italic;
	padding-top: 5px;
}
/* オプションのテキストリンク */
.item-data-section form table tr .option {
	padding-bottom: 0px;
	padding-top: 5px;
}
.item-data-section form .option-price a {
	font-size: 97%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}


.item-data-section h2 {
    color: #000;
    font-size:18px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}




/* 購入ボタンのデザイン */
.item-data-section form .bt-cart-text {
	color: #FFFFFF;
	background-color: #C0262C;
	border: none;
	line-height: 40px;
	padding: 0 30px 0 30px;
	width: auto;
	display: inline-block;
	font-size: 15px;
	border-radius: 5px;
	cursor: pointer;
	vertical-align: top;
	margin: 15px;
}
/* 購入ボタンのホバー */
.item-data-section form .bt-cart-text:hover {
	opacity: 0.7;
}
/* 完売ボタンで上書き */
.item-data-section form .bt-cart-text-sold {
	background-color: #988775;
}
/* カートアイコンの調整（fontawesome） */
.item-data-section form .bt-cart-text i {
	font-size: 125%;
}
.item-data-section .link-section  {
	margin-bottom: 10px;
}
.item-data-section .link-section li {
	margin-bottom: 5px;
}
.item-data-section .link-section a {
	color: #000000;
	font-size: 13px;
}
.item-data-section .link-tokushoho a {
	color: #808080;
	font-size: 10px;
	margin-bottom: 20px;
	display: block;
}
.item-data-section .itemFunction {
}
.item-data-section .itemFunction li {
	line-height: 15px;
	font-size: 92.4%;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}
.item-data-section .itemFunction li a {
	text-decoration: none;
	color: #333;
	display: block;
}
.item-data-section .itemFunction li a:hover {
	text-decoration: underline;
}
.item-data-section .sns iframe {
	margin-top: 7px;
}
.item-sns-section {
	line-height: 30px;
}
.itemExp {
	line-height: 1.6;
	clear: both;
	padding-top: 40px;
	margin-bottom: 50px;
}
.itemExp p {
	margin-bottom: 1em;
}
.itemExp strong {
	font-weight: bold;
}
.itemExp img {
	max-width: 100%;
}
.itemExp .section {
	margin-bottom: 30px;
}
.itemExp .h2-default {
}



/* ==================================================================================

		この商品を買った人は〜

================================================================================== */
.bloc-purchase {
	margin-bottom: 50px !important;
	border: 1px solid #CCC;
	background-color: #FFF;
	border-radius: 3px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.bloc-purchase h3 {
	font-size: 100%;
	color: #333;
	margin-bottom: 20px;
}
.bloc-purchase li {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.bloc-purchase li:last-child {
	margin-right: 0px;
}
.bloc-purchase li img {
	height: auto;
	width: 100%;
}




/* ==================================================================================

		商品説明エリア　基本スタイル
		
		01 エリア内の行間
		02 ｐ（段落）の下マージン
		03 strongはボールド指定
		04 イメージの最大幅（はみ出し防止）
		05 .sectionでブロック要素（下マージン付き）
		06 h2〜h4のサイズ・スタイリングと下マージン
		
		使いやすくカスタマイズしてください

================================================================================== */

/* 01 エリア内の行間 */
.itemExp {
	line-height: 1.7;
	clear: both;
	padding-top: 40px;
	margin-bottom: 50px;
}

/* 02 ｐ（段落）の下マージン */
.itemExp p {
	margin-bottom: 1em;
}

/* 03 strongはボールド指定 */
.itemExp strong {
	font-weight: bold;
}

/* 04  イメージの最大幅（はみ出し防止）*/
.itemExp img {
	max-width: 100%;
}

/* 05 .sectionでブロック要素（下マージン付き） */
.itemExp .section {
	margin-bottom: 30px !important;
	clear: both;
}

/* 06 h2〜h4のサイズと下マージン */
.itemExp h2 {
	font-size: 123.1%;
	margin-bottom: 1em;
}
.itemExp h3 {
	font-size: 107.8%;
	margin-bottom: 0.5em;
}
.itemExp h4 {
	font-size: 100%;
	margin-bottom: 0.5em;
}

/* ==================================================================================

		商品説明エリア　.default　の基本スタイル
			<table class="default">
			<ul class="default">
			<ol class="default">
		にした場合のスタイリング

================================================================================== */
.itemExp table.default {
	background-color: #FFFFFF;
	width: 100%;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.itemExp table.default th {
	background-color: #f7f7f7;
}
.itemExp table.default th, .itemExp table.default td {
	padding: 1em;
	border: 1px solid #CCCCCC;
}
.itemExp ul, .itemExp ol {
	margin-bottom: 1em;
}
.itemExp ul.default li{
	list-style-type: disc;
	margin-left: 1.6em;
}
.itemExp ol.default li {
	list-style-type: decimal;
	margin-left: 1.6em;
}

.l-box {
           float: left;
 }


.r-box {
           float: right;
 }


.att-c-g {
	background-image:url(https://img21.shop-pro.jp/PA01359/304/etc/cat-bnr-sake2.gif?cmsp_timestamp=20170210170834);
	width:720px;
	height:170px;
	position:relative;
  　background-repeat:no-repeat;
    clear:both;
  
}
.att-c-g  p {
    position:absolute;
	font-size:16px;
    font-weight:bolder;
    color:#ff0000;
    font-weight:bolder;
	line-height:25px;
	margin-top:30px;
	margin-left:180px;
	width:480px;
	height:70px;
}


.namax {
	background-image:url(https://img21.shop-pro.jp/PA01359/304/etc/cat-bnr-sake2.gif?cmsp_timestamp=20170210170834);
	width:720px;
	height:170px;
	position:relative;
  　background-repeat:no-repeat;
    clear:both;
  
}
.namax p {
    position:absolute;
	font-size:14px;
    color:#ff0000;
    font-weight:bolder;
	line-height:25px;
	margin-top:70px;
	margin-left:180px;
	width:480px;
	height:70px;
}


#optionPriceList input{
display:none;
}


.opt_list_box {
    font-size:larger;
    font-weight:bolder;
    border-bottom:dotted #CCCCCC 4px; 
    padding-top:10px;
    margin-bottom:12px;
  　clear:both;
}

.opt_size  {
}




