@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#detail {
	overflow:hidden;
	zoom:1;
	*margin-bottom:20px;
}

#detail ul.imgbig{
 float:left;
 padding-bottom: 20px;
}
#detail ul.imglist{
 width:300px;
 float:right;
}

#detail ul.imglist li{
 float:left;
 padding:0 20px 20px 0;
}

#detail ul.imglist li.last{
 margin-right:0;
}

#content #cms p{
 text-align:center;
 margin:19px 0 18px;
}

#content #cms p.pbtn{
 text-align:right;
 margin:0 0 30px;
}

#content .nostock {
	color: #FF0000;
}