@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size:small;
}
/* *** PC *** */

/* メニュー全体 */
#menu{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

/* メニュー１コの大きさ */
#menu li{
	display: block;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}

/* メニューの色など */
#menu li a{
  display: block;
  padding: 10px 0 10px;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#menu li a:hover{
  background: #444;
}
/* バーガーメニュー */
#toggle{ 
 display: none;
}

#shop_name{
	text-align:center;
	padding:5px;
}

#top_banner{
	clear:both;
	text-align:center;
	background:#dddddd;
}
#top_banner img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}

footer{
	font-size:80%;
	text-align:center;
}

#contents{
	clear:both;
	width:100%;
	padding:20px 0px;
}

div.main_area{
	width:650px;
	margin:0 auto;
}

div.center{
	width:100%;
	text-align:center;
}

.table-row {
	display: table;
	width: 100%;
}
.table-column {
	display: table-cell;
	vertical-align: top; /*縦位置を揃える*/
}
.table-column:first-child {
	width: 160px; /*左カラムのサイズ*/
}

div.name{
	font-size:130%;
}

div.name_kana{
	font-size:90%;
}
div.d_detail dt{
	background:#dddddd;
}
div.d_detail dd{
	margin-left:1em;
}
ul{
	margin: 0 0 0 1em;
	padding:0;
}

dl.company{
	font-size:90%;
}

dl.company dt{
	padding:3px;
	background:#dddddd;
}
dl.company dd{
	padding:3px;
	margin-left:1em;
}

span.span_pre:before{
	content: "\A" ;
	white-space: pre; 
}

div.img_goods img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
	margin:2px;
}

}


/* *** tablet *** */
@media only screen and (max-width: 1023px) {
    #menu li{
    width: 25%;
    border-bottom: 1px solid #444;
  }
}

/* *** Smartphone *** */
@media only screen and (max-width: 639px) {

#menu{
	display: none;
}

#menu li{
	width: 100%;
}

/* バーガーメニューここから */
#toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #222;
}

#toggle a{
	display: block;
	position: relative;
	padding: 10px 0 10px;
	border-bottom: 1px solid #444;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
/* 四角の大きさ */
#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
/* 間の線 */
#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #222;
}
#toggle a:before{
	margin-top: -5.5px;
	background:#222;
}
#toggle a:after{
	margin-top: 2.5px;
	background:#222;
}
/* バーガーメニューここまで */

div.main_area{
	width:100%;
}

div.designer{
	width:100%;
}

.table-row {
	display: block;
	width: 100%;
}
.table-column {
	display: block;
	width:100%;
}
.table-column:first-child {
	display: block;
}

}
