@charset "UTF-8";
/*
印刷用CSS
 */
/* 非表示にする要素 */
#printNoScreen, .topicPath, .headRight, .headMessage, .accessToolArea, .pageTop, .otherLink, .naviShadow, .acdMenuCategory, .narrowDown, .bg_img {
  display: none !important;
}

.under .searchBox-index {
  display: none;
}

* {
  /*font-family: "ＭＳ Ｐ明朝", serif;*/
  vertical-align: 0;
}

strong, .wrapper, .cmn_Logo a {
  margin: 0 !important;
  padding: 0 !important;
  /*font-family: "Century Gothic", Arial, sans-serif;*/
  font-weight: normal;
}

/*
body:not(:target){
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif\9;
}
*/
html, body {
  width: 165mm;
  _zoom: 60%;
  _font-size: 150%;
}

@-moz-document url-prefix() {
  body {
    overflow: visible !important;
    height: auto !important;
  }

  .container {
    -moz-transform: scale(0.65);
    -moz-transform-origin: left top;
  }

  .section-safety {
    width: 45% !important;
  }

  .wrapper.clearfix {
    page-break-before: always !important;
  }

  .under .wrapper.clearfix {
    page-break-before: avoid !important;
  }
}
.wrapper.clearfix {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3FFFFFF', endColorstr='#B3FFFFFF');
  background: transparent;
  background: rgba(255, 255, 255, 0.7);
}
:root .wrapper.clearfix {
  filter: none\0/IE9;
}

.under .page-footer-wrapper {
  page-break-before: always !important;
}

@media all and (-ms-high-contrast: none) {
  /*for gte ie10*/
  .container {
    position: static;
  }
}
.print-image {
  display: block !important;
}

.container {
  width: auto !important;
  padding: 0 50px !important;
  /* 印刷時の基準幅を指定 */
}

@media all and (-ms-high-contrast: none) {
  .container {
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
  }
}
.lte-ie8 .container {
  width: 1000px !important;
}

.content {
  margin: 10px 0 0 !important;
  padding: 10px !important;
  width: 980px !important;
}

@-moz-document url-prefix() {
  .under
  .content {
    display: table !important;
    background: #fff !important;
    padding: 10px !important;
  }
}
.wrapperContentsTop {
  margin: 0 210px 0 210px !important;
  width: 80% !important;
  /*width:100% !important;*/
}

.content3clm {
  margin: 0 210px 0 0 !important;
}

.global-nav {
  display: none !important;
  position: initial;
}

.global-nav .global-nav-list .first-level a {
  height: 27px;
}

.section-nav-emer .global-nav .global-nav-list .first-level a {
  height: 40px;
  padding-top: 15px !important;
}

.emerMsg {
  margin-bottom: 20px;
}

/* H4 */
h4 {
  background-image: none !important;
  border-bottom: 2px solid #87b8dd;
}

/************************ ロゴ **************************/
.cmn_Logo {
  margin-bottom: 45px;
}
.cmn_Logo a:after {
  content: "";
}

/************************ 災害ページ **************************/
.emergency .cmn_Logo {
  list-style-image: url(../../../../../emergency/design/emergency/images/cmn/cmn_logo.png) !important;
}
.emergency .sidebarLeft {
  display: block;
}

.lte-ie9 .emergency .middle-content-heading {
  page-break-before: always !important;
}
.lte-ie9 .emergency .wrapper-wiget iframe {
  overflow: hidden !important;
}
.lte-ie9 .emergency .acdMenuEmer .acdMenuNotDotted a {
  padding-left: 30px;
}

/* 検索ボックス */
.all-searchField .btn, .article-searchField .btn {
  display: none;
}
.all-searchField .print-image, .article-searchField .print-image {
  display: none !important;
}

.under .all-searchField, .under .article-searchField
.print-image {
  display: none !important;
}

/************************ メイン広告 **************************/
.adMain, .adMainNoscript {
  display: none;
  padding-bottom: 0 !important;
}

.adMainPrint {
  display: block !important;
}
.adMainPrint img {
  display: block !important;
  padding: 0 0 20px 0;
  float: left;
  max-width: 100%;
}

.adMainNoscript {
  display: none;
}

/************************ 表組み **************************/
table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

/************************ 見出しデザイン **************************/
h2 a {
  color: #000 !important;
}

/************************ トップページ新着エリアの不具合対応 **************************/
ul.TabbedPanelsTabGroup {
  /* IE6,7 以外 */
  display: table !important;
}

li.TabbedPanelsTab {
  /* IE6,7 以外 */
  clear: none !important;
}

.TabbedPanelsTabGroup, .TabbedPanelsTab {
  zoom: 1;
  /* IE6,7 */
}

.topNewsAreaHide {
  display: none;
}

/*********** 新着イベント ***********/
.topNews dd.icon01, .topNews dd.icon02, .topNews dd.icon03, .topNews dd.icon04, .topNews dd.icon05, .topNews dd.icon06, .topNews dd.icon07 {
  display: list-item;
  list-style: none;
}
.topNews dd.icon01 {
  list-style-image: url(../../images/cmn/event_icon_01.png);
}
.topNews dd.icon02 {
  list-style-image: url(../../images/cmn/event_icon_02.png);
}
.topNews dd.icon03 {
  list-style-image: url(../../images/cmn/event_icon_03.png);
}
.topNews dd.icon04 {
  list-style-image: url(../../images/cmn/event_icon_04.png);
}
.topNews dd.icon05 {
  list-style-image: url(../../images/cmn/event_icon_05.png);
}
.topNews dd.icon06 {
  list-style-image: url(../../images/cmn/event_icon_06.png);
}

.descriptionList dt {
  margin: 1px 0 0 !important;
  padding: 3px 0 0 15px !important;
}

/************************ 一覧リンク **************************/
.acdMenuFaq ul li.list a, .acdMenuBlue p.list a {
  background-position: left 3px !important;
  padding: 0 0 0 13px !important;
}

/************************ メールアイコン **************************/
.pageNav li span, .pageNav li a {
  padding: 0.7em 1.0em 0.5em 1.0em !important;
}

/************************ メールアイコン **************************/
.mail {
  padding: 0 0 0 1.5em !important;
}

/* 記事内のレイアウト */
.content section img, .ezImageAuto {
  display: block !important;
  visibility: initial !important;
}

@media all and (-ms-high-contrast: none) {
  /* for gte IE10 */
}
.update img {
  visibility: hidden;
}

/************************ ページが見つかりません文言 **************************/
.errMsg span {
  padding: 5px 0 4px 2.5em !important;
}

/************************ 検索結果 **************************/
.sidebarLeft {
  display: none;
}

.faqSearchInput {
  width: 740px !important;
}

.dropdownBotton a {
  padding: 5px !important;
}

.searchPickUp span {
  color: #333 !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}

/************************ アンケート・お問い合わせの参照情報エリア **************************/
h2.surveyh2, h3.surveyh3, h4.surveyh4, h5.surveyh5, h6.surveyh6 {
  border-top: none !important;
  border-right: none !important;
}

/************************ フッター **************************/
.page-contents {
  padding-bottom: 0 !important;
}

.under .page-contents {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.page-footer-wrapper {
  position: static !important;
  margin-top: 30px !important;
}

.bgSet.section-footer .wrapper {
  width: auto !important;
  padding: 0 50px !important;
}

.page-footer .wrap-info {
  width: 40%;
}
.page-footer .logo-footer {
  display: block;
}

.lte-ie8 .under .page-footer-wrapper, .lte-ie8 .emergency .page-footer-wrapper {
  page-break-before: auto;
}

#mapnavi ul#boxArea li a {
  padding: 10px 20px 5px !important;
  position: relative !important;
  top: 1px !important;
}

/* 手続き検索 */
.textBoxHeight.procedure h2 a img {
  display: inline-block !important;
}

.textBoxHeight.procedure h2 a span {
  margin-right: 0 !important;
}

.lte-ie8 .procedureSearchBtn {
  color: #fff !important;
  background-color: #0959a9;
  filter: none !important;
}

.checkboxEm {
  z-index: 1 !important;
  opacity: 1 !important;
}

@media all and (-ms-high-contrast: none) {
  /*for gte ie10*/
  .checkboxEmLabel {
    display: block;
  }
}
.checkboxEmLabel, .LabelSelected {
  background: none !important;
}

@-moz-document url-prefix() {
  /* for ff */
  .procedureSearchBtn {
    color: #fff !important;
    background: #0d7ff2 !important;
  }
}
.lte-ie8 .TabbedPanelsContentVisible, .lte-ie8 .content {
  filter: none !important;
}
