@charset "utf-8";

/*==============================================================================================
 商品系コンテンツラッパー
==============================================================================================*/
#dvProductBox{position:relative;}
#divTopArea{width:100%;height:100%;display:inline;}

#divBottomArea {
	width: 100%;
	height: 100%;
	clear: both;
}

/*==============================================================================================
 * 各タグを初期化
==============================================================================================*/
#dvProductBox p,
#dvProductBox pre,
#dvProductBox address,
#dvProductBox cite,
#dvProductBox ins{margin:0px;padding:0px;}

#dvProductBox ins{
	margin-left:5px;
	font:10px normal "メイリオ" , "ヒラギノ",tahoma, "ＭＳ Ｐゴシック"!important;
	font:9px normal "メイリオ" , "ヒラギノ",tahoma, "ＭＳ Ｐゴシック";
	color:#666!important;
	text-decoration:none;
}

#dvProductBox h1,h2,h3,h4,h5,h6{font-weight: normal;line-height: 1.2;margin:0px;}
#dvProductBox h1{font-weight:bold;font-size:16px;padding:2px 0px;border-style:solid;border-color:#ccc;border-width:0px;border-bottom-width:0px;}
#dvProductBox h1.img{border:none;margin:10px;}
#dvProductBox h2{margin:3px;}
#dvProductBox h2,h3{font-weight:normal;font-size:14px;}
#dvProductBox a:link{color:#0069B0;line-height:1.4;text-decoration:none;}
#dvProductBox a:visited{color:#0069B0;line-height:1.4;text-decoration:none;}
#dvProductBox a:hover{color:#0069B0;line-height:1.4;text-decoration:underline;}
#dvProductBox a:active{color:#0069B0;line-height:1.4;}
#dvProductBox input{}
#dvProductBox select{background-color:#fff;}

/*==============================================================================================
 商品一覧左ラッパー領域
==============================================================================================*/
#dvProductContents{width:510px;position:relative;display:inline;float:left;}

/*----------------------------------------------------------------------------------------------
 商品タイムセールス一覧ページコンテンツ領域(dvProductContents内)
----------------------------------------------------------------------------------------------*/
#dvProductTimeSalesList{width:510px;float:right;}

/*----------------------------------------------------------------------------------------------
 商品一覧ページコンテンツ領域(dvProductContents内)
----------------------------------------------------------------------------------------------*/
#dvProductList{width:510px;float:right;background:url(../Contents/ImagesPkg/center_bg.jpg) top left repeat-y;}
#dvProductListTop{background:url(../Contents/ImagesPkg/center_bg_t.jpg) top left no-repeat;padding-top:10px;}
#dvProductListBottom{background:url(../Contents/ImagesPkg/center_bg_btm.jpg) bottom left no-repeat;padding-bottom:10px;}

/*for IE5\*/
* html #dvProductListBottom{height:100%;}
/**/


/* 商品パンくず */
.productClumbs{margin:5px 10px;position:relative;}
.productClumbs li{float:left;padding:0px 2px;}

/* SNSボタン */
.snsList{
	margin: 10px 0;
	position: relative;
	float: right;
}
.snsList li{
	float: left;
	padding:0px 2px;
}


/* 子カテゴリーリスト */
.productCategoryChilds{margin:5px 10px;position:relative;}
.productCategoryChilds span{padding:0px 0px 0px 0px;}


/* ソートボックス */

#sortBox { padding: 5px 0; }
#sortBox .box {
	float: left;
	margin-right: 20px;
	padding: 5px;
}
#sortBox .title {
	float: left;
	margin-right: 10px;
	line-height: 25px;
}
#sortBox ul {
	float: left;
}

#sortBox ul li {
	float: left;
	border-left: 1px solid #fff;
}

#sortBox ul li.active {
	color: #fff;
	line-height: normal;
	font-size: 85%;
	background-color: #636363;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}

#sortBox ul li a {
	display: block;
	background-color: #efefef;
	line-height: normal;
	font-size: 85%;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}

#sortBox ul li a:hover { background-color: #dadada; }

/*========================================
 商品リストエリア
=========================================*/
#dvProductListArea{
	/*
	width: 490px;
	margin-left: 10px;
	*/
	width: 100%;
	clear: both;
}
#dvProductListArea .title input{vertical-align:middle;}
#dvProductListArea .title img{vertical-align:middle;}
#dvProductListArea .productId{}
#dvProductListArea .addPoint{}
#dvProductListArea ul{}

.pager, .pager2{margin:0px 10px;display:block;border-style:solid;border-color:#ccc;border-width:0px;}
.pager{padding-bottom:2px;border-bottom:solid 1px #ccc;}
.pager2{margin:2px 10px 15px 10px;}

/*----------------------------------------
 写真付きリスト
-----------------------------------------*/
/* 行ごとのリスト */
.listProduct ul li.productList{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #333;
}

.listProduct ul li.productList:last-child { margin-bottom: 10px; }

/* 商品ごとのブロック */
.listProduct ul li.productList ul{}

/* 商品一覧サムネイル(80px以下のものを配置するものとする) */
.listProduct ul li.productList ul li.plPhoto{width:220px;text-align:center;float:left;position: relative;}
.listProduct ul li.productList ul li.plPhoto img { width: 100%; }
/* 在庫切れ */
.listProduct ul li.productList ul li.plPhoto .soldout {
	color: #fff;
	word-wrap: normal;
	position: absolute;
	top: 45%;
	left: 0%;
	text-align: center;
	width: 100%;
	height: 26px;
	line-height: 26px;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/* 商品情報(要素が複数あるためリスト構造とする) */
.listProduct ul li.productList ul li.plProductInfo{width:540px;float:right;}
.listProduct ul li.productList ul li.plProductInfo ul{padding:0px 5px;}
.listProduct ul li.productList ul li.plProductInfo ul li{
	margin:5px 0;
	line-height: 1.5;
}
.listProduct ul li.productList ul li.plProductInfo li.plName h3 {
	margin: 3px 0;
	padding: 0;
}
.listProduct ul li.productList ul li.plProductInfo li.plName img{height:25px;vertical-align:bottom;}
.listProduct ul li.productList ul li.plProductInfo li.plExcerpt{}
.listProduct ul li.productList ul li.plProductInfo li.plIcon{}
.listProduct ul li.productList ul li.plProductInfo li.plPrice{ margin-top: 15px; }
.listProduct ul li.productList ul li.plProductInfo li.plPrice strike { color: #f00; }
.listProduct ul li.productList ul li.plProductInfo li.plPrice .favoriteRegistration { margin: 5px 0; }

/*----------------------------------------
 ウインドウショッピング
-----------------------------------------*/
.windowColumn{border-bottom:solid 1px #ccc;}
#dvProductListArea ul li.windowShopping{width:155px;margin:8px 2px 0px 2px;padding:0px;float:left;}
#dvProductListArea ul li.windowShopping li.wsPhoto{text-align:center;margin:0;padding:0;}
#dvProductListArea ul li.windowShopping li.wsPhoto img{margin:0;}
#dvProductListArea ul li.windowShopping li.wsName{padding:0px 3px 2px 3px;}
#dvProductListArea ul li.windowShopping li.wsPrice{padding:0px 3px 5px 3px;}
#dvProductListArea ul li.windowShopping li{text-align:center;}

/* バリエーション選択カート投入一覧 */
#divProductListMultiVariation { margin-top: 15px; }
#divProductListMultiVariation table {
  width: 100%;
  font-size: 93%;
  border-top: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}

#divProductListMultiVariation table td {
  padding: 5px 7px;
  border-bottom: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  line-height: normal;
  vertical-align: middle;
}
#divProductListMultiVariation table th {
  padding: 5px 7px;
  border-left: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  line-height: normal;
  font-weight: normal;
  background-color: #ECECEC;
}
#divProductListMultiVariation table td p { line-height: 1.5; }
#divProductListMultiVariation table td strike { color: #f00; }
#divProductListMultiVariation .btnClose{text-align:center;margin:10px;}

/*----------------------------------------
 闇市
-----------------------------------------*/

.divClosedmarketLogin { text-align: center; }
.divClosedmarketLogin .password { padding: 5px;}

/*==============================================================================================
 商品詳細コンテンツラッパー領域
==============================================================================================*/
.product-wrap-top {
	margin-bottom: 10px;
}
.product-wrap-top::after {
	display: block;
	clear: both;
	content: "";
}
/*#dvProductDetail{width:510px;float:right;padding:0;margin:0;background:url(../Contents/ImagesPkg/center_bg.jpg) top left repeat-y;}*/
#dvProductDetail{width:780px;position:relative;display:inline;float:left;margin:0 50px;text-align:left;}
/*#dvProductDetailTop{background:url(../Contents/ImagesPkg/center_bg_t.jpg) top left no-repeat;padding-top:10px;}*/
/*#dvProductDetailBottom{background:url(../Contents/ImagesPkg/center_bg_btm.jpg) bottom left no-repeat;padding-bottom:10px;}*/

* html #dvProductDetailBottom{height:100%;}/*for IE5\*/

#dvProductDetailArea{}
#dvProductDetailArea #dvProductSubInfo{margin-top:3px;}
#dvProductDetailArea #dvProductSubInfo .productDetailId{float:left;}
#dvProductDetailArea #dvProductSubInfo .icon{float:right;}

#dvProductDetailArea h2 {
	font-size: 109.1%;
	margin-bottom: 15px !important;
	line-height: 1.60em;
}

#dvProductDetailArea .icon {
	margin-bottom: 0px;
}

#dvProductDetailArea .icon img { height: 25px; }

#dvProductDetailArea .productFreeShipping{
	font-weight:bold;
	color: #bf0000;

}


#dvProductDetailArea .wrapProductPrice {
	margin: 10px 0;
}

#dvProductDetailArea .wrapProductPrice p {
	line-height: 1.5;
}

#dvProductDetailArea .wrapProductPrice p strike { color: #000; }
#dvProductDetailArea .wrapProductPrice p .productPrice_red { color: #f00; }


#dvProductDetailArea .description {
	margin: 10px 0;
}
#dvProductDetailArea .description * { line-height: 1.5; }

#dvProductDetailArea #detailImage{
	width:460px;
	float:left;
}
#dvProductDetailArea #detailImage div.mainImage{
	margin-bottom: 20px;
}

#dvProductDetailArea #detailImage .mainImage #zoomPicture {
	width: 370px;
	height: 370px;
	/*border: 1px solid #ccc;*/
}

/* 在庫切れ */
#dvProductDetailArea #detailImage .mainImage .soldout {
	color: #fff;
	word-wrap: normal;
	position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

#dvProductDetailArea #detailImage .btnListContact {}

#dvProductDetailArea #detailImage .btnListContact li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	width: 49.5%;
	margin-top: 1px;
}
#dvProductDetailArea #detailImage .btnListContact li:first-child { margin-right: 1px; }

#dvProductDetailArea #detailImage .btnListContact li a {
	display: block;
	padding: 10px 0;
	background-color: #e1e1e1;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#dvProductDetailArea #detailImage .btnListContact li a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#dvProductDetailArea #detailOne .wrapDetailImage .unit {
	clear: both;
	margin-bottom: 10px;
}

#dvProductDetailArea #detailOne .wrapDetailImage .unit .title {
	font-weight: bold;
	padding: 3px;
}

#dvProductDetailArea #detailOne .wrapDetailImage .btnDetailpopUp {
	clear: both;
	padding: 10px 0;
}

#dvProductDetailArea #detailOne ul.variationImage li{
	vertical-align:middle;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	height:60px;
	width:60px;
	padding: 0px;
	margin: 1px;
	float:left;
}
#dvProductDetailArea #detailOne ul.subImage li{
	vertical-align:middle;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	height:60px;
	width:60px;
	padding: 0px;
	margin: 1px;
	float:left;
}

#dvProductDetailArea #detailOne ul.variationImage li img,
#dvProductDetailArea #detailOne ul.subImage li img {
	width: 60px;
}

#dvProductDetailArea #detailOne{
	width: 300px;
	float: right;
}

/* 販売価格 */
#detailOne .productSellInfo{
	clear: both;
	border: solid 1px #ccc;
	padding: 10px;
	margin: 10px 0;
	background-color: #fafafa;
}
#detailOne .productSellInfo p { margin: 5px 0;}
#detailOne .productSellInfo .productStock {
	background: url('../Contents/ImagesPkg/arwR.png') no-repeat left 2px;
	padding-left: 18px;
	line-height: 1;
}
#detailOne .productSellInfo .productStock a { text-decoration: underline; }
#detailOne .productSellInfo .productStock a:hover { text-decoration: none; }
#detailOne .productSellInfo .productPrice { font-size: 116%; }
#detailOne .productPrice span{font-size: 1.6em;color:#000;padding:0px 3px;}
#detailOne .productPoint{padding:0px;margin:0;}

#detailOne .productSellInfo table {
	width: 100%;
	font-size: 93%;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

#detailOne .productSellInfo table th {
	padding: 5px 7px;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color: #ececec;
	line-height: normal;
	font-weight: normal;
}

#detailOne .productSellInfo table td {
	padding: 5px 7px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	line-height: normal;
	vertical-align: middle;
	font-size: 15px;
}

#detailOne .productSellInfo table td .radioBtn {
	display: block;
}

.selectValiation { margin: 10px 0; }
.selectValiation select{width:180px;padding:0px 0px 3px 0px;}
.selectValiation table tbody{display:contents! important;}
/*
.selectValiationMatrix{background-color: #AAAAAA;padding:3;text-align:center;}
.selectValiationMatrix th{font-size: 9pt;}
.selectValiationMatrix span{color: #FFFFFF;font-weight: bold;}
*/

.productAmount {}
.productStock{ padding: 2px; }
.productCart { margin: 10px 0; }
.addCart{}
.addCart p { padding: 3px 0; }
.addCart p a { text-decoration: none !important; }
#dvProductDetailArea #detailTwo{margin-top:10px;clear:left;}
#dvProductDetailArea #detailThree{margin-top:10px;clear:left;}
#dvProductDetailArea #detailFour{margin-top:10px;clear:left;}
#dvProductDetailArea #detailOne *,
#dvProductDetailArea #detailTwo *,
#dvProductDetailArea #detailThree *,
#dvProductDetailArea #detailFour *{/*line-height:1.4;margin:3px auto;*/}

/* 在庫一覧 */
#dvProductDetailArea #dvProductStock{margin:10px 0 30px 0;clear:left;}
#dvProductStock {text-align:left;}
#dvProductStock img{border:none;}
#dvProductStock table{width:100%;border-collapse:collapse;border-spacing:0;border:solid 1px #ccc;}
#dvProductStock #divSingleVariation table *{text-align:left;}
#dvProductStock #divPluralVariation table *{text-align:center;}
#dvProductStock table th{font-weight:normal;background-color:#ececec;}
#dvProductStock table th,
#dvProductStock table td{border:solid 1px #e1e1e1;padding:10px;}
#dvProductStock .btnClose{text-align:center;margin:10px;}
#dvProductDetailArea #detailImage img{
	max-width:100%;
	margin: auto;
}
#dvProductDetailArea #detailOne{margin:0px 0px 10px 0px;}

/* btnlist */
.productSellInfo .btn-inverse {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	font-size: 1rem;
}
.productSellInfo .btnListContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.productSellInfo .btnListContact .btn-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 10px;
}

.productSellInfo .btnListContact .btn-list:last-child .btn-contact {
  margin-left: auto;
}

.productSellInfo .btnListContact .btn-list-fluid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.productSellInfo .btnListContact .btn-list-fluid .btn-contact {
  width: 100%;
}

.productSellInfo .btnListContact .btn-contact {
  display: block;
  background: #e0e0e0;
  text-align: center;
  width: 96%;
  padding: 12px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


/* product slideshow */
#detailImage .subImage{
	overflow: hidden;
	width: 100%;
	max-height: 93px;
	overflow: hidden;
}
#detailImage .subImage li{
	float: left;
}
#dvProductDetailArea #detailImage ul.subImage li{
	vertical-align:middle;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	height:43px;
	width:43px;
	padding: 0px;
	margin: 1px 1px 0 0;
	cursor: pointer;
}
#dvProductDetailArea #detailImage ul.subImage li.thumbnail-current {
	cursor: default;
}
#dvProductDetailArea #detailImage ul.subImage li:nth-child(9n) {
	margin-right: 0;
}
#detailImage .subImage li img{
	width: auto;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#detailImage .subImage li.thumbnail-current img{
	opacity: 1;
	filter: alpha(opacity=100);
}
#mainImage{
	position: relative;
}
.mainImage .slick-arrow{
	position: absolute;
	top:52%;
	left: 0;
	margin: -25px 0 0;
	width: 30px;
	height: 50px;
	background: rgba(0,0,0,.4);
	z-index: 1;
}
.mainImage .slick-arrow:focus {
	background: rgba(0,0,0,.4);
	color: #fff;
}
.mainImage .slick-arrow:hover {
	background: rgba(0,0,0,.6);
	color: #fff;
}
.mainImage .slick-arrow::before {
	content: "";
	width: 20px;
	height: 20px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	cursor: pointer;
	position: relative;
	display: block;
}
.mainImage .slick-arrow.slick-prev:before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 10px
}
.mainImage .slick-arrow.slick-next{
	left: auto;
	right: 0;
}
.mainImage .slick-arrow.slick-next::before {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.ctr_btn{
	position: absolute;
	top:10%;
	right: 5%;
}
/* バリエーション選択カート投入一覧
#divMultiVariation {text-align:left;width:490px;}
#divMultiVariation img{border:none;}
#divMultiVariation table{width:100%;border-collapse:collapse;border-spacing:0;border:solid 1px #ccc;}
#divMultiVariation table th{background-color:#ececec;}
#divMultiVariation table th,
#divMultiVariation table td{border:solid 1px #ccc;padding:3px 5px;}
#divMultiVariation .btnClose{text-align:center;margin:10px;} */

/*========================================
 お勧め商品（商品バリエーション一覧ページ）
=========================================*/
/*
#dvProductListRight #dvRecommend{}
#dvProductListRight #dvRecommend dl{}
#dvProductListRight #dvRecommend dl dd{margin-right:5px;}
#dvProductListRight #dvRecommend dl dd.productInfoList ul li{margin:1px 0px;line-height:1.4;}
#dvProductListRight #dvRecommend dl dd.productInfoList ul li.thumnail{
	text-align:center;
	width:39px;
	border:solid 1px #ccc;
	float:left;
	margin-right:3px;
	padding:2px 0px;
}
#dvProductListRight #dvRecommend dl dd.productInfoList ul li.thumnail img{}
#dvProductListRight #dvRecommend dl dd.productInfoList ul li.productInfo{width:113px;float:right;}
#dvProductListRight #dvRecommend dl dd.toList{text-align:right;}
*/

/*========================================
 アップセル
=========================================*/
#dvUpSell {
	margin: 10px 0 30px;
	clear: both;
}
#dvUpSell .title {
	font-size: 15px;
	font-weight: bold;
	padding: 8px;
	border-bottom: 1px solid #333;
}

#dvUpSell .productInfoList { float: left; }
#dvUpSell .productInfoList ul {
	width: 150px;
	margin: 3px;
}
#dvUpSell .productInfoList ul li {
	margin: 3px 0;
	line-height: 1.5;
}
#dvUpSell .productInfoList ul li p { line-height: 1.5; }
#dvUpSell .productInfoList ul li p strike { color: #f00; }
#dvUpSell .productInfoList ul li.thumnail img {
	width: 100%;
}

#dvUpSell .productInfoList ul li.thumnail {
	position: relative;
	text-align: center;
}

#dvUpSell .productInfoList ul li.thumnail .soldout {
	color: #fff;
	word-wrap: normal;
	position: absolute;
	top: 45%;
	left: 0%;
	text-align: center;
	width: 100%;
	height: 26px;
	line-height: 26px;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*========================================
 クロスセル
=========================================*/
#dvCrossSell{
	margin: 10px 0 30px;
	clear: both;
}
#dvCrossSell .title {
	font-size: 15px;
	font-weight: bold;
	padding: 8px;
	border-bottom: 1px solid #333;
}
#dvCrossSell .productInfoList { float: left; }
#dvCrossSell .productInfoList ul {
	width: 150px;
	margin: 3px;
}
#dvCrossSell .productInfoList ul li {
	margin: 3px 0;
	line-height: 1.5;
}
#dvCrossSell .productInfoList ul li p { line-height: 1.5; }
#dvCrossSell .productInfoList ul li p strike { color: #f00; }
#dvCrossSell .productInfoList ul li.thumnail img {
	width: 100%;
}

#dvCrossSell .productInfoList ul li.thumnail {
	position: relative;
	text-align: center;
}

#dvCrossSell .productInfoList ul li.thumnail .soldout {
	color: #fff;
	word-wrap: normal;
	position: absolute;
	top: 45%;
	left: 0%;
	text-align: center;
	width: 100%;
	height: 26px;
	line-height: 26px;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*----------------------------------------------------------------------------------------------
 商品系左メニュー領域
----------------------------------------------------------------------------------------------*/
#dvProductListLeft{float:left;padding : 0px 20px 0px 0px}

/*----------------------------------------------------------------------------------------------
 商品系右メニュー領域
----------------------------------------------------------------------------------------------*/
#dvProductListRight,
#dvProductDetailRight{width:164px;float:right;}

/*==============================================================================================
 商品セット一覧ラッパー
 *#dvProductSetList
==============================================================================================*/
#Contents #dvProductSetListArea{width:750px;margin-left:60px;margin-top:10px;}
#Contents #dvProductSetListArea .dvContentsInfo{padding:15px 25px;background:#ececec;margin-bottom:20px;}
#Contents #dvProductSetListArea .dvContentsInfo p{line-height:1.8;font-weight : bold;width:500px;/* MacIE用の幅 */}
* html #Contents #dvProductSetListArea .dvContentsInfo p{line-height:1.8;width:auto;}/*MacIE以外\*/

#Contents #dvProductSetListArea h2 {margin : 10px;}
#Contents #dvProductSetList table{border-color:#ccc;background-color:#ececec;}
#Contents #dvProductSetList table th{color:#444!important;border-color:#ccc;}
#Contents #dvProductSetList table td{border-color:#ccc;background-color:#fff;}

/*----------------------------------------
 商品セットリストブロック
-----------------------------------------*/
#Contents #dvProductSetList{}

/* ===== 注文情報テーブル ===== */
#Contents #dvProductSetList table{
	width:100%;
	padding:0;
	margin:0px;
	border-spacing:0;
	empty-cells:show;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-collapse:collapse;

}

#Contents #dvProductSetList table th{border-top-style:solid;border-top-width:1px;padding:4px 8px;font-weight:bold;text-align:left;}
#Contents #dvProductSetList table td{
	border-top-style:solid;
	border-top-width:1px;
	padding:4px 8px;
	text-align:left;
}

#Contents #dvProductSetList table .thumnail{width:45px!important;text-align:center;}
#Contents #dvProductSetList table .productId{width:100px!important;}
#Contents #dvProductSetList table .productName{width:250px!important;}
#Contents #dvProductSetList table .variationName{width:100px!important;}
#Contents #dvProductSetList table th.productPrice{width:120px;text-align:right;}
#Contents #dvProductSetList table td.productPrice{text-align:right;}
#Contents #dvProductSetList table th.itemCount{width:70px!important;text-align:center;}
#Contents #dvProductSetList table td.itemCount{text-align:center;}
#Contents #dvProductSetList table th.itemSetPriceTotal{text-align:right;width:60px;}
#Contents #dvProductSetList table td.itemSetPriceTotal{text-align:right;}
#Contents #dvProductSetList table th.setPriceTotal{text-align:right;}
#Contents #dvProductSetList table td.setPriceTotal{text-align:right;}
#Contents .dvProductBtnBox{margin:0px;padding-top:20px;}
#Contents .dvProductBtnBox p{text-align:center;}
#Contents .dvProductBtnBox p span{margin:0px 5px;}

/*----------------------------------------------------------------------------------------------
　商品系ボタン領域　
----------------------------------------------------------------------------------------------*/
#dvProductBox .dvProductBtnBox{margin:0px;padding-top:20px;}
#dvProductBox .dvProductBtnBox p{text-align:center;}
#dvProductBox .dvProductBtnBox p span{margin:0px 5px;}

/*==============================================================================================
 在庫一覧ラッパー
 *#ProductStock
==============================================================================================*/
#ProductStock{margin:0px;text-align:center;}
#ProductStock #dvContainer{
	margin:0px auto;
	padding:20px 0;
	text-align:left;
	width:660px;
	background-color:Transparent;
}

#ProductStock #dvContainer h1{font-size: 16px;padding:3px 0px;border-bottom:solid 1px #ccc;}
#ProductStock #dvContainer h2{font-size: 14px;border-left:solid 3px #333;padding:0px 3px;margin:10px 0px;}
#ProductStock #dvContainer img{border:none;}
#ProductStock #dvContainer table{font-size: 13px;width:100%;border-collapse:collapse;border-spacing:0;border:solid 1px #ccc;}
#ProductStock #dvContainer #divSingleVariation table *{text-align:left;font:normal 12px "メイリオ" , "ヒラギノ",tahoma, "ＭＳ Ｐゴシック";}
#ProductStock #dvContainer #divPluralVariation table *{text-align:center;font:normal 12px "メイリオ" , "ヒラギノ",tahoma, "ＭＳ Ｐゴシック";}
#ProductStock #dvContainer table th{background-color:#ececec;}
#ProductStock #dvContainer table th,
#ProductStock #dvContainer table td{border:solid 1px #ccc;padding:10px;}
#ProductStock #dvContainer .btnClose{text-align:center;margin:10px;}

/*==============================================================================================
 商品拡大画像ページ
 *#ProductZoomImage
==============================================================================================*/
#ProductZoomImage{
	margin:0px;
	padding:0px;
	text-align:left;
	background:url(../Contents/ImagesPkg/bg_white.jpg) top left repeat #fff;
	cursor:pointer;
}
#ProductZoomImage #dvContainer{background:none;margin:0;padding:0;}

#ProductZoomImageWrap .main {
	position: relative;
}

#ProductZoomImageWrap #caption {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#ProductZoomImageWrap .thumb {
	width: 180px;
	margin: 0 auto;
	text-align: left;
}

#ProductZoomImageWrap .thumb .title {
	margin: 5px 0;
	text-align: left;
}

#ProductZoomImageWrap .thumb .navi1,
#ProductZoomImageWrap .thumb .navi2 { border: 1px solid #cfcfcf; margin-bottom: 3px; }

#ProductZoomImageWrap .thumb .navi1:hover,
#ProductZoomImageWrap .thumb .navi2:hover {
	cursor: pointer;
	border: 1px solid #696900;
}

/*==============================================================================================
 商品レビュー
 *#dvProductReviewArea
==============================================================================================*/
#dvProductReviewArea{
	clear: both;
	margin: 10px 0 30px 0;
}

#dvProductReviewImage{
	margin-top:7px;
	padding-bottom:7px;
	padding-top:14px;
}

#dvProductReviewImage .title {
	font-size: 15px;
	font-weight: bold;
	padding: 8px;
	border-bottom: 1px solid #333;
}

#dvReviewComment ul.ulReviewComment{margin-bottom:9px;}
#dvReviewComment li img.imgReviewRating{margin-right:11px;vertical-align: top;}
#dvReviewComment li.liReviewName{margin:10px 0;}
#dvReviewComment li.liComment{margin-bottom:13px;line-height: 1.5;}
#dvProductReviewButtonControls {margin-top:15px;}
#dvReviewForm{
	border-spacing:0pt;
	border-top:1px solid #CCCCCC;
	empty-cells:show;
	margin:0px;
	padding:0pt;
	width:100%;
}
#dvProductReviewArea table th{text-align:right;}
#dvProductReviewArea span.spMessage{font-style:italic;}
#dvProductReviewPagerHeader{margin-bottom:10px;}
#dvReviewFooter span.spResult{color:#ff0000;}

.allReview {
	background: url('../Contents/ImagesPkg/arwR.png') no-repeat left 2px;
	padding-left: 18px;
	text-decoration: underline;
}
a.allReview:hover { text-decoration: none; }

.tblReviewInput th,
.tblReviewInput td {
	padding: 4px;
}

/*==============================================================================================
 バリエーション画像レイヤー表示
==============================================================================================
.variationview_wrap{
	position: absolute !important;
	top: -10px !important;
	left: 189px !important;
	z-index: 20 !important;
	border: 1px solid #d0d0d0;
	-moz-box-shadow: 2px 2px 3px #bababa;
	-webkit-box-shadow: 2px 2px 3px #BABABA;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#bababa', Direction=125, Strength=3);
}

.variationview_bg{
	width: 60px !important;
	text-align: center;
	padding: 5px 0;
	background-color: #fafafa;
}
*/

/*==============================================================================================
 入荷通知メール登録
==============================================================================================*/
.error_inline {
	color:#ff0000;
	padding: 1px !important;	/* for IE */
	display:block!important;
}

#divProductArrivalMail,
#divComplete {
	padding: 15px 15px 5px 15px;
}
#divProductArrivalMail .btnClose,
#divComplete .btnClose{text-align:center;margin:10px 10px 0px 10px;}
#divProductArrivalMail h1,
#divComplete h1{font-size:14px;padding:3px 0px;border-bottom:solid 1px #ccc;}
#divProductArrivalMail h2{font-size:13px;border-left:solid 3px #333;padding:0px 3px;margin:10px 0px;}
#divProductArrivalMail div,
#divComplete div{font-size:12px;line-height: 1.5;}
#divProductArrivalMail table {width:100%;border:solid 1px #ccc;margin-top:5px;}
#divProductArrivalMail table th{padding:10px;background-color:#ececec;}
#divProductArrivalMail table td{padding:10px;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;}
#divProductArrivalMail ul{display:inline; padding-left:0px;}
#divProductArrivalMail ul li{display:inline;}
#divProductArrivalMail .necessary{color:#ff0000!important;padding:0px 2px!important;}

/*==============================================================================================
 リアル店舗商品在庫一覧
==============================================================================================*/
/*----------------------------------------
 リアル店舗商品在庫一覧
-----------------------------------------*/
div.item_info_area{
	height:120px;
    font-size	:12px;
}

div.item_info_area img{
	float:left;
}

div.item_info_area .rcolumn{
	float:left;
	margin-left:20px;
}
div.item_info_area .rcolumn ul{
	line-height:18px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.item_info_area .rcolumn div{
	background-color:#eeeeee;
	border:1px solid #ccc;
	padding:10px;
	margin-top:10px;
	position: relative;
}

div.item_info_area .rcolumn select{
	width:310px;
}

/*----------------------------------------
 リアル店舗商品在庫一覧（パーツ）
-----------------------------------------*/
p.attention{
	clear:both;




	margin-top:20px;
	border-top:solid 3px #333;
	padding:10px;
	color:red;
	font-size:12px;
}

table.shopList{
	border-collapse:collapse;
	border:0 none;
	width:100%;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	font-size:12px;
}

table.shopList caption{
	border-top:solid 3px #333;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	text-align:left;
	font-weight:bold;
	padding:10px;
}
table.shopList thead th,
table.shopList thead td{
	background-color:#333;
	color:#fff;
	font-weight:bold;
	padding:7px 10px;
	text-align:center;
	word-break: break-all;
}

table.shopList thead td{
	border-left:solid 1px #333;
}
table.shopList tbody th,
table.shopList tbody td{
	padding:10px 15px;
	border-bottom:solid 1px #333;
	font-weight:normal;
	line-height:1.4;
	text-align:left;
	vertical-align:top;
}

table.shopList tbody th{
	padding:10px;
}

table.shopList tbody th a{
	display:block;
	color: #333;
}

table.shopList tbody td.stock{
	text-align:center;
	width:70px;
}









/* 商品名 */

#dvProductDetailArea .CartTopProductName{padding:0 ;margin:0; font-size:120%; font-weight:bold; line-height: 1.35;}


/* お気に入りに追加 */

#detailOne .addfavorite{
	float:left;}



#dvProductDetailArea #detailTwo{margin-top:10px;clear:left;padding-top:30px;}

/*#dvProductDetailArea #detailThree{margin-top:10px;clear:left;}
*/#dvProductDetailArea #detailThree{display:none}
#dvProductDetailArea #detailFour{margin-top:10px;clear:left;}

/**コラム用**/
.column_block{margin:60px auto; overflow:hidden;}
.column_block p{  background:url(/Page/img_column/column_block_ttl.gif) no-repeat 1% top; background-size:32px auto; padding:0 0 5px 45px!important;}
.column_block .column_block_title{font-size:20px !important;}
.column_block p img{width:auto!important}
.column_block a{border: 1px solid #999; padding: 20px; display:inline-block; color:#999; overflow:hidden}
.column_block a:link{color:#333}
.column_block img{width:45%; float:left;margin-bottom: 60px;}
.column_block dl{width:51%; float:right; margin-top:10px;}
.column_block dl dt{font-size:20px; font-weight: bold; margin:0px 0 10px;}
.column_block dl dd{font-size: 16px;}
.column_block span{ display: inline-block; margin-top: 20px; float: right; background:#999; padding:5px 30px; color:#fff;font-size: 16px;}


/** ↓関連アイテム用　（angersオリジナルCSS）  **/

#kanren{width:700px;height:100%;margin:0 auto;}
#kanren #area{width:690px;height:100%;padding:5px;background:#f9f4ea;}
#kanren #title{background:url(http://www.rakuten.ne.jp/gold/angers/icon/kanren_title.gif) no-repeat; width:150px;height:28px;float:left;text-indent:-9999px;}
#kanren .item{width:108px;float:left;text-align:left;margin:0 5px 0 0;}
#kanren .price{font-size:12px;color:#633;text-align:right;}

/** ↓スペック欄用　（angersオリジナルCSS）  **/

div#spec_content h2 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 700px;
	margin-bottom: 10px;
}


div#spec_contents{
	width:700px;
	margin:0 auto;
	font-size: 16px;
	/*! line-height: 1.5em; */
}


.soldout_txt{
	width:700px;
	font-size:12px;
	line-height:17px;
	text-align:left;
	margin-bottom:10px;
	display:none;
}


.spec_icon{
	width:700px;
	float:left;
	overflow:hidden;
	_zoom:1;
}


#spec_contents h2{
	clear:both;
	text-align:left;
	margin:10px 0;
	font-weight:bold;
	color:#666;
}


.spec_box {
	width:700px;
	border:1px solid #CCC;
	overflow:hidden;
	_zoom:1;
	clear:both;
}

.spec_box dt{
	background:#e1e1e1;
	padding:10px;

	font-weight:bold;
	color:#666666;
}

.spec_box dt img{
	padding:0 10px;
}

.spec_box dd{
	background:#FFFFFF;
	padding:10px 20px 30px 20px;

	line-height:24px;
	text-align:left;
	margin:0;

}


.spec_mail{
	margin:30px 0;
}


.spec_toriyose{
	margin:30px 0;
}


.spec_merchoku{
	margin:30px 0;
}

.spec_gift_muryou,.spec_gift_yuuryou,.spec_gift_makudake,.spec_gift_ng{margin:30px 0;}

/*ページ幅700px*/
#page_cts{width:700px; text-align:center; margin:0 auto;font-size: 18px;}
#page_cts p{/*! width:700px; */ /*! text-align:center; */ /*! margin:0 auto; *//*! font-size: 18px; */line-height: 1.8em !important;}

/*ページ幅800px*/
.pc800{width:800px; margin:0 0 0 -40px;font-size: 18px;}

/* 先行UP */
.senkou-up{width:700px; border:1px solid #C00; padding:10px; text-align:left; margin:10px 0; clear: both;}
.senkou-ttl{font-size:1.2em !important; margin-bottom:10px; font-weight:bold; color:#ff0000;}
.senkou-data{color:#C00; font-weight:bold;}

/* メー直 */
.merchoku_attn{width:680px; border:1px solid #C00; padding:10px; text-align:left; margin-top:10px;}
.merchoku_ttl{font-size:1.2em; color:#C00; font-weight:bold;margin-bottom:10px; }
.merchoku_red{color:#C00; font-weight:bold;}


/* 旧カテゴリ一覧 */
#cateArea{width:700px; margin:0 auto;}
.cate_txt{padding:10px 0 30px 0; text-align:left; }
.cate_pcCnt{width:700px; margin:30px auto;}
#cateArea h1 img{margin-bottom:30px;}
.catePick{width:700px; margin:30px auto; background:url(/Contents/cabinet/gif01/c_pickup_btm.jpg) no-repeat bottom;  clear:both}
.catePick p{}
.catePick ul{ overflow:hidden; margin-left:-2%}
.catePick ul li{width:48%; margin:0 0 2% 2%; float:left}
.catePick ul li img{width:100%}


/* 在庫一覧 */
#dvProductDetailArea #dvProductStock{margin-top:10px;clear:right;}
#dvProductStock {text-align:left;width:450px;margin:0px auto 10px auto;}
#dvProductStock img{border:none;}
#dvProductStock table{width:100%;border-collapse:collapse;border-spacing:0;border:solid 1px #ccc;}
#dvProductStock #divSingleVariation table *{text-align:left;font:normal 12px "メイリオ" , "ヒラギノ",tahoma, "ＭＳ Ｐゴシック";}
#dvProductStock #divPluralVariation table *{text-align:center;font:normal 12px "メイリオ" , "ヒラギノ",tahoma, "ＭＳ Ｐゴシック";}
#dvProductStock table th{background-color:#fff;}
#dvProductStock table th,
#dvProductStock table td{border:solid 1px #ccc;padding:3px 5px;text-align:center;font-weight:normal}
#dvProductStock .btnClose{text-align:center;margin:10px;}



/*------------------------------------------------------------
商品ページ1905大西
------------------------------------------------------------*/


#detailTwo .infotxt{
	font-size: 12px;
	text-align: right;
	margin: 0 10px 20px 0;
	clear:both;
	display:block;
}

#detailTwo .infotxt img{
	padding: 5px 0;
    max-width: 100%;
    height:auto;
}

#detailTwo .infotxt h2 {
    border-left: 6px solid #000;
    color: #000;
    font-size: 26px;
    margin: 15px 0 !important;
    padding-left: 12px !important;
	text-align: left;
}

#detailTwo .infotxt h3 {
	border-bottom:solid #000 1px;
    color: #000;
	text-align: left;
    font-size: 20px; font-weight: bold;
    margin: 20px 0 5px 0; padding-bottom: 3px;
    padding-left: 5px;
	clear:both;
}

#detailTwo .infotxt p{
	font-size: 15px;
	color: #000000;
	line-height: 1.7!important;
	padding: 5px 0 20px 0;
}

#detailTwo ul.productImgItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;

}

#detailTwo .productImgItem li {
    width: calc((100% - 2px) / 3);

}


/* 追加 */
.Product_hanbaikikan{font-size: 90%;}

.bnrback{display:block; text-align:center; margin:20px auto 0}
.spec_gift_ng{text-align:center}


/*------------------------------------------------------------
商品ページ1907谷本
------------------------------------------------------------*/
.pc700,.pc700_2{text-align:left;}
.pc700 p b,
.pc700_2 p b{font-size:26px; background:#333; padding:10px 20px; margin:80px 0 10px 0; display:block; line-height:1.7em; color:#FFF;}
.pc700 b,
.pc700 strong,
.pc700_2 b,
.pc700_2 Strong{font-size:1.2em;display:inline-block;text-align: left; margin:25px 0 0; background: linear-gradient(transparent 80%,#eee 0%); padding:0;}
.pc700 p:first-of-type b{font-size:2.0em; border-bottom:1px solid #333; background:none !important; margin:10px 0; display:block; line-height:1.7em; text-align:center; color:#333333;}

.lineupbox{width: 100%}
.lineupbox.side3 a{width: 31% !important; margin: 2% 0.8% 0;display: inline-block;}
.pc700 b.sub{font-size:26px; padding:15px 0; display:block; background:none; margin:0;}
.pc700 p,
.pc700_2 p{margin:15px 0}

.pc700_2 > p:nth-child(2) > strong:nth-child(1){display:inline;}
.pc700_2 > p:nth-child(2) > strong:nth-child(2){display:inline;}
.pc700_2 > p:nth-child(2) > strong:nth-child(3){display:inline;}
.pc700_2 > p:nth-child(2) > strong:nth-child(4){display:inline;}
.pc700_2 > p:nth-child(2) > strong:nth-child(5){display:inline;}
.pc700 > p:nth-child(2) > strong:nth-child(1){display:inline;}
.pc700 > p:nth-child(2) > strong:nth-child(2){display:inline;}
.pc700 > p:nth-child(2) > strong:nth-child(3){display:inline;}

/*------------------------------------------------------------
商品ページ画像テキストバージョンファッション2012白川
------------------------------------------------------------*/
.pc700f p b,
.pc700f_2 p b{font-size:1.7em; background:#eee; padding:10px 20px; margin:80px 0 10px 0; display:block; line-height:1.7em;}
.pc700f b,
.pc700f_2 b{font-size:1.5em;display:block;text-align: left;padding-bottom: 10px;}
.pc700f p:first-of-type b{font-size:2.3em; border-bottom:1px solid #333; background:none !important; margin:10px 0; display:block; line-height:1.7em; text-align:center;}
.pc700f b.sub{font-size:20px; padding:15px 0; display:block; background:none; margin:0;}
.pc700f b.color{font-size:18px; padding:15px 0; display:block; background:none;}


/*------------------------------------------------------------
カートへ戻る2003谷本
------------------------------------------------------------*/
#page_cart_btn_pc{position:fixed; right:10px; bottom:20px; text-align:right;}
#page_cart_btn_pc img{width:15%;}

#page_cart_btn_sp{display:none;}


/*------------------------------------------------------------
動画2105前花
------------------------------------------------------------*/
#mov_youtube{margin-bottom: 50px}

/*----------------------------------------------------------------------------------------------
 レコメンドアイテム
----------------------------------------------------------------------------------------------*/
#recommender_pc311,
#recommender_pc312 {
	margin-top: 30px;
}

#recommender_pc311 .dv_recommend,
#recommender_pc312 .dv_recommend {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -6px;
}
#recommender_pc311 .dv_rc_header,
#recommender_pc312 .dv_rc_header {
	width: calc(100% - 6px);
	margin-left: 6px;
}
#recommender_pc311 .dv_rc_title,
#recommender_pc312 .dv_rc_title {
	width: calc(100% - 6px);
	margin-left: 6px;
}
#recommender_pc311 .dv_rc_items,
#recommender_pc312 .dv_rc_items {
	width: 150px;
	margin-left: 6px;
	margin-bottom: 16px;
}
#recommender_pc311 .dv_rc_name,
#recommender_pc312 .dv_rc_name {
	margin-top: 2px;
}
#recommender_pc311 .dv_rc_img img,
#recommender_pc312 .dv_rc_img img {
	/*max-width: 150px;*/
	width: 150px;
	height: 150px;
	object-fit: cover;
}
#recommender_pc311 .dv_rc_description,
#recommender_pc312 .dv_rc_description {
	display: none;
}
#recommender_pc311 .dv_rc_price,
#recommender_pc312 .dv_rc_price {
	margin-top: 4px;
}
#recommender_pc311 .dv_rc_footer,
#recommender_pc312 .dv_rc_footer {
	width: calc(100% - 6px);
	margin-left: 6px;
}
/*------------------------------------------------------------
テキストGIF　2411前花
------------------------------------------------------------*/
div.txtgif{text-align:center; margin:40px 0 10px;}
div.txtgif small{font-size: 32px; color:#999; text-align:center; font-weight:bold; letter-spacing:3px; line-height: 1.3em !important; margin: 5px;}
div.txtgif p{color:#999; font-size:38px; margin:0 0 15px; text-align:center; line-height:52px; font-weight:bold;}


div.senkougif{ background: #5f7585; font-size: 22px; color: #fff; padding: 20px;}


