@charset "UTF-8";

/* =================================================================
    popup
================================================================= */
body.popup {
}

/* =================================================================
    Header
================================================================= */
body.popup div#header {
  background-position: center bottom;
  padding-bottom: 0;
}
body.popup div#header div#header_inner {
  width: 655px;
  height: 59px;
}
body.popup div#header div#header_inner .logo {
  float: left;
  width: 143px;
  height: 22px;
  padding: 17px 0 16px 0;
  border: none;
  text-align: left;
}
body.popup div#header div#header_inner .lead {
  margin-left: 151px;
  height: 22px;
  padding: 17px 0 16px 0;
  font-size: 0;
}
body.popup div#header.pop_type01 {
  background: url(/biz/d/common/img/header/bg_header.png) repeat-x;
  background-position: center bottom;
}

/* =================================================================
    Page Title（ページタイトル）
================================================================= */
body.popup #page_title .inner h1 {
  font-size: 200%;
  line-height: 1.25;
}
body.popup #page_title.title_mod3 {
  min-height: inherit;
}
body.popup #page_title.title_mod5 .inner {
  padding: 20px 20px 18px 30px;
}

/* =================================================================
    Page Read（ページリード）
================================================================= */
body.popup #page_read {
  margin-top: 15px;
}

/* =================================================================
    Container
================================================================= */
body.popup div#container {
  width: 655px;
  margin-top: 20px;
  min-height: 600px;
}

/* ----------------------------------------------------------------
    Container > Main Column
----------------------------------------------------------------- */
body.popup div#container div#main_col {
  float: none;
  width: 100%;
}

/* =================================================================
    Footer
================================================================= */
body.popup div#footer {
  border-top: 5px solid #7e7e7e;
  width: 100%;
}

body.popup div#footer div#copyright {
  margin: 20px 0 10px;
}

body.popup div#footer div#copyright p {
  width: 655px;
}

body.popup div#footer div#footer_navi ul {
  width: 655px;
}

body.popup div#footer div#copyright p.registration {
  margin-bottom: 15px;
  font-weight: 700;
}

footer {
  width: 100%;
  height: 70px;
  padding: 12px 0px;
  background-image: url(../img/footer_bg.png);
  min-width: 1000px;
}

footer .content {
  padding: 0px 20px;
}

footer .content .corporate {
  font-size: 12px;
  font-weight: bold;
}

footer .content .copyright {
  font-size: 12px;
}

footer {
  height: auto;
  background-size: 2px 100%;
}

footer .footer_linkList {
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



@media only screen and (min-width: 600px) {
  footer .footer_linkList {
    width: 90%;
    max-width: 1000px;
    padding: 0;
  }
}

footer .footer_linkList .btn_link {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  display: block;
  border-right: 1px solid #333;
}
/*
  @media only screen and (min-width: 600px) {
	footer .footer_linkList .btn_link:nth-child(9) {
	  border-right: 1px solid #333
	}
  }
  */

footer .footer_linkList .btn_link a {
  color: inherit;
  padding: 0 20px;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  footer .footer_linkList .btn_link a:hover {
    color: #4db1ff;
  }
}

footer .content .corporate .corporate_inner {
  font-size: 0.8em;
}

/* =================================================================
    Tab（タブ型ナビゲーション）
================================================================= */

/* tab_mod_01
------------------------------------------ */
body.popup .section_01 .tab_mod_01 a {
  text-decoration: none;
}

/* tab_mod_02
------------------------------------------ */
body.popup .tab_mod_02 ul li {
  width: 199px;
}
body.popup .tab_mod_02 ul li a {
  width: 160px;
}
body.popup .tab_mod_02.col4 ul li {
  width: 146px;
}
body.popup .tab_mod_02.col4 ul li a {
  width: 107px;
}

/* =================================================================
    Button（ボタン）
================================================================= */

/* btn_mod_01.pop（通常）
------------------------------------------ */
body.popup div#container .btn_mod_01.pop {
  background: #3b3b3b;
}
body.popup div#container .btn_mod_01.pop:hover {
  background-color: #626262;
}
body.popup div#container .btn_mod_01.pop a {
  padding: 8px 15px 8px 15px;
  background: none;
}
body.popup div#container .btn_mod_01.pop a img {
  width: 14px;
}
body.popup div#container .btn_mod_01.pop a span {
  margin-left: 10px;
}

body.popup div#container .btn_mod_01 a,
body.popup div#container .btn_mod_01 a:hover {
  text-decoration: none;
}
body.popup div#container #main_col .btn_mod_01 a:hover img {
  background-color: transparent;
}

* html body.popup div#container .btn_mod_01 a {
  color: #fff !important;
  text-decoration: none !important;
}
* html body.popup div#container .btn_mod_01 a:hover {
  background-color: #999;
}

/* =================================================================
    news
================================================================= */

/*    info
------------------------------------------ */
body.popup .info {
  margin-top: 20px;
}
body.popup .info h3 {
  margin-bottom: 5px;
  font-size: 117%;
}
body.popup .info dl {
  padding: 0 15px 20px;
  border-top: #7c8692 1px solid;
  border-bottom: #7c8692 1px solid;
  background: #fff;
}
body.popup .info dl dt {
  clear: both;
  float: left;
  width: 9em;
  padding-top: 20px;
  font-weight: bold;
}
body.popup .info dl dd {
  margin-left: 9em;
  padding: 20px 0 0 0;
}
body.popup .info dl dd a {
  color: #069;
}
body.popup .info dl dd a:hover {
  text-decoration: underline;
}

body.popup .info dl dd a:visited {
  color: #551a8b;
  text-decoration: none;
}

/* =================================================================
    Button（ボタン）
================================================================= */

body.popup .btn_col2 {
}

/* =================================================================
    Box（ボックス）
================================================================= */

/* tac_box_01（中央寄せ）
------------------------------------------ */
body.popup .tac_box_01 {
}
body.popup .tac_box_01 .btn_mod_01 {
  margin: 0 auto;
}

/*    info_box_01（詳細テーブル）
------------------------------------------ */
body.popup .info_box_01 {
}
body.popup .info_box_01 dl.info {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: dashed 1px #ccc;
}
body.popup .info_box_01 dl.info dt {
  clear: both;
  float: left;
  width: 5em;
  padding-right: 0.5em;
  background: url(/biz/d/common/img/main_col/bg_colon_01.gif) no-repeat right 0.5em;
}
body.popup .info_box_01 dl.info dd {
  margin-left: 7em;
}

/*    search_box_01（エリア検索）
------------------------------------------ */
body.popup .search_box_01 {
}
body.popup .search_box_01 input {
  height: 18px;
  margin: 0;
  padding: 3px 2px 2px 2px;
  border: 1px solid #e8e9ea;
}

/* =================================================================
    table（表組）
================================================================= */

/* tblMod02 単表
------------------------------------------ */
body.popup .tbl_mod02 {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}
body.popup .tbl_mod02 caption {
  padding-bottom: 5px;
  font-size: 117%;
  font-weight: bold;
  text-align: left;
}
body.popup .tbl_mod02 caption .ttl {
  float: left;
  width: 58%;
}
body.popup .tbl_mod02 caption .unit {
  float: right;
  width: 40%;
  text-align: right;
  font-weight: normal;
}
body.popup .tbl_mod02 th,
body.popup .tbl_mod02 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
body.popup .tbl_mod02 th {
  padding: 2px;
  background: #e0e0e0;
  text-align: center;
}
body.popup .tbl_mod02 td {
  padding: 2px;
  background: #fff;
  vertical-align: middle;
}
body.popup .tbl_mod02 th.bg_blue {
  background: #c6e3ee;
}
body.popup .tbl_mod02 td.bg_blue {
  background: #e3f0f5;
}
body.popup .tbl_mod02 th.bg_white {
  background: #fff;
}
body.popup .tbl_mod02 .tilt_box {
  position: relative;
  zoom: 1;
  width: 100%;
  height: 100%;
  min-height: 5em;
  background: url(/biz/d/common/img/main_col/bg_tilt_01.gif) no-repeat center center;
}
body.popup .tbl_mod02 .tilt_box .top {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  margin-top: 0;
  text-align: right;
}
body.popup .tbl_mod02 .tilt_box .btm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  text-align: left;
}
body.popup .lead span.mark {
  padding: 0 3px;
  display: inline-block;
  vertical-align: -4px;
  line-height: 0;
  font-size: 0;
}
body.popup div#container .lead span.mark img,
body.popup div#container .tbl_mod02 th span img,
body.popup div#container .tbl_mod02 td span img {
}
body.popup .tbl_wrap_box {
}
body.popup .tbl_mod02 .tit th {
  line-height: 1;
}

body.popup a {
  text-decoration: none;
}
body.popup a:hover {
  text-decoration: underline;
}
