@charset "utf-8";
/* CSS Document */

body{
	font-family:"小塚明朝 Pr6N R"
	line-height:1.5;
	color:#352e2e;
}

*{
	margin:0;
	padding:0;
}

img{
	border:none;
	vertical-align:bottom;
}

a{
	text-decoration:none;
}

li{
	list-style-type:none;
}



#visual{
	width:838px;
	margin:0 auto;
}

#item{
	width:950px;
	margin:50px auto 0 auto;
	}
	
	
/*画像明るくなる部分*/

.img_wrap{
  width: 175px;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
  
/*画像明るくなる部分*/ 
	
	
#top, #bottom, #shoe, #accessories{
	width:782px;
	height:50px;
	border-bottom:1.5px solid #575d72;
	margin:0 auto;
	font-size:18px;
	font-family:"小塚明朝 Pr6N EL";
	color:#575d72;
}
#tops, #bottoms, #shoes, #accessory{
	width:800px;
	height:300px;
	margin:0 auto;
	margin-left:90px;
	margin-top:15px;
	margin-bottom: 20px;
}
.tops, .bottoms, .shoes, .accessory{
	font-size:12px;
	color:#575d72;
	float:left;
	margin:0px 20px 0px 0px;
}
.itemname{
	margin-top:15px;
}
.price{
	font-size:17px;
}

.link{
	width:760px;
	height:30px;
	margin:0 auto;
	text-align: left;
	margin-bottom:50px;
	color: #575d72;
}

.link a {
	font-family:"小塚明朝 Pr6N R";
	color: #575d72;
}

.under {
  text-decoration: underline;
}

.clearfix::after{
	content:"";
	display:block;
	clear:both;
}

