@charset "UTF-8";
/* ----------------------- Riset CSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body { 
  height:100%;
  text-align:center;
  font-size:10pt; 
  -webkit-text-size-adjust: 100%;
}
/* ----------------------- Browser Default Initialization */
html {
    overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td    {
    margin: 0;    padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var    {
    font-style: normal;
}
table    {
    border-collapse: collapse;    border-spacing: 0;
}
caption, th    {
    text-align: left;
}
q:before ,q:after    {
    content: '';
}
object, embed    {
    vertical-align: top;
}
hr, legend    {
    display: none;
}
h1, h2, h3, h4, h5, h6    {
   font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
   font-size: 100%;
}
img, abbr, acronym, fieldset    {
    border: 0;
    vertical-align: bottom;
}
li    {
    list-style-type: none;
}
/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 13px;
    line-height: 150%;
}
html>/**/body {
    font-size: 14px;
}
* + html body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
/*** コンテナ ***/
#container {
 margin:0 auto;
 width:100%;
}
/*** ヘッダー ***/
#header {
 width:100%;
}
#header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1
}
#head_top {
  width: 100%
}
#head_under {
  width: 100%;
  text-align: left
}
.scroll-nav {
 width: 100%;
 background: #BDB76B;
 overflow-x: auto;
 -webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.scroll-nav ul {
 max-width: 1100px; /* メニューの最大幅 */
 min-width: 1000px; /* メニューの最小幅 */
 height: 30px;
 line-height: 30px;
 margin: 0 auto;
 list-style: none;
 padding-right: 25px; /* 右側の固定分余白を空ける */
}
.scroll-nav ul li {
 float: left;
 width: 160px; /* メニューの個別の幅 */
 text-align: center;
 border:solid 1px #fff;
}
.scroll-nav ul li a {
 display: inline-block;
 color: #fff;
 text-decoration: none;
}
/*** 中央ブロック ***/
#center {
 width:100%;
}
/*** フッター ***/
#fotter {
 clear:both;
 width:100%;
}
#fot_top {
 height:50px;
 border-top:solid 3px #000088;
 text-align:right;
}
#fot_top ul li{
 display:inline;
}
#fot_middle {
 height:50px;
 border-top:dotted 1px #C0C0C0;
}
#fot_middle ul li{
 display:inline;
}
#fot_under {
 height:50px;
 border-top:dotted 1px #C0C0C0;
}
/*** リンク設定 ***/
a:link {
 color: #1a0dab;
 text-decoration:underline;
}
a:visited {
 color: #1a0dab;
 text-decoration:underline;
}
#page_top {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#page_top a {
  display: block;
  z-index: 999;
  padding: 10px;
  border-radius: 24px;
  width: 120px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#page_top a:hover {
  text-decoration: none;
  opacity: 0.7;
}