@charset "utf-8";
/* CSS Document */

#wrraper #contents {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	overflow: hidden;
	width: 1000px;
}
#wrraper #contents .title {
	margin-top: 35px;
	margin-bottom: 35px;
	clear: both;
}
.display-block {
	display: block;
  overflow: visible;
	margin-bottom: 50px;
}
.table-margin{
  margin: 0 22px 50px;
}
.table-room {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	position: relative;
	border-right: 2px solid #005F7E;
	vertical-align: top;
}
.table-room::before,.table-room::after {
	position: absolute;
	display: table-cell;
  top: 50%;
	overflow: visible;
}
.table-room::before {
	content: "西";
  left: -20px;
}
.table-room::after {
	content: "東";
	right: -20px;
}
.table-room th, .table-room td {
	border: 1px solid #005F7E;
	width: 10%;
	text-align: center;
}
.table-room th {
	font-size: 10px;
	background-color: #00A6DD;
	border-left: 2px solid #005F7E;
	color: #fff;
	padding: 1px;
}
.table-room td {
	font-size: 14px;
	border-bottom: 2px solid #005F7E;
	border-left: 2px solid #005F7E;
	padding: 2px;
}
.table-room td span{
	font-weight: bold;
	font-size: 16px;
}
td.title{
line-height: 20px;
text-align: right;
vertical-align: top;
}