.text-shadow {
    color: #fff;
    text-shadow: 1px 1px 0 #555,
                -1px 1px 0 #555,
                1px -1px 0 #555,
                -1px -1px 0 #555;
}

/**********************************
都道府県・市区町村選択フォーム部分
**********************************/

.selectFormCss div {
    color: white;
    background-color: #ed6f57;
}

.selectFormCss button {
    /* color: white;
    background-color: #ed6f57; */
    color: #000;
    text-shadow: 1px 1px 0 #fff,
                -1px 1px 0 #fff,
                1px -1px 0 #fff,
                -1px -1px 0 #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1e767+0,feb645+100;Yellow+3D */
    background: #f1e767; /* Old browsers */
    background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
    width: 100%;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}
.selectFormCss button:hover {
    background: #efe9a5; /* Old browsers */
    background: -moz-linear-gradient(top, #efe9a5 0%, #ffd747 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #efe9a5 0%,#ffd747 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #efe9a5 0%,#ffd747 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe9a5', endColorstr='#ffd747',GradientType=0 ); /* IE6-9 */
}

.form_img {
    width: inherit;
    position:absolute;
    bottom: 0;
    left: 0;
}

.redius {
    border: 1px solid #ed6f57;
    border-radius: 10px;
}
.redius_top {
    border: 1px solid #ed6f57;
    border-radius: 10px 10px 0 0;
}
.redius_bottom {
    border: 1px solid #ed6f57;
    border-radius: 0 0 10px 10px;
}
