@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: arial, helvetica, clean, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',  Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #303030;
  font-feature-settings: "palt";
  letter-spacing: 0.2px;
}
 
/* ------------------------------------------------------
font size
------------------------------------------------------ */
html {
  font-size: 80%;
}

body {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.6;
}



/* ----------↓ 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%;
}

.lg{
  font-size: 130%;
}

.red {
  color: #FF0000;
}

.bld {
  font-weight: bold;
}

.undr {
text-decoration: underline;
}


/* ----------↓ LAYOUT ↓---------- */
#wrapper, #header, #gmenu, #conetnt, #ftr-bnr, #footer, #credit {
  width: 100%;
}

#header .inner, #gmenu .inner, #content .inner, #ftr-bnr .inner, #footer .inner, #credit .inner {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

#wrapper {
  min-width: 900px;
}

#header {
  height: 100px;
}

#gmenu {
  clear: both;
  height: 60px;
  background-color: #425695;
  margin-bottom: 10px;
}

#content {
  min-height: 300px;
  /*margin-bottom: 10px;*/
}

#ftr-bnr {
  clear: both;
  height: 28px;
  background-color: #F2F2F2;
  background-image: url("../image/bg_ftr-bnr.gif");
  background-repeat: repeat-x;
}

#footer {
  clear: both;
  background-color: #899BD5;
  color: #FFFFFF;
}

#credit {
  clear: both;
  background-color: #899BD5;
  color: #FFFFFF;
  background-image: url("../image/bg_credit.gif");
  background-repeat: repeat-x;
  height: 34px;
}





/* ----------↓ #HEADER ↓---------- */

/* ----- DIV ----- */
#header div.logo {
  width: 456px;
  float: left;
}

#hdr-lnk {
  width: 250px;
  float: right;
  margin: 15px 0 1px 0;
}


/* ----- IMG ----- */
#header img.logo {
  margin: 8px 0;
}


/* ----- #HDR-LNK ----- */
#hdr-lnk li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#hdr-lnk div {
  float: right;
  width: 200px;
  text-align: right;
}

#hdr-lnk ul, #hdr-lnk ul li {
  list-style-type: none;
}


#hdr-lnk ul li {
  float: left;
  display: table-cell;
  text-align: right;
  padding-left: 25px;
}

#hdr-lnk ul:after {
  clear: both;
}




/* ----- #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 .gmenu{
  font-size: 122%;
}

#drpmn li {
  position: relative;
  width: 20%;
  float: left;
  text-align: center;
}

#drpmn li a {
  display: block;
  color: #FFFFFF;
  line-height: 0;
  text-decoration: none;
  padding: 29px 0;
  letter-spacing: 0.1em;
}

#drpmn li a.long {
  letter-spacing: 0;
}

#drpmn li ul {
  list-style-type: none;
  z-index: 9999;
  top: 100%;
  left: 0;
}

#drpmn li ul li {
  width: 100%;
  overflow: hidden;
  height: 0;
  trasition: .2S;
}

#drpmn li:hover ul li {
  overflow: visible;
  height: 33px;
  z-index: 99999;
}

#drpmn li:hover ul li.l2 {
  overflow: visible;
  height: 45px;
}

#drpmn li ul li a {
  border-top: 1px solid #95A5D9;
  background-color: #E7EBF7;
  color: #233464;
  text-align: left;
  line-height: 1.2em;
  padding: 8px 12px 10px 12px;
  font-weight: normal;
  letter-spacing: 0;
}

#drpmn li:hover > a {
  background-color: #7584B5;
  color: #FFFFFF;
}

#drpmn li a:hover {
  background-color: #6E7CAA;
  color: #FFFFFF;
}





/* ----------↓ #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 #899BD5;
  font-size: 160%;
  font-weight: normal;
  color: #505050;
  line-height: 1em;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

h1.ln2{
  line-height: 1.3em;
  padding: .5em .75em;
}

h1.clmn1 {
  display: none;
}

h2 {
  padding: .8em .6em .5em .6em;
  border-bottom: 2px solid #A1AFDD;
  background-color: #F0F0F0;
  font-size: 130%;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 20px;
  letter-spacing: .15em;
  color: #555555;
}

h2.ln2{
  line-height: 1.3em;
  padding: .5em .6em .3em .6em;
}

h3 {
  padding: .6em .2em .4em .2em;
  border-bottom: 4px double #96A6D8;
  font-size: 120%;
  line-height: 1em;
  letter-spacing: .15em;
  color: #7489CC;
  margin-bottom: 13px;
}

h4 {
  font-size: 150%;
  font-weight: normal;
  line-height: 1.5em;
  color: #899BD5;
  margin: 20px 0;
}

h4.cntr {
  text-align: center;
}

h5 {
  font-weight: bold;
  font-size: 110%;
  line-height: 1em;
  margin: 0 0 10px 0;
  padding-top: 3px;
  padding-left: 5px;
  color: #7489CC;
  border-left: 10px solid #899BD5;
}



/* -----↓ A ↓----- */
#content a {
  color: #556EC0;
}

#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;
}

#content a.pdf:after {
  content: url("../image/icon_pdf.gif");
  position: relative;
  bottom: -0.2em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

#content a.word:after {
  content: url("../image/icon_word.gif");
  position: relative;
  bottom: -0.1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

#content a.zip:after {
  content: url("../image/icon_zip.gif");
  position: relative;
  bottom: -0.1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

#content a.exl:after {
  content: url("../image/icon_exl.gif");
  position: relative;
  bottom: -0.1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}



/* ----------↓ #FTR-LNK ↓---------- */
#ftr-lnk {
  float: right;
  margin-top: 5px;
  text-align: left;
}

#ftr-lnk ul, #ftr-lnk li {
  list-style-type: none;
}

#ftr-lnk li {
  display: inline-block;
  margin-right: 15px;
}

#ftr-lnk li:last-child {
  margin-right: 0;
}


/* ----- IMG ----- */
#ftr-lnk img {
  display: block;
}

#ftr-lnk li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}





/* ----------↓ #FOOTER-QLINK ↓---------- */
#ftr-qlink {
  min-height: 100px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

#ftr-qlink ul, #ftr-qlink li {
  list-style-type: none;
}

#ftr-qlink ul {
  float: left;
}

#ftr-qlink ul.ft01{
  width: 18%;
}

#ftr-qlink ul.ft02{
  width: 12%;
}

#ftr-qlink ul.ft03{
  width: 15%;
}

#ftr-qlink ul.ft04{
  width: 16%;
}

#ftr-qlink ul.ft05{
  width: 19%;
}

#ftr-qlink ul.ft06{
  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;
  padding-left: 15px;
}

#ftr-qlink li.cat-nolink {
  background: url("../image/li-mark_ftr-qlink.gif") no-repeat left center;
  font-weight: bold;
  font-size: 100%;
  padding-left: 25px;
}



/* ----------↓ #CREDIT ↓---------- */
#credit p {
  margin-top: 10px;
}

#credit p.lft {
  float: left;
  width: 50%;
}

#credit p.lft span {
  font-size: 80%;
}

#credit p.rgt {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 90%;
}




/* ----------↓ BR ↓---------- */
br.mb {
  display: none;
}