.costumeBox {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	margin: 0 30px 0 0;
	padding-top:20px;
	width: 100%;
	letter-spacing:-.40em;
}

.costumeBoxItem {
	letter-spacing: normal;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 95px;
	text-align:center;
	margin-bottom:10px;
}

.costumeThumb {
    line-height: 1.2rem;
}

.costumeName {
    font-size: 1rem;
	line-height:1.4rem;
    height: 40px;
    overflow: hidden;
}

.costumeName .free {
    bottom: 50px;
    position: absolute;
    right: 10px;
}

.markFree {
	display: inline-block;
	background: #eb0000;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding: 2px;
	margin: 0 3px;
}

#cosModalWrap{
	position: absolute;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 150%;
	background:rgba(0, 0, 0, 0.7);
	display: none;
	text-align:center;
}

#cosModalWrapIn{
	display:inline-block;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position: center bottom 2px;
}

#cosModalWrap img{
	width: 100%;
	max-width:550px;
	margin:0 auto;
}

#cosModalClose {
	width:100%;
	margin-top:10px;
	font-size:1.8rem;
	text-align:center;
}
	
#cosModalClose a{
	font-size:1.4rem;
	width:180px;
	display:block;
	padding-top:14px;
	height:30px;
	text-decoration:none;
	text-shadow: -1px -1px 0px #bcbcbc;
	margin: auto;
	color: #333333;
	border:1px solid #999999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #dbdbdb;
	background: -moz-linear-gradient(top,  #dbdbdb 0%, #bcbcbc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#bcbcbc));
	background: -webkit-linear-gradient(top,  #dbdbdb 0%,#bcbcbc 100%);
	background: -o-linear-gradient(top,  #dbdbdb 0%,#bcbcbc 100%);
	background: -ms-linear-gradient(top,  #dbdbdb 0%,#bcbcbc 100%);
	background: linear-gradient(to bottom,  #dbdbdb 0%,#bcbcbc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#bcbcbc',GradientType=0 );
	box-shadow:#ffffff -1px 1px 0px 0px inset;
	-webkit-box-shadow:#ffffff -1px 1px 0px 0px inset;
	-moz-box-shadow:#ffffff -1px 1px 0px 0px inset;
}

#cosModalClose i{
	margin-right:4px;
}

.cosNewMark {
	color: #cc0000;
	display: block;
	font-size: 1rem;
	line-height: 1rem;
}