@charset "utf-8";

/*  =============================================================

　　共通設定

============================================================= */


/*  全体　基本設定
---------------------------------------------*/

body {
  font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.4em;
  letter-spacing: 0;
  text-align: center;
  padding: 10px;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

/*  PC・SP表示切り替え 共通設定
-------------------------- */

.mediaSP {
  display: none;
}

/*  画像 基本設定
-------------------------- */

img {
	vertical-align: top;
	border: none;
}

/*  リンク 基本設定
-------------------------- */

a {
	color: #0059b2;
  text-decoration: underline;
	-webkit-tap-highlight-color: transparent;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:visited {
  color: #8c3041;
}


/*  テキスト 基本設定
-------------------------- */

/* -- ルビ -- */

ruby {
  ruby-align: distribute-space;
  ruby-overhang: auto;
  ruby-position: above;
}

rb {
  padding-top: 4px;
}

rt {
  text-align: center;
}

.yomiselect rt {
  display: block;
}

strong,
noscript {
  font-weight: bold;
}

noscript p {
	margin: 1em 0;
}


/*  フォーム 基本設定
-------------------------- */

input,
button,
select,
textarea {
  border-radius: 0 !important;
  padding: 5px;
  background: #fff;
  font-size: 1em;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"] {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  padding: 0;
  font-size: 1.2em;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: 1px solid #d1d1d1;
}

textarea {
  -webkit-appearance: none;
  resize: vertical;
  width: 100%;
  height: 120px;
  line-height: 1.6em;
}

input::-webkit-input-placeholder {
  color: #333;
}

input:-ms-input-placeholder {
  color: #333;
}

input::-moz-placeholder {
  color: #333;
}


/* 　コンテナー　設定
---------------------------------------------*/

#container {
  position: relative;
  overflow: hidden;
  min-width: 980px;
  text-align: center;
}

.boxInner {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}


/*  ヘッダー 設定
---------------------------------------------*/

#header {
  position: relative;
  width: 100%;
  height: 74px;
  border-top: 10px solid #99cc00;
  border-bottom: 1px solid #ccc;
  font-family: "segoe UI", "ヒラギノ丸ゴ ProN W3", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

/* ---- 紙吹雪 ---- */

#header:before,
#header:after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 55px;
  height: 140px;
  background: url(/share/imgs/kinen-header-bg-paper.png) no-repeat;
  content: "";
}

#header:before {
  margin-left: -578px;
  background-position: 0 -10px;
}

#header:after {
  width: 60px;
  margin-left: 512px;
  background-position: right -10px;
}

/* ---- リンク ---- */

#header a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: all .4s ease-in-out;
  color: #000;
  text-decoration: none;
}

/* ---- インナー ---- */

#header .boxInner {
  position: relative;
  z-index: 3;
  padding-top: 16px;
  padding-bottom: 18px;
}

/* ------ ブロックスキップ ------ */

#blockskip {
  position: absolute;
  top: -10px;
  left: 0;
  height: 0;
  text-align: left;
}

/* 通常時 */
#blockskip a {
  overflow: hidden;
  transition: none !important;
  width: 1px;
  height: 1px;
  color: transparent;
  color: #c5e8f0\9; /* IE8用 */
  text-decoration: underline;
}

/* フォーカス時 */
#blockskip .focus {
  overflow: visible;
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  z-index: 2000;
  width: auto;
  height: 35px;
  padding: 5px 15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 22px;
  letter-spacing: .5px;
}

/* リンク触れた時 */
#blockskip a:hover {
  text-decoration: none;
}

/* ------ サイトロゴ ------ */

#header #sitelogo {
  float: left;
  width: 132px;
  height: 100%;
}

#header #sitelogo a {
  transition: none;
}

/* ------ ユーザーナビ ------ */

#header #usernav {
  float: right;
  width: 820px;
  padding-top: 5px;
  text-align: right;
}

#header #usernav,
#header #usernav dl,
#header #usernav ul {
  letter-spacing: -.40em;
}

#header #usernav dt,
#header #usernav dd,
#header #usernav li,
#header #usernav > * {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  letter-spacing: normal;
  vertical-align: middle;
}

#header #usernav dt {
  padding-right: 5px;
  line-height: 23px;
}

/* ---- ボタン共通設定 ---- */

#header #fontsize li a,
#header #inverse li a,
#header #voice a,
#header #kana a,
#header #fontsize #fontsize-normal.on + #fontsize-enlarge.on a {
  height: 22px;
  padding: 0 7px;
  background: #336600;
  border-radius: 3px;
  border: 2px solid #336600;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  line-height: 20px\9; /* IE8用 */
  letter-spacing: .02em;
  text-align: center;
}

/* IE10用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header #fontsize li a,
  #header #inverse li a,
  #header #voice a,
  #header #kana a,
  #header #fontsize #fontsize-normal.on + #fontsize-enlarge.on a { 
    line-height: 20px;
  }
}

/* -- リンク（ホバー・フォーカス時）-- */

#header #fontsize li a:hover,
#header #fontsize li a:focus,
#header #inverse li a:hover,
#header #inverse li a:focus,
#header #voice a:hover,
#header #voice a:focus,
#header #kana a:hover,
#header #kana a:focus,
#header #fontsize #fontsize-normal.on + #fontsize-enlarge.on a:hover,
#header #fontsize #fontsize-normal.on + #fontsize-enlarge.on a:focus {
  border-color: #214100;
  background-color: #214100;
}

/* ---- 文字サイズ ---- */

#header #fontsize {
  margin-right: 16px;
}

#header #fontsize li {
  padding-left: 3px;
  font-size: .95em;
}

/* -- リンク -- */

#header #fontsize .on a {
  background: #fff;
  color: #333;
}

/* -- リンク（ホバー・フォーカス時）-- */

#header #fontsize .on a:hover,
#header #fontsize .on a:focus {
  border-color: #336600;
  background: #fff;
}

/* ---- 配色 ---- */

#header #inverse {
  padding-right: 18px;
}

#header #inverse li {
  padding-left: 3px;
  font-size: .95em;
}

/* -- リンク -- */

#header #inverse li a {
  padding-right: 5px;
  padding-left: 5px;
  border-color: #000;
  background: #000;
}

/* -- リンク（ホバー・フォーカス時）-- */

#header #inverse li a:hover,
#header #inverse li a:focus {
  background: #000;
}

/* -- 標準ボタン -- */

#header #inverse #inverse-btn-default a {
  background: #fff;
  color: #000;
  font-weight: normal;
}

/* ---- 音声読み上げ＆ふりがな ---- */

#header #voice,
#header #kana {
  margin-left: 5px;
}

#header #voice a,
#header #kana a {
  padding-right: 7px;
  padding-left: 25px;
  background-color: #336600;
  background-repeat: no-repeat;
  background-position: 6px center;
  font-size: .95em;
}

/* ---- 音声読み上げ ---- */

#header #voice a {
  background-image: url(/share/imgs/kids-header-icn-voice.png);
}

/* ---- ふりがな ---- */

#header #kana {
  padding-right: 10px;
}

#header #kana a {
  background-image: url(/share/imgs/kids-header-icn-kana.png);
}

/* ---- 言語切替 ---- */

#header #lang {
  overflow: hidden;
  border-radius: 4px;
  background: #336600;
}

#header #lang li {
  border-left: 1px solid #fff;
}

#header #lang li:first-child {
  border-left: none;
}

/* -- リンク -- */

#header #lang li a {
  display: block;
  transition: background-color .4s ease-in-out;
  width: 67px;
  height: 23px;
  padding-top: 1px;
  background: #336600; 
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}

/* -- リンク（ホバー・フォーカス時）-- */

#header #lang li a:hover,
#header #lang li a:focus {
  background-color: #214100;
}

/* -- 英語ボタン -- */

#header #lang li:first-child a {
  padding-top: 0\9; /* IE8用 */
  font-size: .97em;
  font-size: 1em\9; /* IE8用 */
}

/* IE10用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header #lang li:first-child a { 
    padding-top: 0;
    font-size: 1em;
  }
}

/* Edge用 */
@supports (-ms-ime-align:auto) {
  #header #lang li:first-child a { 
    font-size: 1em;
  }
}

/* -- 韓国語ボタン -- */

#header #lang li:first-child + li a {
  padding-top: 2px\9; /* IE8用 */
  font-size: 1.02em;
  font-size: .97em\9; /* IE8用 */
}

/* IE10用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header #lang li:first-child + li a { 
    padding-top: 1px;
    font-size: .97em;
  }
}

/* -- 中国語ボタン -- */

#header #lang li:first-child + li + li a,
#header #lang li:first-child + li + li + li a {
}

/* IE10以上用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header #lang li:first-child + li + li a,
  #header #lang li:first-child + li + li + li a {
    padding-top: 2px;
  }
}



/*  コンテンツ 設定
---------------------------------------------*/

#content {
  background: url(/share/imgs/kinen-content-bg-paper.png) no-repeat center 106px;
}

#content a img {
  transition: all .4s ease-in-out;
}

/*  Content Top
-----------------------------------*/

#contentTop {
  border-bottom: 1px solid #ccc;
}

#contentTop .boxInner {
}

/* ------ メインロゴ ------ */

#mainlogo {
  padding: 14px 0 12px; 
}

#mainlogo h1 {
  color: #807400;
  font-size: 1.45em;
  font-weight: bold;
  letter-spacing: .09em;
}


/*  Content Main
-----------------------------------*/

#contentMain {
}

#contentMain .boxInner {
  padding: 30px 0 40px;
}


/*  2カラム 設定
-----------------------------------*/

/* ---- 2カラム・メインエリア ---- */

#main {
  float: left;
  width: 720px;
}

/* ---- 2カラム・サイドエリア ---- */

#side {
  float: right;
  width: 220px;
}


/*  フッター 設定
---------------------------------------------*/

#footer {
  border-top: 1px solid #999;
}

/* -------- 表示切替 -------- */

#footer #displayswitch {
  position: relative;
}


#footer #displayswitch.mediaSP,
#footer #displayswitch.mediaPC {
  display: none;
}

/* -- リスト -- */

#footer #displayswitch ul {
  margin-left: -1px;
}

#footer #displayswitch li {
  float: left;
  width: 50%;
}

/* -- リンク -- */

#footer #displayswitch a {
  display: block;
  border: 1px solid #999;
  border-top: none;
  border-right: none;
  color: #000;
  font-size: 1.05em;
  text-align: center;
  text-decoration: none; 
  letter-spacing: 0.02em;
}

/* -- リンク内テキスト -- */

#footer #displayswitch a span {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  padding: 15px 5px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

/* -- PCボタン -- */

#footer #displayswitch #switch-pc span {
  padding-left: 30px;
  background-image: url(/share/imgs/kinen-footer-icn-display-pc.png);
  text-decoration: underline;
}

/* -- スマホボタン -- */

#footer #displayswitch #switch-sp span {
  padding-left: 20px;
  background-image: url(/share/imgs/kinen-footer-icn-display-sp.png);
}


/* -------- フッター上部 -------- */

#footerTop {
}

#footerTop,
#footerTop a {
  color: #111;
  text-decoration: none;
}

#footerTop .boxInner {
  position: relative;
  padding-top: 26px;
  padding-bottom: 30px;
  letter-spacing: -.40em;
}

/* ---- アドレス ---- */

#footer .boxAddress {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 80%;
  font-size: 1.03em;
  line-height: 1.7em;
  vertical-align: middle;
  letter-spacing: normal;
}

#footer .boxAddress .imgFooterMainLogo,
#footer .boxAddress > dl {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  vertical-align: middle;
}

#footer .boxAddress .imgFooterMainLogo {
  width: 20%;
  padding-left: 12px;
}

#footer .boxAddress > dl {
  width: 78%;
  padding-left: 18px;
}

/* -- タイトル -- */

#footer .boxAddress > dl > dt {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.12em;
  font-weight: bold;
}

/* -- 内容 -- */

#footer .boxAddress > dl > dd {
  font-size: .85em;
  line-height: 1.6em;
}

#footer .boxAddress > dl > dd li {
  display: inline;
  padding-left: 8px;  
}

#footer .boxAddress > dl > dd li:first-child {
  padding-left: 0;
}

#footer .imgFooterSiteLogo {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 20%;
  padding-top: 20px;
  padding-right: 25px;
  text-align: right;
  vertical-align: middle;
  letter-spacing: normal;
}

#footer .imgFooterSiteLogo a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
}

/* -------- フッター下部 -------- */

#footerBtm {
  position: relative;
  border-top: 1px solid #999;
}

/* ---- コピーライト ---- */

#footer #copyright {
  display: block;
  height: 120px;
  padding: 50px 0;
  color: #111;
  text-align: center;
  font-size: .88em;
}

/* ---- ページトップ ---- */

#footer #pagetop {
  display: block;
  position: absolute;
  top: -260px;
  right: auto;
  left: auto;
  z-index: 600;
  margin-left: 900px;
}

/* -- ページトップ・固定 -- */

#footer #pagetop.fxd {
  position: fixed;
  top: auto !important;
  bottom: 15px;
}

/* -- リンク -- */

#footer #pagetop a {
  display: block;
  transition: all 0.4s ease-in-out;
  float: right;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: url(/share/imgs/kinen-footer-btn-pagetop-pc.png) no-repeat center #336600;
}

/* -- リンク（ホバー・フォーカス時）-- */

#footer #pagetop a:hover,
#footer #pagetop a:focus {
  background-color: #214100;
}

/* -- リンク内テキスト -- */

#footer #pagetop a span {
  display: none;
}