@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
*/
 
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 size
------------------------------------------------------ */
html {
  font-size: 77%;
}
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%;
}



/* ----------↓ 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: 90px;
}

#gmenu {
  clear: both;
  height: 36px;
  background-color: #8C8CBB;
  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: #E8E8F1;
  color: #FFFFFF;
}

#credit {
  clear: both;
  background-color: #99BA32;
  color: #FFFFFF;
  background-image: url("../image/bg_credit.gif");
  background-repeat: repeat-x;
  height: 34px;
}





/* ----------↓ #HEADER ↓---------- */

/* ----- DIV ----- */
#header div.logo {
  width: 500px;
  float: left;
}

#hdr-lnk {
  width: 300px;
  float: right;
  text-align: right;
  margin: 5px 0 10px 0;
}


/* ----- IMG ----- */
#header img.logo {
  margin: 13px 0;
}


/* ----- #HDR-LNK ----- */
#hdr-lnk li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* ----- #LNGLNK ----- */
.cmn {
  *zoom: 1;
  width: 330px;
  list-style-type: none;
}

.cmn:before, .cmn:after {
  content: "";
  display: table;
}

.cmn:after {
  clear: both;
}

.cmn li {
  position: relative;
  float: left;
  text-align: center;
  right: 22px;
}

.cmn li a {
  display: block;
  margin-right: 20px;
  color: #FFFFFF;
}

.cmn li:last-child a {
  margin-right: 0;
}

.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 li ul li {
  overflow: hidden;
  height: 0;
  transition: .2S;
}

#lnglnk li:hover ul li {
  overflow: visible;
  height: 23px;
}



/* ----- #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: 20%;
  float: left;
  text-align: center;
}

#drpmn li a {
  display: block;
  background-color: #8C8CBB;
  color: #FFFFFF;
  line-height: 1em;
  text-decoration: none;
  font-weight: bold;
  padding: 12px;
  letter-spacing: 0.3em;
}

#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 #F3F3F8;
  background-color: #E8E8F1;
  color: #8C8CBB;
  text-align: left;
  line-height: 1em;
  padding: 10px 12px;
  font-weight: normal;
  letter-spacing: 0;
}

#drpmn li:hover > a {
  background-color: #A9A9CC;
  color: #FFFFFF;
}

#drpmn li a:hover {
  background-color: #9D9DC5;
  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 #8C8CBB;
  font-size: 160%;
  font-weight: normal;
  color: #505050;
  line-height: 1em;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

h2 {
  padding: .8em .6em .5em .6em;
  border-bottom: 2px solid #8C8CBB;
  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 #C5C5DD;
  font-size: 110%;
  line-height: 1em;
  letter-spacing: .15em;
  color: #8C8CBB;
  margin-bottom: 13px;
}

h4 {
  font-size: 150%;
  font-weight: normal;
  line-height: 1.5em;
  color: #8C8CBB;
  margin: 20px 0;
}

h5 {
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 5px 0;
  padding-left: 5px;
  padding-top: 3px;
  color: #8C8CBB;
  border-left: 10px solid #8C8CBB;
}



h1.hyg {
  border-left: 5px solid #EC6E82;
}

h2.hyg {
  border-bottom: 2px solid #EC6E82;
}

h3.hyg {
  border-bottom: 3px double #F192A1;
  color: #F192A1;
}

h4.hyg {
  color: #EC6E82;
}

h5.hyg {
  color: #EC6E82;
  border-left: 10px solid #EC6E82;
}



h1.nrs {
  border-left: 5px solid #4095CB;
}

h2.nrs {
  border-bottom: 2px solid #4095CB;
}

h3.nrs {
  border-bottom: 3px double #70B0D8;
  color: #70B0D8;
}

h4.nrs {
  color: #4095CB;
}

h5.nrs {
  color: #4095CB;
  border-left: 10px solid #4095CB;
}





/* -----↓ A ↓----- */
#content a {
  color: #7E7EC6;
}

#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: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;
}




/* ----------↓ P / SPAN ↓---------- */
#main p.hyg, #main span.hyg {
  color: #EC6E82;
}

#main p.nrs, #main span.nrs {
  color: #4095CB;
}

#main p.clg, #main span.clg {
  color: #8C8CBB;
}





/* ----------↓ #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: 310px;
  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: #8C8CBB;
  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.cat-nolink {
  background: url("../image/li-mark_ftr-qlink.gif") no-repeat left center;
  font-weight: bold;
  font-size: 100%;
  padding-left: 20px;
  color: #8C8CBB;
}

#ftr-qlink li.mgn3 {
  margin-bottom: 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%;
}

/*-----------------------------------------------------------
 見出し ページカール
-----------------------------------------------------------*/
m1 {
  position: relative;
  padding: .5em .75em;
  background-color: #f6f6f6;
}
m1::before,
h1::after {
  position: absolute;
  bottom: 8px;
  z-index: -1;
  content: '';
  width: 30%;
  height: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}
m1::before {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: .3em;
}
m1::after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: .3em;
}

textarea{
	max-width: 600px;
	min-width: 400px;
	max-height: 400px;
	resize:vertical;

}
