@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
#bg_page {
	background-image: url(../rooms/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	#bg_page {
		background-image: url(../rooms/images/bg_title-sp.jpg);
	}
}

.pagenav li {
	width: 33.333%;
}

@media only screen and (max-width: 767px) {
	.pagenav li {
		width: 50%;
	}
}

/*# sourceMappingURL=../maps/rooms.css.map */
