@charset 'utf-8';
/*********************************************************************
 * 温泉
 * dependences: common.css / reset.css
 ********************************************************************/

.kounou_title{
	margin: 10px;
	font-weight: bold;
	color: #5996f3;
}

.kounou{
	color: #fff;
	width: 95%;
	margin: 10px auto 30px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
}

.kounou td{
	background: #111;
	padding: 5px;
	text-align: center;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}

.onsen_text{
	margin: 0 10px 30px;
}

.onsen_text p{
	margin: 0 0 10px;
	font-weight: bold;
	color: #5996f3;
}

.data p{
	padding: 0 10px;
}

.ryouri_text{
	padding: 10px;

}