﻿@charset "UTF-8";

/* =====================================
	全体設定
===================================== */

a {
	color:#000099;
	text-decoration:underline;
}
a:hover {
	color:#ff9935;
/* 	text-decoration:none; */
}
body {
	margin:0;
	height:100%;
	color:#333333;
	line-height:1.8;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
input,
select{
	font-size:12px;
	vertical-align:middle;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
input[type="submit"],
input[type="text"]{
	outline:none;
}

/* =====================================
	header
===================================== */

#headerInner{
	width:990px;
	margin:0 auto;
    position: relative;
    height: 60px;
}
#headerInner h1{
    display: block;
    width: auto;
    height: 60px;
    background:url(../../../../Content/images/pages/header_title.png) left top no-repeat;
    background-size: auto 100%;
}
#headerInner #headerNav {
    position: absolute;
    top: 0;
    right: 0;
}
/*
#headerInner #headerNav li {
	display:inline-block;
}
*/

/* ヘルプボタン */
#headerNav ul
{
    display:table-cell;
}
#headerNav ul li
{
    display: inline-block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #fff;
}
.btn-desktop {
    display: block;
    width: 51px;
    height: 44px;
    background:url(../../../../Content/images/pages/top/btn_desktop_off.png) 50% 50% no-repeat;
    background-size: auto 44px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: -4px;
}
.btn-policies {
    /*margin-top: 7px;*/
    display: block;
    width: 51px;
    height: 44px;
    background:url(../../../../Content/images/pages/top/btn_policies_off.png) 50% 50% no-repeat;
    background-size: auto 44px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.btn-help {
    margin-top: 7px;
    display: inline-block;
    width: 101px;
    height: 50px;
    background:url(../../../../Content/images/pages/top/btn_guide_off.jpg) 50% 50% no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* ズームサイト */
.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;
    }
}

/* =====================================
	パンくず
===================================== */

#topicPath {
    border-top: 1px solid #faecec;
	background: #f6e3e3 url(../../../../Content/images/pages/top/line_x.jpg) bottom left repeat-x;
}
#topicPathInner{
	width:990px;
	margin:0 auto;
}
#topicPathInner ul{
	float:left;
	width:450px;
	padding:2px 0 5px;
            text-align: left;
}
#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: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:11px;
}
#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 {
    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 50% no-repeat;
    line-height: 1.8;
}
.area input[type=text]{
    width:278px;
}
/*
h3 {
    width: 100%;
    margin-top: 10px;
    padding-left: 1em;
    background: #990303;
    border:1px solid #dcdcdc;
    border-bottom: none;
    color: #fff;
    line-height: 25px;
}
*/
.selectmap-inner {
    width: 990px;
    margin: 10px auto 0;
}

.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: #eed6d6;
    font-weight: bold;
    color: #2b2b2b;
}

.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: 15px 0;
    background:url(../../../../Content/images/pages/top/line_x.jpg) top left repeat-x;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    color:#121212;
}

address {
    width: auto;
    padding: 0 0 0 .5em;
}

address span {
    font-weight: bold;
    margin-right: 1em;
}

#copyright {
    width: 400px;
    margin:0 auto;
    padding: 0 .5em 0 0;
    text-align: right;
}


/* =====================================
	ポータルページ用
===================================== */

.wrapContens {
    width: 100%;
}

.contentsPortal {/*ポータル用*/
    width: 960px;
    margin: 0 auto;
    padding: 0 0 10px;
    background:url(../../../../Content/images/site/mainImage.jpg) left top no-repeat;
    background-size: auto 500px;
}

/* 枠 */
.wrapFirst {
    margin: 0 0 15px;
    padding-top:10px;
}

/* 説明・イメージ
---------------------------------------------------*/
.boxExplain {
    width: 96%;
    margin: 0 2% 0% !important;
    color: #fff;
    box-sizing: border-box;
    /*
    padding: 1em !important;
    background-color: rgba(255,255,255,0.75);
    border-radius: 4px;
    box-shadow: 0 0 4px 2px rgba(16,115,198,0.5);
    */
}
.boxExplain h2 {
    font-size: 20px;
    font-weight: bold;
    color: #1073C6;
    text-shadow: 2px 0px 0 rgba(255,255,255,0.75), -2px -2px 0 rgba(255,255,255,0.75), -2px 2px 0 rgba(255,255,255,0.75), 2px -2px 0 rgba(255,255,255,0.75),0px 2px 0 rgba(255,255,255,0.75),0 -2px 0 rgba(255,255,255,0.75),-2px 0 0 rgba(255,255,255,0.75), 2px 0 0 rgba(255,255,255,0.75);
}
.boxExplain p {
    color: #1073C6;
    background:rgba(255, 255, 255, 0.5);
    border-radius:5px;
    line-height:1.2em;
    padding:2px;
    margin:0 0 5px 0;
}
.boxExplain p span {
   display: inline-block;
}

.boxModule {
    display: block;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    background: #fff;
}

.moduleTitle {/* 見出し-掲載マップ一覧 */
    background: #bb5758;
    border: 3px solid #bb5758;
    border-radius: 3px;
    position: relative;
}

    .moduleTitle h2,
    .moduleTitle p {
        color: #fff;
    }
    
    .moduleTitle p {
        position: absolute;
        top: 140px;
        left: 0;
        display: block;
        width: 226px;
        height: auto;
        padding: 0 1.2em;
        box-sizing: border-box;
        font-size: 108%;
    }

    /* 掲載マップ一覧
    ----------------------------------------------------------------------*/
    .wrapMapmenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-self: center;
        width: 100%;
        padding: 1%;
        box-sizing: border-box;
}

    .listMds {
        width: 100%;
        height: 40px;
        background: #1073C6;
        border-radius: 3px;
        font-size: 18px;
        color: #fff;
        line-height: 40px;
        margin-bottom: 1%;
    }
    .wrapMapmenu a {
        width: 48%;
        padding: 1%;
        text-decoration: none;
    }
    .boxModule.bdrMap {
        width: 100%;
        display: flex;
        align-items: center;
        text-align: left;
        border: 3px solid #1073C6;
        border-radius: 3px;
        padding: 0 4px;
    }
    .boxModule.bdrMap h2 {
        font-size: 15px;
        font-weight: bold;
        color: #121212;
    }
    .boxModule.bdrMap h2::before {
        content: "";
        display: inline-block;
        width: 48px;
        height: 48px;
        background: url(../../../images/site/ico_Hazardmap.png) no-repeat center center;
        background-size: 36px auto;
        vertical-align: middle;
        margin-right: 4px;
    }
    a[href*="MapPage?dtp=11"] h2::before { /*道路情報*/
        background-image: url(../../../images/site/ico_roadmap.png) !important;
    }
    a[href*="MapPage?dtp=9"] h2::before { /*防犯情報*/
        background-image: url(../../../images/site/ico_crimemap.png) !important;
}

.bdrMap a img:hover {
    opacity: 0.75;
}

.linkSearchmap {
    position: absolute;
    bottom: 1px;
    right: 1px;
}

.linkSearchmap a {
    display: block;
    width: 80px;
    height: 24px;
    background:url(../../../../Content/images/site/btn_searchmap.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.linkSearchmap a:hover {
    background:url(../../../../Content/images/site/btn_searchmap.png) 0 -24px no-repeat;
}

.imageMap {
    position: absolute;
    top: 1px;
    left: 1px;
}
    .map1 a { background:url(../../../../Content/images/site/thumMap1.png) 50% 50% no-repeat; }
    .map2 a { background:url(../../../../Content/images/site/thumMap2.png) 50% 50% no-repeat; }
    .map3 a { background:url(../../../../Content/images/site/thumMap3.png) 50% 50% no-repeat; }
    .map4 a { background:url(../../../../Content/images/site/thumMap4.png) 50% 50% no-repeat; }
    .map5 a { background:url(../../../../Content/images/site/thumMap5.png) 50% 50% no-repeat; }
    .map6 a { background:url(../../../../Content/images/site/thumMap6.png) 50% 50% no-repeat; }


.map1 a,
.map2 a,
.map3 a,
.map4 a,
.map5 a,
.map6 a {
    display: block;
    width: 224px;
    height: 140px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


/* お知らせ
---------------------------------------------------*/
.bdrNews  {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    text-align: center;
    position: relative;
}

.mdsNews {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 80px;
    height: 17px;
    background:url(../../../../Content/images/site/mds_module.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.listNews {
    position: absolute;
    top: 35px;
    left: 2px;
    box-sizing: border-box;
    text-align: left;
    padding: 5px 1px 5px 8px;
    background: #f7f7f7;
    border-top: 4px solid #990303;
    width: 226px;
    width: 243px\9;
    height: 193px;
    overflow: auto;
}

.listNews dl {
    font-size: 93%;
    line-height: 1.4;
}

.listNews dl dt {
    padding: 0 0 2px;
    font-weight: bold;
    color: #1073C6;
}

.listNews dl dd {
    padding: 0 0 5px;
}

/* QR
---------------------------------------------------*/
.bdrQR {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    text-align: center;
    position: relative;
}

.mdsQr {
    margin: 10px auto 0;
    display: block;
    width: 210px;
    height: 17px;
    background:url(../../../../Content/images/site/mds_module.png) 0 -30px no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.bdrQR img {
    margin: 10px auto 0;
}

.bdrQR p {
    position: absolute;
    top: 145px;
    left: 1px;
    width: auto;
    text-align: left;
    padding: 0 10px;
    font-size: 93%;
    box-sizing: border-box;
}
