﻿@charset "UTF-8";

/* =====================================
	全体設定
===================================== */

a {
    color:#000099;
    text-decoration:underline;
}
a:hover {
	color:#ff9935;
/* 	text-decoration:none; */
}
body {
    min-width: 320px;
    margin:0;
    height:100%;
    color:#333333;
    line-height:1.8;
    font-size:0.75em;
    background:url(../../../../Content/images/pages/top/bg_body.jpg) top left repeat-x #f7f7f7;
}
input,
textarea,
select{
    font-size:1.0em;
    vertical-align:middle;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
input[type="submit"],
input[type="text"]{
	outline:none;
}

/* =====================================
	header
===================================== */

#header{
	padding:0 0 0px 0;
	background-color: #fff;
	border-bottom: #0a7452 6px solid;
}
#headerInner{
    width:980px;
    margin:0 auto;
    position: relative;
}
header #headerInner h1{
        width: 980px;
        height: 80px;
        margin: 0px 0 0 0;
        background: url(../../../../Content/images/pages/top/header_title.png) left top no-repeat;
        overflow: hidden;
        padding: 0;
}
#headerInner #headerNav {
    position: absolute;
  	top: 20px;
  	right: 0px;
}

/* ヘルプボタン */
#headerNav ul
{
    display:table-cell;
}
#headerNav ul li
{
    float : left;
    display: inline-block;
}

/*portalと地図以外のheaderのヘルプボタン*/
#headerNav li img{
    height: 58px;
}
/**/

.btn-help {
    /*margin-top: 7px;*/
    display: inline-block;
    width: 90px;
    height: 59px;
    background: transparent url(../../../../Content/images/pages/menu/nav_btn_all.png) no-repeat scroll -235px 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-decoration: none;
}
.btn-help:hover {
    opacity: 0.7;
}
/* ズームサイト */
.btn-zsite {
    margin-top: 7px;
    display: inline-block;
    width: 101px;
    height: 50px;
    background:url(../../../../Content/images/pages/top/zoomsightlaunch.gif) 50% 50% no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@-moz-document url-prefix() {
    #headerNav ul li.btn-zsite-li {
        display : none;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #headerNav ul li.btn-zsite-li {
        display : none;
    }
}

/* ボタン式のラジオボタン・チェックボックス */
.ci-choices button
{
    min-width:23%;
    margin:2px;
}

.bt-checked
{
    color: #0a0a0a;
    font-weight: bold;
    background: #faf5f5;
    width:168px;
    height:40px;
}

.bt-notchecked
{
    color: #faf7f7;
    font-weight: bold;
    background: #7a7777;
      width:168px;
    height:30px;
}

.ci-selected
{
    background-color: #1BB4FF !important;
}

.visually-hidden
{
    display: inline-block;
    transform: scale(0,0);
}

/* =====================================
	パンくず
===================================== */

#topicPath {
    /*margin:0 0 10px 0;*/
    margin:0 0 0px 0;
    padding:0 0 0 0;
    clear:both;
    background:url(../../../../Content/images/pages/top/line_x.jpg) bottom left repeat-x;
}
#topicPathInner{
    width:990px;
    margin:0 auto;
/*    background:url(../../../../Content/images/pages/top/line_y.jpg) top right repeat-y;*/
}
#topicPathInner ul{
    float:left;
    width:450px;
    padding:2px 0 0;
    margin-bottom: 5px;
    text-align: left;
/*    background:url(../../../../Content/images/pages/top/line_y.jpg) right top repeat-y;*/
}
#topicPathInner ul li#home{
    padding:0 0 0 20px;
    background:url(../../../../Content/images/pages/top/ico_home.png) 0 0 no-repeat;
}
#statusArea{
    float:right;
    /*width:449px;*/
    width:530px;
    padding:5px;
    background:url(../../../../Content/images/pages/top/bg_statusArea.jpg) left bottom repeat-x;
}
#statusArea p{
    float:left;
    color:#fff;
    padding:5px 0 0 5px;
    font-size: 0.9em;
}
#statusArea .btnArea{
    float:right;
}
#statusArea .btnArea span{
    display:inline-block;
    vertical-align:middle;
}
#statusArea .btnArea span img{
    vertical-align:top;
}
#statusArea .btnArea span#sys{
    line-height:1;
    padding:6px 8px 6px 8px;
    background:#f7f7f7;
}


/* =====================================
	content
===================================== */

#contents{
    clear:both;
    width:990px;
    margin:0 auto;
    overflow:hidden;
}


/* =====================================
	content - column
===================================== */

.contents-inner {
    width: 990px;
    margin: 0 auto;
    padding: 0 0 15px;
    background: transparent;
}

.column-left {
    float: left;
    width: 360px;
}

.column-right {
    float: right;
    width: 620px;
}


/* =====================================
	content - column - module
===================================== */

.area_b,
.area_c,
.area_d,
.area_e,
.area_g {
    width: -moz-available;
    background: #fff;
    border:1px solid #dcdcdc;
    padding:10px;
}
#footer a {
    margin:0 0 0 10px;
}

.area div a {
    width: auto;
    padding-left: 14px;
    background:url(../../../../Content/images/pages/arrow_org.gif) 6px 6px no-repeat;
    line-height: 1.5;
    display: block;
    word-break:break-all;
}
.area input[type=text]{
    width:278px;
}

.area.area_e img{
    display: block;
    margin: 0 auto;
}
h3 {
  /*  width: 100%;*/
    margin-top: 10px;
    padding-left: 1em;
    background: #2c68a9;
    border:1px solid #dcdcdc;
    border-bottom: none;
    color: #fff;
    line-height: 25px;
}

.selectmap-inner {
    width: 990px;
    margin: 0 auto;
}

.selectmap-inner span {
    background: url("../../../../Content/images/pages/icon_chage.png") no-repeat 4px 50%;
    padding: 0 0 0 23px;
}

/* 頭文字リンク */
h4.mds_h4_int {
    float: left;
    width: 22em;
    text-align: center;
    height: auto;
    line-height: 37px;
    padding-top: 2px;
   background: #efdfcb;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#PqList {
    background: #f4e8d9;
    height: 35px;
    margin: 10px 0 10px;
    border: 2px solid #efdfcb;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;*/
    border-radius: 5px;
}

#PqList ul li {
    margin: 0 0 0 2em;
}

#PqList ul li a {
    font-size: 140%;
    font-weight: bold;
    line-height: 35px;
}

#PqList ul li label {
    font-size: 140%;
    font-weight: bold;
    line-height: 35px;
    color: #bbb;
}

/* カテゴリリスト */
.layerct_li {
    margin-top: 6px;
}

.layerct_li ul li.layer_li {
    display: block;
    width: auto;
    height: auto;
    line-height: 1.5;
    padding: 4px 6px;
    background: #e5ecd8;
    font-weight: bold;
    color: #565656;
}

.layerct_li ul li.code_li ul li {
    /*margin-top: -1.5em\9;*/
    padding-left: 4px;
    padding-bottom: 5px;
    background: #fff;
    line-height: 1.4;
}

.layerct_li ul li.code_li ul li a {
    width: auto;
    padding-left: 10px;
    background:url(../../../../Content/images/pages/arrow_org.gif) 2px 50% no-repeat;
}


/* =====================================
	footer
===================================== */

#footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    box-shadow:inset 0 1px 0 0 #fff;
    border-top: 1px solid #ddd;
}

.footer-inner {
    margin: 0 auto;
    width: 980px;
    color:#343434;
}

address {
    float: left;
    width: 60%;
    padding: 0 0 0 .5em;
}

address span {
    margin-right: 1em;
}

address span:first-of-type {
    font-weight : bold;
    margin-right: 1em;
}
/*
.footer-links {
    float:right;
}

#footer .footer-links a{
    margin: 0;
}
*/
#copyright {
    width: 35%;
    padding: 0 0 0 0.5em;
    text-align: right;
    box-sizing: border-box;
    float:right;
}


/* =====================================
	ポータルページ用
===================================== */

.wrapContens {
    width: auto;
    box-shadow:inset 0 6px 0 0 #4c98ee;
    border-top: 15px solid #034ea1;
    position:relative;
  }

.contentsPortal {/*ポータル用*/
    width: 100%;
    margin: 0px auto 0;
    padding: 0px 0 10px;
}

/* 枠 */
.wrapFirst {
    width:auto;
    padding: 15px 0;
    position: relative;
    background:#fff;
    margin-top: 0;
    box-shadow:inset 0 -1px 0 0 #ddd;
    border-bottom: 1px solid #fff;
}

.wrapSecond {
    width: 960px;
    margin: 0 auto;
    padding: 10px;

}

/* 説明・イメージ
---------------------------------------------------*/
.boxExplain {
    display: block;
    width: 952px;
    height: 224px;
    margin: 4px auto;
    background:url(../../../../Content/images/site/imageMain.jpg) left top no-repeat;
    box-sizing:border-box;
    border-radius: 5px;
}

.boxExplain h2{
  display:block;
  width:524px;
  text-indent:-100%;
  overflow:hidden;
  height:100%;
  background:url(../../../../Content/images/site/imageMain_txt.png) center center no-repeat;
  background-size: contain;
  margin:0 auto 0 10px;
}



.boxExplain p { display: none; }

.boxModule {
    float: left;
    display: block;
    width: 232px;
    height: 232px;
    box-sizing: border-box;
    background: #fff;
    margin: 4px 4px;
    overflow:hidden;
}

.bdrMap {
    border: 3px solid #034ea1;
    border-radius: 3px;
    position: relative;
}

.bdrMap:hover {
    opacity: 0.7;
}

.bdrMap a {
    width: 100%;
    height: 100%;
    display: block;
}

.moduleTitle {/* 見出し-掲載マップ一覧 */
    background: #034ea1;
    border: 3px solid #034ea1;
    border-radius: 3px;
    position: relative;
}

    .moduleTitle h2,
    .moduleTitle p {
    color: #fff;
}

    .listMds {
        margin: 33px auto 0;
        display: block;
        width: 156px;
        height: 75px;
        background:url(../../../../Content/images/site/mds_module_list.png) center bottom no-repeat;
        font-size: 22px;
    }
    
    .moduleTitle p {
        position: absolute;
        top: 140px;
        left: 0;
        display: block;
        width: 226px;
    height: auto;
        x-background: #ddd;
        padding: 0 1.2em;
    box-sizing: border-box;
        font-size: 108%;
    }

.bdrMap h2 {
    position: absolute;
    top: 145px;
    left: 1px;
    padding: 0 7px;
    font-size: 140%;
}

.bdrMap p {
    position: absolute;
    top: 170px;
    left: 1px;
    width: 224px;
    font-size: 100%;
    x-background: #ddd;
    padding: 0 7px;
    box-sizing: border-box;
}

.bdrMap a img:hover {
    opacity: 0.75;
}


.linkSearchmap {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
    width: 53px;
    height: 14px;
    background:url(../../../../Content/images/site/mds_module_list.png) 5px center no-repeat , #2c68a9;
    background-size: 16px 16px;
    padding: 5px 5px 5px 23px;
    border-radius: 4px 0 0 0;
    border:1px solid #2c68a9;
/*    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;*/
    color: #fff;
    text-decoration: none;
}

.linkSearchmap a:hover {
    opacity: 0.7;
    color: #fff;
}

.imageMap {
    position: absolute;
    top: 1px;
    left: 1px;
}
    .map1 { background:url(../../../../Content/images/site/thumMap1.png) 50% 50% no-repeat; }
    .map2 { background:url(../../../../Content/images/site/thumMap2.png) 50% 50% no-repeat; }
    .map3 { background:url(../../../../Content/images/site/thumMap3.png) 50% 50% no-repeat; }
    .map4 { background:url(../../../../Content/images/site/thumMap4.png) 50% 50% no-repeat; }
    .map5 { background:url(../../../../Content/images/site/thumMap5.png) 50% 50% no-repeat; }
    .map6 { background:url(../../../../Content/images/site/thumMap6.png) 50% 50% no-repeat; }


.map1,
.map2,
.map3,
.map4,
.map5,
.map6 {
    display: block;
    width: 100%/*224px*/;
    height: 140px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


/* お知らせ
---------------------------------------------------*/
.bdrNews  {
    display: block;
    width: auto;
    height: auto;
    max-height: 150px;
    border: 1px solid #309869;
    margin: 4px 4px 8px;
    background: #fff;
    padding: 5px;
		border-radius:3px;
}

.mdsNews {
    width:20%;
    float: left;
    font-size: 18px;
    box-sizing: border-box;
}

.listNews {
    width:80%;
    float: left;
    box-sizing: border-box;
    text-align: left;
    padding: 0px 1px 5px 8px;
    overflow: auto;
    height: auto;
    min-height: 24px;
    max-height: 150px;
    border-left: 2px solid #309869;
}

.listNews dl {
    font-size: 93%;
    line-height: 1.4;
}

.listNews dl dt {
    padding: 0 0 2px;
    font-weight: bold;
    color: #2c68a9;
}

.listNews dl dd {
    padding: 0 0 5px;
}

#news{
	height: 100%;
}


/* 新QR
---------------------------------------------------*/
.boxQr {
    display: block;
    box-sizing: border-box;
    background: #00a651/*#034ea1*/;
    border: 1px solid #00a651;
		border-radius: 3px;
}
.boxQr h2 div {
    height: 50px;
    line-height: 50px;
    margin: 0px auto 0;
    font-size: 110%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    width: 96%;
    padding-right: 4px;
    font-size: 120%;
    font-weight: bold;
}
.boxQr h2 div span {
    font-size: 100%;
    font-weight: normal;
}
.boxQr a {
    width: 100px;
    display: block;
    margin:10px auto;
}

.boxQr a img {
    width: 100px;
}

.boxQr p {
    padding: 5px 5px 0 5px;
    font-size: 93%;
    color: #fff;
    line-height: 1.5;
}

.boxQr .sp a{
    color: #fff;
    padding: 10px 5px;
    word-break: break-all;
    display: block;
    text-align: left;
    width:auto;
}

.show-address-center {
    white-space:nowrap;
    overflow:hidden;
}

#pagebody-outer{
    margin-top: 15px;
}

.pagebody-outer{
    margin-top: 15px;
}
.cover {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: none;
    z-Index: 999;
}
.modal_bl {
    position: absolute;
    width: 30%;
    height: auto;
    top: 35%;
    left: 35%;
    background-color: #FFFFFF;
    display: none;
    z-Index: 9999;
}
.div_email_send_15 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    background-color: #F5F9FD;
    width: 100%;
    height: 100%;
}
.div_email_send_16 {
    font-size: 2.5vmin;
    color: #4C6084;
}
.div_email_send_17 {
    margin-top: 20px;
}
.div_email_send_19 {
    font-size: 2.5vmin;
    color: #4C6084;
    margin-top: 20px;
    text-align: left;
    text-indent:2em;
}
.div_email_send_20 {
    font-size: 2.5vmin;
    color: #4C6084;
    margin-top: 10px;
    text-align: left;
    text-indent:2em;
}
.div_email_send_21 {
    width: 5vw;
    height: 4vh;
    border-radius: 10px;
    background-color: #C9C9C9;
    font-size: 2vmin;
    margin-top: 30px;
}
.flg_linkage_p4l_pointer_events_none{
    display:none;
    pointer-events:none;
}