@charset "utf-8";
/* CSS Document */



.page_img_top{
	display:none;
}



/*** 商品情報ページのコンテンツ枠 ***/


.products_main_waku{
	width:98%;
	height:auto;
	margin:0px auto 15px auto;
	display:flex;
	flex-flow: row wrap;
	justify-content:space-between; 
}


.page_intoro{
	width:100%;
	height:auto;
	padding:0px 10px;
	margin-bottom:30px;
	font-size:18px;
}

.products_waku{
	width:100%;
	height:auto;
	margin-bottom:20px;
	padding-bottom:20px;
}

.products_title{
	width:100%;
	height:auto;
	padding:5px 10px;
	background-color:#eee;
	margin-bottom:20px;
}

/**TVで紹介**/
.products_title_sav01{
	font-size:12px;
	font-weight:bold; 
	color:#9932cc;
}

/**リニューアル**/
.products_title_sav02{
	font-size:16px;
	font-weight:bold; 
	color:#cd1414;
}


.products_l{
	width:20%;
	height:auto;
	float:left;
	display:inline;
}

.products_l img{
	width:100%;
	height:auto;
}


.products_l a img:hover{
    -webkit-filter: opacity(75%);
    -moz-filter: opacity(75%);
    -o-filter: opacity(75%);
    -ms-filter: opacity(75%);
    filter: opacity(75%);
}

.products_r{
	width:78%;
	height:auto;
	float:right;
	display:inline;
}




.products_title h4{
	font-size:16px;
	font-weight:bold;
	color:#333;

}


.products_text01{
	width:100%;
	height:auto;
	font-size:14px;
	line-height:16px;
	color:#333;
	padding:0px 10px;
}

.products_text02{
	width:100%;
	height:auto;
	font-size:14px;
	line-height:16px;
	color:#333;
	padding:0px 10px;
	margin-bottom:20px;
}

.products_text02 A { text-decoration:underline; }
.products_text02 A:link { color: #ff0099; } 
.products_text02 A:visited { color: #ff0099; } 
.products_text02 A:hover { color: #ff99ff; } 
.products_text02 A:active { color: #fde72d; } 



.products_text03{
	text-align:center;
	color:#ff0000;
	margin-bottom:20px;
}

.products_text04{
	width:96%;
	height:auto;
	font-size:14px;
	line-height:16px;
	color:#333;
	padding:10px 10px;
	margin:0px auto 20px auto;
	background-color:#ffedfd;
}

.btn_waku{
	text-align:right;
}

.btn {
  display: inline-block;
  text-align: left;
  background: linear-gradient(180deg, rgba(245,197,83,1) 0%, rgba(250,246,154,1) 100%);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #c59920;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 240, 198, 1);
  padding: 5px 40px;
  border-radius: 4px;
}

.btn-:hover {
  opacity: 0.8;
}

.btn_waku A {text-decoration: none; }
.btn_waku A:link { color: #c59920; } 
.btn_waku A:visited { color: #c59920; } 
.btn_waku A:hover { opacity: 0.8; } 
.btn_waku A:active { color: #c59920; } 




/* 画面サイズが768px以下の場合に適用 */
@media (max-width: 768px) {
	
	
.products_main_waku{
	width:98%;
	height:auto;
	margin:0px auto 15px auto;
	display:flex;
	flex-flow: column;
	justify-content:space-between; 
}



.products_waku{
	width:100%;
	height:auto;
	margin-bottom:15px;
}


.products_l{
	width:30%;
	height:auto;
	float:left;
	display:inline;
}





.products_r{
	width:68%;
	height:auto;
	float:right;
	display:inline;
}


.products_title_sav02{
	font-size:10px;
	font-weight:bold; 
	color:#cd1414;
}

}


/*** 商品情報がない場合 ***/

.no_products{
	width:60%;
	height:auto;
	margin:200px auto;
	text-align:center;
}



