@charset "utf-8";

@import "base.css";


/*		会社案内テーブル
----------------------------------------------------*/
table.tdul {
	width:100%;
}
table.tdul tr th,table.tdul tr td {
	text-align:left;
	font-weight:normal;
	border-bottom:solid 1px #CCCCCC;
	padding:5px;
}
table.tdul tr th {
	width:190px;
	font-weight:bold;
}


/*		おすすめ温泉・ホテルテーブル1
----------------------------------------------------*/
table.hotels1 {
	width:100%;
}
table.hotels1 tr th,
table.hotels1 tr td {
	text-align:left;
	font-weight:bold;
	color:#999;
	border-bottom:dotted 1px #99CC00;
	padding:2px 0px 2px 0px;
}
table.hotels1 tr th {
	width:120px;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.tag {
	font-size:13px;
	color:#333;
	font-weight:normal;
}


/*		いちおしプラン使えるお宿1
----------------------------------------------------*/
table.plans1 {
	width:100%;
}
table.plans1 tr th,
table.plans1 tr td {
	text-align:left;
	font-weight:bold;
	color:#999;
	border-bottom:dotted 1px #99CC00;
	padding:2px 0px 2px 0px;
}
table.plans1 tr th {
	width:120px;
	font-size:11px;
	color:#666;
	font-weight:normal;
}
.tag {
	font-size:13px;
	color:#333;
	font-weight:normal;
}

/*		旅ばな倶楽部登録
----------------------------------------------------*/
table.club1 {
	width:100%;
}
table.club1 tr th,
table.club1 tr td {
	text-align:left;
	font-weight:normal;
	color:#333;
	border-bottom:dotted 1px #99CC00;
	padding:4px 0px 4px 0px;
}
table.club1 tr th {
	width:150px;
	font-size:13px;
	color:#333;
	font-weight:bold;
}
.tag {
	font-size:12px;
	color:#333;
	font-weight:normal;
}


