@charset "utf-8";
/* CSS Document */

* html{
	overflow-x:hidden;
}

.narrow .tomap,
.tablet .tomap,
.medium .tomap,
.wide .tomap,
.narrow #nav,
.tablet #nav,
.medium #nav,
.wide #nav,
.narrow #footer,
.tablet #footer,
.medium #footer,
.wide #footer{
	display:none;
}

.smartphone .tomap{
	display:block;
}

.smartphone #nav{
	display:block;
}

.smartphone #footer{
	display:block;
}

.smartphone .shopdtl{
	padding-left:15px;
}

.smartphone h2{
	padding-top:15px;
}

.smartphone .dnone{
	display:block;
}

.smartphone .dnone h2{
	display:none;
}

.smartphone .dnone h3{
	border:0;
}


.smartphone .dnone .shopbtn{
	display:none;
}

.smartphone .dnone .baloontable{
	margin-bottom:15px;
}

ul.tomap{
	padding-left:0;
	margin: 1em 0;
	border: none;
	background: #222 /*{a-bhover-background-color}*/;
	font-weight: normal;
	color: #fff /*{a-bhover-color}*/;
	text-shadow: none;
	background-color:#000;
	border-radius:8px;
}

ul.tomap li{
	list-style: none;
	padding-left:0;
	margin-left: 0;
	margin-right: 0;
	line-height: 1.5;
	border-radius:10px;
}

ul.tomap li a{
	color:#fff;
	font-size:14px;
	padding: .7em 15px .7em 15px;
	display: block;
}

ul.tomap li a:hover{
	text-decoration:none;
}