@charset "shift_jis";
/* CSS Document */


#costume_list_container {
	margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.costume {
    width: calc(100%/4 - 0px);
	border:1px solid #ccc;
    box-sizing: border-box;
}
.costume li {
	list-style-type: none;
}
.costume_photo{
	display:block;
	width: 90%;
    margin: 10px auto;
}
.costume img {
	width: 100%;
}
.costume_title{
	padding: 0 0 8px;
	line-height:1.4;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-align: center;
}



