#shopping_cart {display: none;}@media screen and (orientation: portrait) and (max-width: 767px) {#shopping_cart {display: block;bottom: 0px;width:100%;left:0px;position: fixed;z-index: 100;background:rgba(255,255,255,0.9);}}
@media screen and (min-width: 0px) and (max-width: 486px) {
  #product_content {
     position: relative;
     width: 100%;
     padding:  0;
  }
  #product_content_main {
     position: relative;
     width: 100%;
     padding:  0 0 15px;
  }
  #product_content_side {
     position: relative;
     width: 100%;
     padding: 0;
    /*background: #000;*/
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 487px) {
  #product_content {
    display: flex;
    padding:  0;
  }
  #product_content_main {
    /*flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    */
    width: 100%;
    min-height:800px;
    margin-right: 10px;
    /*background: #000;*/
  }
  #product_content_side {
    /*display: flex;
    /*align-items: center;
    justify-content: center;*/
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    width: 300px;
    height: 450px;
    color: #fff;
    /*background: #333;
    font-size: 80%;*/
  }
}
#product_name {
  position: relative;
width: 94%;
  margin: 10px auto;
  color:#F00;
  font-size:1.6rem;
  font-weight: bold;
}
.pankuzu {
position: relative;
width: 100%;
}
.item_detail_photo {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}@media screen and (min-width: 0px) and (max-width: 486px) {
.item_detail_photo {
  position: relative;
  text-align: center;
  width: 96%;
  margin: 0 auto;
}
}
img.large {
position: relative;
width: 100%;
max-width: 720px;
margin: 3px auto;
}
img.middle {
position: relative;
width: 100%;
  max-width: 550px;
margin: 0 auto;
}
.disable_cartin {
  position: relative;
  text-align:center;
   width:300px;
    height:68px;
  margin: 10px auto;
  color: #F00;
  font-size: 24px;
  line-height: 60px;
}
.submit_btn{
    border: 0px;
    width:300px;
    height:68px;
  margin: 0 auto;
    background: url(https://img21.shop-pro.jp/PA01423/438/etc/add_cart.gif?cmsp_timestamp=20181205195332) left top no-repeat;
  background-size: cover;
}
#product_note {
  position: relative;
	width: 96%;
	margin: 20px auto 30px;
  padding: 0;
  font-size: 1.6rem;
  /*font-weight: bold;*/
 line-height: 180%;
 /* background-color: #000;*/
  color: #FFF;
}
#product_note > h3 {
   position: relative;
  width: 100%;
  margin:  0 0 -1.6rem;
  padding: 0;
  color: #693;
  /*background-color: #000;*/
}
#product_note > div {
   position: relative;
  width: 97%;
  /* background-color: #000;*/
  margin: 0 1% 0 2%;
  padding: 0;
  color:#FFF;
}@media screen and (min-width: 0px) and (max-width: 486px) {
  #product_note > div {font-size:1.4rem;}
}
table#detail {
  border:1px solid #FFF;
  border-collapse: collapse;
}
table#detail  tr  td { border:1px solid #FFF;  padding:3px 1%; }


/*右固定部分*/
#product_content_side > table {
  position: relative;
  width: 100%;
  margin: 0;
  /*background: #F00;*/
}
	#product_content_side > table {
    	width: 100%; 
    	text-align: left;
      background:#000;
	}
	#product_content_side > table tr {
      background: #333;
	}
	#product_content_side > table td,th {
      padding: 5px 5px;
	}
#sk_link_other {
 font-size: 1.4rem;
  font-weight: bold;
 line-height: 250%;
}@media screen and (min-width: 0px) and (max-width: 486px) {
  #sk_link_other { font-size: 1.6rem; }
}
select {
  width: 98%;
	padding: 5px 30px 5px 10px;
	/*margin-left: 5px;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	font-size: 1.2rem;
	background: url(//file.akamoku.fukuoka.jp/lib/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(//file.akamoku.fukuoka.jp/lib/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}
input[type=text]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:200px;
   height:30px;
   padding:5px;
   margin: 0 5px;
}
input[type=text]:focus {
   border:solid 1px #20b2aa;
}
input[type=text], select { 
   outline: none;
}
/*レビュー*/
#r_tit {
   position: relative;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  color: #693;
  font-size:1.8rem;
  font-weight: bold;
  /*background-color: #000;*/
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  position:relative;
  margin:  5px 5px;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  position:relative;
background-color: #673;
	padding: 10px 3px;
	border-radius:  0 0 15px 15px;
  margin:10px auto;
  width:96%;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 1%;
	color:#600;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  margin: 0 1%;
  zoom: 1;
}
.shopcomment {
  margin: 10px 3px;
  background: #FFF;
  padding: 5px;
  /*border-radius: 6px;*/
  color: #333;
}
.logdate {
  position:absolute;
  top: 0;
  left:0;
  width: 98%;
  margin: 5px;
  text-align:right;
}