@charset "UTF-8";
#newopenContents {
	width: 735px;
	/*float: right;*/
	margin-left: 0px;
	position: relative;
	padding: 0px 0px 20px;
}

.win #newopenContents {
	font-size: small;
	line-height: 1.4;
}
/*
.ie6 #newopenContents, .ie6 table {
	font-size: x-small;
	line-height: 1.4em;
}
*/
/*ボックスクリア用ハック*/
#newopenContents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#newopenContents {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html #newopenContents { height:1%; }
#newopenContents { display: block; }
/* End hide from IE-mac */
/*---end---*/

div#newopenTitle {
	background: #cadfeb url(../images/spa_title_icn.gif) no-repeat left top;
	height: 100px;
	position: relative;
	margin-bottom: 10px;
	background-color: #99CCCC;
}

div#newopenTitle h2 {
	font-size: 14px;
	color: #000;
	position: absolute;
	top: 30px;
	left: 90px;
}
div#newopenTitle p.read {
	color: #000;
	position: absolute;
	top: 50px;
	left: 90px;
}


/*----------------------------------------------
トップへ戻るボタン
----------------------------------------------*/
div#newopenTitle div#backTop {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/spa_title_right.gif) no-repeat right top;
	height: 100px;
}
div#newopenTitle div#backTop a {
	display: block;
	width: 88px;
	height: 20px;
	background: url(../images/spa_btn_backtop.gif) no-repeat left bottom;
	text-indent: -999em;
	margin: 10px 10px 0px 0px;
}
div#newopenTitle div#backTop a:hover {
	background-position: left top;
}
/*----------------------------------------------
温泉情報・ナビゲーション
----------------------------------------------*/
ul#newopenNavi {
	/*position: absolute*/;
	top: 25px;
	left: 0px;
	height: 50px;
	clear: both;
}
ul#newopenNavi li {
	float: left;
	list-style-type: none;
	margin: 0px 4px 0px 0px;
	color: #666;
}
/*ナビゲーション右端のマージン処理*/
ul#newopenNavi li#south {
	margin: 0px;
}
ul#newopenNavi li a {
	display: block;
	width: 242px;
	height: 50px;
	background: no-repeat left top;
	line-height: 2.8em;
	text-decoration: none;
	text-align: center;
	color: #333;
}
ul#newopenNavi li a:hover {
	background: left center;
}

ul#newopenNavi li.active a, ul#newopenNavi li.active a:hover {
	background: left bottom;
}
ul#newopenNavi li#east a {
	background-image: url(../images/spa_navi.png);
}
ul#newopenNavi li#center_n a {
	background-image: url(../images/spa_navi.png);
}
ul#newopenNavi li#south a {
	background-image: url(../images/spa_navi.png);
}

li.active a {
	color: #FFF;
}
/*----------------------------------------------
ページ移動
----------------------------------------------*/
#newopenContents div.pageNavi {
	text-align: center;
	padding: 3px 0px;
	margin: 10px 0px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
#newopenContents div.pageNavi a.prev {
	background: url(../images/prev.gif) no-repeat left center;
	padding: 0px 15px;
}
#newopenContents div.pageNavi a.next {
	background: url(../images/next.gif) no-repeat right center;
	padding: 0px 15px;
}
/*----------------------------------------------
ページ最上部
----------------------------------------------*/
#newopenContents p.pageUp {
	text-align: right;
	padding: 5px 0px;
	border-top: 1px solid #dcdcdc;
}
#newopenContents p.pageUp a {
	background: url(../images/up2.gif) no-repeat left center;
	padding-left: 15px;
}
/*----------------------------------------------
リスト
----------------------------------------------*/
table#newopenList {
	border-collapse: collapse;
	width: 735px;
	margin: 0px 0px;
	color: #000;
}
table#newopenList th, table#newopenList td {
	text-align: left;
	vertical-align: top;
	padding: 10px 1.5em 10px 10px;
}
table#newopenList th {
	white-space: nowrap;
	border-bottom: 1px solid #dcdcdc;
	padding-top: 2px;
	padding-bottom: 2px;
}
table#newopenList td.photo {
	padding-right: 10px;
	width:70px;
}
table#newopenList td.photo img {
	border: none;
	width: 70px;
	height: auto;
}
table#newopenList td.shopName {
	font-weight: bold;
	padding-left: 25px;
}
table#newopenList tr.line2 td {
	background-color: #ebebeb;
}
table#newopenList.eat tr td.shopName {
	background: url(../images/open_icn_eat2.gif) no-repeat left 8px;
}
table#newopenList.eat tr.line2 td.shopName {
	background: #ebebeb url(../images/open_icn_eat2b.gif) no-repeat left 8px;
}
table#newopenList.shop tr td.shopName {
	background: url(../images/open_icn_shop2.gif) no-repeat left 8px;
}
table#newopenList.shop tr.line2 td.shopName {
	background: #ebebeb url(../images/open_icn_shop2b.gif) no-repeat left 8px;
}
table#newopenList.service tr td.shopName {
	background: url(../images/open_icn_service2.gif) no-repeat left 8px;
}
table#newopenList.service tr.line2 td.shopName {
	background: #ebebeb url(../images/open_icn_service2b.gif) no-repeat left 8px;
}
table#newopenList td ul {
	margin-left: 1.5em;
}


/*----------------------------------------------
詳細
----------------------------------------------*/
div#newopenContents h3 {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 2px 0px 5px 25px;
	margin: 10px 0px 5px;
	border-bottom: 1px solid #dcdcdc;
}
.win div#newopenContents h3 {
	font-size: medium;
}
div#newopenContents.eat h3 {
	background: url(../images/open_icn_eat1.gif) no-repeat left top;
}
div#newopenContents.shop h3 {
	background: url(../images/open_icn_shop1.gif) no-repeat left top;
}
div#newopenContents.service h3 {
	background: url(../images/open_icn_service1.gif) no-repeat left top;
}

div.photoArea {
	background-color: #dcdcdc;
	padding: 10px 0px;
	text-align: center;
	margin-bottom: 20px;
}
div.shopInfo {
	position: relative;
	padding-bottom: 30px;
}
div.map {
	position: absolute;
	top: 0px;
	right: 0px;
}
div.shopInfo h4 {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin: 0px 335px 10px 0px;
}
.win div.shopInfo h4 {
	font-size: medium;
}
div.shopInfo p.shopNote {
	margin: 0px 335px 15px 0px;
	color: #000;
}

div.shopInfo table {
	border-collapse: collapse;
	width: 400px;
	border-top: 1px solid #dcdcdc;
}
div.shopInfo table th, div.shopInfo table td {
	text-align: left;
	vertical-align: top;
	padding: 3px 1.5em 3px 0px;
	border-bottom: 1px solid #dcdcdc;
}
div.shopInfo table th {
	white-space: nowrap;
	width: 5%;
	font-weight: normal;
	color: #505050;
}
div.shopInfo table td {
	color: #000;
}

/*----------------------------------------------
イベント一覧へ戻るボタン
----------------------------------------------*/
div#newopenContents div.backList {
	position: absolute;
	top: 170px;
	right: 0px;
}
div.topic06b div#backList02 {
	float: left;
	padding-top: 5px;
}
div#newopenContents div.backList a {
	display: block;
	width: 79px;
	height: 20px;
	background: url(../images/open_btn_backlist.gif) left bottom;
	text-indent: -999em;
}
div#newopenContents div.backList a:hover {
	background-position: left top;
}

/*----------------------------------------------
サブナビゲーション takemotoコピーどうするか考える
----------------------------------------------*/
#subNav {
	margin-bottom		: 10px;
	width				: 165px;
	background-image	: url(/images/m_frame_top.gif);
	background-position	: left top;
	background-repeat	: no-repeat;
}
#subNav ul {
	background-color	: #FFF;
	padding				: 0px 3px 3px;
	margin				: 4px 0px 0px;
	border-left			: 1px solid #DCDCDC;
	border-right		: 1px solid #DCDCDC;
}
#subNav li {
	margin				: 0px 0px 2px 0px;
	list-style-type		: none;
	text-indent			: -999em;
	float			:left;
}
#subNav li a {
	display				: block;
	height				: 28px;
	width				: 157px;
	background-position	: left top;
	background-repeat	: no-repeat;
}
#subNav li a:hover {
	background-position	: left -28px;
}
#subNav li#mGourmet a {
	background-image	: url(/images/m_gourmet.gif ); }
#subNav li#mLeisure a {
	background-image	: url(/images/m_leisure.gif ); }
#subNav li#mJutaku a {
	background-image	: url(/images/m_jutaku.gif  ); }
#subNav li#mShopping a {
	background-image	: url(/images/m_shopping.gif); }
#subNav li#mBiyou a {
	background-image	: url(/images/m_biyou.gif   ); }
#subNav li#mBridal a {
	background-image	: url(/images/m_bridal.gif  ); }
#subNav li#mKyujin a {
	background-image	: url(/images/m_kyujin.gif  ); }
#subNav li#mShumi a {
	background-image	: url(/images/m_shumi.gif   ); }
#subNav li#mShumi a {
	background-image	: url(/images/m_shumi.gif   ); }
#subNav li#mIryou a {
	background-image	: url(/images/m_iryou.gif   ); }
#subNav li#mSeikatsu a {
	background-image	: url(/images/m_seikatsu.gif); }
	
#subNav p {
	text-align			: right;
	padding				: 2px 7px 7px 0px;
	background-image	: url(/images/m_frame_bottom.gif);
	background-position	: left bottom;
	background-repeat	: no-repeat;
}
#subNav p a {
	padding-left		: 12px;
	background-image	: url(/images/arw.gif);
	background-position	: left center;
	background-repeat	: no-repeat;
	font-size			: 10px;
}
/*ie用ハック（フォントサイズ）*/
*:first-child+html #subNav p a {
	font-size			: x-small;
}
* html #subNav p a {
	font-size			: x-small;
}
/*---end---*/
