@charset "utf-8";
/* -=-= 共通設定 =-=- */
* {
	margin: 0;
	padding: 0;
}
body {
	color:#000;
	background-image:url(images/main_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FCFAF5;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
img {
	border:none;
}
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
#wrapper {
	width:980px;
	margin:0 auto;
	height:100%;
}
#container {
	padding:0 0 25px;
}
#footer {
	font-size:11px;
	margin:35px 0 0px;
	text-align:center;
}

.MaR20 {
	margin-right:20px
}
.MaT20 {
	margin-top:20px
}
.item_area {
	padding-left:17px;
	_padding-left:10px;
	padding-top:20px;
	clear:both;
}
.item {
	width:274px;
	height:545px;
	padding:10px 15px;
	border:#CCC 1px solid;
	float:left;
	margin-left:7px;
	margin-bottom:12px;
}
.mens {
	background:url(images/mensbg.gif) no-repeat
}
.item_info {
	height:465px;
}
.item h3 {
	margin-bottom:3px;
	text-align:center;
}
.item div.item_ph {
	text-align:center;
}
.item p {
	font-size:10px;
	line-height:160%;
	padding:5px 10px;
	height:8em;
}
.item div.item_name {
	color:#ff4992;
	font-size:11px;
	line-height:160%;
	font-weight:bold;
	border-top:#999 1px dotted;
	padding:3px 0 0px;
	margin:0 10px;
}
.item div.item_price {
	font-size:14px;
	text-align:center;
	padding:10px 10px 5px;
}
.item div.item_btn {
	text-align:center;
	margin-bottom:5px;
}
/* -=-= clearfix =-=- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
