/* 宿帳くんFrontierお客様画面 カスタムCSS */
@import url(//fonts.googleapis.com/css?family=Playball);
*{
	font-family: 'ＭＳ Ｐ明朝',"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-break: normal;
	margin: 0px auto;
}
.English{
	font-family: 'Playball', cursive;,
	font-weight: normal ! important;
	text-shadow: 1px 1px 1px #666;
	letter-spacing: 0.1em;
}
.Gothic *{
	font-family: "ＭＳ ゴシック","メイリオ", Meiryo,  sans-serif ! important;
}
.Mincho *{
	font-family: "ＭＳ 明朝",Osaka,sans-serif ! important;
}

html{
}
body{
}
a,button{
	cursor: pointer;
}
hr{
	color: #cecece;
}
.MsgIcon{}
.BlackIcon{}

.img_cap{
	text-align: center;
	font-size: small;
}

/* 入力必須項目 */
.Required{}
/* ページ右下住所 */
#Address{}
/* 注意メッセージエリア */
.attention{}

#Search,
#SearchCondition,
.shortcut{
}
/* 上へ */
.ToTop{
	color: #fff;
	text-decoration: none;
	float: right;
	display: inline-block;
	width: auto;
	height: 32px;
	line-height: 32px;
	padding: 10px;
	margin-right: 5px;
	margin-top: 25px;
	font-size: small;
	text-align: center;
	
background: -moz-linear-gradient(top, #01268A  0%, #1e91ee  100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01268A), color-stop(100%,#1e91ee )); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #01268A 0%,#1e91ee  100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #01268A 0%,#1e91ee  100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #01268A 0%,#1e91ee  100%); /* IE10+ */
background: linear-gradient(to bottom, #01268A 0%,#1e91ee  100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#01268A, endColorstr=#1e91ee ,GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.ToTop a{
	color: #fff;
	text-decoration: none;
}
.BasicBtn,
#PageMenu a,
.Buttons a{
	width: 80%;
	height: auto;
	border: 2px solid #bfd5df;
	display: inline-block;
	text-align: center;
	
	color: rgb(255, 255, 255);
	font-size: 11pt;
	padding: 8px;

	text-shadow: 2px 2px 2px #000;
	text-decoration: none;

	
background: -moz-linear-gradient(top,  #07365b 0%, #1e91ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07365b), color-stop(100%,#1e91ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #07365b 0%,#1e91ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #07365b 0%,#1e91ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #07365b 0%,#1e91ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #07365b 0%,#1e91ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#07365b, endColorstr=#1e91ee,GradientType=0 ); /* IE6-9 */


	/*background-image: url(../../HpImages/arrow_left2w.gif);*/
	background-repeat: no-repeat,repeat;
	background-position: left center,center center;
	text-align:left;
	padding-left: 25px;

	
box-shadow:         0px 1px 1px rgba(50,50,50,0.5);
-webkit-box-shadow: 0px 1px 1px rgba(50,50,50,0.5);
-moz-box-shadow:    0px 1px 1px rgba(50,50,50,0.5);


	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	margin-bottom: 5px;
}
div.YoyakuBtn{
	width: 35%;
	float: right;
}
button.YoyakuBtn{
	font-size: 20pt;
	padding: 5px;
	line-height: 1.1em;
	text-align:center;
	display: block;
	width: 100%;
}
a.BasicBtn{
	border: 2px solid #f3ab00;
	width: 70%;
	height: auto;
	display: inline-block;
	text-align: center;
	
	color: rgb(255, 255, 255);
	font-size: 11pt;
	padding: 8px;

	text-shadow: 2px 2px 2px #000;
	text-decoration: none;
  
background: -moz-linear-gradient(top,  #f3ab00 0%, #ea4a00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3ab00), color-stop(100%,#ea4a00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3ab00 0%,#ea4a00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3ab00 0%,#ea4a00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3ab00 0%,#ea4a00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3ab00 0%,#ea4a00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#f3ab00, endColorstr=#ea4a00,GradientType=0 ); /* IE6-9 */

	text-align:left;
	padding-left: 25px;

	
box-shadow:         0px 1px 1px rgba(50,50,50,0.5);
-webkit-box-shadow: 0px 1px 1px rgba(50,50,50,0.5);
-moz-box-shadow:    0px 1px 1px rgba(50,50,50,0.5);


	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	margin-bottom: 5px;
}

.arrow-left {
	display: inline-block;
	width: 25px;/*使用画像に応じて指定*/
	height: 25px;/*使用画像に応じて指定*/
	background: url(../../HpImages/arrow_w_left.png),rgb(234,225,199); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(../../HpImages/arrow_w_left.png),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTFjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMThiMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url(../../HpImages/arrow_w_left.png),-moz-linear-gradient(top,  rgba(234,225,199,1) 0%, rgba(209,139,27,1) 100%); /* FF3.6+ */
	background: url(../../HpImages/arrow_w_left.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,225,199,1)), color-stop(100%,rgba(209,139,27,1))); /* Chrome,Safari4+ */
	background: url(../../HpImages/arrow_w_left.png),-webkit-linear-gradient(top,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(../../HpImages/arrow_w_left.png),-o-linear-gradient(top,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* Opera 11.10+ */
	background: url(../../HpImages/arrow_w_left.png),-ms-linear-gradient(top,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* IE10+ */
	background: url(../../HpImages/arrow_w_left.png),linear-gradient(to bottom,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae1c7', endColorstr='#d18b1b',GradientType=0 ); /* IE6-8 */

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.arrow-right {
	display: inline-block;
	width: 25px;/*使用画像に応じて指定*/
	height: 25px;/*使用画像に応じて指定*/
	background: url(../../HpImages/arrow_w_right.png),rgb(234,225,199); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(../../HpImages/arrow_w_right.png),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTFjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMThiMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url(../../HpImages/arrow_w_right.png),-moz-linear-gradient(top,  rgba(234,225,199,1) 0%, rgba(209,139,27,1) 100%); /* FF3.6+ */
	background: url(../../HpImages/arrow_w_right.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,225,199,1)), color-stop(100%,rgba(209,139,27,1))); /* Chrome,Safari4+ */
	background: url(../../HpImages/arrow_w_right.png),-webkit-linear-gradient(top,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(../../HpImages/arrow_w_right.png),-o-linear-gradient(top,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* Opera 11.10+ */
	background: url(../../HpImages/arrow_w_right.png),-ms-linear-gradient(top,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* IE10+ */
	background: url(../../HpImages/arrow_w_right.png),linear-gradient(to bottom,  rgba(234,225,199,1) 0%,rgba(209,139,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae1c7', endColorstr='#d18b1b',GradientType=0 ); /* IE6-8 */

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}


/* パッケージプラン等のメッセージ */
div.ExclamationMsg{}
/* 特別値引きメッセージ */
div.YdfDiscountMsg{}
/* 事前決済プランメッセージ */
span.planpay{}
/******* UI Dialog用 *******/
.ui-widget-header {}
.ui-dialog .ui-dialog-title {} 
.ui-dialog .ui-dialog-content {}
.ui-dialog .ui-dialog-buttonpane {}
.ui-datepicker *{}
.ui-datepicker-calendar th{}

/* jBtn */
.ui-state-default{}
/* jBtnオーバー */
.ui-state-hover, .ui-state-focus{}
/******* カレンダー用 *******/
div.Calendar{}
/* カレンダー */
table.Calendar{}
table.Calendar th{}
table.Calendar td{}
table.Calendar .Weeklist{}	
table.Calendar .Otherday{}
table.Calendar .Weekday{}
table.Calendar .Saturday{}
table.Calendar .Holiday{}
table.Calendar .Today{}
table.Calendar td a{}
table.Calendar td a:hover{}
table.Calendar td div{}
table.Calendar td div b{}
div.Rsvaccepting{}
div.Rsvvacancy{}
div.Rsvinvalidity{}
div.Remain{}

/* プラン詳細カレンダーの月別ボタンのエリア */
#CalenNavi{}
input.Active{}
input.Deactive{}

/* プラン詳細ページの部屋タイプ一覧 */
table.CalenLeftList{}
table.CalenLeftList caption{}
table.CalenLeftList img.shadow{}

/* 日付検索テーブル */
table#Reserve{}
table#Reserve th{}
table#Reserve td{}
table#Reserve td div{}

/* プランコンテンツ */
div.YdfBodys{
	background-image: none ! important;
	width: 95% ! important;
	float: none ! important;
	margin-top: 0px ! important;
	padding-top: 10px;
}
div.YdfList{
	background-color: rgba(255,255,255,1);
}
table.YdfList{
	background-color: rgba(255,255,255,1);
}
table.YdfList caption{
	background-color: rgba(255,255,255,1);
	height: 35px;
}
table.YdfList caption img{}
table.YdfList th,
.ths{}
table.YdfList td{}
table.YdfInfo{}
table.YdfInfo td{}
table.YdfList td hr{}
/* プラン画像 */
div.YdfImage{}
table.YdfImages{}
table.YdfImages td{}
/* プラン名 */
div.YdfName{}
div.YdfName a{}
/* プランキャッチコピー */
div.YdfSubname{}
/* プラン詳細説明 */
div.YdfMemo{}
div.YdfMemo a{}
div.YdfSideMenu{}
/**************************/
/* 大外枠 */
div.Main{
	position: relative;
	border: 0px solid #00ff00;
	/*background-image:	url("http://sunresort-shonai.net/SSL/www.sunresort-shonai.net/images/bg.jpg");*/
	background-repeat: repeat;

background: -moz-linear-gradient(top,  #bce2ff 0%, #fff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bce2ff), color-stop(100%,#fff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bce2ff 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bce2ff 0%,#fff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bce2ff 0%,#fff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bce2ff 0%,#fff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#bce2ff, endColorstr=#fff,GradientType=0 ); /* IE6-9 */

}
header{
	background: url("images/header_bg.png") center top repeat-x;
}
/****************************/
/* ページヘッダー */
div.Bodyheader{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	left : 0;
	top: 0;
	height: 0px;
	overflow:hidden;
	width: 1200px;
	border: 0px solid #0000ff;
	display: none;
}
div.Bodyheader a{
	display: block;
	text-align: left;
	width: 300px;
	height: auto;
	padding-top: 25px;
	overflow:hidden;
	margin: 0;
	border: 0px solid #000000;
}
div.Bodyheader h1{
	left : 0px;
	top: 0;
	text-align: left;
	text-decoration: none;
	margin: 0px auto auto 320px;
	height: 20px;
	line-height: 20px;
	font-size: small;
	cursor: default;
	border: 0px solid #ff0000;
	color: #6c5020;
}
#Topnav{
	position: absolute;
	left : 530px;
	top: 0px;
}
#Topnav a:not(#Yoyaku){
	display: inline-block;
	width: 100px;
	height: 10px;
	color: #fff;
	padding: 10px;
	margin-right: 5px;
	font-size: small;
	text-decoration: none;
	text-align: center;
	
background: -moz-linear-gradient(top,  #07365b 0%, #1e91ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07365b), color-stop(100%,#1e91ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #07365b 0%,#1e91ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #07365b 0%,#1e91ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #07365b 0%,#1e91ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #07365b 0%,#1e91ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#07365b, endColorstr=#1e91ee,GradientType=0 ); /* IE6-9 */

}
/* TEL */
#Tel{
	position: absolute;
	left : 0px;
	top: 35px;
}
/* 宿泊プラン・ご予約 */
#Yoyaku{
	position: absolute;
	left : 254px;
	top: -30px;
}
figure{
	background: url("images/header_bg.png") center top repeat;
}
div.Flash{
	margin: 0px auto 0px auto;
	border: 0px solid #f00;
	/*width: 990px;*/
	width: 1200px;
	height: 0px;
	overflow: hidden;
	position: relative;
}
div.Flash img{
	width: 100%;
}
#FlashMsg{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 200px;
	text-align: right;
	margin-right: 50px;
	/*width: 400px;*/
	width: 40%;
	color: #fff;
	font-size: 20pt;
	text-shadow:2px 2px 3px rgba( 0,0,0,1.0), -1px -1px 1px rgba(255, 255, 255, 1.0);
}
div.Flash div{
	padding-left: 0;
}
div.Top div.Flash{
	top: -3px;
	height: 600px;
	overflow:hidden;
	background-color: #000;
}
div.Top div.Flash span{
	position: absolute;
	top: 0;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	display: block;
	border: 0px solid #fff;
	background: url(images/flash_logo.png) no-repeat center center;
}
div.Top #Flash ul.slider li{
	width: 598px;
	height: 300px;
	margin: 1px;
	float: left;
	list-style:none;
}
#Photo{
	clear: both;
}

/****** SubMenu(dropmenu) ******/
nav{
	position: relative;
	top: 0px;
	margin: 0 auto;
	height: 70px;
	overflow:hidden;
	background: url(images/gold.png);
	background-repeat: repeat-x;
	background-position: left center;
}
div.Menus{
	width: 1200px;
	border: 0px solid #f00;
	height: 70px;
	margin: 0 auto;
	padding: 10 0 0 0px;
	z-index: 0;
	overflow:hidden;
	background: url(images/menu_logo.png) no-repeat left center;
}
/****** SubMenu(dropmenu) ******/
div.Menus ul.dropdown{
	list-style:none;
	margin: 0px auto 0 auto;
	margin-left:280px;
	padding:0;
	border-left: 1px solid #cecece;
}
div.Menus .dropdown li{
	position:relative;
	float:left;
	display: block;
	padding:0;
	text-align: center;
	border-right: 1px solid #cecece;
}
div.Menus .dropdown li a, 
div.Menus .dropdown li a:active,
div.Menus .dropdown li a:visited {
	font-weight: bold;
	padding: 18px 0px 5px 0px;
	/*color: #cd853f;*/
	display:block;
	text-decoration:none;
	width: 113px;
	height: 47px;
	font-size: 16pt;
	line-height:1em;
	color: #07375B;
	text-shadow: 2px 2px 2px #999;
	
	border: 0px solid #fff;
}
div.Menus .dropdown li a div{
	font-size: 10pt;
	font-family: 'Playball', cursive;
	font-weight: normal;
	color: #6b5945;
}

div.Menus .dropdown li a:hover{
	/*text-shadow: 1px 1px 0px #7d5127,-1px -1px 0px #7d5127,-1px 1px 0px #7d5127,1px -1px 0px #7d5127,2px 2px 2px #000;*/
	color: #07365b;
	
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 35%, rgba(255,255,255,0.7) 65%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(35%,rgba(255,255,255,0.7)), color-stop(65%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.7) 65%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.7) 65%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.7) 65%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.7) 65%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */

}

/****** コンテンツ表示 ******/
div.Bodys{
	background-color: #fff;
	border: 1px solid #fff;
	width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 0px 5px;
	z-index:100;
}
div.Bodys:after{
  content:"";
  display:block;
  clear:both;
}

div.Contents{
	width: 70%;
	min-height: 800px;
	padding: 0px;
	margin: 10px auto;
	text-align: center;
	border: 0px solid #fff;
	line-height: 1.2em;
	clear: both;
	float: right;
}
div.SideMenu{
	padding: 0px;
	height: auto;
	margin: 0px auto;
	width: 29%;
	float:left;
	border: 0px solid #fff;
	text-align: center;
}
h2,
.Title{
	width: auto;
	height: auto;
	line-height: 20px;
	padding: 6px 5px 5px 10px;
	letter-spacing: 0.2em;
	color: #fdf5e8;
	text-shadow: 2px 2px 2px #d28e21;
	font-size: 14pt;
	text-align: center;
	/*border-left: 5px solid #a57a2c;*/

	
background: -moz-linear-gradient(top,  #07365b 0%, #1e91ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07365b), color-stop(100%,#1e91ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #07365b 0%,#1e91ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #07365b 0%,#1e91ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #07365b 0%,#1e91ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #07365b 0%,#1e91ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#07365b, endColorstr=#1e91ee,GradientType=0 ); /* IE6-9 */

	/* border-radius */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
div.Title{
	font-size: 24pt;
	line-height: 35pt;
}
h2 a{
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0em;
	font-size: small;
	float: right;
	text-decoration: none;
	display: inline-block;
	margin-top: -3px;
	color: #fff;
}
div#PageMenu{
	/*margin-top: -106px;*/
	/* borderがないと背景画像がずれる */
	border: 0px solid #0f0;
	background: transparent;
	padding: 0;
	margin: 0 ! important;
}
div.SideMenu h2,
div#PageMenu h2{
	
background: -moz-linear-gradient(top,  #07365b 0%, #1e91ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07365b), color-stop(100%,#1e91ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #07365b 0%,#1e91ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #07365b 0%,#1e91ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #07365b 0%,#1e91ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #07365b 0%,#1e91ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#07365b, endColorstr=#1e91ee,GradientType=0 ); /* IE6-9 */


	width: auto;
	height: 50px;
	line-height: 25px;
	letter-spacing: 0.2em;
	color: #fdf5e8;
	text-shadow: 2px 2px 2px #666;
	font-size: 14pt;
	text-align: center;
	border: 0px solid #000;
	padding: 5px 0px;
	/* border-radius */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

}
div#PageMenu a{
	display: block;
	padding: 8px;
	width: auto;
	color: #fff;
	border: none;
	text-shadow: 2px 2px 2px #d28e21;
}
div#PageMenu a:hover{
	color: #fff;
	border: none;
	text-shadow: 2px 2px 2px #666;
}
#PageMenu a.Active{
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
	color: #000;
	text-shadow: 2px 2px 2px #fff;
}
div.SubMain{
	text-align: center;
}
/********* コメント表示 *********/
div.PageComment{
	padding: 20px 0px;
}
#PageTitle{
	color: #2d4193;
	margin:0px 5px;
	padding: 10px 30px 0px 30px;
	/*width: 650px;*/
	width: auto;
	height: 25px;
	text-align: left;
	font-weight: bold;
	font-size: 20pt;
	text-shadow: 2px 2px 2px #ddd;
}
#Comments{
	color: #2d4193;
	position: relative;
	margin:0px 5px;
	padding: 20px 30px 0px 30px;
	/*width: 650px;*/
	width: auto;
	line-height: 2em;
	text-align: left;
	font-size: 11pt;
	font-weight: normal;
	background-color: transparent;

	border: 0px solid #f00;
}
#Comments span{
	border-bottom:1px dotted;
}
div.Update{
	/*
	background: url(http://sunresort-shonai.net/images/update.gif) no-repeat 0 0;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 16pt;
	font-family: "Impact";
	float:left;
	*/
	
	float: right;
	font-size: 10pt;
}
/****** テーブル用クラス ******/
/* 汎用テーブル */
table.Layout{
	width: 90%;
	margin: 5px auto;
}
table.Layout td{
	padding: 10px;
}
table.Layout a img{
	float:left;
	margin: 0px 15px 15px 0px;
}

ul.Images{ 
 display:table; 
 width: 100%;
} 
ul.Images li{ 
 display:table-cell;
 padding: 3px;
}
ul.Images li img.shadow{
	width: 100%;
}

p{
	padding: 10px 15px;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 100;
}
div.Update{
}
.Caption{
	background: none transparent;
	padding: 0.5em 0;
	width: 99%;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px auto 10px auto;
	
	/* border-radius */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

	/* box-shadow */
	box-shadow:rgba(0, 191, 255, 0.65098) 0px 0px 10px 3px inset;
	-webkit-box-shadow:rgba(0, 191, 255, 0.65098) 0px 0px 10px 3px inset;
	-moz-box-shadow:rgba(0, 191, 255, 0.65098) 0px 0px 10px 3px inset;
}

dl.Basictable{
	display:table;
	width: 95%;
}
dl.Basictable dt{
	/*display:table-cell;*/
	display:block;
	width: 100px;
	clear: left;
	float: left;
}
dl.Basictable dd{
	/*display:table-cell;*/
	margin-left: 108px;
}


table.Basictable{
	width: 95%;
	border-collapse: collapse;
	margin: 5px auto;
}
dl.Basictable dt,
table.Basictable th{
	background-image: none;
	text-align: center;
	padding: 3px;
	background-color: #2c85e9;
	color: #fff;
	border:1px solid #4C2C2C;
}
dl.Basictable dd,
table.Basictable td{
	text-align: left;
	padding: 8px 5px;
	color: #4C2C2C;
	border:1px solid #4C2C2C;
}
footer{
	position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0px;
	
background: -moz-linear-gradient(top, #01268A  0%, #1e91ee  100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01268A), color-stop(100%,#1e91ee )); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #01268A 0%,#1e91ee  100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #01268A 0%,#1e91ee  100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #01268A 0%,#1e91ee  100%); /* IE10+ */
background: linear-gradient(to bottom, #01268A 0%,#1e91ee  100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#01268A, endColorstr=#1e91ee ,GradientType=0 ); /* IE6-9 */

}
footer:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10px;
	margin: 0 auto;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6b589+0,e1ce96+100 */
background: rgb(198,181,137); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(198,181,137,1) 0%, rgba(225,206,150,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,181,137,1)), color-stop(100%,rgba(225,206,150,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(198,181,137,1) 0%,rgba(225,206,150,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(198,181,137,1) 0%,rgba(225,206,150,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(198,181,137,1) 0%,rgba(225,206,150,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(198,181,137,1) 0%,rgba(225,206,150,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6b589', endColorstr='#e1ce96',GradientType=0 ); /* IE6-9 */
}
footer:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10px;
	margin: 0 auto;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1ce96+0,c6b589+100;Yellow+3D+%232 */
background: rgb(225,206,150); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(225,206,150,1) 0%, rgba(198,181,137,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,206,150,1)), color-stop(100%,rgba(198,181,137,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(225,206,150,1) 0%,rgba(198,181,137,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(225,206,150,1) 0%,rgba(198,181,137,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(225,206,150,1) 0%,rgba(198,181,137,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(225,206,150,1) 0%,rgba(198,181,137,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ce96', endColorstr='#c6b589',GradientType=0 ); /* IE6-9 */

}
/******************/
div.Bodyfooter{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	clear: both;
	text-align: center;
	font-size: 10pt;
	padding: 50px 0px 130px 0px;
	border: 0px solid #ff0000;
	word-break: keep-all;
	color: #fff;
	height: auto;
}
div.Bodyfooter:after{
  content:"";
  display:block;
  clear:both;
}
#FooterNav{
	width: 80%;
	margin: 0px auto 0px 50px;
}
#FooterNav ul{
	width: 200px;
	float: left;
	margin-right: 30px;
	text-align: left;
	border: 0px solid #f00;
}
#FooterNav ul li{
	margin: 8px auto;
	list-style-type : square;
}
#FooterNav a{
	color: #fff;
	text-decoration: none;
	white-space:nowrap;
}
address{
	position: absolute;
	font-style: normal;
	right: 0px;
	bottom: 0;
	margin: 0 auto;
	color: #fdf5e8;
	font-size: 12pt;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.5em;
	padding: 0px 5px 15px 5px;
	width: 100%;
	border: 0px solid #f00;
}
address a{
	color: #fff;
}
#Sitename{
	text-shadow: 2px 2px 2px #000;
	font-weight: bold;
	font-size: 16pt;
	font-family: 'aozorabold', cursive;
	padding: 2px 0px;
}
div.Admin,
div.Powered{
	clear: both;
	padding: 2px 0px 2px 0px;
	text-align: right;
	font-size: x-small;
	/*background: url(images/footer_bg.jpg) repeat;*/
}
div.Admin a{
	font-size: small;
	text-decoration: none;
	color: #1e91ee;
}
div.Admin a:hover{
	color: #fff;
}
/******************/
div.Powered{
	background: none;
	width: 100%;
	font-size: 8pt;
	text-align: center;
	border: 0px solid #000000;
}
div.Powered a{
	color: #999;
	margin: 5px;
	text-decoration: none;
}
div.Powered div{
	display: none;
}
/******************/
/* index.html */
/******************/
.bx-wrapper .bx-viewport{
	background-color: #000 ! important;
}
#TopSearch,
#TopMainLink,
#Plan,
#Blog,
#IndoorView,
#Info{
	position: relative;
	padding: 10px;
	margin: 0px auto 30px auto;
	border: 1px solid #efefef;
	
box-shadow: rgba(50,50,50,0.5) 5px 5px 5px 0px;
-webkit-box-shadow:rgba(50,50,50,0.5) 5px 5px 5px 0px;
-moz-box-shadow:rgba(50,50,50,0.5) 5px 5px 5px 0px;

}
#FaceBook{
	border: 1px solid #fff;
	
box-shadow: rgba(50,50,50,0.5) 5px 5px 5px 0px;
-webkit-box-shadow:rgba(50,50,50,0.5) 5px 5px 5px 0px;
-moz-box-shadow:rgba(50,50,50,0.5) 5px 5px 5px 0px;

}
.Large{
	font-size: 22pt;
	text-align: center;
	padding: 8px;
	letter-spacing: -0.05em;
}
#Charm{
	margin: 10px auto;
	padding: 0 10px;
	background-color: #000;
}
#Charm:after{
  content:"";
  display:block;
  clear:both;
}
#CharmMidashi{
	font-family:"HG祥南行書体","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	width: 1em;
	float: right;
	right: 0;
	font-size: 22pt;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #666;
	padding: 10px;
	height: auto;
	writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}

#Charm ul{
	list-style:none;
}
#Charm li{
	width: 22.2%;
	float: left;
	margin-right: 2px;
	border: 8px solid #000;
	position: relative;
	display: block;
	padding: 0px;
	background-color: #000;
	text-align: center;
	overflow:hidden;
}
div.CharmTitle{
	font-family:"HG祥南行書体","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	width: auto;
	background: #191970;
	font-size: 42pt;
	-moz-opacity:.70;
	filter:alpha(opacity=80);
	opacity:.70;
	color: #fff;
	position: absolute;
	text-align: left;
	line-height: 1.5em;
	/*bottom: 125px;*/
	top: 0;
	right: 5px;
	padding: 10px;
	border-top: 1px solid #999;
}
div.CharmText{
	font-size: 14pt;
	color: #fff;
	bottom: 0;
	margin-top: -100px;
	line-height: 1.3em;
}
#Charm a{
}
#Charm img{
	height: 375px;
	width: 100%;
	margin: 0 auto;
  /*opacity: 0.5;*/
}
#Charm a:hover img{
	background-color: none;
  /*opacity: 1;*/
}

/*#Plan .bx-viewport{
	min-height: 200px;
	height: 100%;
	margin: 5px 30px 5px 0px;
	padding: 10px 0px;
	background-color: #000;
	border-color: #000;
  border-radius: 10px;
 	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
*/
#Plans div{
	min-height: 150px;
	height: 100%;
	background-color: #000;
	border-color: #000;
  border-radius: 10px;
 	-webkit-border-radius:10px;
	-moz-border-radius:10px;

	padding: 10px;
	margin: 5px auto 10px 0;
	clear: both;
	height: auto;
	overflow: hidden;
}
#Plans div:after{
  content:"";
  display:block;
  clear:both;
}

#Plans h3{
	width: 100%;
	font-weight: bold;
	color: #fdf5e8;
	font-size: 14pt;
	padding-left: 3px;
}
#Plans img{
	height: 150px;
	margin: 0px 20px 0px 0px;
	float:left;
}
#Plans p{
	text-align: left;
	font-size: 12pt;
	color:#fff;
	width: 100%;
}
#Plan .bx-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 99%;
	margin: 0 auto 0 0;
	position: relative;
	text-align: center;
	margin-top: 5px;
}
/* プランのサムネイル*/
#Plan .bx-wrapper .bx-pager {
  bottom: -100px;
}
#Plan .bx-wrapper .bx-pager a {
  border: solid #ccc 1px;
  display: block;
  margin: 0 5px;
  padding: 3px;
}
#Plan .bx-wrapper .bx-pager a img{
	width:80px;
	height:80px;
}
#Plan .bx-wrapper .bx-pager a:hover,
#Plan .bx-wrapper .bx-pager a.active {
  border: solid #5280DD 1px;
}
#Plan .bx-wrapper {
  margin-bottom: 100px;
}


div.Midashi{
	border: 0px solid #f00;
	height: 100%;
	overflow: hidden ! important;
	overflow: visible;
}
div.Midashi ul{
	list-style-type: none;
}

#Info{
	position: relative;
	background: rgba(255,255,255,0.6);
}
#Info li{
	display: block;
	width: 32%;
	float: left;
	overflow: hidden;
	margin: 3px;
	height: 100%;
	border: 1px solid #cecece;
}
div.InfoBody{
	text-align: left;
	position: relative;
	padding: 5px 0px;
}
div.InfoBody:after{
  content:"";
  clear:both;
}
div.InfoImg{
	padding: 3px;
	width: auto;
	border: 0px solid #ff0;
}
div.InfoImg img{
	padding: 3px;
	width: 100%;
	height: 200px;
	background: #f1f1f1; /* Old browsers */
	
box-shadow:         0px 1px 1px rgba(50,50,50,0.5);
-webkit-box-shadow: 0px 1px 1px rgba(50,50,50,0.5);
-moz-box-shadow:    0px 1px 1px rgba(50,50,50,0.5);

}
div.InfoBody a{
	color: #07365b;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-shadow: 0px 1px 1px #ccc;
}
div.InfoBody > a{
}
div.InfoBody p{
	margin: 5px 0px 10px 0px;
	padding: 5px 5px;
	clear:both;
	font-size: 10pt;
	line-height: 1.1em;
	width: auto;
	font-size: 11pt;
	border: 0px solid #f00;
}
#Info li div.InfoBody .Update{
	text-align: right;
	font-size: 9pt;
}

#Member li{
	position: relative;
	height: 128px;
	width: 128px;
	margin: 2px;
	float: left;
}
#Member li a p{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	position: absolute;
	top: 0;
	left:0;
	width: 82px;
	padding: 28px 25px 9px 20px;
	height: 90px;
	letter-spacing: -0.1em;
	line-height: 2.5em;
	display: inline-block;
	vertical-align: middle;
	color: #522A00;
	text-decoration: none;
	text-align: center;
	z-index: 3;
	font-size: 11pt;
	font-weight: bold;
	color: #522A00;
	text-shadow: 1px 1px 0px #fff,-1px -1px 0px #fff,-1px 1px 0px #fff,1px -1px 0px #fff,2px 2px 2px #fff;
	
  transition: all 5s ease;
  -webkit-transition: all 5s ease;
}
#Member li a:hover p{
	color: #f6e6d5;
	text-shadow: 1px 1px 0px #522A00,-1px -1px 0px #522A00,-1px 1px 0px #522A00,1px -1px 0px #522A00,2px 2px 2px #522A00;
}
#Member li a span{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(http://sunresort-shonai.net/SSL/www.sunresort-shonai.net/images/en_bg.png) no-repeat center;

  transition: all 5s ease;
  -webkit-transition: all 5s ease;
	border: 0px solid #f00;
}
#Member li a:hover span{
	transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

#IndoorView ul{
}
#IndoorView li{
}
#IndoorView li div{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif ! important;
	background: #111;
	text-decoration: none;
	display: block;
	color: #fff;
	height: 100%;
	padding: 30px;
	font-size: medium;
	margin: 0px;
	text-align: left;
}
#IndoorView img{
	width: 320px;
  opacity: 0.8;
  float: left;
  margin-right: 20px;
}
#IndoorView a:hover img{
	background-color: none;
  opacity: 1;
}
/******************/
/* /meal/index.html */
/******************/
ul.thumb {
	list-style: none;
	margin-left:-5px;
	padding: 10px;
	width: 100%;
}
ul.thumb li{
	margin: 0;
	padding: 3px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 90px;
	display: block;
}
ul.thumb li span,
ul.thumb li img{
	width: 100px;
	height: 80px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-size: small;
	line-height: 1em;
}
ul.thumb li img.hover {
	background:url(http://sunresort-shonai.net/images/thumb_bg.png) no-repeat center center;
	border: none;
	z-index: 10px;
}
div.MealImage{
	padding: 9px 0;
	margin: 5px auto;
	width:95%;
	height:auto;
}
div.MealImage img{
	width:100%;
	height:100%;
	visibility: visible;
}
div.MealBody{
	margin: 9px auto 0px auto;
	width: auto;
	font-weight: normal;
	padding: 10px;
	border: 1px solid #936747;
	min-height: 140px;
	height: auto;
	overflow: auto;
	color:#000;
}
div.MealBody b{
	font-size: 12pt;
	color: #d1a705;
}
/******************/
/* /around/index.html */
/******************/
div.Article{ clear: both; padding-top: 10px; }
div.Detail,
div.Discount{ 
	clear: both; 
	padding-top: 10px;
	border: 3px ridge #6fcaff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
div.SubTitle{ 
	padding-left: 20px;
	text-align: left; 
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif ! important;
	color:#3066e0;
	background:url(../../HpImages/arrow_left2b.gif) no-repeat left center; 
	
}
div.AroundBody{
 float: right;
 width: 67%;
}
#SunsetTimeTable{
	width: 80%;
}