@charset "utf-8";

/* ==================================================
infomation window
================================================== */

.info_name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top:  10px;
}

.link_block {
    text-align: center;
    margin:10px 0;
}

.link_block a {
    margin: 0 10px;
}

.gm_btn,
.gm_btn:link{
    border-radius: 4px;
    background-color: #1564b3;
    font-size: 100%;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 7px;
    text-decoration: none;
    box-shadow:0px 2px 2px rgba(0, 0, 0, 0.2);
}

.gm-style-iw {
    overflow: hidden ! important;
    margin-left: 10px;
}
.gm-style-iw div {
    overflow: hidden ! important;
    width: 200px;
}

.btn_block {
    text-align: center;
}

.btn_inline_medium{
    min-width: 130px;
    display: inline-block;
    font-weight: bold;
    padding: 5px 14px 3px;
    text-align: center;
    text-decoration: none;
}
