* {
    box-sizing: border-box;
}

.stock_error{color:red; font-weight:bold;}

.red{
  color:red;
}

.text-s{
  font-size:small;
}

#external{
  width:640px;
  height:640px;
  transform:scale(0.7); transform-origin:0 0;
  -o-transform:scale(0.7);-o-transform-origin:0 0;
  -webkit-transform:scale(0.7); -webkit-transform-origin:0 0;
  -moz-transform:scale(0.7); -moz-transform-origin:0 0;
  -ms-transform:scale(0.7); -ms-transform-origin:0 0;
}

.clearfix:after {content: “.”; display: block; height: 0; clear: both; visibility: hidden;} 
.clearfix {display: inline-block;}

.item_box{
float: left;
width: 160px !important;
height: 230px !important;
}


.item_img{
	width: 160px !important;
	height: 160px !important;
}

.item_photo img{
	width: 160px !important;
	height: 160px !important;
}

.item_detail{
width: 160px !important;
margin-left: 10px;
float: left;
font-size: 12px;
text-align: center;
}

.item_detail .cost{
font-size: 12px;
font-weight: bold;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}



/*全体*/
.info-box {
    margin: 1em 0;
    padding: 0;
}

/*ボタン装飾*/
.info-box label {
    padding: 15px;
  	display: block;
    font-weight: bold;
    background: #f6f6f6;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
}

/*アイコンを表示*/
.info-box label:before {
    display: inline-block;
    content: '\f078';
    font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.info-box label:hover {
    background: silver;
}

/*アイコンを切り替え*/
.info-box input:checked ~ label:before {
     content: '\f00d';
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #000;
}

/*チェックは見えなくする*/
.info-box input {
    display: none;
}

/*中身を非表示にしておく*/
.info-box .info-show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.info-box input:checked ~ .info-show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.info-text{
  padding: 10px;
}


/*タブ機能*/
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.tab-label {
	color: #aaa;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
	background: rgba(0, 0, 0, 0.1);
}

.tab-switch:checked + .tab-label {
	color: #000;
}

.tab-label::after {
	background: #000;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}


/*タブ内テーブル*/
.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}

  
.row-head label {
  line-height: 34px;
  margin: 0;
}

  .row-head th,
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
 
 .row-head th{
	 background-color: #777;
	 text-align: center;
	 color: #fff;
 }
  
  .row-head tr {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  
  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding: 10px 5px;
  }
  
.row-head td:nth-child(even) {
background: #fafafa;
}
 
.row-head td:nth-child(odd) {
background: #fff;
}
  
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }

.product_detail_area2 {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  　height: auto;
}

/* ************************************************ 
 *  product_detail_page
 * ************************************************ */
h2.product_name {
font-size: 20px;
margin-bottom: 15px;
}

div.product_detail_area {
margin-bottom: 20px;
position: relative;
width: 100%;
}

div.product_images {
width: 500px;
}
/*
div.product_images div {
margin-bottom: 20px;
}

div.product_images div img {
max-width: 100%;
}

div.product_images div p.caption {
margin-top: 10px;
line-height: 20px;
}
*/
div.add_cart {
width: 300px;
float: right;
}
table.add_cart_table {
width: 100%;
border-top: 1px solid #ccc;
margin-bottom: 10px;
}
table.add_cart_table th {
border-bottom: 1px solid #ccc;
padding: 20px;
font-size: 11px;
}
table.add_cart_table td {
border-bottom: 1px solid #ccc;
padding: 5px;
}
table.add_cart_table td input {
width: 30px;
font-size: 14px;
}
table.add_cart_table td strong.price {
font-size: 14px;
}

table#option_tbl {
width: 100%;
margin-bottom: 20px;
}
table#option_tbl th,
table#option_tbl td.none {
background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
table#option_tbl th {
background: whiteSmoke;		
}
table#option_tbl td div input {
margin-bottom: 5px;
}

ul.option_price {
margin: 0 0 20px 0px;
}
ul.option_price li {
list-style-type: none;
}

div.button_area {


}
div.button_area input {
width: 100%;
height: 100px;
}

div.product_description {
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;	
clear: both;
word-wrap: break-word;
}

div.product_image_extra {
text-align: center;
margin-bottom: 20px;
}
div.product_image_extra img.item {
margin-bottom: 20px;
}


div.product_link_area {
float: left;
margin-left: 0px;
}
div.product_link_area div.twitter {
float: left;
width: 100px;
}
div.product_link_area div.pinterest {
float: left;
margin-right: 30px;
}
div.product_link_area div.fb-like {
float: left;
width: 200px;
}

div.product_link_area ul.other_link {
clear: both;
margin-top: 20px;
margin-left: 20px;
}
div.product_link_area ul.other_link li {
margin-bottom: 10px;
}

#tb_cap_tb{
}
#tb_cap_tb{
margin-top: 20px;
}

.tb {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #CCC;	
}
#tb_stitle {
margin-bottom: 20px;
}
.tb_date, .tb_title, .tb_body, .tb_state {
margin-bottom: 5px;
}


div#rollover {
    height:500px;
    width:500px;
    margin:10px 0;
}

div#rollover p {
    margin:0;
　  position:relative;
}

.rollover .rollover_view {
    position:absolute;
    top:0;
    left:0;
}



div#rollover ul {
    width:122px;
    list-style:none;
}

div#rollover ul.thumb{
margin-top: 510px;
width: 500px;
float:left;
}


div#rollover li {
    height:122px;
    float: left;
}
div#rollover a img {
    border:0;
}


.section-inner ul{
  display: flex;
  flex-wrap:wrap;/*回り込み有効化*/
}
.section-inner ul li {
width: calc(96% / 4);/*3等分*/
}


.subcategorylist-item{
  text-align: center;
  font-size: 0.6rem;
  margin:5px 0;
  padding:0 1px;
}
