@charset "utf-8";
/*========================
cosplay
========================*/
.cosplay_list{
    width:880px;
    padding-bottom: 35px;
    margin: 0 auto;
}
.caution{
    text-align: right;
	margin:0 34px 6px 0;
}

.caution2{
    text-align: right;
	color:#333333;
	margin:0 34px 6px 0;
}

.caution3{
	clear:both;
	text-align: center;
	color:#333333;
}

.cosplay_box{
    float:left;
	margin:0 10px 20px 24px;
    width:400px;
    height: 120px;
    background: url("../../images/pc/costume/back_cos.png") left top no-repeat;
}

.cosplay_box2{
    float:left;
	margin:0 10px 20px 24px;
    width:400px;
    height: 120px;
    background: url("../../images/pc/common/back_main_minbox.png");
	border-radius:5px;
}

.cosplay_box3{
    float:left;
	margin:0 10px 20px 24px;
    width:400px;
    height: 120px;
	background:rgba(30,37,64,0.7);
	border-radius:5px;
}

.cos_photo{
    float: right;
    padding: 7px 17px 0 0;
}
.cos_number{
    padding: 10px 0 15px 13px;
    text-align: left;
}
.cos_title{padding-left: 40px; text-align: left; font-size: 16px;}

.cos_price{padding-left: 40px; text-align: left; font-size: 12px;}

.cos_com{
clear:both;
text-align:right;
margin-right:16px;
}