@charset "UTF-8";
/* 追加用　オリジナル
   ========================================================================== */

a {
	cursor: pointer;
}
a:focus,
a:link,
a:visited{
	color:#000000;
	text-decoration: none;
	outline: none;
	font-weight:400;
}

a:active {
	color:#1D3994;
	text-decoration: none;
	outline: none;
	font-weight:400;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

/*レフトカラム　写真サイズ*/

.ec-grid2 .ec-grid2__cell {
    width: 66.6%;
  }


/*ヘッダー部分　背景・フォントサイズ*/
.ec-headerTitle {
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
}

.hosoku_text{
  font-size: small;
  color: #B9B9B9;
  margin-left: 30px;

}

/*商品詳細ページ　上部　関連キーワード*/
.Category_keyword{
  padding: 30px 20px 20px 20px; 
  margin-bottom:30px ;
}

.CTWord{
  background-color: #f4f4f4;
  margin: 5px 5px 5px 5px;
  border-radius: 10px;
  padding: 4px;
  box-shadow: 1px 1px 2px #666;
}

.ec-headingTitle {
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  text-shadow: 2px 2px 0px #eee;
  color: #000;
}

.ec-productRole .ec-productRole__price {
  color: #F40;
}


/*↓↓↓　価格表　↓↓↓　*/

p.volumediscount{
	background-color:#F0F0F0;
    font-size: 0.9em;
	text-align:center;
	color:#111;
	text-shadow:1px 1px 1px #ccc;
	padding:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom:1px solid #444;
	margin-bottom:1px; 
}

.volumediscount02{
	background-color:#F0F0F0;
    font-size: 0.9em;
	text-align:center;
	color:#111;
	text-shadow:1px 1px 1px #ccc;
	padding:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom:1px solid #444;
	margin-bottom:10px; 

}

th.Product02{
	width:25%;
	}

td.Product02{
		width:100%;
	}

/*price_sub*/
.price_sub{
	font-size:12px;
	font-size:1.2rem;
	padding:8px;
	background-color:#F0F0F0;
	margin-left:auto;
	margin-right:auto;
	color:#333;
	line-height:1;
	text-decoration:none;
}

table.Product{
  width: 100%;
}

table.Product th {
	background: #005AA0;
	color: #F0F0F0;
	width: 50%;
	border-bottom: 1px solid #CCC;
	font-weight: 200;
	text-align: center;
	padding: 0;
	font-size: 0.9em;
	}

table.Product td {
	background:#F9F9F9;
	border-bottom: 1px solid #444;
	text-align:center;
	font-weight:400;
	font-size:1.4em;
	padding:0;
}

table.Product02 th {
	background: #005AA0;
	color: #F0F0F0;
	width: 46%;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 4px;
	font-size: 14px;
	font-weight:normal;
	}

table.Product02 td {
	background:#F9F9F9;
	border-bottom: 1px solid #444;
	text-align:center;
	font-size:0.9em;
	padding:0;
	width: 18%;
}

table.Spec {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #999;
	border-left: 1px solid #777;
	font-size:13px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d9d9+0,f3f3f3+61,cccccc+100 */
	background: #d9d9d9; /* Old browsers */
	background: -moz-linear-gradient(top,  #d9d9d9 0%, #f0f0f0 61%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d9d9d9 0%,#f0f0f0 61%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d9d9d9 0%,#f0f0f0 61%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	margin:15px 15px 0px 0px;
	color:#000;
}

table.Spec th {
	vertical-align: top;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 3px 3px 2px 5px;
	font-weight:100;
	text-shadow:1px 1px 0px #fff;
	width:90px;

}

table.Spec td {
	vertical-align: top;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 7px 2px 2px 5px;
	background: #FFF;
}

/*↑↑↑　価格表　↑↑↑　*/


/*商品ページ　見出し*/


.Product_information {
  background-image: linear-gradient(90deg, rgb(240, 240, 240), rgb(250, 250, 250));
  box-shadow: 3px 3px 0px #888;
  border-radius: 3px;
  border: solid 1px #AAA;
  padding: 6px;
  font-size: 16px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #FFF;
}


#item_detail .freearea p {
  margin-bottom: 20px;
}

/*商品ページ　説明文*/
.Product_explanation {
	padding: 0px 0px 15px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2em;
	color: #2B2B2B;
}

#sub_area {
  color: #111;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8em;
}

/*新着情報*/
.ec-newsRole .ec-newsRole__newsTitle {
  color: #000;
  font-weight: normal;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
  background: #888;
}

/*各商品ページ　印刷物サイズテンプレート部分*/
.pdt_temp
{
  margin-top: 15px;
  width: 100%;
  border: 1px solid #999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-collapse: collapse;
}

.pdt_temp_th
{
  background: #F83;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
}

td,th.dt_temp{
 padding-left: 3px;
}

/*見出し　フォントアイコン*/
.fa-cube::before
{
  padding: 10px;
  color: #6a6856;
}


/*ボタン*/
.ec-blockBtn--action:hover
{
  color: #fff;
  background-color: #CCCCCC;
  border-color: #757575;
}


/**　オリジナル　end **/