@charset "UTF-8"; 
/* レッグウェアコレクション CSS */

#tights {
	width: 690px;

}

#tights .area{
	width: 652px;
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
}

#tights .box{
	float: left;
	width: 217px;
	height: 500;
	background-image: url(../../img/tights/tights-frame01.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto 20px auto;
	padding: 0px auto 0px auto;
}

#tights .box p.item{
	width: 185px;
	height: 200px;
	margin: 15px auto 28px auto;
}

#tights .box p.point{
	width: 185px;
	margin: 0px auto;
}

#tights .box p.txt{
	width: 180px;
	height: 60px;
	margin: 0px auto;
}




