﻿@charset "utf-8";

.bold {
	font-weight: bold;
}

/* img
---------------------------------------------- */
#img {
	width: 551px;
	height: 214px;
	margin-top: 11px;
	color: #666;
	background: url("../images/img_main.jpg") no-repeat;
}
	#img p {
		padding: 140px 0 0 15px;
		font-size: 14px;
		text-align: left;
		line-height: 2;
	}

/* box
---------------------------------------------- */
.box {
	width: 510px;
	margin: 0 auto;
}
	.box .imgList {
		margin-bottom: 1em;
	}
		.box .imgList li {
			font-size: 80%;
		}
			.box .imgList li img {
				margin-bottom: 5px;
			}

/* --------------------------
 * ペットルーム
-------------------------- */
#petroom p {
	margin-bottom: 10px;
}

#petroom ul.imgList {
	margin-bottom: 0;
}

#petroom ul li {
	width: 239px;
	margin-bottom: 10px;
}

#petroom .posL {
	width: 249px;
	margin: 0 10px 0 0;
}

#petroom #shower {
	margin: 10px 0;
}

/* --------------------------
 * 客室表
-------------------------- */
#roomList table.table02 {
	margin-right: 15px;
}
	#roomList table th,
	#roomList table td {
		padding: 5px;
	}

#roomList dl {
	float: left;
	width: 240px;
	margin: 0 0 15px 0;
}
	#roomList dt {
		width: 240px;
		margin: 0 0 3px 0;
		font-weight: bold;
		border-bottom: 1px solid #000;
	}
	#roomList dd {
		margin: 0 0 20px 20px;
	}
		#roomList dd ul {
			margin: 0;
			padding: 0;
			list-style-type: disc;
		}
		/* シャワートイレ */
		.sToilet {
			font-weight: bold;
		}



/* ----------------------------------------------
 * ペットルームページ
---------------------------------------------- */
body#petRoom #img {
	width: 551px;
	height: 214px;
	margin-top: 11px;
	color: #666;
	background: url("../images/img_main_petRoom.jpg") no-repeat;
}
	body#petRoom #img p {
		padding: 140px 0 0 15px;
		font-size: 14px;
		text-align: left;
		line-height: 2;
	}

body#petRoom #contentMain {
	margin: 1em 0 0;
}

	body#petRoom #contentMain p {
		margin-bottom: 10px;
	}
	
	body#petRoom #contentMain ul.imgList {
		margin-bottom: 0;
	}
		body#petRoom #contentMain ul.imgList li {
			width: 239px;
			margin-bottom: 10px;
		}
	
	
	body#petRoom #contentMain table {
		margin: 1em 0;
		border: 1px solid #746144;
	}
		body#petRoom #contentMain table th,
		body#petRoom #contentMain table td {
			padding: 6px;
			border: 1px solid #746144;
		}
		body#petRoom #contentMain table th {
			white-space: nowrap;
		}
		body#petRoom #contentMain table td ul li {
			margin: 5px 0 5px 15px;
			list-style-type: disc;
		}