@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Chivo);

area{
    display: block;
}

/*top
=======================================================================================*/
.top .news-list .date{
    margin-right:10px;
    color:#3A4991;
}

#cities{
    font-size:20px;
}

#cities .pref-list-wrapper{
    border: 1px solid #ccc;
    font-weight: bold;
}

#cities .pref-list{
    padding: 10px 0 9px 15px;
    width: 430px;
    display: block;
    height: 45px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    z-index: 15;
    vertical-align: middle;
    line-height: 30px;
    box-sizing: border-box;
    border: 2px solid #888;
    option {
        color: #333;
    }
    &::-ms-expand {
        display: none;
    }
}

#cities .pref-list:hover{
    border: 2px solid #F43434;;
}

#cities .cities-list-wrapper{
    width:310px;
    height:520px;
    overflow:auto;
}

#cities .result{
    margin-left:20px;
    padding-top:10px;
}
#cities .result span{
    color:#F43434;
    font-size:20px;
}
#cities td{
    border:1px solid #CCC;
}

#cities td a{
    display: block;
    color:#111;
    padding:5px;
}
#cities td a:hover{
    background-color:#AAA;
    text-decoration: none;
}

#cities .cluster td{
    font-weight: bold;
    font-size:18px;
    background-color:#EEE;
}

#cities .price{
    font-family: chivo;
    padding:5px 5px 5px 20px;
    text-align: right;
}

#cities .clustered td{
    font-weight:normal;
}

#cities .clustered .city-name a{
    padding-left:25px;
}

#cities tr.preserved td{
    background-color:#50CCA9;
    color:#FFF;
}
#cities tr.paid td{
    background-color:#F43434;
    color:#FFF;
}

#cities tr.clustered-head td{
    border-top:2px solid #888;
}

#cities tr.clustered-foot td{
    border-bottom:2px solid #888;
}
.top .link-box a{
    position:absolute;
    width: 100%;
    height: 100%;
    display: block;
    top:0;
    left:0;
    text-indent: -900px;
}

.top .link-box a:hover{
    background-color:#999;
    opacity:0.3;
    filter: alpha(opacity=30);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -moz-opacity:0.3;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.3;              /* Safari 1.x */
}

/*district
===============================================================*/
.page-headline{
    margin-right: 10px;
}

.area-list-wrapper{
    width:200px;
}

map{
    display: block;
}

.page-map{
    margin-bottom: 5px;
}
.page-map a{
    border:1px solid #ccc;
    border-radius: 2px;
    padding:0px 5px;
}

.page-map a:hover{
    background-color: #77C9BF;
    text-decoration: none;
    color:#FFF;
}

.area-list{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
}



.area-list a{
    color: #333;
    font-size: 20px;
    display: block;
    border-bottom:1px dotted #ccc;
    padding: 3px;
}
.area-list a:hover{
    background-color: #77C9BF;
    text-decoration: none;

}

.map-wrapper{
    position: relative;
    width:650px;
    height:600px;
}
.map-wrapper img{
    position: absolute;
    top:0;
    left:0;
}

.district-part{
    pointer-events:none;
}

#japan .hokkaidou{
    left:284px;
    top:3px;
}
#japan .touhoku{
    left:420px;
    top: 174px;
}
#japan .kantou{
    left:395px;
    top:348px;
}
#japan .chubu{
    left:287px;
    top:230px;
}
#japan .kinki{
    left:269px;
    top:396px;
}
#japan .chugoku{
    left:143px;
    top:293px;
}
#japan .shikoku{
    left:198px;
    top:440px;
}
#japan .okinawa{
    left:16px;
    top:30px;
}

#japan .kyushu{
    left:17px;
    top:335px;
}
