﻿@charset "utf-8";

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

*/

#menu_box {
	position:relative;
	z-index:1;
	max-width: 900px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: bold;
	color: #666666;
}

#menu_box ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu_box li {
	width: 50px;
	height: 17px;
	font-size: 11px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	line-height: 300%;
}
#menu_box li img{
	margin-top: -8px;
	height: 17px;
	width: 59px;
}

.inline {text-align: center;}
.inline li {
	display: inline;
	
}

#top_photo {

	width: 100%;
	background-color: #003;
	overflow: hidden;
	margin-bottom: 35px;
}

#top_photo img{
	width: 100%;
}


#viewer {
	width: 333px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#viewer div {
	width: 333px;
	position: relative;
	height: 500px;
}
#viewer div img {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

#viewer ul {
	width: 350px; /* リストエリアのパディング（上、左右、下） */
	list-style-type: none;
	float: left;
	position: relative;
	padding: 0;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#viewer ul li {
	width: 75px;
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
	height: 113px;
	overflow: hidden;
}

#viewer ul li img{
width: 100%;
}

#viewer .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

#cart_top_bt{
	position: fixed;
	top: 70px;
	right: 75px;
	z-index: 9998;
}

#cart_top_bt img {
	width: 24px;
}


/* --- sizeテーブル --- */
table.size {
	width: 100%;
	border: 1px #c0c0c0 solid; /* 大枠の境界線 */
	border-collapse: collapse;
	font-size: 10px;
	text-align: center;
	margin-bottom: 30px;
	color: #666666;
}

/* --- 表タイトル --- */
table.size caption {
	padding-bottom: 5px; /* 表タイトルの下パディング */
	text-align: left;
	width: 100%;
	font-weight: bold;
}

/* --- セル --- */
table.size th,
table.size td {
	border: 1px #c0c0c0 solid; /* セルの境界線 */
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 3px;
}

table.size td.sizetop {
	background-color: #999999; /* 1列目の背景色 */
	color: #FFF;
	border-top: 3px #FFF solid;
	font-weight: bold;
}

/* --- 見出しセル --- */
table.size thead th {
	background-color: #999999; /* 見出しセルの背景色 */
	color: #FFF;
	border-bottom: 3px #FFF solid;
}



#detail_cart_box{
}


/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.accordion-area section .t1 {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:12px;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.t1::before,
.t1::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.t1::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.t1::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.t1.close::before{
  transform: rotate(45deg);
}

.t1.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
  margin:0 3% 3% 3%;
    padding: 3%;
}






@media only screen and (max-width: 767px) {
#viewer {margin-top: 20px;margin-bottom: 20px;}
#viewer ul {margin-bottom: 20px;
	width: 100%;
	}
#viewer ul li {
	height: auto;	
	}
#cart_top_bt{
	position: fixed;
	top: 40px;
	right: 20px;
	z-index: 9998;
}

.yokos {
	width: 100%;
	overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
height: auto;
	}

.yokos > li {
  width: 100%;
  min-width: inherit;
min-width: 140px;
	height: 100%;
	}
	
.yokos > li:not(:last-child) {
  margin-right: 5px; }
	
.yoko > li:last-child {
    padding-right: 0; }
	
.yoko img {
  vertical-align: bottom; }

	
}











@media only screen and (min-width : 760px ){
}
