@charset "utf-8";
/* CSS Document */


.costume_box{
	height: 335px;
	width: 204px;
	list-style:none;
	margin-right: 2px;
	margin-bottom: 7px;
	margin-left: 2px;
	position:relative;
	float: left;
}

.costume_box .pic{
	margin:7px auto 0 auto;
	height:285px;
	width:190px;
}

.costume_box li.cos_name table{
	height:45px;
	margin-left:6px;
}

.costume_box li.cos_name table td{
	vertical-align:middle;
}

.costume_box li.cos_name .no{
	width:31px;
	height:18px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:1px 6px 0 0;
	line-height:20px;
}

.costume_box .cos_name .name{
	width:150px;
	font-size:12px;
	font-weight:bold;
}

.costume_box.new .cos_name .no{
	background: url(../images/costume/lab_no_new.gif) no-repeat;
	color:#ff3399;
}

.costume_box.standard .cos_name .no{
	background: url(../images/costume/lab_no.gif) no-repeat;
	color:#ffffff;
}

.costume_box.new .cos_name .name{
	color:#ffffff;
}

.costume_box.standard .cos_name .name{
	color:#333333;
}


.costume_box.new{
	background-image: url(../images/costume/cos_BG_new.gif);
}

.costume_box.standard{
	background-image: url(../images/costume/cos_BG_00.gif);
}

.new .newicon{
	position:absolute;
	left:130px;
	top:3px;
}



/* -- 無料コスプレ  ----- */

.costume_free_box{
	background: url(../images/costume/thumBG_cos0.gif) no-repeat;
	height: 249px;
	width: 154px;
	list-style:none;
	margin-right: 2px;
	margin-bottom: 7px;
	margin-left: 2px;
	position:relative;
	float: left;
}

.costume_free_box li.pic{
	margin:7px auto 0 auto;
	height: 210px;
	width: 140px;
}

.costume_free_box li.cos_name{
	margin:6px 0 0 8px;
}

.costume_free_box li.cos_name .no{
	width:24px;
	height:17px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:1px 6px 0 0;
	line-height:18px;
	background: url(../images/costume/lab_no_free.gif) no-repeat;
	color:#ffffff;

}

.costume_free_box .cos_name .name{
	width:110px;
	font-size:12px;
	font-weight:bold;
	color:#333333;

}