@charset "utf-8";
/* shop_style.css */

/* Suggested order:
 *
 * display
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * z-index
 *
 */

/* font-size:
 *
 * 10px - 72%
 * 11px - 79%
 * 12px - 86%
 * 13px - 93%
 * 14px - 100%
 * 15px - 108%
 * 16px - 115%
 *
 */


/* default style */

body {
	width: 100%;
	background: #fff;
	font-family: Meiryo, arial, sans-serif;
	-webkit-text-size-adjust: none;
	color: #191415;
}
a {
	color: #191415;
	text-decoration:none;
}

.ac {text-align:center;}
.ar {text-align:right;}

.fl {f;oat:left;}
.fr {float:right;}

.clear { clear:both;}

/* clearfix */
 
.cf {
	width: 100%;
}
.cf:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;/*added for FF*/
}

#room_cnt {
	width:574px;
	height:540px;
	margin:0;
	padding:0;
}

#room_cnt .madori {
	width:315px;
	float:left;
}

#room_cnt .room_photo {
	width:242px;
	float:right;
}

#room_cnt .room_photo img {
	float:left;
	margin:0 2px 2px 0;
}

#room_cnt .room_photo .p_txt{
	clear:both;
	font-size:11px;
	padding-top:6px;
}