@charset "UTF-8";

#Guestroom {
	margin:0;
}

#Guestroom .Left-Flame {
	float:left;
	width:57.14%;
}

#Guestroom .Right-Flame {
	float:right;
	width:41.42%;
}

/*---テーブル---*/
#Guestroom table {
	width:100%;
	margin:0;
}

/*---テーブル---*/
table {
	margin:0px 0px 20px 0px;
	width:100%;
	border:1px solid #D9D9D9;
	border-collapse:collapse;
}

td {
	border:1px solid #D9D9D9;
	vertical-align:top;
	padding:5px;
}

/* ▼428px以下の場合に適用（iphone以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 429px) {

	#Guestroom .Left-Flame {
		width:100%;
	}
	
	#Guestroom .Right-Flame {
		width:100%;
	}

	#Guestroom .Right-Flame img {
	margin-top:10px;
	}

}