
@charset "shift_jis";
/* CSS Document */






.map {
	margin: 5%;
}

.map_title {
    text-align: center;
    margin: 30px 0;
}
/* =======================================
    map
======================================= */


#google {
	margin: 30px auto;
	width: 60%;
}

.google_bt {
    padding: 0 20%;
}

#google input {
    width: 100%;
    border: 1px #292929 solid;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 2px 3px #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#580000));
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    background: -moz-linear-gradient(top, #ff0000, #580000);
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    background: -ms-linear-gradient(top, #ff0000, #580000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#45494d', endColorstr='#000', GradientType=0)";
    /* -webkit-box-shadow: 0 1px 1px #CCC; */
    text-align: center;
    display: block;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
}
