@charset "shift_jis";
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

#page_main {
	width: 100%;
	min-width: 800px;
	background-color: #1E3390;

}
#pethotel {
	width: 800px;
	margin-left: auto;
	padding: 40px;
	margin-right: auto;
	text-align: left;
}

#pethotel h1 {
	font-size: 25px;
	color: #FFFFFF;
	text-align: left;
}
#page_main #pethotel .pethoteltable {
	width: 100%;
	clear: left;
	padding-left: 0px;
}

#page_main #pethotel table {
	margin-top: 10px;
	table-layout: fixed;
	margin-bottom: 20px;
	float: left;
}
.table_design {
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.table_design caption {
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22.5px;
	margin-bottom: 2px;
}

.table_design th{
	padding: 4px;
	text-align: center;
	vertical-align: top;
	color: #000000;
	background-color: #4EAEDD;
	border-left: 3px double #999;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.table_design td{
	padding: 4px;
	background-color: #1E3390;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.table_design .addnote {
	font-size: 14px;
	background-color: #1E3390;
	color: #FFFFFF;

}
#pethotel .pethoteltable .pethotelimg {
	padding-top: 20px;
	width: auto;
	padding-left: 50px;
}

#page_main #pethotel h2 {
	color: #FFFFFF;
	text-align: left;
	clear: left;
	margin-bottom: -8px;
}
#page_main #pethotel p {
	color: #FFFFFF;
	text-align: left;
}
#page_main #pethotel .notice {
	color: #DD2D23;
}

#page_main #pethotel .accent {
	font-weight: bold;
}
