@charset "utf-8";

/* CSS Document */

.img_title {
    background: url(../img/area_image.png) top left no-repeat;
    background-size: cover;
}

.img_title p {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}

.map {
    float: left;
    margin: 20px 15px 20px 0;
}

.map_text {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.area_detail { width: 100%; margin: 0px auto 30px;}
.area_detail ul { margin-bottom:16px;}
.area_detail li { list-style:square inside;}
.detail { position:relative; color:#333; overflow:hidden;}

.area_detail { pading: 15px; width: 100%;}

#Tab:before {
    content: "";
    clear:both;
    display: block;
}

/* テーブル */
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}



.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.Rwidth {
    width: 70%;
}
.bordered tr {
    font-size: 14px;
    line-height: 1.5em;
}



/* ########### 599px以下 ########### */
@media only screen and (max-width: 599px) {
    #main .map {
        float: none;
        width: 71%;
        margin-left: auto;
        margin-right: auto;
    }
    #main .map img {
        width: 100%;
    }
    #main .map_text {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size:14px;
    }
}


/* ########### 768px以下 ########### */
@media only screen and (max-width: 768px) {
    .map {
        float: left;
        width: 45%;
        margin-right: 2%;
    }
    .map_text {
        float: left;
        width: 53%;
        margin-right: 0;
    }
}


/* ########### 769px以上 ########### */
@media (min-width: 769px) {
    #main .map {
        width: 325px;
    }
    #main .map_text {
        width: 410px;
    }
}
