@charset "utf-8";

/* コスチューム一覧 */
#costume {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
#costume #topLink {
	background-color: #FFF3EE;
	text-align: center;
}
#costume #topLink ul {
	margin: 0px;
	padding: 0px;
}
#costume #topLink li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#costume h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #FC6501;
}
#costume .costumeBox {
	width: 152px;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-left-color: #E6E6E6;
	float: left;
	padding: 5px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 15px;
}
#costume .photoBox {
	font-size: 10px;
}
#costume .photoBox a:hover {
	text-decoration: none;
}
#costume .photoBox a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
#costume h3 {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 14px;
}
#costume p {
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}
#costume .pageTop p {
	text-align: right;
	margin-bottom: 30px;
}

