@charset "shift_jis";
/* CSS Document */

*{ margin:0; padding:0; }
body{
	font-size: 14px;
	line-height: 180%;
	color:#000;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	letter-spacing: 1px;
}
img{ border:0; width:100%; height:auto; }
li{ list-style:none; }
.mgb10{ margin-bottom:10px; }
.mgb15{ margin-bottom:15px; }
.mgb20{ margin-bottom:20px; }
.mgb25{ margin-bottom:25px; }
.mgb30{ margin-bottom:30px; }
.mgb40{ margin-bottom:40px; }
a { color:#000000;}
#wrapper{
	background:#ffffff;
}

.head{ display:table; border:1px solid #666; width:100%; margin-bottom:3%;}
.logo{display: table-cell; width:50%; vertical-align:top;}
.logo img{ /*padding:2% 20%;*/ width:29%;}
.header{display: table-cell; width:50%;}

#contents{
	background:#fff;
	max-width: 1024px;
	margin:0 auto;
}
#contents h1{
	font-size:24px;
	margin:30px 30px;
	line-height:1.4em;
	text-align:left;
}
#contents h2{
	font-size:28px;
	margin:3% 1%;
	line-height:1.3em;
	text-align:center;
}
#contents .logo{
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}
#contents .logo p{ font-size:13px; font-weight:bold;}

#contents .maintxt p{
	font-size:14px;
	color:#000000;
	line-height:1.8em;
}

#contents .item {
	margin-left:33px;
}
#contents .item h1{
	font-size:24px;
	margin:30px 0 30px -33px;
	padding:10px 0 10px 0;
	border-top:solid 2px;
	border-bottom:solid 2px;
}
#contents .item ul li{
	width:32%;
	/*width:474.5px;
	height:425px;*/
	float:left;
	text-align: center;
	/*display:block;*/
	background:#ffffff none repeat scroll 0 0;
	margin:0 1.3% 1.5% 0;
}

#contents .item ul li:nth-child(3n){
	margin:0 0% 1.5% 0;
}

#contents .item ul li img.wear{
	margin:5px 0 0px -10px;
}
#contents .item ul{
	display:block;
	width:100%;
}
#contents .item ul li p{
	font-size:14px;
	line-height:1.5em;
	padding:0 5px 5px 5px;
	letter-spacing:-0.01em;
}
#contents .item ul li p img.new{
	margin:0 0 5px 95px;
}	
#contents .item ul li span a{
	background:url(../images/btn_buy.gif) no-repeat scroll center top;
    display: block;
    height: 25px;
	margin: 10px auto 20px;
    width: 90px;
}
#contents .item ul li span a:hover{
	background-position:0 -25px;
}

.item02{
	margin-left:-50px;
}
.item03{
	margin-left:-20px;
}

div.footer{
	text-align:center;
	margin:30px 0;
	font-size:10px;
	color:#000000;
	clear:both;
}

div.footer img{ width:129px;}
@media screen and (max-width: 1024px) {
#contents h2 { font-size: 2.7vw;}
#contents .logo p { font-size: 1.2vw;}
}

@media screen and (max-width: 800px) {
#contents .item ul li {
    width: 48%;
}
#contents .item ul li:nth-child(2n){
	margin:0 0% 1.5% 0;
}

}

@media screen and (max-width: 600px) {
#contents .item ul li {
    width: 96%;
}
#contents .item ul li{
	margin:0 0% 1.5% 0;
}
.logo {
    display: block;
	width: 100%;
}
.header {
    display: block;
    width: 100%;
}
.logo img {
    width: 25%;
}
#contents h2 {
    font-size: 4.7vw;
}
#contents .logo p {
    font-size: 2.5vw;
	margin-bottom:2%;
}

#contents .maintxt p {
    font-size: 11px;
}
#contents .item h1 {
    font-size: 5vw;
}
}
/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	
overflow:hidden;
font-size:0.1em;
line-height:0;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
