box@charset "utf-8";
/* ESSENTIAL
------------------------------------------------------------------*/
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 12px;
  line-height: 145%;
  color: #333;
}
p, h1, h2, h3, h4, h5, h6, li, td, dt, dd {
  font-weight: normal;
}
p, ul, ol, dl, blockquote, pre {
  margin-bottom: 1.0em;
}
hr {
  clear: both;
  display: none;
  visibility: hidden;
}
a:link {
  color: #06F;
  text-decoration: none;
}
a:link {
  color: #06F;
  text-decoration: none;
}
a.white {
  color: #FFF !important;
}
/*a:visited {
	color: #06F;
	text-decoration: none;
}*/
a:hover {
  color: #0CF;
  text-decoration: none;
}
/*a:active {
	color: #06F;
	text-decoration: none;
}*/
img {
  border: none;
}
form {
  margin: 0;
}
/* CONSTRUCTION
------------------------------------------------------------------*/
#wrap {
  margin: 0;
  padding: 0;
  text-align: center;
}
#container {
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0;
  width: 1000px;
  text-align: left;
  /*   親   */
  position: relative;
}
#bn img {
  clear: both;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 1000px;
  height: auto;
}
#main {
  margin: 0 auto;
  padding: 10px 10px;
  clear: both;
  background: #FFF;
}
#slide {
  margin: 10px 0;
  padding: 0;
  width: 1000px;
  height: 420px;
  float: left;
  box-shadow: 0 7px 6px -6px #777777;
}
#subimage {
  margin: 10px 0;
  padding: 0;
  width: 1000px;
  height: 120px;
  float: left;
  box-shadow: 0 7px 6px -6px #777777;
}
.outer {
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.topnavi {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  /*width: 1000px;*/
}
ul.topnavi li {
  margin: 0 8px 8px 0;
  padding: 0;
  width: 160px;
  height: 50px;
  float: left;
}
ul.topnavi li.nom {
  margin: 0 0 8px 0;
  float: left;
}
ul.topnavi2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 1000px;
}
ul.topnavi2 li {
  margin: 0 10px 10px 0;
  padding: 0;
  width: 495px;
  height: 50px;
  float: left;
}
ul.topnavi2 li.nom {
  margin: 0 0 10px 0;
  float: left;
}
#main #totop {
  margin: 20px 0;
  padding: 0;
  width: 980px;
  text-align: center;
  font-size: 12px;
  clear: both;
}
#main img.photo {
  margin: 0;
  padding: 3px;
  border: 1px solid #CCC;
  float: right;
  background-color: #fff;
  box-shadow: 0 7px 6px -6px #777777;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 280px;
  font-size: 77%;
  margin-bottom: -25px;
}
#page-top a {
  width: 150px;
  padding: 0;
  text-align: center;
  display: block;
}
#page-top p {
  margin-bottom: -30px;
}
.goto {
  box-sizing: border-box;
  width: 100%;
}
.goto p {
  padding: 0 10px;
  color: red;
  font-size: 130%;
  text-align: center;
}
.goto img {
  width: 100%;
  height: auto;
}
/* HEADER
------------------------------------------------------------------*/
#header {
  margin: 0 auto;
  padding: 0;
  height: 120px;
  background: transparent url(../images/bg_header.jpg) repeat-x left top;
  box-shadow: 0 7px 7px -7px #777777;
}
#header #hbox {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  height: 120px;
  position: relative;
}
#header #hbox #logo {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 280px;
  height: 60px;
}
#header #headTitle {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  left: 125px;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  width: 388px;
}
/* FOOTER
------------------------------------------------------------------*/
#footer {
  margin: 0;
  padding: 15px 0;
  float: center;
  background: #BFDFFF;
  border-top: #4DA6FF solid 5px;
  box-shadow: 0 -7px 7px -7px #777777;
}
#footer #fbox {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  clear: both;
}
#footer #ftleft {
  margin: 0 auto;
  padding: 0;
  width: 480px;
  float: left;
  text-align: left;
  font-size: 12px;
  line-height: 1.7;
  position: relative;
}
#footer #ftleft #logo {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 250px;
  width: 57px;
  height: 61px;
}
#footer #ftright {
  margin: 0;
  padding: 20px 0 0 0;
  width: 520px;
  float: right;
  text-align: right;
  font-size: 12px;
  line-height: 1.9;
}
#footer a:link {
  color: #333;
  text-decoration: none;
}
#footer a:visited {
  color: #333;
  text-decoration: none;
}
#footer a:hover {
  color: #777;
  text-decoration: none;
}
#footer a:active {
  color: #333;
  text-decoration: none;
}
/* COMMON（見出し）
------------------------------------------------------------------*/
h1 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  float: left;
}
/* ESSENTIAL(共通にしたいもの) 
------------------------------------------------------------------*/
.btn {
  margin: 0 auto;
  padding: 0;
  clear: both;
  box-shadow: 0 7px 6px -6px #777777;
}
a img.btn {
  transition: all .2s;
  -webkit-transition: all .2s;
}
a img.btn:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
span.red {
  color: #C60;
  font-size: 12px;
}
span.blue {
  color: #06C;
  font-size: 12px;
}
span.px12 {
  font-size: 12px;
}
span.px14red {
  font-size: 14px;
  color: #F60;
  line-height: 1.8;
}
span.px14blue {
  font-size: 14px;
  color: #36F;
  line-height: 1.8;
  font-weight: bold;
}
span.px16 {
  font-size: 16px;
  line-height: 2.0;
}
span.px16red {
  font-size: 16px;
  color: #F60;
  line-height: 1.7;
}
span.px20 {
  font-size: 20px;
  line-height: 2.4;
}
span.px16wt {
  font-size: 16px;
  line-height: 2.0;
  color: #FFF;
}
span.px20wt {
  font-size: 20px;
  line-height: 2.0;
  color: #FFF;
}
span.px18red {
  font-size: 18px;
  line-height: 1.8;
  color: #C60;
}
.box {
  width: 930px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 20px;
  color: #FFF;
  line-height: 40px;
  border-left: #99CCFF solid 10px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0059b2', endColorstr='#0059b2');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0059b2', endColorstr = '#0059b2')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #0059b2, #0059b2);
  background-image: -ms-linear-gradient(top, #0059b2, #0059b2);
  background-image: -o-linear-gradient(top, #0059b2, #0059b2);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#0059b2), to(#0059b2));
  background-image: -webkit-linear-gradient(top, #0059b2, #0059b2);
  background-image: linear-gradient(top, #0059b2, #0059b2);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.pricebox {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  line-height: 40px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #b22222;
}
.pricebox_ng {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  line-height: 40px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #555555;
}
.boxgreen {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 20px;
  color: #FFF;
  line-height: 40px;
  border-left: #006600 solid 10px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59b200', endColorstr='#59b200');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#59b200', endColorstr = '#59b200')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #59b200, #59b200);
  background-image: -ms-linear-gradient(top, #59b200, #59b200);
  background-image: -o-linear-gradient(top, #59b200, #59b200);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#59b200), to(#59b200));
  background-image: -webkit-linear-gradient(top, #59b200, #59b200);
  background-image: linear-gradient(top, #59b200, #59b200);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.boxbrown {
  width: 930px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 20px;
  color: #FFF;
  line-height: 40px;
  border-left: #663300 solid 10px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b28500', endColorstr='#b28500');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b28500', endColorstr = '#b28500')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #b28500, #b28500);
  background-image: -ms-linear-gradient(top, #b28500, #b28500);
  background-image: -o-linear-gradient(top, #b28500, #b28500);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#b28500), to(#b28500));
  background-image: -webkit-linear-gradient(top, #b28500, #b28500);
  background-image: linear-gradient(top, #b28500, #b28500);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.boxblue {
  width: 930px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 20px;
  color: #FFF;
  line-height: 40px;
  border-left: #002DB2 solid 10px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3d9', endColorstr='#00a3d9');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00a3d9', endColorstr = '#00a3d9')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #00a3d9, #00a3d9);
  background-image: -ms-linear-gradient(top, #00a3d9, #00a3d9);
  background-image: -o-linear-gradient(top, #00a3d9, #00a3d9);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#00a3d9), to(#00a3d9));
  background-image: -webkit-linear-gradient(top, #00a3d9, #00a3d9);
  background-image: linear-gradient(top, #00a3d9, #00a3d9);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.boxlink {
  width: 930px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 20px;
  color: #FFF;
  line-height: 40px;
  border-left: #B22D00 solid 10px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a4d', endColorstr='#ff7a4d');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff7a4d', endColorstr = '#ff7a4d')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #ff7a4d, #ff7a4d);
  background-image: -ms-linear-gradient(top, #ff7a4d, #ff7a4d);
  background-image: -o-linear-gradient(top, #ff7a4d, #ff7a4d);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ff7a4d), to(#ff7a4d));
  background-image: -webkit-linear-gradient(top, #ff7a4d, #ff7a4d);
  background-image: linear-gradient(top, #ff7a4d, #ff7a4d);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.boxdantai {
  width: 930px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 20px;
  color: #FFF;
  line-height: 40px;
  border-left: #B28500 solid 10px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf00', endColorstr='#ffbf00');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffbf00', endColorstr = '#ffbf00')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #ffbf00, #ffbf00);
  background-image: -ms-linear-gradient(top, #ffbf00, #ffbf00);
  background-image: -o-linear-gradient(top, #ffbf00, #ffbf00);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffbf00), to(#ffbf00));
  background-image: -webkit-linear-gradient(top, #ffbf00, #ffbf00);
  background-image: linear-gradient(top, #ffbf00, #ffbf00);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.boxsub {
  width: 938px;
  height: 30px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 16px;
  color: #C60;
  line-height: 30px;
  float: left;
  border: #C60 solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7e5', endColorstr='#fff7e5');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fff7e5', endColorstr = '#fff7e5')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #fff7e5, #fff7e5);
  background-image: -ms-linear-gradient(top, #fff7e5, #fff7e5);
  background-image: -o-linear-gradient(top, #fff7e5, #fff7e5);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fff7e5), to(#fff7e5));
  background-image: -webkit-linear-gradient(top, #fff7e5, #fff7e5);
  background-image: linear-gradient(top, #fff7e5, #fff7e5);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.boxsubtitle {
  width: 622px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 16px;
  color: #FFF;
  line-height: 30px;
  float: left;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2645ff', endColorstr='#2645ff');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2645ff', endColorstr = '#2645ff')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #2645ff, #2645ff);
  background-image: -ms-linear-gradient(top, #2645ff, #2645ff);
  background-image: -o-linear-gradient(top, #2645ff, #2645ff);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#2645ff), to(#2645ff));
  background-image: -webkit-linear-gradient(top, #2645ff, #2645ff);
  background-image: linear-gradient(top, #2645ff, #2645ff); /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
.effect1 {
  box-shadow: 0 7px 6px -6px #777777;
}
.aso {
  margin: 5px;
  padding: 5px;
  background: #FF9100;
  font-size: 14px;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 170px;
  text-align: center;
  box-shadow: rgba(107, 3, 3, 0.2) 0px 0px 6px 1px inset;
  -webkit-box-shadow: rgba(107, 3, 3, 0.2) 0px 0px 6px 1px inset;
  -moz-box-shadow: rgba(107, 3, 3, 0.2) 0px 0px 6px 1px inset;
}
.tac {
  text-align: center;
}
/* HOME
------------------------------------------------------------------*/
#home #box {
  margin: 0;
  padding: 10px 0;
  width: 980px;
  clear: both;
  text-align: left;
  border-bottom: #ddd solid 3px;
}
#home #intro {
  margin: 0;
  padding: 0;
  width: 980px;
  height: 330px;
  float: left;
  text-align: left;
  position: relative;
}
#home #intro #text {
  margin: 0;
  padding: 0;
  width: 520px;
  float: left;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  position: absolute;
  top: 105px;
  left: 10px;
}
#home #Lbox {
  margin: 0;
  padding: 0;
  width: 485px;
  height: 200px;
  float: left;
}
#home #Rbox {
  margin: 0;
  padding: 0;
  width: 485px;
  float: right;
}
#home #Rbox #blog {
  margin: 0;
  padding: 0;
  width: 485px;
  height: 160px;
  float: left;
  position: relative;
}
#home #Rbox #blog #rss {
  margin: 0;
  padding: 0;
  width: 460px;
  font-size: 16px;
  line-height: 1.9;
  position: absolute;
  left: 15px;
  top: 35px;
}
#home #coral {
  margin: 0;
  padding: 0;
  width: 485px;
  float: left;
}
#home #MSeight {
  margin: 0;
  padding: 0;
  width: 485px;
  float: right;
}
/* tour
------------------------------------------------------------------*/
#tour #box {
  margin: 0;
  padding: 10px 10px;
  width: 960px;
  clear: both;
  text-align: left;
  border-bottom: #ddd solid 3px;
}
#tour #boxphoto {
  margin: 0;
  padding: 0 0 10px 0;
  width: 980px;
  clear: both;
  text-align: left;
  border-bottom: #ddd solid 3px;
}
#tour #textbox {
  margin: 0;
  padding: 20px 10px 10px 10px;
  width: 960px;
  clear: both;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
#tour #Lbox {
  margin: 0;
  padding: 0;
  width: 762px;
  float: left;
}
#tour #Lbox #titlekiyaku {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  width: 742px;
  float: left;
  font-size: 14px;
  color: #C60;
  line-height: 1.7;
}
#tour #Lbox ul.kiyaku {
  margin: 10px 10px;
  padding: 0;
  list-style-type: none;
  line-height: 1.7;
  font-size: 12px;
  float: left;
}
#tour #Lbox ul.kiyaku li {
  margin: 0 auto;
  padding: 5px 0 5px 15px;
  width: 720px;
  font-size: 12px;
  border-bottom: dashed 1px #ddd;
  background: transparent url(../images/icon_dot.png) no-repeat left 9px;
}
#tour #Rbox {
  margin: 0 0 5px 0;
  padding: 0;
  width: 188px;
  float: right;
  text-align: center;
}
#tour #Rboxyoyaku {
  margin: 5px 0 0 0;
  padding: 0;
  width: 188px;
  float: right;
  text-align: center;
}
#tour #Rboxdet {
  margin: 5px 0 0 0;
  padding: 0;
  width: 188px;
  text-align: center;
  float: right;
}
#tour table.list {
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
  line-height: 1.5;
  background: #BFDFFF;
  width: 762px;
  clear: both;
}
#tour table.list th {
  margin: 0;
  padding: 5px;
  white-space: normal;
  font-weight: normal;
  background: #EEE;
  text-align: center;
  font-size: 12px;
  width: 100px;
}
#tour table.list th.name {
  margin: 0;
  padding: 5px 5px 5px 15px;
  white-space: nowrap;
  font-weight: normal;
  background: #BFDFFF;
  text-align: left;
  font-size: 20px;
  color: #06F;
}
#tour table.list th.name2 {
  margin: 0;
  padding: 5px 5px 5px 15px;
  white-space: nowrap;
  font-weight: normal;
  background: #EEE;
  text-align: left;
  font-size: 20px;
  color: #333;
}
#tour table.list th.subname {
  margin: 0;
  padding: 5px 5px 5px 15px;
  white-space: normal;
  font-weight: normal;
  background: #FFF;
  text-align: left;
  font-size: 17px;
  color: #093;
}
#tour table.list td {
  margin: 0;
  padding: 5px;
  white-space: normal;
  background: #FFF;
  text-align: left;
  font-size: 12px;
}
#tour table.det {
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
  line-height: 1.5;
  background: #bbb;
  width: 100%;
  clear: both;
}
#tour table.det th {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  font-weight: normal;
  background: #EEE;
  text-align: center;
  font-size: 12px;
  width: 100px;
}
#tour table.det td {
  margin: 0;
  padding: 5px;
  white-space: normal;
  background: #FFF;
  text-align: left;
  font-size: 12px;
}
#tour table.det a:link {
  color: #C60;
  text-decoration: none;
}
#tour table.det a:visited {
  color: #C60;
  text-decoration: none;
}
#tour table.det a:hover {
  color: #FC6;
  text-decoration: none;
}
#tour table.det a:active {
  color: #C60;
  text-decoration: none;
}
#tour table.price {
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
  line-height: 1.5;
  background: #bbb;
  width: 100%;
  clear: both;
}
#tour table.price th {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  font-weight: normal;
  background: #EEE;
  text-align: center;
  font-size: 16px;
  width: 90px;
}
#tour table.price th.color {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  font-weight: normal;
  background: #FFC;
  text-align: center;
  font-size: 18px;
  width: 90px;
  color: #F60;
  border: #F60 solid 1px;
}
#tour table.price td {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  background: #FFF;
  text-align: center;
  font-size: 12px;
}
#tour table.price td.color {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  background: #F7F7F7;
  text-align: center;
  font-size: 12px;
}
#tour table.price td.color2 {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  background: #FFC;
  text-align: center;
  font-size: 14px;
  color: #F60;
  border: #F60 solid 1px;
}
#tour ul.image {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 980px;
  float: left;
}
#tour ul.image li {
  margin: 10px 10px 0 0;
  padding: 0;
  width: 188px;
  float: left;
}
#tour ul.image li.nom {
  margin: 10px 0 0 0;
  float: left;
}
#tour ul.imagetext {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
  width: 980px;
  float: left;
}
#tour ul.imagetext li {
  margin: 0 10px 0 0;
  padding: 0;
  width: 188px;
  text-align: center;
  float: left;
}
#tour ul.imagetext li.nom {
  margin: 0;
  float: left;
}
#tour ul.imagetext li.px16red {
  margin: 0 10px 0 0;
  padding: 0;
  width: 188px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #F60;
}
#tour ul.imagetext li.px16red.nom {
  margin: 0;
  float: left;
}
/* reservation
------------------------------------------------------------------*/
#reservation #box {
  margin: 0;
  padding: 10px 10px;
  width: 960px;
  clear: both;
  text-align: left;
  border-bottom: #ddd solid 3px;
}
#reservation #textbox {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  clear: both;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
#reservation #intro {
  margin: 0 0 30px 0;
  padding: 0;
  width: 980px;
  height: 330px;
  float: left;
  text-align: left;
  position: relative;
}
#reservation #intro #text {
  margin: 0;
  padding: 0;
  width: 530px;
  float: left;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
  color: #960;
  position: absolute;
  top: 120px;
  left: 10px;
}
#reservation table.form {
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  line-height: 1.6;
  background: #DDD;
  width: 960px;
  clear: both;
  box-shadow: 0 7px 6px -6px #777777;
}
#reservation table.form th {
  margin: 0;
  padding: 5px 40px 5px 5px;
  white-space: nowrap;
  font-weight: normal;
  background: #EEE;
  width: 160px;
  text-align: right;
  font-size: 12px;
}
#reservation table.form td {
  margin: 0;
  padding: 5px;
  white-space: normal;
  background: #FFF;
  text-align: left;
  font-size: 12px;
}
#reservation table.formmini {
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  line-height: 1.6;
  background: #DDD;
  width: 100%;
  clear: both;
}
#reservation table.formmini th {
  margin: 0;
  padding: 5px;
  white-space: normal;
  font-weight: normal;
  background: #CEF3FF;
  text-align: left;
  font-size: 14px;
}
#reservation table.formmini td {
  margin: 0;
  padding: 5px;
  white-space: normal;
  background: #FFF;
  text-align: left;
  font-size: 12px;
}
#reservation table.send {
  margin: 10px 0;
  padding: 0;
  float: left;
  text-align: center;
  line-height: 1.7;
  width: 960px;
  clear: both;
}
#reservation table.send th {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  background: #FFF;
  text-align: center;
}
#reservation table.send td {
  margin: 0;
  padding: 5px;
  white-space: normal;
  background: #FFF;
  text-align: center;
}
/* company
------------------------------------------------------------------*/
#company #box {
  margin: 0;
  padding: 10px 10px;
  width: 960px;
  clear: both;
  text-align: left;
  border-bottom: #ddd solid 3px;
}
#company #textbox {
  margin: 0;
  padding: 0;
  width: 960px;
  clear: both;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
#company #Lbox {
  margin: 0;
  padding: 0;
  width: 542px;
  float: left;
}
#company #Rbox {
  margin: 0;
  padding: 0;
  width: 408px;
  float: right;
}
#company table.com {
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
  line-height: 1.7;
  background: #DDD;
  width: 100%;
  clear: both;
}
#company table.com th {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  font-weight: normal;
  background: #EEE;
  text-align: center;
  font-size: 14px;
  width: 90px;
}
#company table.com td {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  background: #FFF;
  text-align: left;
  font-size: 14px;
}
#company #map {
  margin: 0 auto;
  padding: 4px 4px;
  width: 950px;
  text-align: left;
  border: #ddd solid 1px;
  box-shadow: 0 7px 6px -6px #777777
}
/* coralblue
------------------------------------------------------------------*/
#coralblue #box {
  margin: 0 0 10px 0;
  padding: 10px 10px;
  width: 960px;
  clear: both;
  text-align: left;
  border-bottom: #ddd solid 3px;
}
#coralblue #textbox {
  margin: 0;
  padding: 0;
  width: 960px;
  clear: both;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
#coralblue #Lbox {
  margin: 0;
  padding: 0;
  width: 662px;
  float: left;
  text-align: center;
}
#coralblue #Rbox {
  margin: 0 0 10px 0;
  padding: 0;
  width: 288px;
  float: right;
  text-align: center;
}
#coralblue ul.image {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  width: 980px;
}
#coralblue ul.image li {
  margin: 10px 10px 0 0;
  padding: 0;
  width: 23%;
  float: left;
}
#coralblue ul.image li.nom {
  margin: 10px 0 10px 0;
  float: left;
}
#coralblue ul.imagetext {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  width: 980px;
}
#coralblue ul.imagetext li {
  margin: 0 10px 0 0;
  padding: 0;
  width: 23%;
  text-align: center;
  float: left;
}
#coralblue ul.imagetext li.nom {
  margin: 0 0 10px 0;
  float: left;
}
#coralblue table.cb {
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
  text-align: left;
  line-height: 1.7;
  background: #CCC;
  width: 662px;
  clear: both;
}
#coralblue table.cb th {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  font-weight: normal;
  background: #EEE;
  text-align: center;
  font-size: 14px;
  width: 170px;
}
#coralblue table.cb td {
  margin: 0;
  padding: 5px 5px 5px 10px;
  white-space: normal;
  background: #FFF;
  text-align: left;
  font-size: 14px;
}
#coralblue table.cb td.toi {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  background: #FFF;
  text-align: center;
  font-size: 16px;
  color: #F60;
}
#coralblue ul.caution {
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
  line-height: 1.7;
  font-size: 12px;
  float: left;
}
#coralblue ul.caution li {
  margin: 0 auto;
  padding: 5px 0 5px 15px;
  width: 500px;
  font-size: 12px;
  text-align: left;
  border-bottom: dashed 1px #ddd;
  background: transparent url(../images/icon_dot.png) no-repeat left 9px;
}
#coralblue ul.image2 {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  width: 980px;
}
#coralblue ul.image2 li {
  margin: 10px 4px 0 0;
  padding: 0;
  width: 160px;
  float: left;
}
#coralblue ul.image2 li.nom {
  margin: 10px 0 10px 0;
  float: left;
}
#coralblue ul.imagetext2 {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  width: 980px;
}
#coralblue ul.imagetext2 li {
  margin: 0 4px 0 0;
  padding: 0 0 10px 0;
  width: 160px;
  text-align: center;
  float: left;
  border-bottom: #CCC 1px solid;
}
#coralblue ul.imagetext2 li.nom {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  float: left;
}
#coralblue ul.price {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
  width: 980px;
  float: left;
}
#coralblue ul.price li {
  margin: 0 4px 0 0;
  padding: 0;
  width: 160px;
  text-align: center;
  float: left;
  color: #F60;
  font-size: 14px;
  line-height: 1.7;
}
#coralblue ul.price li.nom {
  margin: 0 0 10px 0;
  float: left;
}
/* eight
------------------------------------------------------------------*/
#eight #box {
  margin: 0;
  padding: 10px 10px;
  width: 960px;
  clear: both;
  text-align: left;
  border-bottom: #ddd solid 3px;
}
#eight #textbox {
  margin: 0;
  padding: 0;
  width: 960px;
  clear: both;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
#eight #Lbox {
  margin: 0;
  padding: 0;
  width: 542px;
  float: left;
  text-align: center;
}
#eight #Rbox {
  margin: 0;
  padding: 0;
  width: 408px;
  float: right;
}
#eight table.cb {
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
  text-align: left;
  line-height: 1.5;
  background: #DDD;
  width: 100%;
  clear: both;
}
#eight table.cb th {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  font-weight: normal;
  background: #FFF8DF;
  text-align: center;
  font-size: 14px;
  color: #C60;
}
#eight table.cb th.item {
  margin: 0;
  padding: 5px 5px 5px 40px;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  background: #FFF;
  color: #333;
}
#eight table.cb td {
  margin: 0;
  padding: 5px 27px 5px 5px;
  white-space: nowrap;
  background: #FFF;
  text-align: right;
  font-size: 14px;
  color: #F60;
}
#eight table.cb td.hosoku {
  margin: 0;
  padding: 5px;
  white-space: normal;
  background: #FFF;
  text-align: left;
  font-size: 12px;
  color: #333;
}
#eight table.cb td.toi {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  background: #FFF;
  text-align: center;
  font-size: 16px;
  color: #F60;
}
#eight ul.caution {
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
  line-height: 1.7;
  font-size: 12px;
  float: left;
}
#eight ul.caution li {
  margin: 0 auto;
  padding: 5px 0 5px 15px;
  width: 500px;
  font-size: 12px;
  text-align: left;
  border-bottom: dashed 1px #ddd;
  background: transparent url(../images/icon_dot.png) no-repeat left 9px;
}
/* spot
------------------------------------------------------------------*/
#spot #box {
  margin: 0;
  padding: 10px 10px;
  width: 960px;
  clear: both;
  text-align: left;
  border-bottom: #ddd solid 3px;
}
#spot #textbox {
  margin: 0;
  padding: 0;
  width: 960px;
  clear: both;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
#spot #Lbox {
  margin: 0;
  padding: 0;
  width: 128px;
  float: left;
}
#spot #Rboxtitle {
  margin: 10px 0 10px 0;
  padding: 0 0 10px 10px;
  width: 812px;
  float: right;
  font-size: 18px;
  color: #F60;
  text-align: left;
  border-bottom: #F60 solid 1px;
}
#spot #Rboxdet {
  margin: 0;
  padding: 0 10px;
  width: 802px;
  float: right;
  text-align: left;
  line-height: 1.6;
}
/* otoku
------------------------------------------------------------------*/
#otoku #box {
  margin: 0;
  padding: 10px 10px;
  width: 960px;
  clear: both;
  text-align: left;
  border-bottom: #ddd solid 3px;
}
#otoku #textbox {
  margin: 0;
  padding: 10px 10px;
  width: 960px;
  clear: both;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
#otoku table.list {
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
  line-height: 1.5;
  background: #BFDFFF;
  width: 960px;
  clear: both;
}
#otoku table.list th {
  margin: 0;
  padding: 5px;
  white-space: normal;
  font-weight: normal;
  background: #EEE;
  text-align: center;
  font-size: 12px;
  width: 100px;
}
#otoku table.list th.name {
  margin: 0;
  padding: 5px 5px 5px 15px;
  white-space: nowrap;
  font-weight: normal;
  background: #BFDFFF;
  text-align: left;
  font-size: 20px;
  color: #06F;
}
#otoku table.list th.subname {
  margin: 0;
  padding: 5px 5px 5px 15px;
  white-space: normal;
  font-weight: normal;
  background: #FFF;
  text-align: left;
  font-size: 17px;
  color: #093;
}
#otoku table.list td {
  margin: 0;
  padding: 5px;
  white-space: normal;
  background: #FFF;
  text-align: left;
  font-size: 12px;
}
#otoku table.det {
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
  line-height: 1.5;
  background: #bbb;
  width: 100%;
  clear: both;
}
#otoku table.det th {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  font-weight: normal;
  background: #EEE;
  text-align: center;
  font-size: 12px;
  width: 100px;
}
#otoku table.det td {
  margin: 0;
  padding: 5px;
  white-space: normal;
  background: #FFF;
  text-align: left;
  font-size: 12px;
}
#otoku table.det2 {
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
  line-height: 1.5;
  background: #bbb;
  width: 100%;
  clear: both;
}
#otoku table.det2 th {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  font-weight: normal;
  background: #EEE;
  text-align: center;
  font-size: 18px;
}
#otoku table.det2 td {
  margin: 0;
  padding: 5px;
  white-space: normal;
  background: #FFF;
  text-align: center;
  font-size: 14px;
  color: #F60;
}
/* link
------------------------------------------------------------------*/
#link #box {
  margin: 0;
  padding: 10px 10px;
  width: 960px;
  clear: both;
  text-align: center;
  border-bottom: #ddd solid 3px;
}
#link #left {
  margin: 0;
  padding: 0;
  width: 470px;
  float: left;
}
#link #right {
  margin: 0;
  padding: 0;
  width: 470px;
  float: right;
}
#link #name {
  margin: 0;
  padding: 5px 10px;
  width: 450px;
  clear: both;
  text-align: left;
  font-size: 16px;
  color: #C60;
  border-bottom: #FC6 solid 1px;
}
#link #det {
  margin: 0 0 20px 0;
  padding: 5px 10px;
  width: 450px;
  clear: both;
  text-align: left;
  border-bottom: #DDD dashed 1px;
}
/* dantai
------------------------------------------------------------------*/
#dantai #box {
  margin: 0;
  padding: 10px 10px;
  width: 960px;
  clear: both;
  text-align: left;
  border-bottom: #ddd solid 3px;
}
#dantai #Lbox {
  margin: 0;
  padding: 0;
  width: 762px;
  float: left;
}
#dantai #Rbox {
  margin: 0 0 5px 0;
  padding: 0;
  width: 188px;
  float: right;
  text-align: center;
}
/* NAVIGATION
------------------------------------------------------------------*/
ul#navi {
  margin: 0;
  padding: 0;
  width: 250px;
  height: 50px;
  list-style-type: none;
}
ul#navi li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
ul#navi li a {
  margin: 0 0 5px 0;
  display: block;
  float: left;
  text-decoration: none;
  height: 0px;
  overflow: hidden;
  padding-top: 50px;
}
* html ul#navi li a {
  height: 50px;
}
/*------ MouseOut */
ul#navi li#homeNavi a {
  background: transparent url(../images/navi.png) no-repeat 0 0;
  width: 250px;
}
ul#navi li#priceNavi a {
  background: transparent url(../images/navi.png) no-repeat 0 -50px;
  width: 250px;
}
ul#navi li#schoolNavi a {
  background: transparent url(../images/navi.png) no-repeat 0 -100px;
  width: 250px;
}
ul#navi li#eventNavi a {
  background: transparent url(../images/navi.png) no-repeat 0 -150px;
  width: 250px;
}
ul#navi li#facilityNavi a {
  background: transparent url(../images/navi.png) no-repeat 0 -200px;
  width: 250px;
}
ul#navi li#mapNavi a {
  background: transparent url(../images/navi.png) no-repeat 0 -250px;
  width: 250px;
}
ul#navi li#accessNavi a {
  background: transparent url(../images/navi.png) no-repeat 0 -300px;
  width: 250px;
}
ul#navi li#reservationNavi a {
  background: transparent url(../images/navi.png) no-repeat 0 -350px;
  width: 250px;
}
ul#navi li#linkNavi a {
  background: transparent url(../images/navi.png) no-repeat 0 -400px;
  width: 250px;
}
ul#navi li#perfectlistNavi a {
  background: transparent url(../images/navi.png) no-repeat 0 -450px;
  width: 250px;
}
ul#navi li#series800Navi a {
  background: transparent url(../images/navi.png) no-repeat 0 -500px;
  width: 250px;
}
ul#navi li#highframeNavi a {
  background: transparent url(../images/navi.png) no-repeat 0 -550px;
  width: 250px;
}
/*------ MouseOver */
ul#navi li#homeNavi a:hover {
  background: transparent url(../images/navi.png) no-repeat -250px 0;
  width: 250px;
}
ul#navi li#priceNavi a:hover {
  background: transparent url(../images/navi.png) no-repeat -250px -50px;
  width: 250px;
}
ul#navi li#schoolNavi a:hover {
  background: transparent url(../images/navi.png) no-repeat -250px -100px;
  width: 250px;
}
ul#navi li#eventNavi a:hover {
  background: transparent url(../images/navi.png) no-repeat -250px -150px;
  width: 250px;
}
ul#navi li#facilityNavi a:hover {
  background: transparent url(../images/navi.png) no-repeat -250px -200px;
  width: 250px;
}
ul#navi li#mapNavi a:hover {
  background: transparent url(../images/navi.png) no-repeat -250px -250px;
  width: 250px;
}
ul#navi li#accessNavi a:hover {
  background: transparent url(../images/navi.png) no-repeat -250px -300px;
  width: 250px;
}
ul#navi li#reservationNavi a:hover {
  background: transparent url(../images/navi.png) no-repeat -250px -350px;
  width: 250px;
}
ul#navi li#linkNavi a:hover {
  background: transparent url(../images/navi.png) no-repeat -250px -400px;
  width: 250px;
}
ul#navi li#perfectlistNavi a:hover {
  background: transparent url(../images/navi.png) no-repeat -250px -450px;
  width: 250px;
}
ul#navi li#series800Navi a:hover {
  background: transparent url(../images/navi.png) no-repeat -250px -500px;
  width: 250px;
}
ul#navi li#highframeNavi a:hover {
  background: transparent url(../images/navi.png) no-repeat -250px -550px;
  width: 250px;
}
/*------ JustPage */
#price ul#navi li#priceNavi a {
  background: transparent url(../images/navi.png) no-repeat -250px -50px;
  width: 250px;
}
#school ul#navi li#schoolNavi a {
  background: transparent url(../images/navi.png) no-repeat -250px -100px;
  width: 250px;
}
#event ul#navi li#eventNavi a {
  background: transparent url(../images/navi.png) no-repeat -250px -150px;
  width: 250px;
}
#facility ul#navi li#facilityNavi a {
  background: transparent url(../images/navi.png) no-repeat -250px -200px;
  width: 250px;
}
#map ul#navi li#mapNavi a {
  background: transparent url(../images/navi.png) no-repeat -250px -250px;
  width: 250px;
}
#access ul#navi li#accessNavi a {
  background: transparent url(../images/navi.png) no-repeat -250px -300px;
  width: 250px;
}
#reservation ul#navi li#reservationNavi a {
  background: transparent url(../images/navi.png) no-repeat -250px -350px;
  width: 250px;
}
#link ul#navi li#linkNavi a {
  background: transparent url(../images/navi.png) no-repeat -250px -400px;
  width: 250px;
}
#perfectlist ul#navi li#perfectlistNavi a {
  background: transparent url(../images/navi.png) no-repeat -250px -450px;
  width: 250px;
}
#series800 ul#navi li#series800Navi a {
  background: transparent url(../images/navi.png) no-repeat -250px -500px;
  width: 250px;
}
#highframe ul#navi li#highframeNavi a {
  background: transparent url(../images/navi.png) no-repeat -250px -550px;
  width: 250px;
}
ul#subNavi {
  margin: 0 13px 0 0;
  padding: 0;
  list-style-type: none;
}
ul#subNavi li {
  margin: 0;
  padding: 0 6px 0 6px;
  float: right;
  font-size: 12px;
  border-right: 1px solid #333;
  line-height: 1.0;
}
ul#subNavi li.first {
  padding: 0 6px 0 6px;
  border-left: 1px solid #333;
}
/* Clear fix -----------------------------------------------------*/
.clfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
*:first-child + html .clfix {
  display: inline-block;
  min-height: 1%;
}
/* Hides from IE6/IE Mac \*/
* html .clfix {
  height: 1%;
}
.clfix {
  display: block;
}
/* End hide from IE6/IE Mac */