@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;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #423a38;
}

/* PC・SP表示切り替え
-------------------------- */

.spUser,
.pcUser {
  display: none;
}

/*  画像 基本設定
-------------------------- */

img {
	vertical-align: top;
	border: none;
}

/* スマホ用 */
.mediaSP {
	display: none;
}


/*  リンク 基本設定
-------------------------- */

a {
  display: inline-block;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
	color: #2d4485;
	text-decoration: underline;
	-webkit-tap-highlight-color: transparent;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:visited {
  color: #8c3041;
}

/*mtn del20160310
.boxEntryFreeform li a {
  display: block;
}
end*/

/* -- 20160310 ADD -- */
.boxEntryFreeform li a {
  display: inline;
}
/* -- 20160310 ADD-END -- */

/*  テキスト 基本設定
-------------------------- */

/* -- ルビ -- */

ruby {
  ruby-align: distribute-space;
  ruby-overhang: auto;
  ruby-position: above;
}

/********
rt,
rp {
  display: none;
}
*********/

.yomiselect rt {
  display: block;
}

strong,
noscript {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

noscript p {
	margin: 1em 0;
}


/*  フォーム 基本設定
-------------------------- */
  
input,
button,
select,
textarea {
  border-radius: 0 !important;
  padding: 2px;
  background: #fff;
  font-size: 0.95em;
}

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 { 
  outline: none;
  border: 1px solid #d1d1d1;
}

form textarea {
  -webkit-appearance: none;
  resize: vertical;
  width: 100%;
  height: 120px;
  margin-top: 10px;
  margin-bottom: 2px;
  line-height: 1.6em;
}


/* 　コンテナー　設定
---------------------------------------------*/

#container {
  position: relative;
  min-width: 960px;
  /* DELETE 20220213 */
  #background: url(/share/imgs/main-header-top-bg-pc.png) repeat-x center top;
  text-align: center;
}

.boxInner {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}


/*  ヘッダー 設定
---------------------------------------------*/

#header {
  width: 100%;
  padding: 10px 0 0;
   /*background: url(/share/imgs/main-header-top-bg-pic-pc.png) no-repeat center top; */
}

#header a {
  text-decoration: none;
}

#header .btnLink > * {
  padding: 5px;
  line-height: 1em;
}

/* -------- ヘッダー上部 -------- */

#headerTop .boxInner {
  position: relative;
}

/* ------ ブロックスキップ ------ */

#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用 */
}

/* フォーカス時 */
#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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  line-height: 22px;
  letter-spacing: 0.5px;
}

/* リンク触れた時 */
#blockskip a:hover {
  text-decoration: none;
}

/* ------ サイトロゴ ------ */

#header .boxSiteLogo {
  float: left;
  width: 162px;
  height: 60px;
  padding-top: 8px;
}

#header .boxSiteLogo h1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(/share/imgs/main-header-ttl-logo-sp.png) no-repeat center;
  background-size: 100%;
  background-position: 0 -500px;
}

#header .boxSiteLogo a {
  display: block;
  width: 100%;
  height: 100%;
}

#header .boxSiteLogo a:hover,
#header .boxSiteLogo a:focus {
  opacity: 0.6;
}

#header .boxSiteLogo a img {
  transition: none;
}

/* ------ サイトリンク ------ */

#header .boxSiteLink {
  float: left;
  width: 105px;
  padding-top: 25px;
  padding-left: 8px;
}

#header .boxSiteLink a {
  border-radius: 3px;
  padding: 1px 4px;
  padding: 4px 4px 2px\9;
  background: #2d4485;
  color: #fff;
  font-size: 0.88em;
}

/* ------ ユーザーナビ ------ */

#header .boxUserNav {
  float: right;
  width: 690px;
  text-align: right;
}

#header .boxUserNav dt,
#header .boxUserNav dd,
#header .boxUserNav li,
#header .boxUserNav > div > * {
  float: left;
}

#header .boxUserNav > div {
  display: inline-block;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  margin-bottom: 12px;
  text-align: right;
  vertical-align: top;
}

#header .boxUserNav > div > * {
  margin-left: 15px;
}

.furigana #header .boxUserNav > div > * {
  margin-left: 3px;
}

#header .boxUserNav dt {
  padding: 3px 5px 0 0;
  font-size: 0.95em;
}

/* ---- 音声読み上げ ---- */

#header .boxUserNav .btnVoice a {
  padding-left: 25px;
  background-image: url(/share/imgs/main-header-useruav-bg-read-speech.png);
  background-repeat: no-repeat;
  background-position: 7px 3px;
}

/* ---- 言語切替 ---- */
/* 20170331調整 */
#header .boxUserNav .boxLang {
  width: 194px;
  margin-left: 0;
  padding-top: 3px;
}

#header .boxUserNav .boxLang .btnLink > * {
  padding-right: 7px;
  padding-left: 7px;
}

#header .boxUserNav .boxLang .btnLink .btnsize {
  width: 114.98px;
}

/* 中国語ボタン */
#header .boxUserNav .boxLang li:first-child + .btnLink > * {
  padding-top: 6px\9;/* IE8用 */
  padding-bottom: 4px\9;/* IE8用 */
}

/* 韓国語ボタン */
#header .boxUserNav .boxLang li:first-child + li + .btnLink > * {
  padding-top: 6px;
  padding-bottom: 4px;
  padding-top: 7px\9;/* IE8用 */
  padding-bottom: 3px\9;/* IE8用 */
}

/* 中国語ボタン：IE9用 */
body:not(:target) #header .boxUserNav .boxLang li:first-child + .btnLink > * {
  padding-top: 6px\9;
  padding-bottom: 4px\9;
}

/* 韓国語ボタン：IE9用 */
body:not(:target) #header .boxUserNav .boxLang li:first-child + li + .btnLink > * {
  padding-top: 8px\9;
  padding-bottom: 2px\9;
}

/* IE10以上用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  /* 中国語ボタン */
  #header .boxUserNav .boxLang li:first-child + .btnLink > * {
    padding-top: 6px !important;
    padding-bottom: 4px !important;
  }

  /* 韓国語ボタン */
  #header .boxUserNav .boxLang li:first-child + li + .btnLink > * {
    padding-top: 4px !important;
    padding-bottom: 6px !important;
  }
}

/* ---- 検索 ---- */

#header .boxUserNav .boxSearch {
  float: right;
  width: 428px;
  *width: 410px;/* IE7用 */
  margin-left: 5px;
  padding: 4px 10px;
  background: #2b5493;
  color: #fff;
  font-family: "segoe UI", "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro" ,"メイリオ", Meiryo, Verdana, sans-serif;
}

#header .boxUserNav .boxSearch dt {
  width: 126px;
  padding: 0;
  letter-spacing: 2px;
  text-align: left;
}

#header .boxUserNav .boxSearch dt span {
  display: table-cell;
  vertical-align: middle;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  width: 128px;
  height: 25px;
  padding-top: 2px;
}

#header .boxUserNav .boxSearch dd {
  float: right;
  width: 280px;
  text-align: right;
}

/* -- 入力フォーム -- */
.boxSearch .txtSearch {
  float: left;
  border-radius: 0;
  border: none;
  background: none;
  width: 228px;
  *width: 218px;/* IE7用 */
  height: 25px;
  *height: 20px;/* IE7用 */
  padding: 5px;
  background: #fff;
  font-size: 12px;
  line-height: 25px;
}

.boxSearch .txtSearch:focus {
  transition: all 0.5s ease;
}

/* -- 検索ボタン -- */
.boxSearch .btnSearch {
  float: right;
  transition: all 0.4s ease-in-out;
  width: 52px;
  margin: -2px 0;
  padding: 4px 2px 3px 7px;
  border: 1px solid #4ba0c2;
  border-radius: 4px !important;
  box-shadow: 0 2px #4ba0c2;
  background: #c5e8f0 !important;
  color: #423a38 !important;
  font-size: 14px;
  text-shadow: 1px 1px #fff;
  letter-spacing: 6px;
  line-height: 1.4em;
  cursor: pointer;
}

.boxSearch .btnSearch:hover,
.boxSearch .btnSearch:focus {
  background: #fff0ae !important;
}

/* -------- ヘッダー中部 -------- */

#headerMdl .boxInner {
  padding-top: 8px;
}

/* ------ インフォメーション ------ */

/* ---- 緊急情報 ---- */

#header .boxInfoArea .boxUrgentInfo {
  float: left;
  width: 83%;
  padding: 4px 10px 4px 0;
  background: #a6292f;
}

#header .boxInfoArea .boxUrgentInfo > dl > dt,
#header .boxInfoArea .boxUrgentInfo > dl > dd {
  display: table-cell;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  vertical-align: top;
  line-height: 1.3em;
}

#header .boxInfoArea .boxUrgentInfo > dl > dt {
  width: 100px;
  padding: 8px 0;
  color: #fff;
  font-family: "segoe UI", "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro" ,"メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.15em;
  text-align: center;
}

#header .boxInfoArea .boxUrgentInfo > dl > dd {
  width: 690px;
  *width: 680px;/* IE7用 */
  padding: 10px 8px;
  background: #fff;
  font-size: 0.95em;
}

/* -- 緊急情報内容 -- */

.boxUrgentInfoCont {
  padding-top: 2px;
}

.boxUrgentInfoCont > ul > li {
  overflow: hidden;
  padding-bottom: 5px;
  line-height: 1.5em;
}

.boxUrgentInfoCont dt {
  float: left;
  width: 90px;
}

.boxUrgentInfoCont dd {
  margin-left: 90px;
}

.boxUrgentInfoCont strong {
  color: #2d4485;
  font-size: 1.05em;
  font-weight: normal;
  text-decoration: underline;
}

/* ---- ボタンエリア ---- */

#header .boxInfoArea .boxInfoBtnArea {
  float: right;
  width: 15.6%;
  margin-bottom: -15px; 
}

/* -- 防災 -- */

#header .boxInfoArea .btnBousai {
  margin-bottom: 15px;
}

#header .boxInfoArea .btnBousai a {
  width: 100%;
  background: #ffd24d;
  border-radius: 4px;
  box-shadow: 0 3px #f0af0a;
  font-size: 0.94em;
  line-height: 1.32em;
  letter-spacing: -0.2px;
}

#header .boxInfoArea .btnBousai a:hover,
#header .boxInfoArea .btnBousai a:focus {
  background: #fff0ae;
}

#header .boxInfoArea .btnBousai a span {
  display: block;
  padding: 6px 0 3px 46px;
  background: url(/share/imgs/main-header-infonav-bg-bousai-pc.png) no-repeat 11px 10px;
}

/* -- お問い合わせ -- */

#header .boxInfoArea .btnContactBnr {
  margin-bottom: 15px;
}

#header .boxInfoArea .btnContactBnr a {
  width: 100%;
}

/* -------- ヘッダー下部 -------- */

#headerBtm {
}

/* ------ グローバルナビ ------ */

#header .boxGlobalNav {
  position: relative;
  z-index: 99999;
  padding-top: 8px;
  font-family: "segoe UI", "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro" ,"メイリオ", Meiryo, Verdana, sans-serif;
}

/* ---- メニューリスト ---- */

#header .boxGlobalNav .boxMenu {
  overflow: visible;
  display: block;
}

.gt740 #header .boxGlobalNav .boxMenu {
  overflow: visible !important;
  display: block !important;
}

#header .boxGlobalNav .boxMenu > ul {
  width: 100%;
}

#header .boxGlobalNav .boxMenu > ul > li {
  position: relative;
  height: 100%;
  border-right: 1px solid #423a38;
  background: url(/share/imgs/main-header-gnav-bg-menu-pc.png) no-repeat bottom;
  cursor: pointer;
}

#header .boxGlobalNav .boxMenu > ul > li:first-child {
  border-left: 1px solid #423a38;
}

#header .boxGlobalNav .boxMenu > ul > li::before {
  display: none\9;/* IE8用 */
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

#header .boxGlobalNav .boxMenu > ul > li,
#header .boxGlobalNav .boxMenu > ul > li > a > span {
  display: table-cell;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  vertical-align: middle;
  width: 160px;
  *width: 159px;/* IE7用 */
}

#header .boxGlobalNav .boxMenu > ul > li > a {
  position: relative;
  z-index: 2;
  transition: none;
  width: 100%;
  height: 100%;
  color: #423a38;
  font-size: 1.1em;
  text-align: center;
  text-shadow: 1px 1px #fff;
  letter-spacing: -0.5px;
  vertical-align: middle;
}

#header .boxGlobalNav .boxMenu > ul > .btnKankyo > a {
  letter-spacing: -1px;
}

#header .boxGlobalNav .boxMenu > ul > li:hover,
#header .boxGlobalNav .boxMenu > ul > li.focused,
.kurashi #header .boxGlobalNav .boxMenu > ul > li.bthKurashi,
.shisei #header .boxGlobalNav .boxMenu > ul > li.btnShisei {
  background-color: #c5e8f0\9;/* IE8用 */
}

#header .boxGlobalNav .boxMenu > ul > li:hover::before,
#header .boxGlobalNav .boxMenu > ul > li.focused::before,
.kurashi #header .boxGlobalNav .boxMenu > ul > li.bthKurashi::before,
.kodomo #header .boxGlobalNav .boxMenu > ul > li.btnKosodate::before,
.kenkou #header .boxGlobalNav .boxMenu > ul > li.btnIryo::before,
.machi #header .boxGlobalNav .boxMenu > ul > li.btnKankyo::before,
.jigyou #header .boxGlobalNav .boxMenu > ul > li.btnSangyo::before,
.shisei #header .boxGlobalNav .boxMenu > ul > li.btnShisei::before {
  background: #c5e8f0;
}

#header .boxGlobalNav .boxMenu > ul > li > a > span {
  height: 56px;
}

/* ---- サブメニュー ---- */

#header .boxGlobalNav .boxSubMenu {
  position: absolute;
  top: 100%;
  top: auto\9; /* IE9以下用 */
  -moz-top: auto;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  border-top: 16px solid rgba(255,255,255,0);
  cursor: pointer;
}

@media all and (-ms-high-contrast:none){
  #header .boxGlobalNav .boxSubMenu {
    top: auto; /* IE10以上用 */
  }
}

/* フォーカス中はホバー時のサブメニュー非表示 */
#header .boxGlobalNav .boxSubMenu,
#header .boxGlobalNav.focused .boxMenu > ul > li:hover .boxSubMenu {
  visibility: hidden;
  z-index: -1;
}

/* サブメニュー表示 */
#header .boxGlobalNav .boxSubMenu.focused,
#header .boxGlobalNav .boxMenu > ul > li:hover .boxSubMenu,
#header .boxGlobalNav.focused .boxMenu > ul > li.focused:hover .boxSubMenu {
  visibility: inherit;
  z-index: 500;
}

#header .boxGlobalNav .bthKurashi .boxSubMenu {
  left: 0;
  margin-left: 0;
}

#header .boxGlobalNav .btnKosodate .boxSubMenu {
  margin-left: -240px;
}

#header .boxGlobalNav .btnSangyo .boxSubMenu {
  margin-left: -560px;
}

#header .boxGlobalNav .btnShisei .boxSubMenu {
  left: auto;
  right: 0;
  margin-left: 0;
}

/* ---- サブメニューフレーム ---- */

#header .boxGlobalNav .boxSubMenuFrameWrap {
  position: relative;
}

#header .boxGlobalNav .boxSubMenuFrameWrap::before {
  position: absolute;
  top: -16px;
  left: 50%;
  width: 27px;
  height: 16px;
  margin-left: -14px;
  background: url(/share/imgs/header-gnav-bg-submenu-arw.png) no-repeat;
  content: "";
}

#header .boxGlobalNav .boxSubMenuFrameWrap::before {
  position: absolute;
  top: -16px;
  left: 50%;
  width: 27px;
  height: 16px;
  margin-left: -14px;
  background: url(/share/imgs/main-header-gnav-bg-submenu-arw.png) no-repeat;
  content: "";
}

#header .boxGlobalNav .bthKurashi .boxSubMenuFrameWrap::before {
  left: 80px;
}

#header .boxGlobalNav .btnKosodate .boxSubMenuFrameWrap::before {
  left: 230px;
}

#header .boxGlobalNav .btnSangyo .boxSubMenuFrameWrap::before {
  left: 560px;
}

#header .boxGlobalNav .btnShisei .boxSubMenuFrameWrap::before {
  left: 720px;
}

#header .boxGlobalNav .boxSubMenuFrame {
  border: 1px solid #4ba0c2;
  border-top: none;
  border-radius: 8px;
  box-shadow: 2px 1px 5px 1px #7d7a78;
  background: rgba(197,232,240,0.92);
  background: #c5e8f0\9; /* IE8用 */
  font-size: 13px;
  text-align: left;
}

/* IE9用 */
body:not(:target) #header .boxGlobalNav .boxSubMenuFrame {
  background: rgba(197,232,240,0.92)\9;
}

/* -- サブメニュー一覧 -- */

#header .boxGlobalNav .boxSubMenu ul {
  padding: 20px 15px 0 20px;
  width: 102%;
  margin-left: 0.3em;
}

#header .boxGlobalNav .boxSubMenu ul > li {
  display: inline-block;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  vertical-align: top;
  margin-left: -0.3em;
}

#header .boxGlobalNav .boxSubMenu ul > li > a {
  height: 100%;
  padding: 0;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 6px;
  box-shadow: 0 3px #2b5493;
  font-size: 1.05em;
}

#header .boxGlobalNav .boxSubMenu ul > li > a:hover,
#header .boxGlobalNav .boxSubMenu ul > li > a:focus {
  border-color: #4ba0c2;
  background-color: #fff0ae;
}

#header .boxGlobalNav .boxSubMenu ul > li > a,
#header .boxGlobalNav .boxSubMenu ul > li > a > span {
  width: 186px;
}

#header .boxGlobalNav .boxSubMenu ul > li > a > span {
  display: table-cell;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  vertical-align: middle;
  height: 48px;
  line-height: 1.35em;
}

/* -- 一覧を見る -- */

#header .boxGlobalNav .boxSubMenu .txtMoreLink {
  padding: 10px 25px 20px 20px;
  text-align: right;
  font-size: 1.05em; 
}

#header .boxGlobalNav .boxSubMenu .txtMoreLink a {
  text-decoration: underline;
}

#header .boxGlobalNav .boxSubMenu .txtMoreLink a:hover,
#header .boxGlobalNav .boxSubMenu .txtMoreLink a:focus {
  text-decoration: none;
} 


/*  コンテンツ 設定
---------------------------------------------*/

#content {
  background: #fff;
}


/*  Content Top
-----------------------------------*/

#contentTop {
}

/*  Content Main
-----------------------------------*/

#contentMain {
  padding-bottom: 20px;
}

/*  2カラム 設定
-----------------------------------*/

/* ---- 2カラム・メインエリア ---- */

#main {
  float: left;
  width: 700px;
}

/* ---- 2カラム・サイドエリア ---- */

#side {
  float: right;
  width: 230px;
}

/* 20160525 採用詳細ページレイアウト調整 ADD-START */

/* ---- 2カラム・メインエリア ---- */

#main-right {
  float: right;
  width: 700px;
}

/* ---- 2カラム・サイドエリア ---- */

#side-left {
  float: left;
  width: 230px;
}

/* 20160525 採用詳細ページレイアウト調整 ADD-END */


/*  Content Bottom
-----------------------------------*/

#contentBtm {
}


/*  フッター 設定
---------------------------------------------*/

#footer {
  overflow: hidden;
  width: 100%;
}

/* -------- フッター上部 -------- */

#footerTop {
  position: relative;
  border-top: 3px solid #2b5493;
  background: url(/share/imgs/main-footer-top-bg-pic-pc.png) no-repeat center bottom;
}

#footerTop::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/share/imgs/main-footer-top-bg-pc.png) repeat-x center bottom;
  content: "";
}

#footerTop .boxInner {
  padding: 15px 0 25px;
}

/* ---- アドレス ----- */

/* 20160706 フッターボタン追加 UPD-START */
/* #footer .boxAddress { */
/*  float: left;	*/
/*  width: 78%;		*/
/* }	*/
/* 20160706 フッターボタン追加 UPD-DEL */
#footer .boxAddress {
  float: left;
  width: 67%;
}
/* 20160706 フッターボタン追加 UPD-END */

#footer .boxAddress li {
  overflow: hidden;
}

#footer .boxAddress dt,
#footer .boxAddress dd {
  display: inline;
}

#footer .boxAddress dt {
  padding-right: 10px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer .boxAddress dd {
  font-size: 0.95em;
}

#footer .boxAddress li:first-child {
  padding-bottom: 2px;
}

#footer .boxAddress li:first-child dt {
  font-size: 1.1em;
}

/* ---- ボタンリンク ----- */

/* 20160706 フッターボタン追加 UPD-START */
/* #footer .boxBtnLink { */
/*  float: right;	*/
/*  width: 22%;	*/
/*  text-align: right;	*/
/*	}	*/
/* 20160706 フッターボタン追加 UPD-DEL */
#footer .boxBtnLink {
  float: right;
  width: 33%;
  text-align: right;
}
/* 20160706 フッターボタン追加 UPD-END */

#footer .boxBtnLink ul {
  display: table;
  *display: block;/* IE7用 */
  width: 150%;
  border-collapse: separate;
  border-spacing: 20px 0;
}

#footer .boxBtnLink li,
#footer .boxBtnLink li a span {
  display: table-cell;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  vertical-align: middle;
  width: 72px;
  height: 68px;
}

#footer .boxBtnLink li a {
  border-radius: 8px;
  box-shadow: 0 3px #2b5493;
  width: 100%;
  height: 100%;
  padding: 0;
  border-spacing: 0 0;
}

#footer .boxBtnLink li a span {
  padding-top: 5px;
}

/* ---- サイトナビ ----- */

#footer .boxSiteNav {
  padding-top: 10px;
  text-align: center;
  font-size: 0.95em;
}

/* -------- フッター中部 -------- */

#footerMdl {
  border-top: 3px solid #2b5493;
  background: url(/share/imgs/main-footer-mdl-bg-pc.png);
}

#footerMdl .boxInner {
  padding: 10px 0 20px;
}

/* ---- 広告エリア ----- */

#footer .boxBnrArea {
}

#footer .boxBnrArea dt {
  padding-bottom: 8px;
}

#footer .boxBnrArea dt a {
  margin-left: 25px;
}

#footer .boxBnrArea ul {
  padding-left: 18px;
}

#footer .boxBnrArea li {
  float: left;
  width: 20%;
  padding: 0 0 10px;
}

#footer .boxBnrArea li a {
  box-shadow: 1px 1px 2px 1px #dcdcdc;
}

#footer .boxBnrArea li a:hover,
#footer .boxBnrArea li a:focus {
  opacity: 0.8;
}

/* -------- フッター下部 -------- */

#footerBtm {
  position: relative;
  height: 50px;
  background: #423a38;
}

/* ---- コピーライト ----- */

#footer .txtCopyright {
  display: block;
  padding: 8px 0 0;
  color: #fff;
  text-align: center;
  font-size: 0.98em;
}

/* ---- ページトップボタン ----- */

#footer .boxPageTop {
}

#footer .boxPageTop {
  display: block;
  position: absolute;
  top: -40px;
  right: auto;
  left: auto;
  z-index: 600;
  margin-left: 960px;
}

@media screen and (max-width: 1100px) {
  #footer .boxPageTop {
    right: 15px;
    margin-left: 0;
  }
}

#footer .boxPageTop a {
  display: block;
  transition: all 0.4s ease-in-out;
  float: right;
}

#footer .boxPageTop a:hover,
#footer .boxPageTop a:focus {
  opacity: 0.6;
}

/* ReadSpeaker */
.rs_waku {
  width: 100%;
  padding: 2px;
}

#xp1 {
  float: right;
}