/* �S�� */
body {
    font-family: "Hiragino Kaku Gothic Pro", "�q���M�m�p�S Pro W3", Meiryo, "���C���I", "MS PGothic", "�l�r �o�S�V�b�N", sans-serif;
}

#page {
    margin-top: 20px;
    margin-bottom: 20px;
}

.gm-style-iw-ch {
    font-weight:bold;
    font-size: 15px;
}

/* header */
#title {
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

/* main */
#pageLeft {
    height: 700px;
    padding-top: 9px;
    padding-bottom: 9px;
}

    #pageLeft #map {
        height: 100%;
    }

#pageRightTop {
    height: 700px;
    padding-top: 9px;
    padding-bottom: 9px;
}

    #pageRightTop #areaBox {
        height: 100%;
        color: #333333;
    }

        #pageRightTop #areaBox .area {
            padding: 22.5px;
        }

#pageRightDetails {
    height: 700px;
    padding-top: 9px;
    padding-bottom: 9px;
}

    #pageRightDetails #detailsBox {
        height: 92.3%;
        margin-bottom: 15px;
        color: #333333;
        overflow-y: scroll;
    }

        #pageRightDetails #detailsBox .card {
            margin-bottom: 8px;
        }

            #pageRightDetails #detailsBox .card:last-child {
                margin-bottom: 0px;
            }

            #pageRightDetails #detailsBox .card button {
                width: 100%;
                padding: 6px !important;
                text-align: left !important;
                color: #333333 !important;
                text-decoration: none !important;
                display: block;
                word-wrap: break-word;
                white-space: normal;
            }

    #pageRightDetails #returnTop {
        height: 5.5%;
        text-align: center;
    }

        #pageRightDetails #returnTop i {
            font-size: 17px;
            vertical-align: middle;
        }

        
