@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; }
li{ list-style:none; }

#wrapper{
	background:#ffffff;
}

#contents{
	background:#fff;
	width:980px;
	margin:0 auto;
}
#contents .logo{
	margin:30px 0 50px 20px;
}
#contents .maintxt p{
	text-align:center;
	font-size:18px;
	color:#000000;
	line-height:1.6em;
	margin-top:30px;
}

#contents .item {
	margin:30px 0 40px 40px;
}
#contents .item nav{
	margin:0 auto;
}

#contents .item ul li{
	float: left;
    height: auto;
    margin: 20px 20px 30px 0;
    width: 160px;
}
#contents .item ul li img.wear{
	margin-bottom:10px;
}
#contents .item ul li img.wear:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#contents .item ul{
	display:block;
}
#contents .item ul li p{
	font-size:14px;
	line-height:1.5em;
	text-align:center;
	letter-spacing:-0.01em;
}
#contents .item ul li p img.new{
	margin:0 0 5px 95px;
}	
#contents .item ul li p a{
	color:#000000;
	text-decoration:none;
}
#contents .item ul li p a:hover{
	color:#6d6d6d;
	text-decoration:underline;
}
#contents .item ul li span a{
	background:url(../images/btn_buy.gif) no-repeat scroll center top;
    display: block;
    height: 25px;
	margin:10px 0 0 35px;
    width: 90px;
}
#contents .item ul li span a:hover{
	background-position:0 -25px;
}

div.footer{
	text-align:center;
	margin:40px 0 40px 0;
	font-size:10px;
	line-height:1.8em;
	color:#000000;
	clear:both;
}



.lopez_icon {
	height: 48px;
}


p.item_text {
	height:83px;
}

/*============================ 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; }
