@charset "UTF-8";

#costume_article .cos_top{
	float: left;
	margin: 10px 4px 20px 3px;
	width: 120px;
	padding: 6px 5px 6px 12px;
	background: url("/img/costume/bg_costume.gif") no-repeat;
	height: 210px;
    position: relative;
    counter-increment:number; "";/*�R�X�v���̃i���o�[���擾*/
}
#costume_article .cos_top img{
    border: solid 1px #f456ba;
}

#costume_article .cos_bn{
	margin: 15px 0px 17px 0px;
	text-align: center;
}

#costume_article .cos_title{
    padding: 11px 0 10px 0;
    text-align: center;
    font-size: 10px;
}

#costume_article .cos_text{
    margin: 10px 0 0 17px;
}

#costume_article .cos_text span{
    color: #ff0000;
}

#costume_article .top_system4{
	height: 1000px;
	margin-top:10px;
}

#costume_article .top_system5{
	width: 680px;
	margin-left: 25px;
	margin-bottom: 30px;
	margin-top: 5px;
	height: 630px;
}

#costume_article .top_system6{
	width: 680px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

#costume_article .item_btn {
	margin: 0px 12px 0px 0px;
	float: right;
}

#costume_article .text01{
	margin:5px 0px 10px 0px;
	line-height: 42px;
}

.cos_top p {
    width: 36px;
    height: 26px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-color: #f928ab;
    text-align: center;
    position: absolute;
    left: 20px;
    bottom: 12px;
    font-weight: bold;
    padding-top: 10px;
    color: #FFF;
}
.cos_top p:after {
    content: counter(number) "";
}
