﻿@charset "utf-8";

/* img
----------------------------------------------- */
#img {
	width: 570px;
	height: 210px;
	background: url("../images/img_main.jpg") no-repeat top ;
}
	#img p {
		padding: 155px 0px 0px 20px;
		text-align: left;
	}

/* contentMain
----------------------------------------------- */
#contentMain .box {
	width: 530px;
	margin: 0px auto 20px;
}

	#contentMain .box img {
		margin: 0 0 5px 0;
	}

	/* 画像の横の詳細 */
	.box .detail {
		float: left;
		width: 240px;
		margin-left: 15px;
	}

/* --------------------------
 * 浴場利用表
-------------------------- */
	#spaTime th.tori,
	#spaTime th.kawa {
		color: #404040;
		font-weight: bold;
	}
		#spaTime th.tori {
			background: #FFCC66;
		}
		#spaTime th.kawa {
			background: #6699FF;
		}
	#spaTime td {
		text-align: center;
	}


/* --------------------------
 * 鳥の声
-------------------------- */
#torinokoe table td {
	text-align: center;
}

/* --------------------------
 * 泉質表
-------------------------- */
#spaDetail table th,
#spaDetail table td {
	padding: 5px;
}
	#spaDetail td.td02 {
		text-align: center;
	}

/* --------------------------
 * シャトルバス
-------------------------- */
#shuttle p {
	margin-top: 15px;
}

#shuttle table.table01 {
	float: left;
	margin: 0 0 0 15px;
}
	#shuttle table.table01 th.morning {
		background: #FFFF99;
	}
	
	#shuttle table.table01 th.evening {
		background: #CCFFFF;
	}
	#shuttle table td {
		text-align: center;
	}

/* --------------------------
 * 日帰り入浴
-------------------------- */
#oneDaySpa table.table01 th,
#oneDaySpa table.table01 td {
	padding: 5px;
}

