
/* 宿帳くんFrontierお客様画面 カスタムCSS */
@import url(https://fonts.googleapis.com/css?family=Playball);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');
*{
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",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: "游明朝", YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; ! important;
}

html{
}
body{
}
a,button{
	cursor: pointer;
}
hr{
	color: #cecece;
	display: none;
}
.MsgIcon{
}
.BlackIcon{}

.img_cap{
	text-align: center;
	font-size: small;
}

/* 入力必須項目 */
.Required{}
/* ページ右下住所 */
#Address{}

/* 注意メッセージエリア */
.attention{
	border:  solid 1px;
}

#Search,
#SearchCondition,
.shortcut{
}
/* 上へ */
.ToTop{
	display: none ! important;
	color:  #fff;
	text-decoration: none;
	float: right;
	display: inline-block;
	width: auto;
	height: 32px;
	line-height: 32px;
	padding: 5px 10px;
	margin-right: 5px;
	margin-top: 225px;
	margin-bottom: -200px;
	font-size: small;
	text-align: center;
	border: 2px solid #E5DDCD;

	
background: -moz-linear-gradient(top,  #bbe0f6 0%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbe0f6), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom, #B69844  0%,#B69844 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#bbe0f6, endColorstr=#f5f5f5,GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 5px 5px;
}
.ToTop a{
	color: #fff;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}

.BasicBtn{
	position: absolute;
	bottom: 0;
}



.BasicBtn,
#PageMenu a,
.Buttons a{
	max-width: 80%;
	height: auto;
	border: 2px solid #226791;
	display: inline-block;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 14pt;
	font-weight: bold;
	padding: 10px 15px;
	text-shadow: 2px 2px 2px #000;
	text-decoration: none;

	
background: -moz-linear-gradient(top,  #bbe0f6 0%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbe0f6), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bbe0f6 0%,#ada9a9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0f5d8c 0%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#bbe0f6, endColorstr=#f5f5f5,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;
	
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: 1px solid #2d4b43;
	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;
	text-align:left;
	padding-left: 25px;
	margin-bottom: 5px;
}

.arrow-left {
	display: inline-block;
	width: 25px;/*使用画像に応じて指定*/
	height: 25px;/*使用画像に応じて指定*/
	-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 */
	-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: #fff;
	border: none;
	border-top: solid 1px ;
}
table.YdfList{
	border: solid 1px  ;
	border-collapse: unset;
}
table.YdfList caption{
	/*background-color: rgba(255,255,255,1);*/
	height: 35px;
}
table.YdfList caption img{}
table.YdfList th,
.ths{
	background: url(https://debug.yuyado.net/images/bg1.jpg) repeat;
	border-right:  solid 1px;
	border-bottom:  solid 1px;

}
table.YdfList th{
	padding: 0;
}
table.YdfList td{
	background: #f4f4f4;
	border-right:  solid 1px;
	border-bottom:  solid 1px;
}
table.YdfList td a:not(.ThumbnailIcon){
	background: #2d4b43;
	color: #fff;
	/*text-align: center;*/
}
table.YdfInfo{
	background: #f4f4f4;
	border:  solid 1px;
}
table.YdfInfo td{
	background: #f4f4f4;
	border:  solid 1px;
}
table.YdfList td hr{}
/* プラン画像 */
div.YdfImage{}
table.YdfImages{}
table.YdfImages td{}
/* プラン名 */
div.YdfName{
	background: none #fff;
}
div.YdfName a{
}
/* プランキャッチコピー */
div.YdfSubname{}
/* プラン詳細説明 */
div.YdfMemo{
	text-align: left;
	background: url(https://debug.yuyado.net/images/bg1.jpg) repeat;
}
div.YdfMemo a{}
div.YdfSideMenu{}
/**************************/
/* 大外枠 */
div.Main{
	width: 100%;
	position: relative;
	border: 0px solid #00ff00;
}
div.language{
	/*position: absolute;*/
	top: 0;
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: right;
}

div.language a {
text-decoration: none;
    font-weight: bold;
    color: black;
}


div.language a img {
    border-style: none;
    vertical-align: middle;
    margin: 0px 5px;
}

/****************************/
/* ページヘッダー */
header{
	position: fixed;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  z-index: 300;
  top: 0;
  background: #2d4b43;
}

.header_inner {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	z-index: 400;
}

.header_inner h1{
	    float: left;
}
.header_inner h1 img{
	    margin-left: 50px;
}


.header_right {
    float: right;
    width: 294px;
    margin: 20px 300px 0 0;
}

.header_right li {
	float: right;
	margin: 0 0 10px 30px;
	text-decoration: none;
	list-style: none;
}

div.Bodyheader{
	position: relative;
	top: -7px;
	left: 30px;
  height: -webkit-fill-available;
  background: url(https://metouonsen.yuyado.net/images/logo.png) no-repeat;
  background-size: contain;
  background-position: left 8px;
}

div.Bodyheader a{
	display: inline-block;
	height: -webkit-fill-available;
	float: left;
}
div.Bodyheader a img{
  height: -webkit-fill-available;
}

div.Bodyheader h1{
	display: none;
	text-align: left;
	text-decoration: none;
	height: 80px;
	line-height: 80px;
	font-size: medium;
	cursor: default;
	border: 0px solid #ff0000;
	color: #603F00;
	text-shadow: 2px 2px 2px #C0BFBF;
	position: absolute;
	top: 0;
	left: 100px;
}

#Topnav{
	position: absolute;
	left : 0px;
	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,  #bbe0f6 0%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbe0f6), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bbe0f6 0%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#bbe0f6, endColorstr=#f5f5f5,GradientType=0 ); /* IE6-9 */

}
/* TEL */
#Tel{
	position: absolute;
	left : 0px;
	top: 35px;
}
/* 宿泊プラン・ご予約 */
#Yoyaku{
	position: absolute;
	left : 254px;
	top: -30px;
}
figure{
	display: none;
}
div.Flash{
	position: relative;
	height: 400px;
	width: 100%;
	text-align: center;
	margin-top: 100px;
}
div.Flash img{}
div.Flash div{
	padding-left: 0;
	margin: auto;
	width: 100%;
	position: relative;
}
.FlashMsg{
	position: absolute;
	top: 0;
	line-height: 200px;
	text-align: left;
	width: 100%;
	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);
	/*background: url(/SSL/marin.yuyado.net/images/flash_logo.png) no-repeat 0px 0px;*/
}
#FlashMsg{
	position: relative;
	top: -300px;
	left: 0;
	line-height: 290px;
	text-align: right;
	width: 980px;
	height: 290px;
	padding-right: 20px;
	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);
	margin: 0 auto;
	display: block;
}
div.Top div.Flash{
	border-top: 0px none;
}
div.Top div.Flash span{
	font-family: "EPSON 太明朝体B","HGP明朝B","ＭＳ 明朝",serif;
	display: block;
	top: 0;
	width: 1600px ! important;
	height: 100%;
	color: #fff;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 1), -3px -3px 3px rgba(0,0,0,1);
	margin: 0 auto;
	line-height: 1em ! important;
	font-size: 24pt ! important;
	font-weight: bold;
	padding: 0px;
	text-align: left ! important;
}

/****** SubMenu(dropmenu) ******/
nav{
  clear: both;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  padding: 15px 0 0 0;
	background: url(/SSL/marin.yuyado.net/images/bg_menu.jpg) repeat;
	margin-top: 95px;
	position: fixed;
  z-index: 300;
	
	/*position: relative;*/
	/*height: 70px;*/
	/*border-top: none;*/
	/*background-color: #fefcf2;*/
	/*border-bottom: 3px solid #30979b;*/

}
nav ul{
	width: 1200px;
	margin: 0 auto;
}
nav li {
	float: left;
	margin: 0 30px 0 0;
	list-style: none;
}

nav li a img{
	margin: -10px 0 0 25px;
}

div.Top nav{
	/*margin-top: 300px;*/
}

#open{
	width: 200px;
	border: 0px solid #f00;
	height: 480px;
	margin: 0px auto 0px 0px;
	padding: 10 0 0 0px;
	z-index: 10;

	background-color: #f8f7f5;
	overflow:hidden;

	/*display: none;*/
}
#open ul{
	list-style:none;
	margin: 0px auto;
	padding:0;
	border-left: 0px solid #cecece;
	
}
#open ul{
	top: 55px;
	left: 0px;
	list-style: none;
	background: url('/HpImages/bg_w.png') center repeat #ffc353;
}

#open li{
	position:relative;
	float:left;
	display: block;
	padding:0;
	text-align: center;
  border-left: 0.5px solid #cecece;
  /*border-right: 0.5px solid #cecece;*/

}


#open li a, 
#open li a:active,
#open li a:visited {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: lighter;
	padding: 18px 0px 5px 0px;
	display:block;
	text-decoration:none;
	width: 200px;
	height: 30px;
	font-size: 12pt;
	letter-spacing: 0.1em;
	line-height:1em;
	color: #333333;
	/*text-shadow: 2px 2px 2px #e2dabf;*/
	/*border-bottom: 1px solid #ccc;*/
}

#open li  a:hover{
background-color: #d9d9d9;
font-weight: bold;
color: #fc7608;
}





/****** SubMenu(dropmenu) ******/
#open ul.dropdown{
	list-style:none;
	margin: 0px auto 0 auto;
	padding:0;
	border-left: 0px solid #cecece;
	
}
#open .dropdown ul {
	position: absolute;
	top: 55px;
	left: 0px;
	list-style: none;
	background: url('/HpImages/bg_w.png') center repeat #ffc353;
}

#open .dropdown li{
	position:relative;
	float:left;
	display: block;
	padding:0;
	text-align: center;
  border-left: 0.5px solid #cecece;
  /*border-right: 0.5px solid #cecece;*/

}


#open .dropdown li a, 
#open .dropdown li a:active,
#open .dropdown li a:visited {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: lighter;
	padding: 18px 0px 5px 0px;
	display:block;
	text-decoration:none;
	width: 200px;
	height: 30px;
	font-size: 12pt;
	letter-spacing: 0.1em;
	line-height:1em;
	color: #333333;
	/*text-shadow: 2px 2px 2px #e2dabf;*/
	/*border-bottom: 1px solid #ccc;*/
}

#open .dropdown li  a:hover{
background-color: #d9d9d9;
font-weight: bold;
color: #fc7608;
}

#open ul.droplist{
	display:none;
	padding: 0;
	width: 300px;
	background-color: #ffffff;
}

#open .droplist li a{
	width: 250px ;
	min-width: 280px;
	background-color: #d9d9d9;
	height: 15px;
	text-align: left;
	line-height: 140%;
	margin: 0;
	padding: 15px 5px 15px 15px ! important;
	letter-spacing: 0px;
	border-bottom: 0.5px solid #cecece;
}
#open .droplist li a:hover{
	font-weight: bold;
	width: 250px
	text-decoration: underline;
	color: #fc7608;
	/* 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{
	width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	z-index:100;
	/*background-color: #f5f5f5;*/
}
div.Bodys:after{
  content:"";
  display:block;
  clear:both;
}

div.Top .Contents{
	width: 95%;
}


div.Contents{
	min-height: 800px;
	padding: 0px;
	text-align: center;
	border: 0px solid #fff;
	line-height: 1.2em;
	clear: both;
}

div.ImgMenu h1{
	font-size: xx-large;
	letter-spacing: 0.2em;
	margin-top: 150px;
	color: #3d2512
}

div.ImgMenu ul{
	margin-top: 0px;
}
div.ImgMenu li{
	display: inline-block;
	list-style-type: none;
	/*width: 32%;*/
	/*padding: 20px 0;*/
	vertical-align: top;
}

div.ImgMenu li a{
	text-decoration: none;
	color: black;
}
div.ImgMenu li a:hover{
	color: #fc7608;
	font-weight: bold;
}

div.ImgMenu li a img{
	height: 200px;}

div#Guide.ImgMenu{
	margin-top: 100px;
}

#Guide li{
	display: block;
	float: left;
	width: 50%;
}

#Guide img{
	height: 300px;
	padding: 0;
}

#Guide li a img{
	width: 100%;
	float: left;
	display: block;
}
#Guide .above{
	height: 250px;
}
#Guide .above p{
	margin: 100px;
}

.above {
	position: absolute;
	color: #fff;
	background: #685e5e80;
	z-index: 100;
	width: 46%;
	height: 180px;
	margin: 10px;
	padding: 1em 0;
	transiton: 1.0s;
}

.above p {
	margin: 60px;
	font-size: 150%;
	text-align: center;
	vertical-align: middle;
}


#Service .above{
	width: 30%;
}

#Service li {
	float: left;
	display: block;
	width: 33.3%;
}

#Service img{

	height: 230px;
}

#Service li a img{
	float: left;
	display: block;
	width: 100%;
}


div.Setumei{
	text-align: center;
	font-size: 130%;
	margin: 50px 10px 20px 0px;
	line-height: normal;
	clear: both;
}

h3{
	text-align: left;
	margin-top: 50px;
	margin-left: 130px;
	font-size: large;
}

div.koutei{
	display: block;
	text-align: left;
	margin-left: 140px;
	margin-bottom: 100px;
	line-height: 1.4;
	font-size: medium;
}

div.koutei table{
	border: none ! important;
	width: 70% !important;
}

div.koutei table th{
	border: none !important;
	color: black !important;
	vertical-align:  baseline !important;
	background-color: #fff !important;
	font-weight: unset;
	text-align: left;
	padding: 10px 0px;
}

div.koutei table td{
	border: none ! important;
	padding-left: 15px !important;
	line-height: 1.5em;
	width: auto;
}

div.Setumei a img{
	margin-top: 30px;
	height: 180px;
	width: auto;
	margin-right: -20px;
	    float: left;
}

h4{
	text-align: left;
	font-size: medium;
	width: 800px;
   	height: 50px;
	float: left;
	margin-top: -220px;
}
div.Tournaiyou{
	text-align: left;
	font-size: medium;
	margin: -180px 10px 10px 300px;
	float: left;
	height: 350px;
	width: 800px;
}

div.Tournaiyou table{
border: none ! important;
line-height: 1.5em;

}
div.Tournaiyou table th{
    border: none !important;
    color: black !important;
    vertical-align:  baseline !important;
    background-color: #fff !important;
	font-weight: unset;
text-align: left;
}

div.Tournaiyou table td{
border: none ! important;
padding-left: 15px !important;
}


div.Setumei table{
	border-collapse: collapse;
	width: 100%;
	border: solid 2px #67c5ff;
}
div.Setumei table th{
	border: solid 1px #67c5ff;
	color: #67c5ff;
	vertical-align: middle;
	background-color: #eafafa;
}

div.Setumei table td{
	border: solid 1px #67c5ff;
	color:black;
	vertical-align: middle;
	padding: 5px 0px;
}

div.Compny{
	word-break: break-all;
	text-align: left;
	margin: 30px auto;
	font-size: 130%;
	width: 80%;
	line-height: 1.2em;
}

div.Compny table {
	border-collapse: collapse;
	width: 100%;
	border: solid 2px #67c5ff;
	word-break: normal;
	font-size: medium;
}

 tr td:nth-of-type(1) { }
 

div.Compny table th{
	border: solid 1px #67c5ff;
	color: #67c5ff;
	vertical-align: middle;
	background-color: #eafafa;
	padding: 10px 0px;
	text-align: center;
}

div.Compny table td{
	border: solid 1px #67c5ff;
	color:black;
	vertical-align: middle;
	padding: 5px 0px 5px 20px;
	word-break: break-all;
}

.shadow{
	/*float: left;*/
	margin: 20px 5px 0px 5px;
}

.right{

}

.fright{
}

div.SideMenu{
	padding: 0px;
	height: auto;
	margin: 100px 0px 0px 1000px;
	width: 24%;
	float:left;
	border: 0px solid #fff;
	text-align: center;
	position: absolute;
	top: 0;
}

h2,
.Title{
	width: auto;
	height: auto;
	line-height: 20px;
	padding: 6px 5px 5px 10px;
	letter-spacing: 0.2em;
	color: #3d2512;
	text-shadow: 2px 2px 2px #918e8a;
	font-size: 14pt;
	text-align: center;
	/*border-left: 5px solid #a57a2c;*/
}
div.Title{
	font-size: 24pt;
	line-height: 35pt;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	margin-top: 50px;
	color: #3d2512
}
h2 a{
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 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,  #bbe0f6 0%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbe0f6), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bbe0f6 0%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bbe0f6 0%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#bbe0f6, endColorstr=#f5f5f5,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;
	background: linear-gradient(to bottom, #cb9f26 0%,#f5f5f5 100%);

}
div#PageMenu a{
	max-width: 100%;
	display: block;
	padding: 8px;
	width: auto;
	color: #fff;
	border: none;
	text-shadow: 2px 2px 2px #d28e21;
	background: linear-gradient(to bottom, #cb9f26 0%,#f5f5f5 100%);
}
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;
	background: linear-gradient(to bottom, #fefcea 0%,#d6c186 100%);
}
div.SubMain{
	text-align: center;
}
/********* コメント表示 *********/
div.PageComment{
	padding: 20px 0px;
}
#PageTitle{
	margin:0px 5px;
	padding: 10px 30px 0px 30px;
	width: auto;
	height: 25px;
	text-align: left;
	font-weight: bold;
	font-size: 32pt;
	color: #3d2512;
	text-shadow: 2px 2px 2px #918e8a;
	display: none;

}


#Comments{
	color: #3d2512;
	position: relative;
	margin:0px 5px;
	padding: 20px 30px 0px 30px;
	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;*/
	font-size: 130%;
	line-height: 3;
	text-align: left;
}
div.Update{
	/*
	background: url(/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: 20%;
	margin-top: 30px;
	list-style: none;
	float: right;
	height: 100px;
} 
ul.Images li{ 
	/*display:table-cell;*/
	padding: 3px;
}
ul.Images li img.shadow{
	width: 240px;
	height: 180px;
	margin-left: -90px;
}

p{
	padding: 10px 15px;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 100;
}

div.Update{
}
.Caption{
	background: none transparent;
	padding: 0.5em 0;
	min-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( 59,35,16, 0.65) 0px 0px 10px 3px inset;
	-webkit-box-shadow:rgba(59,35,16, 0.65) 0px 0px 10px 3px inset;
	-moz-box-shadow:rgba(59,35,160,0.65) 0px 0px 10px 3px inset;
}

dl{
	display:table;
	width: 95%;
}
dl.Faq dt{
	display:block;
	width: 95%;
	margin: 4px auto;
	text-align: left;
	background: url(/HpImages/arrow_left.gif) no-repeat center left;
}
dl.Faq dt a{
	color: #553421;
	display:block;
	padding: 4px 0px 4px 32px;
}
dl.Faq dt a:hover{
	color: #cca57a;
	background: url(/HpImages/arrow_left.gif) no-repeat center left #3b2310;
	text-decoration: none;
	font-weight: bold;
}
dl.Faq dd{
	display: none;
}


table.Basictable{
	border-collapse: collapse;
	margin: 8px auto;
}
table.Basictable th{
	background-image: none;
	text-align: center;
	font-size: 12pt;
	padding: 10px;
	background-color: ;x;;;
	color:  #0f5d8c;
	border:1px solid #0f5d8c;
	vertical-align: middle;
}

table.Basictable td{
	text-align: left;
	line-height: 1.5em;
	padding: 8px;
	color: black;
	border:1px solid #0f5d8c;

}

.center {
    /*margin-top: 100px;*/
}

.Contact{
	width: 180px;
	height: 50px;
	margin: 0px auto;
	cursor: pointer;
	display: block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	border: solid 2px #67c5ff;
	border-radius: 3px;
	transition: .4s;
	font-size: larger;
	font-weight: bold;
	clear: both;
	display: none;

}
.Contact:hover {
	background: #67c5ff;
	color: white;
}


footer{
	background: #2d4b43;
	width: 100%;
	height: 100%;
	min-height: 100px;
}
footer:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10px;
	margin: 0 auto;
	background-color: whitesmoke;
}
footer:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10px;
	margin: 0 auto;
}
/******************/
div.Bodyfooter{
	width: 100%;
	height: auto;
	padding: 20px 0;
}

div.Bodyfooter:after{
  content:"";
  display:block;
  clear:both;
}

#FooterNav{
	width: 1000px;
	margin: 0px auto;
	border-bottom: #00729d solid 1px;
}
#FooterNav ul{
	/*width: 200px;*/
	/*float: left;*/
	margin-right: 30px;
	text-align: left;
	border: 0px solid #f00;
	margin-top: 20px;
	display: flex;
}
#FooterNav ul li{
	margin: 5px auto;
	list-style-type : square;
	list-style: none;
}
#FooterNav a{
	color: #fff;
	font-size: 12pt;
	text-decoration: none;
	white-space:nowrap;
	font-family: 'Roboto', sans-serif;
	/*font-style: italic;*/
}
#FooterNav a:hover{
	/*font-size: 16pt;*/
	text-decoration: underline 1px;
	/*text-decoration: none;*/
	/*text-shadow: 2px 2px 2px #918e8a;*/
	color: #fff;
}
div.Bodys address{
	font-style: normal;
	right: 0px;
	bottom: 0;
	margin: 70px auto;
	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{
}

address a{
}
#Sitename{
	/*text-shadow: 2px 2px 2px #fdf5e8;*/
	/*font-weight: bold;*/
	font-size: 16px;
	padding: 20px 15px 0px 15px;
	float: left;
	margin: 0 0 0 400px;
	color: #fff;
}
div.Admin,
div.Powered{
	clear: both;
	padding: 2px 0px 2px 0px;
	text-align: right;
	font-size: x-small;
	/*background: url(/SSL/marin.yuyado.net/images/footer_bg.jpg) repeat;*/	/*background-color: #000;*/
	color: #fff;
}
div.Admin a{
	font-size: small;
	text-decoration: none;
	color: #474343;
}
div.Admin a:hover{
	color: #fff;
}
/******************/
div.Powered{
	background-color: #000;
	color: #fff;
	background: none;
	width: 100%;
	font-size: 8pt;
	text-align: center;
	border: 0px solid #000000;
}
div.Powered a{
	color: #fff;
	margin: 5px;
	text-decoration: none;
}
div.Powered div{
	display: none;
}
/******************/
/* index.html */
/******************/
#TopSearch,
#TodaysRate,
#TopMainLink,
#Plan,
#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,
#Insta{
	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;

	margin-top: 20px;
}
.Large{
	font-size: 22pt;
	text-align: center;
	padding: 8px;
	letter-spacing: -0.05em;
}
#Charm{
	margin: 10px auto;
	padding: 10px 10px 10px 60px;
	background-color: #ded4c0;
	width: 986px;
	border: 1px solid #efefef;
	position: relative;
}
#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;
	background-color: #ded4c0;
}
#Charm li{
	width: 22%;
	height: 300px;
	float: left;
	border: 1px solid #cecece;
	position: relative;
	display: block;
	padding: 10px;
	background-color: #fff;
	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: #000;
	position: absolute;
	text-align: left;
	line-height: 1.5em;
	/*bottom: 125px;*/
	top: 0;
	right: 5px;
	padding: 10px;
	border-top: 1px solid #999;
}
div.CharmText{
	text-align:left;
	font-size: 12pt;
	color: #432815;
	bottom: 0;
	margin-top: 10px;
	line-height: 1.3em;
	padding-bottom: 10px;
}
#Charm a{
	text-decoration: none;
}
#Charm img{
	height: auto;
	width: 100%;
	margin: 0 auto;
  /*opacity: 0.5;*/
}
#Charm a:hover img{
	background-color: none;
  /*opacity: 1;*/
}
#Charm .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -74px;
	outline: 0;
	width: 15px;
	height: 148px;
	text-indent: -9999px;
	z-index: 9999;
}
#Charm .bx-wrapper .bx-prev {
	left: 1px;
	/*background: url(/images/arrow_prev.png) no-repeat 0 0;*/
}
#Charm .bx-wrapper .bx-next {
	right: 1px;
	/*background: url(/images/arrow_next.png) no-repeat 0 0;*/
}

#Info{
	/*background: url(/SSL/marin.yuyado.net/images/info_bg.jpg) no-repeat top center;*/
	width: 680px;
	height: 210px;
	/*padding: 17px 0px 0px 25px;*/
	text-align: left;
}
#Info ul{
	margin-top: 15px;
	margin-left: 10px;
	list-style: none;
}
#Info li{
	/*background: url(/HpImages/arrow_left2b.gif) no-repeat left center;*/
	padding-left: 15px;
	margin: 8px;
	border-bottom: 1px dotted #ccc;
}
#Info li a{
	margin-left: 20px;
}
#Plan h2{
}
#Plan div.PlanData{
	margin: 5px 0px 15px 0px;
	width: 650px;
	overflow: hidden;
	padding: 15px;
	text-align: left;
	border-top: 1px solid #fff;
	
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: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#Plan div.PlanMei{
	font-weight: bold;
	font-size: 14pt;
	padding: 5px 0px;
}
#Plan div.PlanNai{
	font-size: small;
	overflow: visible;
}
#Plan div.PlanKin{
	font-size: small;
	font-weight: bold;
	color: #ff1493;
	text-align: right;
}
#Photo{
	clear: both;
	position: relative;
	width: 1000px;
	border: 0px solid #f00;
	height: 195px;
	overflow: hidden;
}
#Photo h2{
	padding: 17px 0px 0px 25px;
	text-align: left;
	height: 36px;
}

#Photo > img{
	position: absolute;
	top: 0px;
	left: 0px;
}
#Photo .bx-wrapper .bx-viewport{
	border: 10px solid #ded4c0;
}
#Photos,
#Photos li{
	margin: 0;
	padding: 0;
}
#Photos img{
	height: 120px;
	width: 180px;
}

div.Midashi{
	border: 0px solid #f00;
	height: 100%;
	overflow: hidden ! important;
	overflow: visible;
	text-align: center;
	font-size: x-large;
	text-shadow: 2px 2px 2px #918e8a;
	margin-top: 70px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-style: italic;

}

div.Midashi ul{
	list-style-type: none;
}

/******************/
/* /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(/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 solid #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 3px 3px #cecece;
	margin-bottom: 5px;
	width: 100%;
}
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%;
}
div.Detail p{
	text-align: left;
	line-height: 1.5em;
}
#map_canvas{
	margin: 10px auto;
	width: 100%;
	height: 600px;
	border: 3px solid #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 3px 3px #cecece;
}
#TA_rated623{
	width:170px;
	margin:0 auto;

	display: none;
}

h5{
	text-align: left;
	font-size: 20px;
}
h6{
	text-align: center;
	font-size: 22px;
}
div.JP .Tournaiyou{}


/******************/
/******************/
/******************/



.drawer-hamburger{
	display: none ! important;
    /*background-color: revert;*/
    /*border-radius: 5px;*/
    padding: 18px .75rem 10px;
    z-index: 200 ! important;
}
span.hamburger-text{
	display: inline-block;
	margin-top: 15px;
}


}
.small-logo img{
	width: 20%;
	margin: 50px 0px 0px 80px;
}

.logo-left .mast-right {
    display: inline-block;
    vertical-align: middle;
    width: 69.75%;
    text-align: right;
}

.pg-homepage .logo-left .mast-actions {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    padding: 1em 0 1em 0.25em;
    position: relative;
}

.pg-homepage .logo-left .phone {
    display: block;
    position: absolute;
    top: -16px;
    top: -1rem;
    right: 0;
    font-size: 12px;
    line-height: 1;
    color: #000;
}

#open_booking {
    width: 130px;
    top: 0;
    right: 0;
    height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    position: absolute;
    z-index:	1011;
    margin-top: -100px;
}

.button {
    
    text-align: center;
    padding: 0 15px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    
    letter-spacing: 0.05em;
    
    transition: all .3s ease 0s;
    color: #fff;
    background-color: #B69844;
}


/******************/
/******************/
/******************/

.location-map a img{
	width: 1000px;
}


div.Menus{
	width: 1200px;
	border: 0px solid #f00;
	height: 50px;
	padding: 10 0 0 0px;
	z-index: 0;
	background-color: #f8f7f5;
	overflow:hidden;
	margin: 0px auto;
}
div.Menus ul.dropdown{
	list-style:none;
	margin: 0px auto;
	padding:0;
	border-left: 0px solid #cecece;
}

div.Menus .dropdown ul {
	position: absolute;
	top: 55px;
	left: 0px;
	list-style: none;
	background: url('/HpImages/bg_w.png') center repeat #ffc353;
}
div.Menus .dropdown li{
	position:relative;
	float:left;
	display: block;
	padding:0;
	text-align: center;
	border-left: 0.5px solid #cecece;
}

div.Menus .dropdown li a, 
div.Menus .dropdown li a:active,
div.Menus .dropdown li a:visited {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: lighter;
	padding: 18px 0px 5px 0px;
	display:block;
	text-decoration:none;
	width: 150px;
	height: 30px;
	font-size: 12pt;
	letter-spacing: 0.1em;
	line-height:1em;
	color: #333333;
}

div.Menus .dropdown li  a:hover{
	background-color: #d9d9d9;
	font-weight: bold;
	color: #fc7608;
}

div.Menus ul.droplist{
	display:none;
	padding: 0;
	width: 300px;
	background-color: #ffffff;
}

div.Menus .droplist li a{
	width: 250px ;
	min-width: 280px;
	background-color: #d9d9d9;
	height: 15px;
	text-align: left;
	line-height: 140%;
	margin: 0;
	padding: 15px 5px 15px 15px ! important;
	letter-spacing: 0px;
	border-bottom: 0.5px solid #cecece;
}

div.Menus .droplist li a:hover{
	font-weight: bold;
	width: 250px
	text-decoration: underline;
	color: #fc7608;
}

#cuistep{
	margin-top: 100px;
}

div.error{
	/*margin: 100px 10px;*/
	margin-top: 150px;
}

#PageLink a{
	background: #2d4b43;
	color: #FFF;
	text-align: center;
	border-right:  solid 1px;
	border-bottom:  solid 1px;
}

#Search{
	background: #2d4b43;
	color: #FFF;
	text-align: center;
	border-right:  solid 1px;
	border-bottom:  solid 1px;
}

#SearchCondition{
	background: url(https://debug.yuyado.net/images/bg1.jpg) repeat;
	text-align: left;
	font-weight: normal;
	color: ;
}

input.ui-button {
	background: #2d4b43;
	color: #FFF;
	text-align: center;
	border-right:  solid 1px;
	border-bottom:  solid 1px;
}

.medium { 
    padding-top: 10px;
}

.f_left{
	text-align: left;
	margin: 40px 0 0 400px;
	color: #fff;
	font-size: 12pt;
}
.f_right{
	text-align: right;
	margin: -90px 400px 0 0;
	color: #fff;
	font-size: 16pt;
}

#CommonLink{
	padding-top: 100px;
}


