@charset "utf-8";

/* ----------↓ RESET CSS ↓---------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
f ooter, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
 
body {
  line-height: 1;
  background-color: #FFFFFF;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
  display: block;
}
 
nav ul {
  list-style: none;
}
 
blockquote, q {
  quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
 
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000; 
  font-style: italic;
  font-weight: bold;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;   
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
 
input, select {
  vertical-align: middle;
}





/* ----------↓ FOR SMARTDEVICE SETTING ↓---------- */
img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  img { float: none; }
}

body { -webkit-text-size-adjust: 100%!important; }





/* ----------↓ FONTSIZE BASE SETTING ↓---------- */
/*
===========================================================
  Base Fonts
  Copyright (c) 2009, nishi-shinjuku.net All rights reserved.
  version: 2.0.2 [2009/12/9]
===========================================================
*/

body {
  font-size: 13px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',  Meiryo, arial, helvetica, clean, 'ＭＳ Ｐゴシック', sans-serif;
  color: #303030;
}
 
/* ------------------------------------------------------
font size
------------------------------------------------------ */
html {
  font-size: 77%;
}

body {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.2px;
}



/* ----------↓ CLEARFIX ↓---------- */
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
}

.clearfix:after { /*floatの解除、ここがポイント*/
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content:".";
}

.clearfix {
    min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}





/* ----------↓ COMMON ↓---------- */

.sml {
  font-size: 88%;
}



/* ----------↓ LAYOUT ↓---------- */
#wrapper, #header, #gmenu, #conetnt, #ftr-bnr, #footer, #credit {
  width: 100%;
}

#header .inner, #gmenu .inner, #content .inner, #ftr-bnr .inner, #ftr-site .inner, #footer .inner, #credit .inner {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

#wrapper {
  min-width: 900px;
}

#header {
  height: 110px;
}

#gmenu {
  clear: both;
  height: 48px;
  background-color: #404E94;
  margin-bottom: 10px;
}

#content {
  min-height: 300px;
  margin-bottom: 10px;
}

#ftr-bnr {
  clear: both;
  height: 100px;
  background-color: #F2F2F2;
  background-image: url("../image/bg_ftr-bnr.gif");
  background-repeat: repeat-x;
}

#ftr-site {
  clear: both;
  height: 30px;
  background-color: #F2F2F2;
  background-image: url("../image/bg_ftr-site.gif");
  background-repeat: repeat-x;
}

#footer {
  clear: both;
  background-color: #404E94;
  color: #FFFFFF;
}

#credit {
  clear: both;
  background-color: #404E94;
  color: #FFFFFF;
  background-image: url("../image/bg_credit.gif");
  background-repeat: repeat-x;
  height: 34px;
}





/* ----------↓ #HEADER ↓---------- */

/* ----- DIV ----- */
#header div.logo {
  width: 610px;
  float: left;
}

#hdr-lnk {
  width: 275px;
  float: right;
  text-align: right;
  margin: 15px 0 0 0;
}


/* ----- IMG ----- */
#header img.logo {
  margin: 13px 0;
  width: 606px;
  height: auto;
}


/* ----- #HDR-LNK ----- */
#hdr-lnk li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* ----- #LNGLNK ----- */
#hdr-lnk .cmn {
  list-style-type: none;
}

#hdr-lnk .cmn:after {
  clear: both;
}

#hdr-lnk .cmn ul {
  text-align: right;
}

#hdr-lnk .cmn li {
  display: inline;
  margin-left: 14px;
}

#hdr-lnk .cmn li:fitst-child {
  margin-left: 0;
}

#hdr-lnk img.lng {
  vertical-align: -3px;
}

#hdr-lnk p {
  color: #606060;
  margin: 3px 0;
}

#hdr-lnk a {
  color: #404E94;
  text-decoration: none;
  font-weight: bold;
}

#hdr-lnk a:hover {
  text-decoration: underline;
}


/*
.cmn {
  *zoom: 1;
  width: 300px;
  list-style-type: none;
}

.cmn:before, .cmn:after {
  content: "";
  display: table;
}

.cmn:after {
  clear: both;
}

.cmn li {
  position: relative;
  float: left;
  text-align: center;
}

.cmn li a {
  display: block;
  margin-right: 20px;
  color: #FFFFFF;
}

.cmn li ul {
  list-style-type: none;
  position: absolute;
  z-index: 9999;
  top: 85%;
  left: 0;
}

.cmn li ul li {
  width: 110%;
}

.cmn li ul li a {
  padding: 1px 4px;
  background-color: #FFFFFF;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  color: #999999;
}

.cmn li ul li:last-child a {
  border-bottom: 1px solid #CCCCCC;
}

.cmn li ul li a:hover {
  background-color: #EEEEEE;
  color: #999999;
}

#lnglnk {
  width: 50%;
  float: right;
  text-align: right;
  margin-right: -52px;
}

#lnglnk li ul li {
  overflow: hidden;
  height: 0;
  transition: .2S;
}

#lnglnk li:hover ul li {
  overflow: visible;
  height: 22px;
}
*/


/* ----- #SEARCH ----- */
#search {
  float: right;
}

/*SWIFTYPE*/
#search form input.st-search-input {
  margin-left: 0;
  width: 158px; /*for swiftype*/
  border-radius: 5px;
  height: 18px;
  margin-top: 5px;
}

#search form input.st-search-input::-webkit-input-placeholder {
  color: #999999;
}

#search form input.st-search-input::-ms-input-placeholder {
  color: #999999;
}

#search form input.st-search-input::-moz-input-placeholder {
  color: #999999;
}





/* ----------↓ #GMENU ↓---------- */

/* -----↓ #DRPMN ↓----- */
#drpmn {
  *zoom: 1;
  width: 900px;
  list-style-type: none;
}

#drpmn:before, #drpmn:after {
  content: "";
  display: table;
}

#drpmn:after {
  clear: both;
}

#drpmn li {
  position: relative;
  width: 8.3%;
  float: left;
  text-align: center;
}

#drpmn li.wid1 {
  width: 20%;
}

#drpmn li.wid2 {
  width: 21%;
}

#drpmn li.wid3 {
  width: 23%;
}

#drpmn li.museum {
  width: 15%;
}

#drpmn li.hama {
  width: 10%;
}



#drpmn li a {
  display: block;
  background-color: #404E94;
  color: #FFFFFF;
  line-height: 1.4em;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 3px;
  height: 32px;
  vertical-align: middle;
  font-size: 1em;
  /*letter-spacing: 0.3em;*/
}

#drpmn li a:hover {
  background-color: #707AAF;
  color: #FFFFFF;
  height: 32px;
}


#drpmn li ul {
  list-style-type: none;
  z-index: 99999;
  top: 100%;
  left: 0;
}

#drpmn li ul li {
  width: 100%;
  overflow: hidden;
  height: 0;
  trasition: .2S;
}

#drpmn li:hover ul li {
  overflow: visible;
  height: 48px;
  z-index: 99999;
}

#drpmn li:hover ul li.l2 {
  overflow: visible;
  height: 60px;
}

#drpmn li:hover ul li.l3 {
  overflow: visible;
  height: 78px;
}

#drpmn li ul li a {
  border-top: 1px solid #C5CADF;
  background-color: #ECEDF4;
  color: #404E94;
  text-align: left;
  line-height: 1.2em;
  padding: 10px 12px;
  font-weight: normal;
  letter-spacing: 0;
  height: 48px;
}

#drpmn li ul li.l2 a {
  height: 60px;
}

#drpmn li ul li.l3 a {
  height: 78px;
}


#drpmn li:hover > a {
  background-color: #9FA6C9;

}




/* ----------↓ #CONTENT ↓---------- */
/* ----------↓ H ↓---------- */
h1 {
  font-family: "HG丸ｺﾞｼｯｸM-PRO" 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',  Meiryo, arial, helvetica, clean, 'ＭＳ Ｐゴシック', sans-serif;
  padding: 1em .75em;
  border-left: 5px solid #404E94;
  font-size: 160%;
  font-weight: normal;
  color: #505050;
  line-height: 1em;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

h1.l2 {
  padding: .5em .75em .4em .75em;
  line-height: 1.3em;
}

h2 {
  padding: .8em .6em .5em .6em;
  border-bottom: 2px solid #404E94;
  background-color: #F0F0F0;
  font-size: 120%;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 20px;
  letter-spacing: .15em;
  color: #555555;
}

h3 {
  padding: .6em .2em .4em .2em;
  border-bottom: 3px double #9FA6C9;
  font-size: 110%;
  line-height: 1em;
  letter-spacing: .15em;
  color: #404E94;
  margin-bottom: 13px;
}

h4 {
  font-size: 150%;
  font-weight: normal;
  line-height: 1.5em;
  color: #404E94;
  margin: 20px 0;
}

h5 {
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 5px 0;
  padding-left: 5px;
  padding-left: 5px;
  color: #404E94;
  border-left: 10px solid #404E94;
}

h5.mgn1 {
  margin: 0 0 1.6em 0;
}


/* -----↓ A ↓----- */
#content a {
  color: #404E94;
}

#content a:hover {
  text-decoration: underline;
}

#content h2 a {
  color: #555555;
}

#content a.pop:after {
  content: url("../image/icon_popup.gif");
  position: relative;
  bottom: -0.1em;
  margin-left: 0.5em;
  margin-right: 0.3em;
}

#content a.pdf {
  background: url("../image/icon_pdf.gif") no-repeat right top;
  padding-right: 19px;
  margin-right: 5px;
}

#content a.word {
  background: url("../image/icon_word.gif") no-repeat right top;
  padding-right: 19px;
}

#content a.zip:after {
  content: url("../image/icon_zip.gif");
  position: relative;
  bottom: -0.1em;
  margin-left: 0.5em;
  margin-right: 0.3em;
}


/*
#content a.pdf:before {
  content: url("../image/icon_pdf.gif");
  position: relative;
  bottom: -0.1em;
  margin-right: 0.3em;
}

#content a.pdf:after {
  content: url("../image/icon_pdf.gif");
  position: relative;
  bottom: -0.1em;
  margin-left: 0.5em;
}

#content a.word:after {
  content: url("../image/icon_word.gif");
  position: relative;
  bottom: -0.1em;
  margin-left: 0.5em;
}
*/




/* ----------↓ #FTR-FAC ↓---------- */
#ftr-fac {
  float: left;
  width: 750px;
  height: 40px;
  margin-top: 30px;
  margin-right: 10px;
}

#ftr-fac ul, #ftr-fac li {
  list-style-type: none;
}

#ftr-fac ul {
  font-size: 0;
}

#ftr-fac li {
  display: inline-block;
  margin-right: 12px;
  /* IE 6/7 */
  /display: inline;
  /zoom: 1;
  text-align: center;
}

/* ----- IMG ----- */
#ftr-fac img {
  display: block;
}

#ftr-fac li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}





/* ----------↓ #FTR-BDR ↓---------- */
#ftr-bdr {
  float: left;
  margin-top: 10px;
}





/* ----------↓ #FTR-ETC ↓---------- */
#ftr-etc {
  float: right;
  margin-top: 20px;
  text-align: left;
}

#ftr-etc ul, #ftr-etc li {
  list-style-type: none;
}

#ftr-etc ul {
  font-size: 0;
}

#ftr-etc li {
  margin-bottom: 15px;
}

/* ----- IMG ----- */
#ftr-etc img {
  display: block;
}

#ftr-etc li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}



/* ----------↓ #FTR-SITE ↓---------- */
#ftr-site ul, #ftr-site li {
  list-style-type: none;
}

#ftr-site ul {
  magin: 0;
  padding-top: 8px;
}

#ftr-site li {
  display: inline-block;
  margin-right: 10px;
  /* IE 6/7 */
  /display: inline;
  /zoom: 1;
  text-align: left;
}

#ftr-site li.arw {
  background: url("../image/arw_list-s.gif") no-repeat left 5px;
  padding-left: 10px;
  text-decoration: none;
  vertical-align: top;
  padding-top: 0;
  margin-top: -2px;
}

#ftr-site li a {
  color: #535353;
}

#ftr-site li a:hover {
  text-decoration: underline;
}




/* ----------↓ #FOOTER-QLINK ↓---------- */
#ftr-qlink {
  min-height: 100px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-image: url("../image/bg_ftr-keidi.gif");
  background-repeat: no-repeat;
  background-position: right bottom;
}

#ftr-qlink ul, #ftr-qlink li {
  list-style-type: none;
}


#ftr-qlink ul {
  float: left;
  width: 20%;
}

#ftr-qlink li {
  line-height: 1.2em;
  margin-bottom: 10px;
  text-indent: -10px;
  padding-left: 10px;
}


#ftr-qlink li a {
  background: url("../image/arw_ftr-qlink.gif") no-repeat left center;
  padding-left: 10px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 90%;
}

#ftr-qlink li a:hover {
  text-decoration: underline;
}

#ftr-qlink li.cat a {
  background: url("../image/li-mark_ftr-qlink.gif") no-repeat left center;
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 15px;
}

#ftr-qlink li.sb a {
  background: none;
  margin-left: -0.1em;
}

#ftr-qlink li.sb:before {
  content: "・";
  color: #FFFFFF;
  position: relative;
  margin-left: 0.3em;
}




/* ----------↓ #CREDIT ↓---------- */
#credit p {
  margin-top: 10px;
}

#credit p.lft {
  float: left;
  width: 50%;
}

#credit p.rgt {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 90%;
}