@charset "utf-8";
/* CSS Document */
body{
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
  	color:#333;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
.ie8 img{
  width: auto;
}
a:link {
	outline: 0;
	color:#3399CC;
	text-decoration: none;
}
a:visited {
	color:#3399CC;
	text-decoration: none;
}
a:hover {
	color: #ff9600;
	text-decoration: underline;
}
a:active {
	color: #ff9600;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}
body{
	background:#000 url(../img/bg.jpg) no-repeat center center fixed;
	color:#ddd;
}
h3{
	color:#FC0;
	font-size:14px;
}

div.uWrap{
	margin:10px 10px 10px 10px;
	padding-top:18px;
	padding-bottom:30px;


}
div.read{
	font-size:12px;
	font-weight:bold;
	margin-bottom:30px;

}
ul,li{
	list-style:none;
}
/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow:hidden;
}
.pc{
	display:none;
}
.cf{
	display:block;
}

header{
	position:relative;
	margin-bottom:20px;
}

nav#nav {
	background:#000;
	display:none;
}
div#condition{
	display:none;
}
div#catNav{
	display:none;
}
#searchBox{
	display:none;
}
.goods{
	margin-bottom:30px;
}
.goodsinfo{
	font-size:12px;
}
.goodsinfo li{
	margin-bottom:25px;
}
.buyinner{
	margin-bottom:50px;
	padding:10px;
	background:#000;
}
table{
	margin-bottom:15px;
}
.caution{
	padding:15px 0;
color:#999;
font-size:12px;

}
span.cat{display:inline-block;
	background:#F90;
	padding:1px 10px;
	color:#000;
}
h3{
	margin-bottom:5px;
	padding-bottom:5px;

}
@media only screen and (min-width:500px){
	ul.gallery > li{
		width:49.75%;
	}
.pc{
	display:block;
}
.cf{
	display:none;
}

}
@media only screen and (min-width:610px){
header{
	position:relative;
	margin-bottom:30px;
}
div.read{
	font-size:14px;
	font-weight:bold;
	margin-bottom:45px;

}
h3{
	color:#FC0;
	font-size:16px;
}
.goods{
	margin-bottom:45px;
}

}
@media only screen and (min-width:910px){
div.read{
	font-size:18px;
	font-weight:bold;
}

}
@media only screen and (min-width:1020px){
div.uWrap{
	width:1000px;
	margin:0 auto;
}
}