@charset "utf-8";

/*  =============================================================

　　共通モジュール設定

============================================================= */


/*  全体・コンテナー 設定
---------------------------------------------*/


/*  画像　設定
-------------------------- */

/* フレーム付き画像 */
.imgFrame {
  padding: 10px;
  border: 1px solid #fff;
  background: #fff;
}


/*  テキスト 設定
-------------------------- */

/* 赤色 */
.txtRed {
  color: #d90000;
}

/* 灰色 */
.txtGrey {
  color: #666;
}


/*  フォーム 設定
-------------------------- */

/* -- ラジオボタン -- */

.boxInput input[type=radio] {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
}

.boxInput input[type=radio] + label {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}

@media (min-width: 1px) { /* IE8以下除外 */
  .boxInput input[type=radio] {
    display: none;
    margin: 0;
  }

  .boxInput input[type=radio] + label {
    padding: 0 0 0 20px;
  }

  .boxInput input[type=radio] + label:before {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: #fff;
    content: "";
  }

  .boxInput input[type=radio] + label:before {
    border: 1px solid #9c9c9b;
    border-radius: 100%;
  }

  .boxInput input[type=radio]:checked + label:before {
    border-color: #0099ff;
    border-width: 5px;
  }
}


/*  アイコン　設定
-------------------------- */
    
/* -- 矢印アイコン -- */

.icnArw a,
.boxAccHead.icnArw span,
.ttlMain.icnArw span,
.icnArw .active > * {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  padding-left: 12px;
}

/* 矢印 */
.icnArw a:before,
.boxAccHead.icnArw span:before,
.ttlMain.icnArw span:before,
.icnArw .active > *:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #018640;
  content: "";
}

/* firefox用 */
@-moz-document url-prefix() { 
  .icnArw a:before,
  .boxAccHead.icnArw span:before,
  .ttlMain.icnArw span:before,
  .icnArw .active > *:before {
    top: 6px;
  }
}

.boxAccHead.icnArw a:before,
.ttlMain.icnArw a:before {
  display: none;
}

/* 白色矢印 */
.icnArw.icnWhite a:before,
.boxAccHead.icnArw.icnWhite span:before,
.ttlMain.icnArw.icnWhite span:before,
.icnArw.icnWhite .active > *:before {
  border-left-color: #fff;
}

/* タイトル矢印 */
.ttlMain.icnArw span:before {
  top: 50%;
  left: 13px;
  margin-top: -4px;
}



/*  コンテンツ　設定
---------------------------------------------*/


/*  ボタン
-------------------------- */

/* -- 角丸ボタン -- */

.btn > * {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: all 0.4s ease-in-out;
  padding: 3px 5px;
  border: 1px solid #018640;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: -0.1px;
  line-height: 1.4em;
  cursor: pointer;
}

/* 角丸ボタン・白色 */
.btn.white > * {
  border-color: #ccc;
  background: #fff;
  text-shadow: 1px 1px #fff;
}

/* 角丸ボタン・送信ボタン＆戻るボタン */
.btn.btnSubmit,
.btn.btnBack {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
}

.btn.btnSubmit > *,
.btn.btnBack > * {
  padding: 20px;
  border-radius: 5px !important;
  border: none;
  color: #fff;
  font-size: 1.32em;
  font-weight: bold;
  letter-spacing: 0.01em;
}

/* 角丸ボタン・送信ボタン */
.btn.btnSubmit > * {
  min-width: 323px;
  background: #660000;
}

.btn.btnSubmit > *:hover,
.btn.btnSubmit > *:focus {
  background-color: #400000;
}

/* 角丸ボタン・送信ボタン小サイズ */
.btn.btnSubmit.btnSmall > * {
  min-width: 0;
  padding: 14px 20px;
  font-size: 1.12em;
}

/* 角丸ボタン矢印設定・送信ボタン */
.btn.btnSubmit.ttlMain.icnArw > * > span:before {
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-left-color: #fff; 
}

/* 角丸ボタン・戻るボタン */
.btn.btnBack {
  margin: 0 10px;
}

.btn.btnBack > * {
  min-width: 200px;
  background: #444;
}

.btn.btnBack > *:hover,
.btn.btnBack > *:focus {
  background-color: #222;
}

/* 角丸ボタン・戻るボタン */
.btn.btnBack.icnArw > * {
  padding-left: 32px;
}

/* 角丸ボタン矢印設定・戻るボタン＆PREVボタン */
.btn.btnBack.icnArw > *:before,
.btn.btnPrev.icnArw > *:before {
  top: 50%;
  left: 5px;
  margin-top: -6px;
  border-top-width: 6px;
  border-right-width: 14px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-right-color: #f0af0a;
  border-left-color: transparent; 
}

/* 角丸ボタン・PREVボタン＆Nextボタン */
.btn.btnPrev {
  float: left;
}

.btn.btnNext {
  float: right;
}

.btn.btnPrev.icnArw > *,
.btn.btnNext.icnArw > * {
  border-radius: 6px;
  box-shadow: 0 3px #2b5493;
  padding: 8px 12px;
  color: #423a38;
}

/* 角丸ボタン・PREVボタン */
.btn.btnPrev.icnArw > * {
  padding-left: 30px;
}

.btn.btnPrev.icnArw > *:before {
  left: 2px;
}

/* 角丸ボタン・Nextボタン */
.btn.btnNext.icnArw > * {
  padding-right: 30px;
}

.btn.btnNext.icnArw > *:before {
  top: 50%;
  left: auto;
  right: 2px;
  margin-top: -6px;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 14px;
}

/* 角丸ボタン・Topボタン */
.btn.btnTop {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
}

/* 角丸ボタン内・span設定 */
.btn > * span {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  vertical-align: middle;
}

/* 角丸ボタン内・画像設定 */
.btn > * .imgLink {
  padding-right: 10px;
  text-align: center;
}

.btn > * .imgLink img {
  border-radius: 6px;
}

.btn > *:hover .imgLink img,
.btn > *:focus .imgLink img {
  opacity: 1 !important;
}

/* 角丸ボタン内・テキスト設定 */
.btn > * .txtLink {
  text-decoration: none;
  text-align: left;
}


/*  バナー
-------------------------- */

.boxBnrArea {
  margin-bottom: 10px;
}

/* -- 矢印バナー -- */

.bnrArwLink {
  margin-bottom: 10px;
}

.bnrArwLink a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ccc;
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.bnrArwLink a:before,
.bnrArwLink a:after {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  content: "";
}

.bnrArwLink a:before {
  width: 9px;
  border-radius: 2px;
  background: #018640;
}

.bnrArwLink a:after {
  top: 50%;
  left: 7px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #fff;
  content: "";
}

.bnrArwLink .boxImgArea {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  height: 64px;
  margin-top: -30px;
  padding: 2px 5px;
}

.bnrArwLink .boxImgArea img {
  height: 100%;
}

.bnrArwLink .boxTxtArea {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  z-index: 10;
  padding: 22px 40px 22px 32px;
}

.bnrArwLink .boxTxtAreaOnline {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  z-index: 10;
  padding: 22px 0px 22px 32px;
}

.bnrArwLink .boxTxtArea .txtSmall {
  padding: 0 1px;
  font-size: 0.85em;
}

/* -- アイコンバナー -- */

.bnrIcnLink {
  margin-bottom: 10px;
}

.bnrIcnLink a {
  display: block;
  position: relative;
  width: 100%;
  background: #ccc;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  text-shadow: 1px 1px 1px #444;
  letter-spacing: 0.02em;
  line-height: 1.3em;
}

.bnrIcnLink a > span {
  display: table-cell;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}

.bnrIcnLink .boxImgArea {
  width: 60px;
  padding-right: 0;
  padding-left: 15px;
  text-align: center;
}

.bnrIcnLink .boxImgArea img {
  height: 42px;
}

.bnrIcnLink .boxTxtArea {
  height: 70px;
  padding-right: 5px;
  padding-left: 12px;
}

/* -- その他カラー設定 -- */

.bnrIcnLink.white a {
  border: 2px solid #d5e0dc;
  background-color: #edf6f3;
  color: #333; 
  font-size: 1.12em;
  text-shadow: 1px 1px 1px #fff;
  letter-spacing: 0.05em;
}

.bnrIcnLink.white .boxImgArea {
  width: 45px;
}

.bnrIcnLink.white .boxImgArea img {
  width: 30px;
  height: auto;
}

.bnrIcnLink.blue a {
  background-color: #005b8e;
}

.bnrIcnLink.green a {
  background-color: #1d6d60;
}

.bnrIcnLink.green02 a {
  background-color: #008835;
}

.bnrIcnLink.brown a {
  background-color: #402000;
}

/* -- 文字サイズ設定 -- */

.bnrIcnLink .boxTxtArea .txtSmall {
  display: block;
  font-size: 0.73em;
  line-height: 1.5em;
}

.bnrIcnLink .boxTxtArea .txtMiddle {
  font-size: 0.9em;
  letter-spacing: -0.05em;
}

/* -- 個別バナー設定 -- */

/* -- よくある質問 -- */

.bnrFaq.bnrIcnLink {
  margin-bottom: 8px;
}

.bnrFaq.bnrIcnLink a {
  font-size: 1.15em;
}

.bnrFaq.bnrIcnLink a > span {
  padding-top: 18px;
}

.bnrFaq.bnrIcnLink .boxImgArea {
  padding-left: 20px;
}

.bnrFaq.bnrIcnLink .boxImgArea img {
  width: 18px;
}

.bnrFaq.bnrIcnLink .boxTxtArea {
  height: 75px;
  padding-left: 10px;
  letter-spacing: 0.08em;
}


/*  テーブル
-------------------------- */

.boxTable {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
}

.boxTable tr {
  border-top: 1px solid #ccc;
}

.boxTable th,
.boxTable td {
  padding: 13px;
  background: #fff;
  vertical-align: top;
}

.boxTable th {
  width: 180px;
  background: #f2f2f2;
  font-weight: bold;
}

.boxTable td {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 1.75em;
}


/*  パンくず
-------------------------- */

.boxBreadcrumb {
  padding: 15px 0;
  letter-spacing: 0;
}

#contentTop .boxBreadcrumb {
  float: left;
  width: 700px;
  padding-right: 20px;
  padding-left: 4px;
}

.boxBreadcrumb dl {
  display: table;
  width: 100%;
}

/* -- タイトル＆内容 -- */

.boxBreadcrumb dt,
.boxBreadcrumb dd {
  display: table-cell;
  vertical-align: top;
}

/* -- タイトル -- */

.boxBreadcrumb dt {
  white-space: nowrap;
  width: 84px;
}

/* -- 内容 -- */

.boxBreadcrumb dd {
}

/* -- リンク -- */

.boxBreadcrumb a {
  text-decoration: underline;
}

/* -- リンク（ホバー・フォーカス時）-- */

.boxBreadcrumb a:hover,
.boxBreadcrumb a:focus {
  text-decoration: none;
}


/*  ページナビ
-------------------------- */

.boxPageNav {
  padding: 35px 0 30px;
  font-size: 1.1em;
}

.boxPageNav.top {
  padding-top: 25px;
}

/* ---- ページ数 ---- */

.boxPageNumber {
  font-size: 1.18em;
}

.boxPageNav.top .boxPageNumber {
  float: left;
}

/* ---- ページャー ---- */

.boxPager {
  color: #21b7b6;
  text-align: center;
}

.boxPageNav.top .boxPager {
  float: right;
  text-align: right;
}

.boxPager p > * {
  padding: 0 5px;
}

.boxPager a {
  text-decoration: underline;
}

.boxPager a:hover,
.boxPager a:focus {
  text-decoration: none;
}

.boxPager .txtCurrent {
  color: #333;
}

/*  タイトル
-------------------------- */

.boxCategoryTitle,
.boxCategoryTitle *,
.boxSubCategoryTitle,
.boxSubCategoryTitle *,
.ttlSection,
.ttlSection02 {
  font-weight: bold;
}

/* -- カテゴリータイトル -- */

.boxCategoryTitle {
  position: relative;
  margin-bottom: 6px;
  padding: 26px 23px 24px;
  border-top: 4px solid #00883a;
  background: #ebf6f3;
  font-size: 1.72em;
}

.boxCategoryTitle:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #00883a;
  content: "";
}

/* -- サブカテゴリータイトル -- */

.boxSubCategoryTitle {
  position: relative;
  margin-bottom: 15px;
  padding: 18px;
  border-left: 7px solid #00883a;
  background: #fafaf2;
  font-size: 1.7em;
}

.boxSubCategoryTitle:before {
  position: absolute;
  top: 0;
  left: 2px;
  width: 1px;
  height: 100%;
  border-left: 2px solid #00883a;
  content: "";
}

/* -- セクションタイトル -- */

.ttlSection {
  margin-bottom: 20px;
  border-top: 3px solid #00883a;
  background: #fafaf3;
  font-size: 1.28em;
}

/* リンク */
.ttlSection a {
  color: #000;
  text-decoration: none;
}

/* リンク（ホバー・フォーカス時 */
.ttlSection a:hover,
.ttlSection a:focus {
  text-decoration: underline;
}

/* タイトル内テキスト */
.ttlSection span {
  display: block;
  padding: 8px 15px;
}

/* -- セクションタイトル02 -- */

.ttlSection02 {
  margin-bottom: 23px;
  border-bottom: 3px solid #00883a;
  font-size: 1.13em;
}

/* タイトル内テキスト */
.ttlSection02 span {
  display: block;
  padding: 5px 2px;
}


/*  アコーディオンエリア
-------------------------- */

/* ---- リスト ---- */

.boxAccList {
  padding: 0;
}

/* ---- アコーディオン ---- */

.boxAcc {
  position: relative;
  margin: 0 0 8px;
  border: 1px solid #ccc;
}

/* ---- アコーディオン・ヘッダ ---- */

.boxAcc .boxAccHead {
  position: relative;
  padding: 12px 14px 12px 44px;
  font-size: 1.08em;
  font-weight: bold;
}

.boxAcc .boxAccHead h2 {
  font-weight: bold;
}

/* -- テキスト箇所 -- */

.boxAcc .boxAccHeadLinkText {
  display: block;
}

/* -- 開閉リンク -- */

.boxAcc .boxAccHeadLink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100% !important;
  height: 100%;
}

.boxAcc .boxAccHeadLinkShowLabel,
.boxAcc .boxAccHeadLinkHideLabel {
  position: absolute;
  top: 14px;
  left: 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #ff8000;
  text-indent: 100px;
  line-height: 100px;
}

/* -- 開閉リンク装飾・矢印 -- */

.boxAcc .boxAccHeadLinkShowLabel:before,
.boxAcc .boxAccHeadLinkShowLabel:after,
.boxAcc .boxAccHeadLinkHideLabel:before,
.boxAcc .boxAccHeadLinkHideLabel:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -6px;
  border-radius: 5px;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}

/* -- 開くボタン -- */

.boxAcc .boxAccHeadLinkShowLabel {
  background-color: #00883a;
}

.boxAcc .boxAccHeadLinkShowLabel:after {
  margin-top: -4px;
  border-top-color: #00883a;
}

/* -- 閉じるボタン -- */

.boxAcc .boxAccHeadLinkHideLabel {
  background-color: #ff8000;
}

.boxAcc .boxAccHeadLinkHideLabel:before {
  margin-top: -9px;
  border-top-color: transparent;
  border-bottom-color: #fff;
}

.boxAcc .boxAccHeadLinkHideLabel:after {
  margin-top: -7px;
  border-top-color: transparent;
  border-bottom-color: #ff8000;
}

/* ---- アコーディオン・内容 ---- */

.boxAcc .boxAccCont {
  padding: 0 14px;
  background: #fff;
}

.boxAcc .boxAccContInner {
  padding: 20px 5px;
  border-top: 1px solid #ccc;
}


/*  スマホ用・アコーディオンエリア
-------------------------- */

#container.gt740 .boxAccSP .boxAccCont {
  display: block !important;
}


/*  タブ切り替え
-------------------------- */

.boxTabChange {
}

.boxTabChange .boxTabBtn dt {
  margin-left: 3px;
  padding-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold;
}

/* ---- Tabボタン ---- */

.boxTabChange .boxTabBtn {
  margin: 0 -8px 0 -3px; 
}

.boxTabChange .boxTabBtn ul {
  display: table;
  width: 100.6%;
  border-collapse: separate;
  border-spacing: 3px 0;
}

.boxTabChange .boxTabBtn li {
  position: relative;
  transition: all 0.2s ease-in-out;
  display: table-cell;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  vertical-align: middle;
  width: 114px;
  padding: 5px 0;
  border: 1px solid #4ba0c2;
  border-radius: 5px 5px 0 0;
  background: #2b5493;
  color: #fff;
  font-size: 1.02em;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #423a38;
  text-decoration: none;
}

.boxTabChange .boxTabBtn li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.boxTabChange .boxTabBtn li span {
  display: none;
}

.boxTabChange .boxTabBtn li.selected,
.boxTabChange .boxTabBtn li:hover {
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #423a38;
  text-shadow: none;
}

/* ---- Tab Content Wrap ---- */

.boxTabChange .boxTabContentWrap {
  margin-top: -1px;
  padding-top: 20px;
  border-top: 1px solid #4ba0c2;
}

.boxTabChange .boxTabContent {
  display: none;
}

.boxTabChange .boxTabContent:first-child {
  display: block;
}


/*  広告エリア
-------------------------- */

.boxAsideArea {
  padding: 25px 25px 20px;
  /*border: 1px solid #ddd;
  background: #f3f3f3;*/
  text-align: center;
}

#side .boxAsideArea {
  margin-top: 24px;
}

#side .boxBnrArea + .boxAsideArea {
  margin-top: 12px;
}

/* -- リスト -- */

.boxAsideArea ul {
  margin-bottom: 22px;
}

.boxAsideArea li {
  padding-top: 10px;
}

.boxAsideArea li:first-child {
  padding-top: 0;
}

/* -- リンク -- */

.boxAsideArea a {
  transition: all 0.4s ease-in-out;
}

/* -- リンク（ホバー・フォーカス時）-- */

.boxAsideArea a:hover,
.boxAsideArea a:focus {
  opacity: 0.8;
}

/* -- 画像 -- */

.boxAsideArea img {
  width: 150px;
  height: 60px;
}

img#dmimg {
  display: none;
}


/*  検索
-------------------------- */

#search {
  margin-bottom: 20px;
}

/* ------ 検索ボックス ------ */

.boxSearch {
  padding: 30px 22px 20px 25px;
  border: 4px solid #018640;
  background: #fffef0;
}

/* ------ キーワード検索 ------ */

.boxSearch .boxKeywordSearch {
}

/* ---- キーワード入力 ---- */

.boxSearch .boxKeywordSearch .boxKeywordSearchInput {
  margin-bottom: 20px;
}

.boxSearch .boxKeywordSearch .boxKeywordSearchInput dl {
  display: table;
  width: 100%;
}

.boxSearch .boxKeywordSearch .boxKeywordSearchInput dt,
.boxSearch .boxKeywordSearch .boxKeywordSearchInput dd {
  display: table-cell;
  vertical-align: middle;
}

.boxSearch .boxKeywordSearch .boxKeywordSearchInput dt {
  position: relative;
  width: 215px;
  padding-right: 20px;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}

.boxSearch .boxKeywordSearch .boxKeywordSearchInput dt span {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
}

.boxSearch .boxKeywordSearch .boxKeywordSearchInput dt span:before {
  position: absolute;
  top: 50%;
  left: 192px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #b20000;
  content: "";
}

.boxSearch .boxKeywordSearch .boxKeywordSearchInput dd {
}

/* ---- 入力エリア ---- */

.boxSearchForm {
  display: table;
  width: 100%;
}

/* -- 入力欄＆ボタン -- */

.boxSearchForm .txtSearch,
.boxSearchForm .btnSearch {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

/* -- 入力欄 -- */

.boxSearchForm .txtSearch {
  width: 345px;
}

.boxSearchForm .txtSearch input {
  width: 100%;
  padding: 11px;
  border-radius: 0;
  border: 1px solid #018640;
  background: #fff;
}

/* -- ボタン -- */

.boxSearchForm .btnSearch {
  padding-left: 8px;
}

.boxSearchForm .btnSearch button,
.boxSearchForm .btnSearch input {
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 6px 15px 6px 18px;
  border-radius: 5px !important;
  border: none;
  border: 1px solid #018640;
  background: #018640;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}

/* -- ボタン（ホバー・フォーカス時） -- */

.boxSearchForm .btnSearch button:hover,
.boxSearchForm .btnSearch button:focus {
  border-color: #003215;
  background-color: #003215;
}

/* ---- 入力エリア・コンテンツ上部 ---- */

#contentTop .boxSearchForm {
  float: right;
  width: 260px;
  padding: 10px 0; 
}

/* -- 入力欄 -- */

#contentTop .boxSearchForm .txtSearch input {
  padding: 7px 5px 6px;
  border-color: #bbb;
}

/* -- ボタン -- */

#contentTop .boxSearchForm .btnSearch {
  padding-left: 4px;
}

#contentTop .boxSearchForm .btnSearch button {
  padding: 3px 10px;
  border-radius: 4px !important;
  letter-spacing: 0.05em;
}

/* ---- その他キーワード ---- */

.boxSearch .boxKeywordSearch .boxKeywordSearchOther {
  margin-bottom: 20px;
}

.boxSearch .boxKeywordSearch .boxKeywordSearchOther dt {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
}

.boxSearch .boxKeywordSearch .boxKeywordSearchOther li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
}

.boxSearch .boxKeywordSearch .boxKeywordSearchOther li:before {
  padding-right: 6px;
  content: "/";
}

.boxSearch .boxKeywordSearch .boxKeywordSearchOther li:first-child:before {
  padding: 0;
  content: "";
}

.boxSearch .boxKeywordSearch .boxKeywordSearchOther li a {
}

/* ------ カテゴリー検索 ------ */

.boxSearch .boxCategorySearch {
  padding-top: 30px;
  background: url(/share/imgs/main-common-bg-dot.png) repeat-x top left;
}

.boxSearch .boxCategorySearch dt {
  margin-bottom: 15px;
  padding-left: 3px;
  font-size: 1.25em;
  font-weight: bold;
}

.boxSearch .boxCategorySearch ul {
  margin-left: -10px;
  margin-bottom: 10px;
}

.boxSearch .boxCategorySearch li {
  display: table-cell;
  width: 208px;
  height: 100%;
  vertical-align: top;
}

/* -- リンク -- */

.boxSearch .boxCategorySearch li a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  overflow: hidden;
  width: 208px;
  height: 100%;
  min-height: 52px;
  margin-left: 10px;
  border-radius: 5px;
  background: #018640;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  text-shadow: 1px 1px 1px #003e1a;
  line-height: 1.3em;
  vertical-align: middle;
}

/* -- リンク（ホバー・フォーカス時）-- */

.boxSearch .boxCategorySearch li a:hover,
.boxSearch .boxCategorySearch li a:focus {
}

.boxSearch .boxCategorySearch li .boxImgArea {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  z-index: 0;
  margin-bottom: -26px;
}

.boxSearch .boxCategorySearch li .boxTxtArea {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  vertical-align: middle;
  position: relative;
  z-index: 10;
  padding: 16px;
}


/*  下線付きリスト
-------------------------- */

.boxLineList {
}

/* -- リスト -- */
.boxArwList li,
.boxLineList > ul > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #444;
}

/* -- リンク -- */

.boxLineList > ul > li > a,
.boxLineList > ul > li.active > * {
  display: block;
  position: relative;
  padding: 12px 18px;
}

.boxLineList > ul > li.relation-link > a {
  display: inline-block;
}

/* -- リンク矢印 -- */

.boxLineList.icnArw > ul > li > a {
  padding-left: 22px;
}

/* 矢印アイコン */
.boxLineList.icnArw > ul > li > a:before,
.boxLineList.icnArw > ul > li.active > *:before {
  top: 18px;
  left: 10px;
}

/* firefox用 */
@-moz-document url-prefix() { 
  .boxLineList.icnArw > ul > li > a:before,
  .boxLineList.icnArw > ul > li.active > *:before {
    top: 19px;
  }
}

/* -- リンク（ホバー・フォーカス時）-- */

.boxLineList > ul > li > a:hover,
.boxLineList > ul > li > a:focus,
.boxLineList > ul > li.active > * {
  text-decoration: underline;
}

.boxLineList > ul > li.active > span {
  text-decoration: none !important;
}


/*  フレームエリア
-------------------------- */

.boxSection.frame {
  margin-bottom: 30px;
  padding: 15px 15px 0;
  border: 2px solid #00883a;
}

.boxSection.frame .boxSectionHead {
  display: table;
  width: 100%;
  padding: 8px 0 10px;
  border-bottom: 1px solid #ccc;
}

.boxSection.frame .boxSectionHead h2,
.boxSection.frame .boxSectionHead p {
  display: table-cell;
  vertical-align: top;
}

.boxSection.frame .boxSectionHead h2 {
  width: 70%;
  min-height: 27px;
  margin: 0;
  padding: 2px 0;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: 0 1px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
}

/* 新着情報 */
.boxSection.frame .boxSectionHead .icnInfo {
  padding-left: 32px;
  background-image: url(/share/imgs/main-content-icn-info.png);
  background-image: url(/share/imgs/main-content-icn-info-ie.png)\9; /* IE8用 */
  *background-image: url(/share/imgs/main-content-icn-info-ie.png); /* IE7用 */
  background-size: 25px 25px;
}

/* 関連リンク */
.boxSection.frame .boxSectionHead .icnLink {
  padding-left: 32px;
  background-image: url(/share/imgs/main-content-icn-link.png);
  background-image: url(/share/imgs/main-content-icn-link-ie.png)\9; /* IE8用 */
  *background-image: url(/share/imgs/main-content-icn-link-ie.png); /* IE7用 */
  background-size: 25px 25px;
}

/* 注目 */
.boxSection.frame .boxSectionHead .icnAttention {
  padding-left: 32px;
  background-image: url(/share/imgs/main-content-icn-attention.png);
  background-image: url(/share/imgs/main-content-icn-attention-ie.png)\9; /* IE8用 */
  *background-image: url(/share/imgs/main-content-icn-attention-ie.png); /* IE7用 */
  background-size: 26px 22px;
  background-position: 0 2px;
}

/* お問い合わせ */
.boxSection.frame .boxSectionHead .icnContact {
  padding-left: 32px;
  background-image: url(/share/imgs/main-content-icn-contact.png);
  background-image: url(/share/imgs/main-content-icn-contact-ie.png)\9; /* IE8用 */
  *background-image: url(/share/imgs/main-content-icn-contact-ie.png); /* IE7用 */
  background-size: 26px 26px;
  background-position: 0 center;
}

.boxSection.frame .boxSectionHead p {
  width: 30%;
  padding: 5px 3px 0 0;
  font-size: 1.08em;
  text-align: right;
  white-space: nowrap;
}

.boxSection.frame .boxSectionHead .icnArw a:before {
  top: 7px;
}

/* firefox用 */
@-moz-document url-prefix() { 
  .boxSection.frame .boxSectionHead .icnArw a:before {
    top: 8px;
  }
}

.boxSection.frame .boxSectionContent {
  padding: 20px 3px 12px;
}

/* ---- カラー設定（赤色） ---- */

.boxSection.frame.boxClrRed {
  border-color: #660000;
  background-color: #fffeec;
}

.boxSection.frame.boxClrRed .boxSectionHead {
  border-bottom: 1px dotted #660000 !important;
}

/* ---- 内容 ---- */

/* -- 下線付きリスト -- */

/* 矢印アイコン */
.boxSection.frame.boxClrRed .boxLinkList.icnArw > ul > li > a:before,
.boxSection.frame.boxClrRed .boxLinkList.icnArw > ul > li.active > *:before {
  border-left-color: #660000;
}


/* ---- リンク一覧 ---- */

.boxSection.frame .boxLinkList li {
  padding-bottom: 8px;
  font-size: 1.08em;
}

/* -- リンク（ホバー・フォーカス時）-- */

.boxSection.frame .boxLinkList li a:hover,
.boxSection.frame .boxLinkList li a:focus {
  text-decoration: none;
}

.boxSection.frame .boxLinkList li a:hover .txtCont,
.boxSection.frame .boxLinkList li a:focus .txtCont {
  text-decoration: underline;
}

/* -- リンク矢印 -- */

/* 矢印アイコン */
.boxSection.frame .boxLinkList.icnArw li a:before {
  top: 6px;
}

/* firefox用 */
@-moz-document url-prefix() { 
  .boxSection.frame .boxLinkList.icnArw li a:before {
    top: 7px;
  }
}

/* -- 日付 -- */

.boxSection.frame .boxLinkList li .txtDate {
  color: #000;
}

/* ------ 詳細ページ ------ */

.boxEntryBody .boxSection.frame {
  font-size: 0.93em;
  line-height: 1.7em;
}

.boxEntryBody .boxSection.frame a {
  text-decoration: none;
}

.boxEntryBody .boxSectionHead a:hover,
.boxEntryBody .boxSectionHead a:focus {
  text-decoration: underline;
}

/* ------ 新着情報 ------ */

.boxInfo {
}

/* ------ 関連リンク ------ */

.boxRelatedLink {
}

.boxRelatedLink .boxSectionHead,
.boxSection.frame.boxRelatedLink .boxSectionHead {
  border-bottom: 1px dotted #008c26;
}

.boxRelatedLink .boxSectionContent a {
  text-decoration: underline;
}

.boxRelatedLink .boxSectionContent a:hover,
.boxRelatedLink .boxSectionContent a:focus {
  text-decoration: none;
}

/* ------ お問い合わせ ------ */

.boxContactArea {
}

.boxContactArea .boxSectionContent dl {
  float: left;
  width: 60%;
  margin-bottom: 8px;
}

.boxContactArea .boxSectionContent dt {
  margin-bottom: 5px;
  font-size: 1.05em;
  font-weight: bold;
}

.boxContactArea .boxSectionContent dd a {
  color: #000;
  text-decoration: underline;
}

.boxContactArea .boxSectionContent .btnSubmit {
  float: right;
  width: 40%;
  text-align: right;
}


/*  ページ一覧
-------------------------- */

.boxPageList {
}

/* -- リスト -- */

.boxPageLink > ul {
  margin-left: -10px;
}

.boxPageLink > ul > li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 357px;
  margin: 0 0 18px -0.4em;
  padding-left: 17px;
  vertical-align: top;
}

/* -- ページ一覧タイトル -- */

.boxPageLink .ttlMain {
  display: block;
  border-top: 3px solid #008b2e;
  background-color: #fafaf3;
  font-size: 1.3em;
  font-weight: bold;
}

/* タイトル内リンク */
.boxPageLink .ttlMain a {
  display: table-cell;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 340px;
  height: 45px;
  padding: 0;
  color: #000;
  text-decoration: underline;
}

/* 20161215 分類一覧追加 ADD */
.boxPageLink .ttlSub { padding: 5px 10px; }
.boxPageLink .ttlSub a {
  color: #000;
  text-decoration: underline;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.68em;
}

/* 20161215 分類一覧追加 ADD-END */

/* タイトル内リンク（ホバー・フォーカス時） */
.boxPageLink .ttlMain a:hover,
.boxPageLink .ttlMain a:focus,
.boxPageLink .ttlSub a:hover,
.boxPageLink .ttlSub a:focus {
  text-decoration: none;
}

/* タイトル内テキスト */
.boxPageLink .ttlMain span {
  display: block;
  padding: 10px;
  vertical-align: middle;
}

/* タイトル内テキスト（矢印付き） */
.boxPageLink .ttlMain.icnArw span {
  padding-left: 26px;
}

/* -- ページ内容 -- */

.boxPageLink .boxPageCont {
  padding: 10px 5px;
  font-size: 1.1em; 
  letter-spacing: -0.02em;
  line-height: 1.68em;
}


/*  分類一覧
-------------------------- */

.boxCateList {
  padding-top: 15px;
}

.boxCateList .ttlSection {
  margin-bottom: 7px;
}

/* -- リスト -- */

.boxCateList .boxLineList {
  font-size: 1.08em;
}

/* -- リンク -- */

.boxCateList .boxLineList > ul > li > a {
  padding: 20px 15px 11px;
}

/* -- リンク矢印 -- */

.boxCateList .boxLineList.icnArw > ul > li > a {
  padding-left: 31px;
}

/* 矢印アイコン */
.boxCateList .boxLineList.icnArw > ul > li > a:before {
  top: 27px;
  left: 19px;
}

/* firefox用 */
@-moz-document url-prefix() { 
  .boxCateList .boxLineList.icnArw > ul > li > a:before {
    top: 28px;
  }
}


/*  記事一覧
-------------------------- */

.boxArticleList > ul > li {
  overflow: hidden;
  padding: 15px 10px; 
}

.boxArticleList .txtTitle {
  float: left;
  width: 68%;
}

.boxArticleList .txtDate {
  float: right;
  width: 30%;
  text-align: right;
  font-size: 0.9em;
}

.boxArticleList .txtCont {
  clear: both;
  padding-left: 20px;
}


/*  組織一覧
-------------------------- */

.boxSoshikiList {
}

.boxSoshikiList .boxLinkList ul {
  margin-right: -20px;
  margin-top: -20px;
}

.boxSoshikiList .boxLinkList li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 49.2%;
  padding-top: 20px;
  padding-right: 40px;
  vertical-align: top;
}

.boxSoshikiList .boxLinkList li dt {
  font-size: 1.1em;
}

.boxSoshikiList .boxLinkList li dt.icnArw a:before {
  top: 8px;
}

.boxSoshikiList .boxLinkList li dd {
  padding-top: 5px;
  font-size: 0.9em;
}

.boxSoshikiList .boxLinkList a {
  text-decoration: underline;
}

.boxSoshikiList .boxLinkList a:hover,
.boxSoshikiList .boxLinkList a:focus {
  text-decoration: none;
}


/*  施設一覧
-------------------------- */

.boxShisetsuList {
}

.boxShisetsuList .boxLinkList > ul {
  margin-top: -10px;
  margin-left: -50px;
}

.boxShisetsuList .boxLinkList > ul > li,
.boxShisetsuList .boxLinkList > ul > li > ul > li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 49.2%;
  padding: 10px 5px 0 50px;
  vertical-align: top;
}

.boxShisetsuList .boxLinkList .boxSubList {
  display: block;
  width: auto;
  padding: 20px 0 0;
}

.boxShisetsuList .boxLinkList .boxSubList:first-child {
  padding-top: 10px;
}

.boxShisetsuList .boxLinkList h3 {
  margin-bottom: 5px;
  margin-left: 50px;
  font-size: 1.1em;
  font-weight: bold;
}

.boxShisetsuList .boxLinkList a {
  text-decoration: underline;
}

.boxShisetsuList .boxLinkList a:hover,
.boxShisetsuList .boxLinkList a:focus {
  text-decoration: none;
}


/*  カレンダー
-------------------------- */

/* ---- イベント一覧 ---- */

.boxEventList {
}

.boxEventList li {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}

.boxEventList li a:before {
  top: 7px;
}

/* -- タグ＆テキストエリア -- */

.boxEventList .boxTagArea,
.boxEventList .boxTxtArea {
  display: table-cell;
  vertical-align: top;
}

/* -- タグエリア -- */

.boxEventList .boxTagArea {
  width: 60px;
}

/* -- タグ -- */

.tag {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 100%;
  padding: 2px 10px;
  background: #eee;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

/* 産業・仕事 */
.tag004 {
  background-color: #f5deb3;
}

/* 観光 */
.tag003 {
  background-color: #29D7A5;
}

/* 文化 */
.tag005 {
  background-color: #c7ebff;
}

/* 講座 */
.tag007 {
  background-color: #c7c1d5;
}

/* 健康 */
.tag001 {
  background-color: #e2f0c5;
}

/* 子育て */
.tag002 {
  background-color: #ffe2e2;
}

/* その他 */
.tag010 {
  background-color: #ddd;
}

/* スポーツ */
.tag006 {
  background-color: #ffddf3;
}

/* 市制100周年 */
.tag008 {
  background-color: #9CCF00;
}

/* 子育て */
.tag009 {
  background-color: #c7ebff;
}

/* -- テキストエリア -- */

.boxEventList .boxTxtArea {
  padding-left: 15px;
  font-size: 1.05em;
}

.boxEventList .boxTxtArea a {
  text-decoration: underline;
}

.boxEventList .boxTxtArea a:hover,
.boxEventList .boxTxtArea a:focus {
  text-decoration: none;
}

/* -- 注意文 -- */

.txtNote {
  margin: 25px 0 10px;
  padding: 5px 10px;
  background: #ececec;
  color: #212121;
  font-size: 0.9em;
}

/* ---- カレンダー ---- */

.boxCalendar {
}

/* -- カレンダータイトル -- */

.boxCalendar h2 {
  padding: 10px 20px;
  background: #018640;
  font-size: 1.7em;
  font-weight: bold;
  color: #fff;
}

/* -- 絞り込み -- */

.boxCalendar .boxSort {
  padding: 15px 20px;
  background: #ebf6f3;
  font-weight: bold;
}

.boxCalendar .boxSort dt,
.boxCalendar .boxSort dd {
  display: table-cell;
  vertical-align: top;
}

.boxCalendar .boxSort dt {
  width: 90px;
  font-size: 1.1em;
  white-space: nowrap;
}

.boxCalendar .boxSort dt span {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  padding-right: 25px;
}

.boxCalendar .boxSort dt span:before {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #b20000;
  content: "";
}

.boxCalendar .boxSort dd {
  padding-top: 1px;
  font-size: 1.05em;
  letter-spacing: 0.1em;
}

.boxCalendar .boxSort dd a {
  text-decoration: underline;
}

.boxCalendar .boxSort dd a:hover,
.boxCalendar .boxSort dd a:focus {
  text-decoration: none;
}

.boxCalendar .boxSort li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  padding: 0 8px;
  vertical-align: top;
}

/* -- ページャー -- */

.boxCalendar .boxPager {
  padding: 30px 0 40px;
}

.boxCalendar .boxPager .btn a {
  margin: 0;
  padding: 10px 20px 6px;
  font-size: 1.05em;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: underline !important;
}

.boxCalendar .boxPager .btn a:hover,
.boxCalendar .boxPager .btn a:focus {
  text-decoration: none !important;
}

/* -- カレンダー内容 -- */

.boxCalendar .boxCalendarCont {
  margin-bottom: 30px;
}

.boxCalendar .boxCalendarCont .boxCalendarList li {
  margin-bottom: 15px;
}



/*  ページ詳細
-------------------------- */

.boxEntryBody {
  font-size: 1.08em;
  line-height: 1.75em;
}

.boxEntryBody .boxEntryContent {
  padding-bottom: 30px;
}

/* ---- H1タイトル ---- */

.boxEntryBody h1 {
  clear: both;
  margin-bottom: 12px;
  padding: 23px 10px 18px;
  border-top: 4px solid #00883a;
  border-bottom: 2px solid #d3e1dd;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.52em;
}

/* ---- H2タイトル ---- */

.boxEntryBody h2 {
  clear: both;
  margin: 35px 0 25px;
  padding: 10px 15px;
  border-top: 3px solid #008B2e;
  background: #fafaf3;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0;
}

/* ---- H3タイトル ---- */

.boxEntryBody h3,
.ttlSection03 {
  position: relative;
  z-index: 0;
  clear: both;
  margin: 30px 0;
  padding: 12px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.1em;
  font-weight: bold;
}

.boxEntryBody h3:before,
.ttlSection03:before {
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 12px;
  z-index: -1;
  width: 100%;
  border-left: 6px solid #008b2e;
  content: "";
}

/* ---- H4タイトル ---- */

.boxEntryBody h4 {
  clear: both;
  margin: 30px 0 20px;
  padding: 0 2px 6px;
  border-bottom: 1px dotted #666;
  font-size: 1.05em;
  font-weight: bold;
}

/* ---- H4タイトル ---- */

.boxEntryBody h5 {
  clear: both;
  margin: 30px 0 12px;
  font-size: 1.05em;
  font-weight: bold;
}

/* ---- テキスト余白 ---- */

.boxEntryBody .boxEntryContent > p {
  margin-bottom: 20px;
}

.boxEntryBody .boxEntryContent > *:first-child {
  margin-top: 0;
}

/* ---- リンク ---- */

.boxEntryBody a {
  text-decoration: underline;
}

.boxEntryBody a:hover,
.boxEntryBody a:focus {
  text-decoration: none;
}

/* ---- 矢印 ---- */

.boxEntryBody .icnArw a:before,
.boxEntryBody .boxAccHead.icnArw span:before,
.boxEntryBody .ttlMain.icnArw span:before,
.boxEntryBody .icnArw .active > *:before {
  top: 8px;
}

/* firefox用 */
@-moz-document url-prefix() { 
  .boxEntryBody .icnArw a:before,
  .boxEntryBody .boxAccHead.icnArw span:before,
  .boxEntryBody .ttlMain.icnArw span:before,
  .boxEntryBody .icnArw .active > *:before {
    top: 9px;
  }
}

/* ---- Entry Meta ---- */

.boxEntryMeta {
  margin-bottom: 30px;
  padding: 0 5px;
}

.boxEntryBody .boxEntryMeta {
  margin-bottom: 35px;
  font-size: 0.92em;
}

.boxEntryMeta p {
  margin: 0;
}

.boxEntryMeta .boxEntryMetaLeft {
  float: left;
}

.boxEntryMeta .boxEntryMetaRight {
  text-align: right;
}

.boxEntryMeta .boxEntryMetaRight p {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
}

/* -- 日付 -- */

.boxEntryMeta .boxEntryDate {
  padding-right: 8px;
}

/* -- 印刷するボタン -- */

.boxEntryMeta .btnPrint {
  margin-left: 10px;
}

.boxEntryMeta .btnPrint > * {
  padding: 6px 20px 6px 38px;
  border-radius: 4px;
  background: url(/share/imgs/main-content-icn-print.png) no-repeat 13px 54%;
  color: #111;
  line-height: 1em;
  letter-spacing: 0;
}

/* ボタン（ホバー・フォーカス時）*/
.boxEntryMeta .btnPrint > *:hover,
.boxEntryMeta .btnPrint > *:focus {
  color: #018640;
}

/* -- SNS -- */

.boxEntryMeta .boxSNS {
  padding-top: 2px;
}

.boxEntryMeta .boxSNS li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  margin-right: 2px;
}

/* ---- リスト ---- */

/* -- 箇条書きリスト -- */

.boxDotList {
  margin: 20px 0;
}

.boxDotList ul {
  padding-left: 1.5em;
}

.boxDotList ul li {
  list-style-type: disc;
}

.boxDotList ul li ul {
  padding-top: 2px;
  padding-left: 2.5em;
}

/* -- 箇条書きリスト（詳細ページ） -- */

.boxEntryFreeform ul {
  clear: both;
  margin: 20px 0;
  padding-left: 1.4em;
}

.boxEntryFreeform ul li {
  list-style-type: disc;
}

.boxEntryFreeform ul li ul {
  margin: 0 0 4px;
  padding-top: 2px;
  padding-left: 2.5em;
}

/* -- 箇条書きリスト（横並び） -- */

.boxEntryBody .boxDotList .floatList,
.boxEntryBody .boxNumList .floatList {
  margin: 0;
}

.boxEntryBody .boxDotList ul.floatList {
  padding-left: 1.5em;
}

.boxEntryBody .boxDotList .floatList li {
  float: left;
  margin-right: 30px;
}

/* -- 順序付きリスト -- */

.boxNumList {
  margin: 20px 0;
}

.boxNumList ol {
  padding-left: 1.5em;
}

.boxNumList ol li {
  list-style-type: decimal;
}

.boxNumList ol li ol {
  padding-top: 2px;
}

/* -- 順序付きリスト（詳細ページ） -- */

.boxEntryFreeform ol {
  clear: both;
  margin: 20px 0;
  padding-left: 1.5em;
}

.boxEntryFreeform  ol li {
  list-style-type: decimal;
}

.boxEntryFreeform  ol li ol {
  padding-top: 2px;
}

/* -- 矢印付きリスト -- */

.boxArwList {
  margin-bottom: 30px;
}

.boxArwList ul {
  padding-left: 15px;
}

.boxArwList li {
  margin-bottom: 5px;
}

.boxArwList.icnArw a:before {
  top: 6px;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 14px;
}

/* firefox用 */
@-moz-document url-prefix() { 
  .boxArwList.icnArw a:before {
    top: 7px;
  }
}

/* -- 詳細ページテキスト -- */

.boxEntryFreeform p {
  margin-bottom: 20px;
}

/* -- 定義リスト -- */

.boxEntryBody dl {
  margin: 20px 0;
}

.boxEntryBody dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.boxEntryBody dl .boxDotList,
.boxEntryBody dl .boxNumList {
  margin: 0;
}

/* ---- テーブル ---- */

/*20161117 テーブル調整ADD*/
.boxEntryBody .tablewrapper { display: inline-block; }
/*20161117 テーブル調整ADD-END*/

.boxEntryBody table {
  /*width: 100%;*/
  margin-top: 25px;
  margin-bottom: 25px;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
}

.boxEntryBody table caption {
  padding: 0 3px 10px;
  font-weight: bold;
  font-size: 1.05em;
}

.boxEntryBody table tr {
  border-top: 1px solid #ccc;
}

.boxEntryBody table th,
.boxEntryBody table td {
  padding: 8px 15px;
  background: #fff;
  vertical-align: top;
}

.boxEntryBody table th {
/*  width: 130px; */
  background: #f2f2f2;
  font-weight: bold;
  /*  20231107 */
  border: 1px solid #CCC
}

.boxEntryBody table td {
  padding: 5px 10px;
  /*  20231107 */
  border: 1px solid #CCC
}

.boxEntryBody table th p,
.boxEntryBody table td p {
  margin: 0;
  /*padding-top: 5px;*/
  padding: 0;
}

.boxEntryBody table td p:first-child {
  padding-top: 0;
}

.boxEntryBody table .boxDotList,
.boxEntryBody table .boxNumList {
  margin: 0;
}

.boxEntryBody table .boxDotList ul {
  padding-left: 1.5em;
}

.boxEntryBody table .boxDotList li {
  float: left;
  margin-right: 30px;
}

/* ---- 画像レイアウト ---- */

.boxEntryBody .boxImgLeft .boxImgArea {
  float: left;
  width: 45%;
}

.boxEntryBody .boxImgLeft .boxTxtArea {
  float: right;
  width: 50%; 
}

.boxEntryBody .boxImgRight .boxImgArea {
  float: right;
  width: 45%;
}

.boxEntryBody .boxImgRight .boxTxtArea {
  float: left;
  width: 50%; 
}

.boxEntryBody .boxImgLeft .boxImgArea img,
.boxEntryBody .boxImgRight .boxImgArea img,
.boxEntryBody .boxImgRow img {
  width: 100%;
}

.boxEntryBody .boxImgRow {
  margin-top: 40px;
  margin-bottom: 30px;
}

.boxEntryBody .boxImgRow ul {
  margin-left: -18px;
}

.boxEntryBody .boxImgRow li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 226px;
  margin-left: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

.boxEntryBody .boxImgRow li img {
  margin-bottom: 12px;
}

.boxEntryBody .boxImgRow a {
  color: #111;
}

.boxEntryBody .boxImgRow a:hover,
.boxEntryBody .boxImgRow a:focus {
  text-decoration: none;
}

/* 回り込み解除 */
.boxEntryBody .boxEntryContent p.clearfix {
  height: 0;
}

/* ---- ファイルダウンロード ---- */

.boxEntryBody .txtPDF,
.boxEntryBody .txtExcel,
.boxEntryBody .txtWord,
.boxEntryBody .txtPP {
  margin-bottom: 10px;
}

.boxEntryBody .txtPDF a,
.boxEntryBody .txtExcel a,
.boxEntryBody .txtWord a,
.boxEntryBody .txtPP a {
  display: block;
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: left 2px;
}

/* -- PDFリンク -- */

.boxEntryBody .txtPDF a {
  background-image: url(/share/imgs/main-content-icn-file-pdf.png);
  background-image: url(/share/imgs/main-content-icn-file-pdf-ie.png)\9; /* IE8用 */
  *background-image: url(/share/imgs/main-content-icn-file-pdf-ie.png); /* IE7用 */
  background-size: 20px 20px;
}

/* -- Excelリンク -- */

.boxEntryBody .txtExcel a {
  background-image: url(/share/imgs/main-content-icn-file-excel.png);
  background-image: url(/share/imgs/main-content-icn-file-excel-ie.png)\9; /* IE8用 */
  *background-image: url(/share/imgs/main-content-icn-file-excel-ie.png); /* IE7用 */
  background-size: 20px 20px;
}

/* -- Wordリンク -- */

.boxEntryBody .txtWord a {
  background-image: url(/share/imgs/main-content-icn-file-word.png);
  background-image: url(/share/imgs/main-content-icn-file-word-ie.png)\9; /* IE8用 */
  *background-image: url(/share/imgs/main-content-icn-file-word-ie.png); /* IE7用 */
  background-size: 20px 20px;
}

/* -- PowerPointリンク -- */

.boxEntryBody .txtPP a {
  background-image: url(/share/imgs/main-content-icn-file-pp.png);
  background-image: url(/share/imgs/main-content-icn-file-pp-ie.png)\9; /* IE8用 */
  *background-image: url(/share/imgs/main-content-icn-file-pp-ie.png); /* IE7用 */
  background-size: 20px 20px;
}

/* ---- マップ ---- */

.boxEntryBody .boxMap {
  margin-bottom: 40px;
}

.boxEntryBody .boxMap iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: none;
}

/* ---- インフォ ---- */

.boxEntryBody .boxInfo {
  padding: 25px 25px 10px;
  border: 2px solid #008835;
}

.boxEntryBody .boxInfo .boxImgArea {
  float: left;
  width: 90px;
  padding-top: 3px;
}

.boxEntryBody .boxInfo .boxTxtArea {
  float: right;
  width: 528px;
}

.boxEntryBody .boxInfo p {
  margin-bottom: 8px;
  line-height: 1.55em;
}

/* -- リンク矢印 -- */

.boxEntryBody .boxInfo .icnArw {
  padding-left: 5px;
}

/* 矢印アイコン */
.boxEntryBody .boxInfo .icnArw a:before {
  top: 7px;
}

/* firefox用 */
@-moz-document url-prefix() { 
  .boxEntryBody .boxInfo .icnArw a:before {
    top: 8px;
  }
}


/*  サイド 設定
-----------------------------------*/

#side {
}

/*  ボタンリンク
-------------------------- */

.boxSideBtnLink {
  margin-bottom: 10px;
}

.boxSideBtnLink li {
  margin-bottom: 8px;
}

.boxSideBtnLink .btn > * {
  border-radius: 6px;
  padding: 6px 5px;
  font-size: 0.98em;
  text-align: center;
}


/*  リンクリスト
-------------------------- */

.boxSideLinkList {
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid #00883a;
}

/* ---- タイトル ---- */

.boxSideLinkList dt {
  padding: 16px 18px;
  background: #00883a;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
}

/* ---- 内容 ---- */

.boxSideLinkList dd {
  margin-bottom: -1px;
}

/* -- 下線付きリスト -- */

.boxSideLinkList .boxLineList {
  font-size: 0.98em;
}

/* -- リンク矢印 -- */

.boxSideLinkList .boxLineList.icnArw > ul > li > a {
  padding-left: 23px;
}

/* 矢印アイコン */
.boxSideLinkList .boxLineList.icnArw > ul > li > a:before,
.boxSideLinkList .boxLineList.icnArw > ul > li.active > *:before {
  left: 13px;
}

/* ---- カラー設定（赤色） ---- */

.boxSideLinkList.boxClrRed {
  border-color: #660000;
}

/* ---- タイトル ---- */

.boxSideLinkList.boxClrRed dt {
  background-color: #660000;
}

/* ---- 内容 ---- */

/* -- 下線付きリスト -- */

/* 矢印アイコン */
.boxSideLinkList.boxClrRed .boxLineList.icnArw > ul > li > a:before,
.boxSideLinkList.boxClrRed .boxLineList.icnArw > ul > li.active > *:before {
  border-left-color: #660000;
}


/*  サイドカレンダー
-------------------------- */

.boxSideCalendar {
  margin-bottom: 23px;
}

/* -- リンク -- */

.boxSideCalendar a {
  text-decoration: underline;
}

.boxSideCalendar a:hover,
.boxSideCalendar a:focus {
  text-decoration: none;
}

/* ---- カレンダー上部 ---- */

.boxSideCalendar .boxSideCalendarHead {
  margin-bottom: 12px;
  font-size: 1.1em;
  text-align: center;
}

/* -- タイトル -- */

.boxSideCalendar .boxSideCalendarHead h2 {
  margin-bottom: 15px;
  padding: 15px 20px 15px 50px;
  background: url(/share/imgs/main-content-icn-calendar.png) #00468c no-repeat 15px center;
  background-image: url(/share/imgs/main-content-icn-calendar-ie.png)\9; /* IE8用 */
  *background-image: url(/share/imgs/main-content-icn-calendar-ie.png); /* IE7用 */
  background-size: 26px 26px;
  color: #fff;
  font-size: 1.05em;
  font-weight: bold;
  text-align: left;
}

/* -- 前月 -- */

.boxSideCalendar .boxSideCalendarHead .txtLastMonth {
  float: left;
  padding-left: 4px;
}

/* -- 選択中の月 -- */

.boxSideCalendar .boxSideCalendarHead .txtSelectMonth {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  font-size: 1.02em;
  font-weight: bold;
}

/* -- 次月 -- */

.boxSideCalendar .boxSideCalendarHead .txtNextMonth {
  float: right;
  padding-right: 2px;
}

/* ---- カレンダー内容 ---- */

.boxSideCalendar table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
  font-size: 1.05em;
}

.boxSideCalendar table tr {
  border-top: 1px solid #ccc;
}

.boxSideCalendar table th,
.boxSideCalendar table td {
  width: 10%;
  padding: 4px;
  background: #fff;
  vertical-align: top;
  text-align: center;
}

.boxSideCalendar table th {
  background: #fafaf1;
  font-weight: bold;
}

/* 見出し以外にも背景色をつけるため修正*/
/* -- 日曜日 -- */
/*
.boxSideCalendar table .calSun {
  background: #ffdfdf;
  color: #b20000;
}
*/
/* -- 土曜日 -- */
/*
.boxSideCalendar table .calSat {
  background: #e4f3ff;
  color: #001a66;
}
*/

/* -- 日曜日、祝日 -- */

.boxSideCalendar table .sun,
.boxSideCalendar table .hol {
  background: #ffdfdf;
  color: #b20000;
}

/* -- 土曜日 -- */

.boxSideCalendar table .sat {
  background: #e4f3ff;
  color: #001a66;
}

/* -- リンク -- */

.boxSideCalendar table a {
  display: block;
  margin: -4px;
  padding: 4px;
  font-weight: bold;
}

/* MTN ADD */
/* 画像枠対応 */
/* 画像枠レイアウト */

/* 右寄せ画像枠 */
.img_right {
  clear: right;
  float: right;
  padding: 3px;
  margin: 0px 8px 0px 8px;
  text-align: center;
}

/* 左寄せ画像枠 */
.img_left {
  clear: left;
  float: left;
  padding: 3px;
  margin: 0px 8px 0px 8px;
  text-align: center;
}

/* 画像固定枠 */
.img_waku {
  float: left;
  width: 100%;
  zoom: 100%;
}
.img_wakuleft {
  float: left;
  margin: 0 2px;
  text-align: center;
  width: auto;
}
/* 画像の回り込み解除 */
.clearall {
  clear: both;
}

/* 画像と文章の高さを合わせる改行 */
.brclear {
  clear: both;
}

/* 動画枠 */
div.youtubearea {
  clear: both;
}