#selection {
}
#selection div.selection-list-area {
	padding: 3px 5px;
}
#selection div.selection-list-area div.madorizu {
	float: left;
	width: 120px;
}
#selection div.selection-list-area div.selection-list {
	float: left;
	width: 596px;
	padding: 0 5px;
}
#selection div.selection-list-area div.selection-list div.selection-content {
	padding: 5px 10px;
	border: 1px solid #e0e0e0;
	background-color: white;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-left {
	float: left;
	width: 70px;
	line-height: 24px;
	padding-top: 2px;
	padding-right: 5px;
	font-size: 12pt;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right {
	float: left;
	width: 100%;
	margin-left: -80px;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right ul {
	display: flex;
	margin-left: 80px;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right ul li {
	padding-left: 6px;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right ul li a {
	min-width: 94px;
	font-weight: bold;
	font-size: 90%;
	margin: 0;
	padding: 1px 0;
	white-space: nowrap;
	box-sizing: border-box;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right ul li.type a {
	width: 87px;
	color: #555;
}


/*
 * Room List
 */
div.content-room {
}
div.content-room div.content-room-inner {
}
div.content-room div.content-room-inner div.room-item {
	margin-bottom: 10px;
	padding: 0 10px;
}
div.content-room div.content-room-inner div.room-item div.room-floor {
	color: #56aadc;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}

div.content-room div.content-room-inner div.room-item div.room-wrap {
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.col1 {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.col1 div.room-num {
	font-size: 170%;
	font-weight: bold;
	color: #3c78d8;
	margin-right: 10px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.col1 div.country-type {
	margin: 0 10px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.col1 div.country-type,
div.content-room div.content-room-inner div.room-item div.room-wrap div.col1 div.room-info {
	font-size: 120%;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.col1 div.country-type span {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area {
	display: flex;
}
div.room-detail div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area {
	display: block;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-image {
	width: 150px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-image img,
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-image div.no-image {
	width: 150px;
	height: 100px; 
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-image img.room_image {
	cursor: pointer;
	border: none;
	padding: 0;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-image div.no-image {
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 160%;
	font-weight: bold;
	color: #9e9e9e;
	background: #dbdbdb;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-icon {
	margin-left: 5px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-icon div.room-icon-tbl {
	display: flex;
	flex-wrap: wrap;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-icon div.room-icon-tbl div.item {
	width: calc(100% / 9);
	text-align: center;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-icon div.room-icon-tbl div.item div.title {
	font-size: 90%;
	color: #555;
}
div.room-detail div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-icon div.room-icon-tbl div.item div.title {
	font-size: 60%;
}

div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price {
	width: 130px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.value {
	text-align: right;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row div.label {
	color: #000;
	font-weight: normal;
	font-size: 100%;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row.rent-area div.value,
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row.rent-area div.price-value {
	font-weight: bold;
	font-size: 160%;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row div.value.campaign-prev {
	color: #007562;
	font-size: 100%;
	font-weight: normal;
	text-decoration: line-through;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row.fee-area {
	margin-top: 5px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row.fee-area div.value {
	font-size: 120%;
}
div.content-room div.content-room-inner div.room-item div.room-note {
	padding-left: 30px;
	font-weight: bold;
	font-size: 90%;
	color: #4b544a;
}
div.content-room div.content-room-inner div.room-item div.room-note span.width {
	padding-left: 10px;
}
div.content-room div.content-room-inner div.room-item div.room-note span.condition {
	padding-left: 10px;
}
div.content-room div.content-room-inner div.room-item div.room-note span.remarks {
	padding-left: 10px;
}
div.content-room div.content-room-inner div.room-caution {
	padding: 10px;
	font-size: 90%;
}
div.content-room div.content-room-inner div.room-caution a {
	color: #09c;
}
div.content-room div.content-room-inner div.room-caution a:hover {
	color: #ff9c3d;
}
div.content-room div.content-room-inner div.no-room-message {
	color: #ff0000;
	margin: 20px;
}
