div.noitem{
margin-left:auto;
margin-right:auto;
  margin-top:100px;
  font-size:1.5em;
  color:#666;
  text-align:center;
width:80%;
height:50vh;}
iframe#zaiko_frame{border:none;width:100%;height:100px;
overflow:hidden;padding:0;clear:both;margin-bottom:10px;}
ul.option_price{clear:both;text-align:left;}
ul.option_price a{color:#666;}
table#option_tbl {
  width: 300px;!important
}
table#option_tbl .cell_1{width:50%;font-weight:normal;font-size:1em;color:#666;}

.opt_container{margin:20px 0;border:1px #ddd solid;border-bottom:none;
width:300px;}
.opt_list_box h3{display:block;width:100%;
  text-align:center;font-size:1em;color:#fff;
  background-color:#666;border:1px #666 solid;
}
.opt_list_box{display:block;border-bottom:1px solid #ddd;clear:both;}
.opt_size{display:inline-block;width:80px;
  font-size:1em;color:#666;
padding-left:2em;}
.opt_stk{display:inline-block;width:auto;text-align:center;}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #fff;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}


/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
}

.zoom-tiny-image {
  padding: 0;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #fff;
}
.zoom-tiny-image.selected {
  border: 1px solid #222;
  background: #ddd;
}
.zoom-tiny-image:hover {
  border: 1px solid #222;
}

a.gallery_last{
  margin-right: 0;
}

/**************************
カートデザインここから
***************************/

#box_for_contents{padding:0 20px;box-sizing:border-box;
max-width:1180px;
margin-right:auto;margin-left:auto;}

.lm_cart_flexcontainer {
  /*コンテナ設定*/
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
  -webkit-flex-grow: <number>;
  /* Safari */
  flex-grow: <number>;
  -webkit-align-content: flex-start;
  /* Safari */
  align-content: flex-start;
  padding: 10px 20px;
  margin: 0;
  max-width: 1180px;
  width: 100%;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  border: none
}

.lm_cart_left {
  /*左イメージボックス*/
  width: 50%;
  box-sizing: border-box;
}

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


.lm_cart_right {
  /*右側ボックス*/
  box-sizing: border-box;
  padding-left: 50px;
  width: 50%;
}

.lm_cart_right_flexcontainer {
  /*小画像用入れ子コンテナ*/
  box-sizing: border-box;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  /* Safari */
  align-content: flex-start;
  margin-bottom: 10px;
}

.lm_cart_image_r {
  /*小画像用ボックス*/
  box-sizing: border-box;
  width: 33%;
  padding-right: 15px;
  padding-bottom:15px;
}

.lm_cart_right .lm_cart_image_r img {
  max-width: 100%;
}

/************メディアクエリ ******/

@media only screen and (max-width: 768px) {
  #box_for_contents{padding:0;box-sizing:border-box;}
  .lm_cart_flexcontainer{padding:0;margin:0;box-sizing:border-box;}
  .lm_cart_right_flexcontainer{margin:0;padding:0;box-sizing:border-box;}
  .lm_cart_left {
    width: 100%;
    padding:0;margin:0;
    box-sizing:border-box;
  }
  .lm_cart_image {margin:0;padding:0;
    width:100%;box-sizing:border-box;
  }
  .lm_cart_right {
    width: 100%;
    box-sizing:border-box;
    padding:20px;margin:0;
  }
}

/*********メディアクエリ ここまで*********/

.lm_cart_add_cart {
  width: 100%;
  margin: 0;
  padding: 0;
}

h2.lm_cart_product_name {
  font-size: 1.8em;
  font-weight: normal;
  margin: 15px 10px 20px 20px;
  display: inline-block;
  background-color: #fff;
  width: 90%;
  box-sizing:border-box;
}

span.lm_cart_hinban {
  color: #666;
  font-size: 0.6em;
  font-weight: normal;
  display: inline-block;
  margin-left:3em;
}
.lm_cart_price_before{
  font-size:1.2em;
  margin:0;}
.lm_cart_price {
  font-size: 1.8em;
  padding: 0;
  margin: 0 0 20px 0;
  display: block;
}

span.lm_cart_zeikomi {
  color: #666;
  font-size: 0.7em;
  font-weight: normal;
  display: inline-block;
  margin-left: 1em;
}

.lm_cart_number {
  border: solid 1px #ccc;
  display: inline-block;
  float: left;
  margin-bottom:10px;
}

.lm_cart_number input {
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  color: #222;
  margin: 0;
  width: 2em;
  text-align: center;
}

.fa-minus, .fa-plus {
  font-size: 1.2em;
  display: inline-block;
  margin: 10px;
  color: #999;
}

#option{border:1px #ddd solid;}
#option dd{display:inline-block;}


.cp_ipselect {
  overflow: hidden;
  width: 130px;
  height: 40px;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
}

.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_sl01 {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.3em;
  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: 12px 38px 8px 8px;
  color: #666666;
}

/*カートに入れるボタン*/

.lm_cart_cart_button {
  padding: 0;
  display: inline-block;
  clear:left;
}

.lm_cart_cart_button input {
  width: 100%;
}

input#cart {
  background-color: #666;
  font-size: 1.2em;
  font-weight: normal;
  padding: 20px 0;
  margin: 10px 0;
  transition: .4s;
  width: 300px;
  border-radius: 5px;
}

input#cart:hover {
  background-color: #999;
}

.soldout_button {
  display:block;
  background-color: #ddd;
  font-size: 1.2em;
  text-align:center;
  font-weight: normal;
  margin: 10px 0;
  width: 300px;
  border-radius: 5px;
}
.soldout_button span{display:inline-block;width:100%}

/*お気に入りボタン*/

.lm_cart_product__fav-item {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.lm_cart_add_favorite {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

div.lm_cart_product__fav-item button {
  font-size: 1.1em;
  color: #222;
  background-color: #fff;
  padding: 10px 30px;
  width: 300px;
  border-radius: 5px;
  height: 40px;
  transition: .4s;
  border: 0;
  outline: none;
  border: 1px #ddd solid;
}

div.lm_cart_product__fav-item button:hover {
  background-color: #efefef;
}

div.lm_cart_product__fav-item i {
  color: #666;
  font-size: 1.2em;
}

/*選択中アイテム*/
button.fav-items {opacity:0.3;}
button.fav-items i{color:#555;}

button.lm_cart_fav-items i {
  color: #555;
}

.lm_cart_other_link {
  list-style-type: none;
  margin-top:10px;
}

.lm_cart_other_link a {
  color: #666;
}

.lm_cart_share_box {
  font-size: 2em;
  margin:10px 0;
}

.lm_cart_share{
  list-style-type: none;
  display: inline-block;
  margin-bottom: 50px;
}

li.strong{font-size:12pt;font-weight:bold;}

/**************************
カートデザインここまで
***************************/

/*この商品を買った人はこんな商品も買ってます*/
#together,#coordinate{
  max-width:550px;
  margin-bottom:40px;
  -webkit-justify-content: flex-start;/* Safari */
	justify-content:        flex-start;
}
#together h3{display:block;width:100%;
  clear:both;text-align:center;
font-weight:normal;
border-bottom:1px #555 dotted;
margin-bottom:20px;}
#together> .item_box{width:33%;}

/*コーディネートアイテム*/
#coordinate> h4{display:block;width:100%;
  clear:both;text-align:center;
font-weight:normal;font-size:1em;
border-bottom:1px #555 dotted;
margin-bottom:20px;}
#coordinate> h4:before{content:none;}
#coordinate> .item_box{width:33%;}
#coordinate .item_name_small{font-size:0.8em}

/*カートに入れるボタン*/
input#cart{background-color:#000;transition: .4s;}
input#cart:hover{background-color:#999;}

.category h5{font-size:1em;border-bottom:dotted 1px #555;padding:5px;}
.category p{line-height:1.2em;margin-bottom:15px;padding:5px;}
.category p.group{display:inline-block;background-color:#eee;border-radius:5px;padding:5px;margin:5px;border:solid 1px #555;}
.category p.group a{display:inline-block;margin:3px;}

.category span.s{display:none;}/*サブカテゴリ―の説明文を消す*/

/*商品説明エリア*/
figure{margin-bottom:20px;}
figcaption{color:#999;font-size:0.8em;}
figcaption:before{content:"▲";}
.product_description{
  width:550px;
margin-right:auto;
margin-left:auto;
box-sizing: border-box;}
.product_description img{width:100%;margin-bottom:1em;box-sizing: border-box;}

.product_description h4{font-weight:bold;font-size:1.3em;
  margin:2em 0 1em 0;padding:0;
  line-height:1.3em;
  color:#555;}

.product_description h4:before{
  font-family: FontAwesome;
  content: "\f14a";
  padding-right: 7px;
  color: #777;/*アイコンの色*/}
.product_description p{margin-bottom:1em;}
p.spec{
  margin-top:2.0em;
  font-size:0.9em;padding:15px;border-radius:7px;
  color:#777;background-color:#eee;
  display:inline-block;}
p.hinban{font-size:0.8em;font-weight:normal;color:#555;display:inline;}

/*埋め込み動画*/
.douga{
position:relative;
width:100%;
height:0;
padding-top:75%;
}

.douga iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}


/*おすすめバナー設定*/
.osusume_banner{border:none;
  width:70%;
 margin:4px;padding:7px;
 background:#fff;
 box-shadow: 1px 1px 5px #cccccc;/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
}

.osusume_banner h2{font-size:1.2em;color:#555555;
  margin:10px;
  padding-left:7px;border-left:5px solid #dddddd;}
.osusume_banner img{width:100%}
.osusume_banner p{font-size:1em;line-height:1.5em;color:#555555;margin:10px;}
.osusume_banner a:hover{opacity:0.8;}

@media only screen and (max-width: 550px) {
.product_description{
  width:100%;
  margin:0;
  padding:0 20px 0 20px;
  box-sizing:border-box;
}
@media only screen and (max-width: 480px) {
  .osusume_banner{width:90%;}
}
