@charset "utf-8";
/* CSS Document */

#umouClothArea {
	width: 1000px;
	margin: 30px auto 0 auto;
}
#pageTitle {
	margin: 0 auto;
	text-align: center;
}


.titleNotes {
	margin-top: 30px;
	text-align: center;
	font-size: 1.8em;
}
.umouClothContentsArea {
	margin: 50px auto;
	text-align: center;
}
.umouClothContentsArea li {
	display: inline-block;
	margin: 0 15px 50px 15px;
}
.clothBox {
	width: 300px;
	position: relative;
}
.clothBox .name {
	position: absolute;
	top: 0;
	left: 0;
	background: #921E56;
	color: #FFFFFF;
	padding: 0 10px;
	font-weight: bold;
}
.clothBox .detail {
	margin-top: 10px;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;
}

.notes{
	text-align: center;
	margin-top: 10px;
	font-size: 1.8em;
}

span.purple{
	font-weight: bold;
	color: #921E56;
}
