@charset "utf-8";

.accent {
	color: #ff0000;
	font-weight: bold;
}

#contentMain .box {
	width: 510px;
	margin: 10px auto 20px;
}

#contentMain .text01 {
	margin: 10px 0;
}

#contentMain .text02 {
	float: left;
	width: 250px;
	margin: 5px 0 10px;
}

/* ----------------------------------------------
 * 入浴時間
---------------------------------------------- */
#bathTime {
	width: 530px;
	margin: 0 auto;
}
	#bathTime ul {
		margin: 0.5em 0;
	}

	#bathTime table {
		width: 530px;
		margin: 12px 0;
	}
		#bathTime table th,
		#bathTime table td {
			text-align: center;
			border: 1px solid #746144;
		}
		#bathTime table th.floor {
			color: #333333;
			font-size: 110%;
			font-weight: bold;
		}
			#bathTime table th#keigetsu {
				color: #000000;
				background: #FFCC66;
			}
			#bathTime table th#kurotake {
				color: #000000;
				background: #6699FF;
			}
			#bathTime table th#choyosan {
				color: #000000;
				background: #FF9933;
			}
		#bathTime table td.male,
		#bathTime table td.female {
			font-size: 100%;
			font-weight: bold;
		}
		#bathTime table td.female {
			color: #ff0000;
		}

		#bathTime table td.timeDay {
			text-align: left;
		}
			#bathTime table .time,
			#bathTime table .day {
				display: block;
				width: 100%;
				margin: 0;
				padding: 0;
			}
			#bathTime table .time {
				margin-bottom: 5px;
				text-align: right;
			}
			#bathTime table.tempsUtile .day {
				text-align: left;
			}

		#contentMain table th.date {
			font-size: 100%;
			white-space: nowrap;
		}

/* ----------------------------------------------
 * 朝陽山
---------------------------------------------- */
#rotenChoyo ul li p.text01 {
	width: 260px;
	margin: 0;
	}

#rotenChoyo ul.imgList {
	margin: 1em 0 0;
}
	#rotenChoyo ul.imgList li {
		margin-right: 10px;
	}


/* ----------------------------------------------
 * 黒岳
---------------------------------------------- */
#kurotake ul.imgList {
	margin: 1em 0 0;
}
	#kurotake ul.imgList li {
		margin-right: 10px;
	}
		#kurotake ul.imgList li.last {
			margin-right: 0;
		}

/* ----------------------------------------------
 * 桂月
---------------------------------------------- */
#keigetu ul.imgList {
	margin-bottom: 1em;
}

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

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

/* ----------------------------------------------
 * 湯めぐりシャトルバス
---------------------------------------------- */
#shuttleBus table th,
#shuttleBus table td {
	padding: 5px;
}

#shuttleBus table th.morning {
	background: #FFFF99;
}

#shuttleBus table th.evening {
	background: #CCFFFF;
}



/* --------------------------
 * プラン
-------------------------- */
#contentMain .plans {
	margin: 2em 0 0;
}
	#contentMain .plans table {
		border: 1px solid #746144;
	}
		#contentMain .plans table th {
			width: 65%;
			padding: 10px 6px;
			font-size: 120%;
		}
		#contentMain .plans table td {
			width: 35%;
			padding: 0;
			text-align: center;
			border-bottom: 1px solid #746144;
		}





