@charset "utf-8";

/* =============================================================

　　スマホ画面 共通設定

============================================================= */


/*  全体 共通設定
---------------------------------------------*/

/*  PC・SP表示切り替え 共通設定
-------------------------- */

.mediaPC {
  display: none;
}

.mediaSP,
img.mediaSP {
  display: inline;
}

p.mediaSP,
div.mediaSP,
ul.mediaSP,
ol.mediaSP,
li.mediaSP,
table.mediaSP,
form.mediaSP,
dl.mediaSP,
h1.mediaSP,
h2.mediaSP,
h3.mediaSP,
h4.mediaSP,
h5.mediaSP,
h6.mediaSP {
  display: block;
}

/*  テキスト 基本設定
-------------------------- */

.yomiselect rt {
  display: none;
}

/*  フォーム 基本設定
-------------------------- */

form textarea {
  margin-top: 0;
  margin-bottom: 0;
}

input[type="radio"] {
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #999999;
  -webkit-border-radius: 24px !important;
  border-radius: 24px !important;
  -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
  box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
  vertical-align: middle;
  cursor: pointer;
}

input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 12px;
  height: 12px;
  background: #CC0000;
  -webkit-border-radius: 12px !important;
  border-radius: 12px !important;
}


/*  アイコン　設定
-------------------------- */

/* -- 矢印白文字 -- */

.btnArwWhite:before {
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: none;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  content: "";
}


/* 　コンテナー　設定
---------------------------------------------*/

#container {
  overflow: visible;
  min-width: 0;
}

.boxInner {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}


/*  ヘッダー 設定
---------------------------------------------*/

#header {
  width: 100%;
  height: auto;
}

/* ---- 紙吹雪 ---- */

#header:before,
#header:after {
  height: 220px;
  margin: 0;
}

#header:before {
  left: 0;
  background: url(/share/imgs/kinen-header-bg-paper-leftside-sp.png) no-repeat 10px -30px;
  background-size: 46px;
}

#header:after {
  left: auto;
  right: 0;
  background: url(/share/imgs/kinen-header-bg-paper-rightside-sp.png) no-repeat right 10px;
  background-size: 70px;
}

/* ---- インナー ---- */

#header .boxInner {
  padding: 35px 0 0 0;
  background: #fff;
}

/* ------ ブロックスキップ ------ */

#blockskip {
  display: none;
}

/* ------ サイトロゴ ------ */

#header #sitelogo {
  float: none;
  width: auto;
  height: auto;
  padding: 25px 15px 15px;
}

#header #sitelogo img {
  max-width: 195px;
}

/* ------ ユーザーナビ ------ */

#header #usernav {
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
}

#header #usernav dt,
#header #usernav dd,
#header #usernav li,
#header #usernav > div > * {
  float: none;
}

#header #usernav > div {
  display: block;
  margin-bottom: 0;
}

#header #usernav dt {
  padding: 0;
}

#header #fontsize,
#header #inverse,
#header #voice,
#header #kana {
  display: none !important;
}

/* ---- 言語切替 ---- */

#header #lang {
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  width: 100%;
  height: 42px;
  padding: 9px 15px;
  background: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  text-align: right;
}

#header #lang ul {
  margin: 0 -2px;
}

#header #lang li {
  display: inline;
  padding: 0 2px;
  border: none;
}

#header #lang li a {
  display: inline;
  transition: none;
  min-width: 0;
  height: auto;
  padding: 5px 8px;
  border-radius: 4px;
  background: #336600;
  color: #fff;
  font-size: 1.1em !important;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

/* -- リンク（ホバー・フォーカス時）-- */

#header #lang li a:hover,
#header #lang li a:focus {
}



/*  コンテンツ 設定
---------------------------------------------*/

#content {
  display: block;
  position: relative;
  padding-bottom: 0;
  background: none;
  font-size: 1em !important;
}

#content img {
  max-width: 100%;
}

.boxSection {
  padding: 10px 15px;
}

/*  Content Top
-----------------------------------*/

#contentTop {
}

#contentTop .boxInner {
}

/* ------ メインロゴ ------ */

#mainlogo {
  padding-right: 5px;
  padding-left: 15px;
}

#mainlogo h1 {
  font-size: 1.36em;
  letter-spacing: .06em;
}



/*  Content Main
-----------------------------------*/

#content #contentMain {
  font-size: 1em !important;
}

#contentMain .boxInner {
  padding: 0 15px 80px;
}


/*  Content Bottom
-----------------------------------*/

#contentBtm {
  font-size: 1em !important;
}


/*  2カラム 設定
-----------------------------------*/

#main,
#side {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
}

/* ---- 2カラム・サイドエリア ---- */

#side {
  margin: 0 -15px;
  padding: 20px 0 30px;
}



/*  フッター 設定
---------------------------------------------*/

#footer {
  background: none;
  font-size: 1em !important;
}

/* -------- 表示切替 -------- */

/* -- PCボタン -- */

#footer #displayswitch #switch-pc span {
  text-decoration: underline !important;
}

/* -- スマホボタン -- */

#footer #displayswitch #switch-sp span {
  text-decoration: none !important;
}

/* -------- フッター上部 -------- */

#footerTop { 
}

#footerTop a {
  text-decoration: underline;
}

#footerTop a:hover,
#footerTop a:focus {
  text-decoration: none;
}

#footerTop .boxInner {
  padding: 0 15px 35px;
}

/* ---- アドレス ---- */

#footer .boxAddress {
  display: block;
  width: auto;
  padding-top: 35px;
  text-align: center;
}

#footer .boxAddress .imgFooterMainLogo,
#footer .boxAddress > dl {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 0;
}

#footer .boxAddress .imgFooterMainLogo {
  max-width: 180px;
  margin-bottom: 30px;
}

#footer .boxAddress .imgFooterMainLogo img {
  width: 100%;
}

/* -- 内容 -- */

#footer .boxAddress > dl {
  margin-bottom: 35px;
}

#footer .boxAddress > dl > dt {
  margin-bottom: 8px;
}

#footer .boxAddress > dl > dd {
  font-size: 1em;
  line-height: 1.6em;
}

#footer .boxAddress > dl > dd p {
  margin-bottom: 5px;
}

#footer .boxAddress > dl > dd a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  margin-top: 5px;
}

#footer .boxAddress > dl > dd li {
  display: block;
  margin-bottom: 2px;
  padding: 0;
}

#footer .imgFooterSiteLogo {
  display: block;
  width: auto;
  max-width: 180px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#footer .imgFooterSiteLogo img {
  width: 100%;
}


/* -------- フッター下部 -------- */

#footerBtm {
}

/* ---- コピーライト ---- */

#footer #copyright {
  height: auto !important;
  padding: 18px 0 20px !important;
  font-size: 0.88em;
}

/* ------ ページトップ ------ */

#footer #pagetop {
  display: block;
  top: -653px;
  right: 10px;
  margin-left: 0;
}

/* -- ページトップ・固定 -- */

#footer #pagetop.fxd {
  position: fixed;
  top: auto !important;
  bottom: 10px;
}

/* -- リンク -- */

#footer #pagetop a {
  width: 56px;
  height: 56px;
  background-image: url(/share/imgs/kinen-footer-btn-pagetop-sp.png);
  background-position: center 8px;
  background-size: 60%;
}