@charset "utf-8";
ul.floors {
	font-size: 12px;
	float: left;
	width: 200px;
	margin-top: 10px;
}
ul.floors li {
	background-image: url(../images/icon-floor-gray.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	margin-bottom: 5px;
	border: 1px solid #cdcdcd;
}
ul.floors  li:hover, ul.floors li.active {
	text-decoration: none;
	background-color: #f9f9f9;
}
ul.floors li a {
	background-image: url(../images/icon-arrow-s-gray.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	display: block;
	line-height: 28px;
	font-weight: 600;
	color: #4d4d4d;
	padding-left: 25px;
}
.mainCol {
	float: right;
	width: 670px;
}
dl.common dd {
	margin-top: 0px;
}
.mainCol h3 {
	font-size: 14px;
	font-weight: 600;
	color: #dc2c5c;
	line-height: 37px;
	border-bottom: solid 1px #e7b7c5;
}
.mainCol   h3   .no {
	color: #fff;
	display: inline-block;
	width: 40px;
	margin-right: 8px;
	background-color: #dc2c5c;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}
.mainCol  img.photo {
	float: left;
	width: 100px;
}
.mainCol .detail {
	margin-left: 110px;
	font-size: 11px;
}
.mainCol .detail .category {
	font-size: 12px;
	line-height: 2;
	font-weight: 600;
}
.btn-arrow-s {
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	background-color: #dc2e5d;
	display: inline-block;
	padding-right: 40px;
	padding-left: 5px;
	position: relative;
	font-size: 11px;
	background-image: url(../images/icon-arrow-m_on.png);
	background-size: 6px auto;
	background-position: 96% center;
	background-repeat: no-repeat;
}
.btn-arrow-s:hover {
	color: #fff;
	text-decoration: none;
}
