@charset "utf-8";

/*=========================================*/
/* 商品 */
/*=========================================*/


/*-- CONTENTS --*/


.products{
	width:100%;
	margin:10px auto 0px auto;
	padding:0px 0px 120px 0px;
}

.products_area{
	margin:0px auto 0px auto;
	padding:0px 50px 0px 50px;
	overflow:hidden;
}

.products_title h4{
	margin:30px auto 10px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-align:left;
	font-size:185%;
	font-weight:normal;
	line-height:150%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*=========================================*/
/* 商品一覧*/
/*=========================================*/

.products_list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
 margin:50px;
}


.products_item {
max-width: 240px;
  margin:5px;
  padding:3px;
  text-align: center;
    
}

.products_item_stop{
  margin:0px;
  padding:0px;
  text-align: center;
background-color:#515151;
display:inline-block;
    position: relative;
    
}
.products_item_stop span{
    color: #FFFFFF;
    position: absolute;
   top: 50%;
   left: 50%;
   -ms-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   margin:0;
   padding:0;
   line-height: 130%;
    font-size: 120%;
    
}

.products_item_detail_stop{
  margin:0px;
  padding:0px;
  text-align: center;
background-color:#515151;
display:inline-block;
    position: relative;
    
}
.products_item_detail_stop span{
    color: #FFFFFF;
    position: absolute;
   top: 50%;
   left: 50%;
   -ms-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   margin:0;
   padding:0;
   line-height: 130%;
    font-size: 120%;
    
}

.products_item_stop a{
    text-decoration: none;
    
}

.products_item_stop img {
  max-width: 100%;
  height: auto;
    opacity: 0.4;
    display:block;
    
    
}

.products_item a{
    text-decoration: none;
    
}

.products_item img {
  max-width: 100%;
  height: auto;
}


p.products_item_name {
   	margin:8px 5px 10px 5px;
	text-align:left;
	font-size:85%;
	line-height:135%;
    color:#444444;
    font-weight: bold;
    text-decoration: none;
}

p.products_item_text {
   	margin:3px 5px 3px 5px;
	text-align:left;
	font-size:75%;
	line-height:130%;
    color:#7fa569;
    font-weight: bold;
    text-decoration: none;
}

p.products_price {
   	margin:5px 10px 15px 10px;
	color:#945141;
	font-weight:bold;
	font-size:80%;
     text-decoration: none;
}


.tag{
    margin: 5px auto;
}


.tag_box{
    border:thin solid #7fa569;
	border-style:solid;
	border-width:1px;
    
}

.tag_box_title{
    width: 70%;
    padding:15px;
    color: #28783c;
    font-weight: bold;
    float: left;
    font-size:95%;
     border-bottom: thin solid #7fa569;
}

.tag_box_btn{
    width: 30%;
    background-color:#7fa569;
    padding:15px;
    color: #FFFFFF;
    float: right;
    font-size:95%;
    border-bottom: thin solid #7fa569;
}

.tag_box_btn a:link{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
	transition:0.2s ease-out;
}

.tag_box_btn a:visited{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
	transition:0.2s ease-out;
}

.tag_box_btn a:hover,active{
	-webkit-opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha(opacity=60)";
	opacity:0.6;
}

ul.search_tag{
    width: 80%;
    padding: 10px;
    float: left;
    
}

ul.search_tag a{
   text-decoration: none;
    
}


ul.search_tag li{
    margin: 5px 5px;
    padding:10px 5px 10px 15px; 
    float: left;
    background-image:url(../images/common/bk_beige.jpg);
    font-size:75%;
    color: #444444;
    
}

ul.search_tag li span{
    padding:5px 10px 5px 10px;
    font-size:120%;
    color: #444444;
}

ul.search_conditions{
    width: 20%;
    padding: 10px ;
     float:right;
    
}

ul.search_conditions a{
   text-decoration: none;
    
}


ul.search_conditions li{
   width:100%;
	margin:5px 10px 5px auto;
	padding:10px 10px 10px 10px;
	background-color:#7fa569;
	color:#ffffff;
	border-radius:50px;
	text-decoration:none;
    font-size: 75%;
    vertical-align: middle;
    
}


.products_free_box{
    margin:0px auto 10px auto;
}


.products_item_icon{
     margin:2px 0px 0px 0px;
     text-align: left;
    
}

.products_item_icon img{
    width: 30%;
    max-width:130px;
    padding: 1px;
    text-align: left;
    
}


@media screen and (max-width:680px) {
.products_list {
 display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
 margin:30px;
    }
    
.products_item {
max-width:100%;
  margin:5px;
  padding:3px;
  text-align: center;
    
}
    
.products_item_stop {
max-width:100%;
  margin:0px;
  padding:0px;
  text-align: center;
    
}
        
ul.search_tag{
    width:75%;
    padding: 10px;
    float: left;
    
}
    
ul.search_conditions{
    width: 25%;
    padding: 10px ;
     float:right;
    
}

}  



@media screen and (max-width:700px) {
.products_item_detail_stop span{
    color:#D50F13;
    position: absolute;
   top: 50%;
   left: 50%;
   -ms-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   margin:0;
   padding:0;
   line-height: 130%;
    font-size: 10%;
    
}
    
}
    
/*-- ワード検索 --*/


#search_input_list dl{
	margin:0px auto 0px auto;
	padding:10px 10px 10px 10px;
}

#search_input_list dt{
	float:left;
	margin:10px auto 0px auto;
	padding:10px 0px 10px 20px;
	color:#444444;
	text-align:left;
	font-size:85%;
	font-weight:bold;
	line-height:200%;
    vertical-align: middle;
}

#search_input_list dt.slect_text{
	margin:10px auto 0px auto;
}

#search_input_list dd{
	margin:0px auto 0px auto;
	padding:10px 20px 10px 200px;
	color:#444444;
	text-align:left;
	font-size:85%;
	font-weight:normal;
	line-height:200%;
}

#search_input_list dd p{
	margin:0px auto 0px auto;
	padding:0px 0px 5px 0px;
}

#search_input_list dd p.required{
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	color:#d12d36;
	font-size:110%;
	font-weight:bold;
}

#search_input_list dd ul{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

#search_input_list dd li{
	margin:0px 0px 5px 15px;
	padding:0px 0px 0px 0px;
	list-style-type:disc;
}

#search_input_list a:link{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-decoration:none;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
	transition:0.2s ease-out;
}

#search_input_list a:visited{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-decoration:none;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
	transition:0.2s ease-out;
}

#search_input_list a:hover,active{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-decoration:none;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter:"alpha(opacity=30)";
	opacity:0.3;
}

.search_input_list_required{
	margin:0px 0px 0px 8px;
	padding:4px 8px 4px 8px;
	background-color:#d12d36;
	color:#FFFFFF;
	font-size:85%;
	font-weight:normal;
	line-height:100%;
}

#search_input_list input.form{
	width:100%;
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list input.form:hover{
	width:100%;
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list select.form{
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list select.form:hover{
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list textarea.form{
	width:100%;
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list textarea.form:hover{
	width:100%;
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list input.form_zip:hover{
	width:25%;
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

@media screen and (max-width:960px) {

#search_input_list dl{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

#search_input_list dt{
	float:none;
	margin:0px auto 0px auto;
	padding:10px 10px 0px 10px;
	border-top:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	color:#444444;
	text-align:left;
	font-size:85%;
	font-weight:bold;
	line-height:150%;
}

#search_input_list dd{
	margin:0px auto 0px auto;
	padding:10px 10px 10px 10px;
	border-top:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	color:#444444;
	text-align:left;
	font-size:85%;
	font-weight:normal;
	line-height:150%;
}

#search_input_list dd p{
	margin:0px auto 0px auto;
	padding:0px 0px 5px 0px;
}

#search_input_list dd p.required{
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	color:#d12d36;
	font-size:110%;
	font-weight:bold;
}

#search_input_list dd ul{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

#search_input_list dd li{
	margin:0px 0px 5px 15px;
	padding:0px 0px 0px 0px;
	list-style-type:disc;
}

#search_input_list a:link{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-decoration:none;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
	transition:0.2s ease-out;
}

#search_input_list a:visited{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-decoration:none;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
	transition:0.2s ease-out;
}

#search_input_list a:hover,active{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-decoration:none;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter:"alpha(opacity=30)";
	opacity:0.3;
}

.search_input_list_required{
	margin:0px 0px 0px 8px;
	padding:4px 8px 4px 8px;
	background-color:#d12d36;
	color:#FFFFFF;
	font-size:85%;
	font-weight:normal;
	line-height:100%;
}

#search_input_list input.form{
	width:100%;
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list input.form:hover{
	width:100%;
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list select.form{
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list select.form:hover{
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list textarea.form{
	width:100%;
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list textarea.form:hover{
	width:100%;
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list input.form_zip{
	width:25%;
	margin:0px auto 0px auto;
	padding:1.5%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#search_input_list input.form_zip:hover{
	width:25%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}
    
    
    
    
    
    
}
  
    
/*-- 表示件数 --*/


.display_item{
    margin:15px auto;
    font-size:85%;    
}

.display_item p{
    margin: 10px 10px;
    vertical-align: middle;
    float:left;
    
}

.item_all_count{
    margin: 10px 20px 10px 10px;
     float:right;
}

.item_all_count span{
    margin: 0px 5px;
    font-weight: bold;
    color: #c97a2b;
}


.display_select {
	overflow: hidden;
	width: 15%;
	margin:0px auto;
	text-align: left;
    float:left;
}
.display_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.display_select select::-ms-expand {
    display: none;
}
.display_select.sl_ds {
     margin: 0px 20px 0px 0px;
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.display_select.sl_ds::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.display_select.sl_ds select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}



@media screen and (max-width:960px) {
    
    .display_select {
	overflow: hidden;
	width: 20%;
	margin:0px auto;
	text-align: left;
    float:left;
}
    
}




@media screen and (max-width:640px) {
    
 .display_select {
	overflow: hidden;
	width: 30%;
	margin:0px auto;
	text-align: left;
    float:left;
}
    
}






/*=========================================*/
/* 商品詳細 */
/*=========================================*/

/*-------- 商品購入 --------*/

.products_detail_item{
	width:100%;
	margin:0px auto 0px auto;
}

.products_item_left{
	float:left;
	width:49%;
	
}

.products_item_right{
	float:right;
	width:49%;
	
	
}

/*-画像-*/

#detail_pic {
  margin: 0 auto;
  padding:20px 0;
}
.main,
.main li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align:left;
}
.main {
  margin-bottom: 5px;
}
.main li {
  overflow: hidden;
}
.main li.item2,
.main li.item3,
.main li.item4,
.main li.item5 {
  display: none;
}
.main li:hover img {
}
.thumb,
.thumb li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align:left;
}
.thumb li {
  display: inline-block;
  width:15%;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  margin-bottom: 4px;
}
.thumb li img {
  width: 100%;
  height: auto;
}
.thumb li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media screen and (max-width:1020px) {
	
.products_area{
	margin:0px auto 0px auto;
	padding:0px 2px 0px 2px;
	overflow:hidden;
}
	
	
.products_item_left{
	float:none;
	width:100%;	
}

.products_item_right{
	float:none;
	width:100%;
	border-top:solid thin #c97a2b;	
}

#detail_pic img{
  width:100%;
}

}


@media screen and (max-width:640px) {
	
.products_area{
	margin:0px auto 0px auto;
	padding:0px 2px 0px 2px;
	overflow: hidden;
}
}
	

/*-review-*/
.review{
	height:25px;
	font-size:85%;
	}
	
.review p{
	text-align:left;
	margin:10px 10px 10px auto;
	padding:0px 0px 0px 0px;
	float:left;
	}
	
.review img{
	padding:0px 10px 0px 5px;
}
	
.review span{
	padding:0px 15px 0px 5px;
}
	
	
.review a{
	color:#333333;
	}
	
/*-item-*/
	
p.item_text{
	margin:10px auto;
	text-align:left;
	color:#333333;
	font-size:90%;
	line-height:170%;
	letter-spacing: 0.05em;
	}	
	
	
p.item_name{
	margin:10px auto;
	color:#333333;
	text-align:left;
	font-size:150%;
	font-weight:bold;
	line-height:210%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;	
	}	
	
	
p.item_number{
	margin:5px auto;
	color:#333333;
	text-align:left;
	font-size:85%;
	}	
	
p.item_catch{
	margin:10px auto;
	color:#665c52;
	text-align:left;
	line-height:130%;
	}
		
ul.item_icon li{
	float:left;
	padding:0px 10px 10px 0px;
    max-width:130px;
	}	
	
p.item_selling_price{
	margin:30px auto 15px auto;
	color:#333333;
	text-align:left;
	font-size:85%;
	font-weight:bold;
	}
	
	
p.item_selling_price span{
	margin:15px 10px 15px 10px;
	color:#bf545e;
	text-align:left;
	font-size:200%;
	letter-spacing: 0.05em;
	}
	
p.item_regular_price{
	margin:30px auto 5px auto;
	font-size:90%;
	text-align:left;
	text-decoration: line-through;
	}
	
p.item_sale_price{
	margin:10px auto 15px auto;
	color:#bf545e;
	text-align:left;
	font-size:85%;
	font-weight:bold;	
	}
	
p.item_sale_price span{
	margin:0px 10px 0px 10px;
	text-align:left;
	font-size:200%;
	letter-spacing: 0.05em;
	}
	
p.item_point{
	 margin:15px auto;
	 padding:10px 0px;
	 color:#bf545e;
	 font-size:80%;
	 text-align:left;
	 background-image:url(../products/images/point_icon.jpg);
	 background-repeat:no-repeat;
	 background-position:left center;
	}	
	
p.item_point span{
	font-size:120%;
	padding:10px 5px 0px 30px;
	font-weight:bold;
	letter-spacing: 0.05em;
	}
	
	
/*-choose-*/

p.item_announce{
	width:100%;
	padding:10px;
	color:#bf545e;
	font-weight:bold;
	font-size:90%;
	text-align:left;
	line-height:120%;
	background-image:url(../images/common/bk_beige.jpg);
	}
	
.item_choose{
	width:100%;
	margin:0px auto;
	padding:15px;
	background-color:#f7f4ed;
	}	
	
.item_choose_area{
	width:100%;
	padding:10px;
	border:thin solid #e6d9b9;
	background-color:#FFFFFF;
	}
	
p.item_choose_text{
	font-size:90%;
	padding:10px 10px 0px 10px;
	line-height:120%;
	text-align:left;
	}	

.ipradio {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.ipradio:before,
.ipradio:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
.ipradio .box {
	width:100%;
	margin:0px auto;
	text-align: left;
}
.ipradio input[type=radio] {
	display: none;
}
.ipradio label:focus,
.ipradio label:hover,
.ipradio label:active,
.ipradio input:checked + label {
	color: #bf545e;　
}
.ipradio label:focus:before,
.ipradio label:hover:before,
.ipradio label:active:before,
.ipradio input:checked + label:before {
	border-color: #bf545e;
	background: #ffffff;
}
.ipradio label {
	font-size:80%;
	line-height:120%;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0.5em 1em 0.5em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
}
.ipradio label:before {
	position: absolute;
	top: 0.5em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #cccccc;
	border-radius: 50%;
}
.ipradio input:checked + label:before {
	border-color: #bf545e;
	background: #bf545e;
}
.ipradio input:disabled + label {
	cursor: not-allowed;
	color: rgba(0, 0, 0, 0.5);
	background: #efefef;
}
.ipradio input:disabled + label:hover {
	border-color: rgba(0, 0, 0, 0.1);
}
.ipradio input:disabled + label:before {
	border-color: #ffffff;
	background: #ffffff;
}
	
	

.item_choose_amount{
	margin:10px auto 0px auto;
	}
	
.cp_ipselect {
	overflow: hidden;
	width: 80%;
	margin: 10px 3%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
    margin-left: 50px;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
	
	
.cp_iptxt {
	float:left;
	position: relative;
	width:20%;
	margin:5px 3% 5px 3%;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.2em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333333;
	border: 1px solid #bbbbbb;
	border-radius:2px;
}

p.age_text{
	margin:20px 15px auto auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-weight: bold;
	float:left;
    color: #CC1D20;
	}
	
p.age_text span{
	padding:0px 10px;
}

p.amount_text{
	margin:20px 10px auto auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-weight: bold;
	float:left;
	}
	
p.amount_text span{
	padding:0px 10px;
}


#age_up{
    float:left;
    text-align:left;
}
    
.age_up{
    margin:20px 15px auto auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-weight: bold;
	float:left;
    color: #CC1D20;
    
}

#itemQuantity{
    margin: 5px auto auto auto;
    height: 30px;
    
}

p.stock_text{
	margin:15px 15px auto auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-weight: bold;
	float:none;
	}
	
p.stock_text span{
	padding:0px 25px;
    float:none;
}

#message{
    margin: 5px auto;
    width: 95%;
    max-width: 95%;
    
}

.option_text input{
     margin:5px auto;
    padding: 5px 8px;
    width: 95%;
    max-width: 95%;
    
}
.cartbtn_area{
	padding:20px;
	background:#e8e7e5;
	}

.cartbtn_area a:link{
	text-decoration:none;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
	transition:0.2s ease-out;
}

.cartbtn_area a:visited{
	text-decoration:none;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
	transition:0.2s ease-out;
}

.cartbtn_area a:hover,active{
	text-decoration:none;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter:"alpha(opacity=30)";
	opacity:0.3;
}

	
.btn_cart{
	width:49%;
	margin:5px auto;
	padding:20px 20px 20px 30px;
	background-image:url(../products/images/btn_cart_icon.png);
	background-repeat:no-repeat;
	background-position:15% center;
	background-color:#bf545e;
	color:#ffffff;
	font-weight:bold;
	border-radius:50px;
	float:left;
	text-decoration:none;
	}
	
.btn_favo{
	width:49%;
	margin:5px auto;
	padding:20px 20px 20px 25px;
	background-image:url(../products/images/btn_favo_icon.png);
	background-repeat:no-repeat;
	background-position:15% center;
	background-color:#ffffff;
	color:#333333;
	font-weight:bold;
	border-radius:50px;
	float:right;
	text-decoration:none;
	}

.btn_favo_end{
	width:49%;
	margin:5px auto;
	padding:20px 20px 20px 25px;
	background-image:url(../products/images/btn_favo_icon_end.png);
	background-repeat:no-repeat;
	background-position:15% center;
	background-color:#ffffff;
	color:#9d9d9d;
	font-weight:bold;
	border-radius:50px;
	float:right;
	text-decoration:none;
	}
	
	
@media screen and (max-width:1020px) {	
/*-review-*/
.review{
	height:20px;
	font-size:70%;
	}
	
.review p{
	text-align:left;
	margin:10px 5px 10px auto;
	padding:0px 0px 0px 0px;
	float:left;
	}
	
.review img{
	padding:0px 5px 0px 5px;
}
	
.review span{
	padding:0px 10px 0px 5px;
}
	


p.item_text{
	margin:10px auto;
	text-align:left;
	color:#333333;
	font-size:80%;
	line-height:150%;
	letter-spacing: 0.03em;
	}	

.btn_cart{
	width:100%;
	margin:3px auto 5px auto;
	padding:20px 20px 20px 15%;
	float:none;
	text-decoration:none;
	}
	
.btn_favo{
	width:100%;
	margin:5px auto 3px auto;
	padding:20px 20px 20px 15%;
	text-decoration:none;
	}
    
.btn_favo_end{
	width:100%;
	margin:5px auto 3px auto;
	padding:20px 20px 20px 15%;
	text-decoration:none;
	}
	
	
	
}

	
@media screen and (max-width:640px) {		
	
ul.item_icon img{
	width:100%;
	}
	
ul.item_icon li{
	float:left;
	width:20%;
	padding:0px 5px 5px 0px;
	}	
    
}
    
/*-------- 商品成分--------*/

.component_table *, .cp_table *:before, .cp_table *:after {
    width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.component_table {
	margin:15px auto;
	width: 100%;
	max-width:1200px;
	font-size:85%;
	border-collapse: collapse;
    line-height: 130%;
}
.component_table th, .component_table  td {
    width: 100%;
	padding: 10px;
	border: 1px solid #dddddd; 
	text-align: left;
}
.component_table th {
	width: 20%;
	background: #f4f4f4;
}

@media screen and (max-width:640px) {	
	
.component_table {
    width: 100%;
    margin: 10px auto;
	}

.component_table tr{
    width: 100%;
    border-top: none;
    display: block;
	}
    
    
.component_table th{
   border-bottom: none;
    display: block;
    width: 100%;
	}

.component_table td{
	border-bottom: none;
    display: block;
    width: 100%;
	}
    
.component_table td:last-child{
    display: block;
    width: 100%;
    border: 1px solid #dddddd; 
	}

}


/*-------- 販促自由エリア--------*/

.free_box{
	margin:80px auto;
	}
		
.free_box img{
    margin-bottom: 5px;
	}

p.box_title_text{
	margin:15px auto 20px auto;
	text-align:center;
	color:#333333;
	font-size:220%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.05em;
	line-height:150%;
	}

.box_wide_img{
	margin:/*5px*/ auto;
	text-align:center;
	}

.box_wide_img img{
	max-width:1200px;
	}


.box_introduction{
	margin:40px auto;
	}


.box_left{
	float:left;
	width:50%;
	max-width:600px;
	}
	
.box_left{
	float:left;
	}

.box_left img{
	margin:10px auto 5px auto;
	width:100%;
	}
	
.box_right{
	float:right;
	width:50%;
	}

.box_right img{
	width:100%;
	}

p.introduction_title_r{
	margin:10px auto 10px 50px;
	text-align:left;
	color:#333333;
	font-size:220%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.05em;
	line-height:150%;
	}


p.introduction_title_l{
	margin:10px 50px 10px auto;
	text-align:left;
	color:#333333;
	font-size:220%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.05em;
	line-height:150%;
	}

span.title_orange{
	color:#c97a2b;
	}
	
span.title_yellow{
	color:#eabe3b;
	}
	
span.title_green{
	color:#28783c;
	}
	
span.title_brown{
	color:#945141;
	}

p.introduction_text_r{
	margin:10px auto 10px 50px;
	text-align:left;
	color:#333333;
	font-size:95%;
	letter-spacing: 0.03em;
	line-height:150%;
	}

p.introduction_text2_r{
	margin:10px auto 10px 50px;
	text-align:left;
	color:#333333;
	font-size:115%;
	letter-spacing: 0.1em;
	line-height:170%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}

p.introduction_text2_r span{
    border-bottom-style:solid;
    border-bottom-width: 1px;
 border-image: url("../images/common/bk_border.png") 5 round;  
}


p.introduction_text_l{
	margin:10px 50px 10px auto;
	text-align:left;
	color:#333333;
	font-size:95%;
	letter-spacing: 0.03em;
	line-height:150%;
	}

p.introduction_text2_l{
	margin:20px 50px 10px auto;
	text-align:left;
	color:#333333;
	font-size:115%;
	letter-spacing: 0.1em;
	line-height:170%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    
	}

p.introduction_text2_l span{
    border-bottom-style:solid;
    border-bottom-width: 1px;
 border-image: url("../images/common/bk_border.png") 5 round;  
}

p.box_text_l{
	margin:10px auto;
	text-align:left;
	color:#333333;
	font-size:95%;
	letter-spacing: 0.03em;
	line-height:160%;
	}
p.box_text2_l{
	margin:10px auto;
	text-align:left;
	color:#333333;
	font-size:115%;
	letter-spacing: 0.1em;
	line-height:170%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}

p.box_text2_l span{
     border-bottom-style:solid;
    border-bottom-width: 1px;
 border-image: url("../images/common/bk_border.png") 5 round;  
}
	
p.box_text_c{
	margin:10px auto;
	text-align:center;
	color:#333333;
	font-size:105%;
	letter-spacing: 0.03em;
	line-height:160%;
	}
	
p.box_text_link{
	margin:15px auto 5px auto;
	text-align:center;
	color:#333333;
	font-size:105%;
	letter-spacing: 0.03em;
	line-height:160%;
	}
	
.box_orange{
	margin:20px auto;
	padding:40px;
	width:100%;
	background-color:#c97a2b;
	}
	
.box_yellow{
	margin:20px auto;
	padding:30px;
	width:100%;
	background-color:#eabe3b;
	}

.box_green{
	padding:30px;
	width:100%;
	background-color:#86b070;
	}
	

.box_three_img{
	margin:15px auto;
	text-align:center;
	}

.box_three_img img{
	margin:10px 5px;
	width:32%;
	max-width:370px;
}


.box_two_img{
	margin:15px auto 35px auto;
	text-align:center;
	}

.box_two_img img{
	margin:0px 4px;
	width:49%;
	max-width:600px;
}


.box_four_img{
    width:24%;
	margin:25px auto;
	text-align:left;
    float: left;
	}

.box_four_img img{
    width: 100%;
	margin:0px 3px;
	max-width:370px;
}

p.img_text{
    float: left;

}
@media screen and (max-width:1200px) {	

.box_wide_img img{
	width:100%;
	}

.box_three_img{
	margin:15px auto;
	text-align:center;
	}

.box_three_img img{
	margin:10px 5px;
	width:30%;
	max-width:none;
}
    
}


@media screen and (max-width:640px) {
	
.free_box{
	margin:40px auto;
	}
    
.free_box img{
    margin-bottom:5px;
	}
	
p.introduction_title_r{
	margin:10px auto 10px 0px;	
	font-size:195%;
	line-height:140%;
	}

p.introduction_title_l{
	margin:10px 0px 10px auto;
	font-size:195%;
	line-height:140%;
	}
	
p.introduction_text_r{
	margin:10px auto 10px 0px;
	}

p.introduction_text_l{
	margin:10px 0px 10px auto;
	}
	
p.box_title_text{
	margin:10px auto;
	text-align:left;
	font-size:200%;
	letter-spacing: 0.05em;
	line-height:140%;
	}

p.box_text_l{
	margin:10px auto;
	text-align:left;
	font-size:95%;
	letter-spacing: 0.03em;
	line-height:160%;
	}
	
p.box_text_c{
	margin:10px auto;
	text-align:left;
	color:#333333;
	font-size:105%;
	letter-spacing: 0.03em;
	line-height:160%;
	}
	
p.box_text_link{
	margin:15px auto 5px auto;
	text-align:left;
	font-size:105%;
	letter-spacing: 0.03em;
	line-height:160%;
	}

.box_introduction{
	margin:40px auto;
	padding:10px 10px;
	border:thin solid #cccccc;
	}
	
.box_left{
	float:left;
	width:100%;
	}
	
.box_left{
	float:left;
	}

.box_left img{
	float:left;
	margin:5px auto 5px auto;
	width:100%;
	}
	
.box_right{
	float:left;
	width:100%;
	}

.box_right img{
	float:left;
	margin:5px auto auto auto;
	width:100%;
	}
    
    
.box_two_img{
	margin:5px auto;
	text-align:center;
	}

.box_two_img img{
	margin:0px 2px;
	width:49%;
	max-width:none;
    float: left;
}
	
.box_three_img{
	margin:15px auto;
	text-align:center;
	}

.box_three_img img{
	margin:10px 5px;
	width:90%;
	max-width:none;
}

}

/*=========================================*/
/* レビュー */
/*=========================================*/

p.reviewitem_name{
    margin:10px auto 10px 15px;
    padding:0px;
	color:#c97a2b;
	text-align:left;
	font-size:130%;
	font-weight:bold;
	line-height:200%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;	    
}

p.reviewitem_name a{
	color:#c97a2b;
    font-weight: bold;
}

.reviewitem_title{
    margin:10px auto;
    padding: 10px;
     border: thin solid #c97a2b;
    
}

.reviewitem_title img{
    margin-right: 10px;
    max-width:150px;
    float: left;
    
}


.review_count{
    margin: 0px auto;
    padding:15px 10px;
    font-size:95%;
    color: #ffffff;
    background-color: #bf545e;
}

.review_count span{
    margin: 0px 15px;
font-size: 110%;
    font-weight: bold;

}

.reviewitem_voice{
    margin: 10px auto;
      
}

ul.voice_list{
   
}

ul.voice_list li{
    margin: 10px auto;
    padding:35px 30px;
    border: thin solid #e6d9b9; 
}

.review_number{
    margin-right: 10px;
    float:left;
}

.review_name{
    margin-right:10px;
    font-size:95%;
    font-weight: bold;
    float:left;
}

.review_day{
    text-align: right;
    font-size: 90%;
}

.review_text{
    margin: 10px auto;
    padding:20px;
    border-top: thin solid #e6d9b9;
    line-height: 160%;
    text-align:left;
}

.review_customer{
    margin-right:20px;
    text-align: right;
    font-size:85%;
}

.review_customer span{
    color: #c97a2b;
}

.review_reply{
    margin:20px 100px;
    padding:30px;
    text-align: left;
    font-size: 90%;
    line-height: 160%;
    background-image: url("../images/common/bk_beige.jpg");
}

.review_reply span{
     font-weight: bold;
}


.write_area{
    margin:50px auto;
    padding:15px 30px;
    border: medium solid #c97a2b;
    text-align: left;
}


.write_area img{
    margin: 0px 10px 20px 0px;
    text-align: right;
    float: right;
    
    
}



p.write_title span{
    font-size: 130%;
    font-weight:bold;   
     color:#c97a2b;
}



/* Reviewの入力 */

#cart_input_list dl{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

#cart_input_list dt{
	float:left;
	margin:0px auto 0px auto;
	padding:30px 0px 30px 20px;
	color:#444444;
	text-align:left;
	font-size:85%;
	font-weight:bold;
	line-height:200%;
}

#cart_input_list dt.slect_text{
	margin:10px auto 0px auto;
}

#cart_input_list dd{
	margin:0px auto 0px auto;
	padding:30px 20px 25px 300px;
	border-top:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	color:#444444;
	text-align:left;
	font-size:85%;
	font-weight:normal;
	line-height:200%;
}

#cart_input_list dd p{
	margin:0px auto 0px auto;
	padding:0px 0px 5px 0px;
}

#cart_input_list dd p.required{
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	color:#d12d36;
	font-size:110%;
	font-weight:bold;
}

#cart_input_list dd ul{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

#cart_input_list dd li{
	margin:0px 0px 5px 15px;
	padding:0px 0px 0px 0px;
	list-style-type:disc;
}

#cart_input_list a:link{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-decoration:none;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
	transition:0.2s ease-out;
}

#cart_input_list a:visited{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-decoration:none;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
	transition:0.2s ease-out;
}

#cart_input_list a:hover,active{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-decoration:none;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter:"alpha(opacity=30)";
	opacity:0.3;
}

.cart_input_list_required{
	margin:0px 0px 0px 8px;
	padding:4px 8px 4px 8px;
	background-color:#d12d36;
	color:#FFFFFF;
	font-size:85%;
	font-weight:normal;
	line-height:100%;
}

#cart_input_list input.form{
	width:100%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list input.form:hover{
	width:100%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list select.form{
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list select.form:hover{
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list textarea.form{
	width:100%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list textarea.form:hover{
	width:100%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#input.form_zip{
	width:25%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list input.form_zip:hover{
	width:25%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}


.review_btn{
    width:60%;
    margin:0px auto 20px auto;
    padding: 20px;
    text-align: center;
    background: #c97a2b;
    color:#ffffff;
    -webkit-border-radius:35px;
	-moz-border-radius:35px;
	-ms-border-radius:35px;
	border-radius:35px;
    
}

dt.slect_text{
    margin-top:1000px;
}


@media screen and (max-width:960px) {

/* お客様情報の入力 */

#cart_input_list dl{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

#cart_input_list dt{
	float:none;
	margin:0px auto 0px auto;
	padding:30px 20px 0px 20px;
	border-top:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	color:#444444;
	text-align:left;
	font-size:85%;
	font-weight:bold;
	line-height:150%;
}

#cart_input_list dd{
	margin:0px auto 0px auto;
	padding:10px 20px 25px 20px;
	border-top:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	color:#444444;
	text-align:left;
	font-size:85%;
	font-weight:normal;
	line-height:150%;
}

#cart_input_list dd p{
	margin:0px auto 0px auto;
	padding:0px 0px 5px 0px;
}

#cart_input_list dd p.required{
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	color:#d12d36;
	font-size:110%;
	font-weight:bold;
}

#cart_input_list dd ul{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

#cart_input_list dd li{
	margin:0px 0px 5px 15px;
	padding:0px 0px 0px 0px;
	list-style-type:disc;
}

#cart_input_list a:link{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-decoration:none;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
	transition:0.2s ease-out;
}

#cart_input_list a:visited{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-decoration:none;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
	transition:0.2s ease-out;
}

#cart_input_list a:hover,active{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#444444;
	text-decoration:none;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter:"alpha(opacity=30)";
	opacity:0.3;
}

.cart_input_list_required{
	margin:0px 0px 0px 8px;
	padding:4px 8px 4px 8px;
	background-color:#d12d36;
	color:#FFFFFF;
	font-size:85%;
	font-weight:normal;
	line-height:100%;
}

#cart_input_list input.form{
	width:100%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list input.form:hover{
	width:100%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list select.form{
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list select.form:hover{
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list textarea.form{
	width:100%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list textarea.form:hover{
	width:100%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list input.form_zip{
	width:25%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f8f8f8;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}

#cart_input_list input.form_zip:hover{
	width:25%;
	margin:0px auto 0px auto;
	padding:2% 2% 2% 2%;
	border:solid 1px #e3e3e3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	color:#444444;
	font-size:100%;
	font-weight:normal;
}
    
    
    
    
    
    
}
@media screen and (max-width:640px) {
    
    
ul.voice_list li{
    margin: 10px auto;
    padding:20px 10px;
    border: thin solid #e6d9b9; 
}


.review_reply{
    margin:20px 10px;
    padding:30px;
    text-align: left;
    font-size: 90%;
    line-height: 160%;
    background-image: url("../images/common/bk_beige.jpg");
}

.review_text{
    margin: 10px auto;
    padding:10px;
    border-top: thin solid #e6d9b9;
    line-height: 160%;
    text-align:left;
}
}




/*=========================================*/
/* お気に入りページ */
/*=========================================*/

.item_delete{
    padding:5px 0px;
    font-size: 75%;
    color: #ffffff;
    background: #444444;
    
}



