/* CSS Document */
@charset "utf-8";

h2.h2_top {
	background-image:url(../images/h_hotel.jpg);
	background-repeat:no-repeat;
	height:57px;
	color:#0065b7;
	font-size:15px;
	padding-top: 17px;
	padding-left:75px;
	letter-spacing: 0.2em;
	font-weight:bold;
	margin-bottom:0px;
}


.b_box{
	margin-bottom:30px;	
}
.box_left{
	float:left;
	width:368px;
}
.box_right{
	float:right;
	width:350px;
}
.b_box h3{
	font-size:16px;
	font-weight:bold;
	color:#0065b7;
	background-image:url(../images/h3_border.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:8px 0 5px 0;
	margin-bottom:8px;
}
.add_hotel{
	margin-bottom:7px;
}
.phone01{
	margin-bottom:7px;
}
.photo02{
	margin-bottom:15px;
}
.banner_bus{
	float:left;
}
.button01{
	float:right;
}

/* //////////////////////////////////表の設定 */
.text_table{
	margin-bottom:5px;
}
.text_table h3{
	color:#0065b7;
	font-weight:bold;
	font-size:17px;
	margin:0;
}
.text_table span{	
}

/* 表 */

.table_hotel{
	margin-bottom:30px;
}
.table_hotel table{
	width:100%;
}


/* 上段の設定 */
.table_hotel th:not(.tokunoshima){
	padding:10px;
	text-align:center;
}
.table_hotel th:nth-child(even){
	background-color:#cfe9ff;
	color:#0065b7;
	font-weight:bold;
	font-size:15px;
}
.table_hotel th:nth-child(odd){
	background-color:#b6deff;
	color:#0065b7;
	font-weight:bold;
	font-size:15px;
}
	
.table_hotel th.name{
	width:250px;
}
.table_hotel th.ad{
	width:125px;
}
.table_hotel th.tel{
	width:75px;
}
.table_hotel th.fee{
	
}
.table_hotel .small{
	font-size:90%;
	font-weight:bold;
}

/* 左端のセル */
.table_hotel th.tokunoshima{
	background-color:#418bc9;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	width:35px;
	vertical-align:middle;
	text-align:center;
	line-height:2em;
}
.table_hotel th.amagi{
	background-color:#00c4dc;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	vertical-align:middle;
	text-align:center;
		line-height:2em;
}
.table_hotel th.isen{
	background-color:#8bc34a;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	vertical-align:middle;
	text-align:center;
	
}



/*観光バスツアー立ち寄り所*/
span.s_bus:after{
	content:url(../images/bus_s.png);
	position:relative;
	bottom:-0.2em;
	margin-left:0.3em;
}


/*  */
.table_hotel tr td{
	border-right:2px solid #fff;
}
.table_hotel tr td:nth-child(1){
	padding:10px 0 10px 15px;
	text-align:left
}
.table_hotel tr td:nth-child(2){
	padding:10px 0;
	text-align:center
}
.table_hotel tr td:nth-child(3){
	padding:10px 0;
	text-align:center
}
.table_hotel tr td:nth-child(4){
	padding:10px 0 10px 15px;
	text-align:left
}

.table_hotel tr:nth-child(odd){
	background-color:#f0f0f0;	
}
.table_hotel tr:nth-child(evem){
	background-color:#fff;	
}

/* */

.table_hotel tr.c_top td:nth-child(2){
	padding:10px 0 10px 15px;
	text-align:left
}
.table_hotel tr.c_top td:nth-child(3){
	padding:10px 0;
	text-align:center
}
.table_hotel tr.c_top td:nth-child(4){
	padding:10px 0;
	text-align:center
}
.table_hotel tr.c_top td:nth-child(5){
	padding:10px 0 10px 15px;
	text-align:left
}






/*tableリンク設定*/
.table_hotel a:link {
	color:#007a85;
	text-decoration:underline;
}
.table_hotel a:visited {
	color:#0065b7;
	text-decoration:underline;
}
.table_hotel a:hover {
	color:#0065b7;
	text-decoration:underline;
}
.table_hotel a:active {
	color:#007a85;
	text-decoration:none;
}
/* */
