
@charset "utf-8";

.errorMsg {
    padding: 20px 0;
    font-size: 14pt;
    font-weight: bold;
    color: #f00;
}

.displayNone {
    display: none;
}

.search_main_midashi {
    padding: 0px 30px;
    line-height: 30px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    margin: 0px;
    background-color: #260600;
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 8px 20px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.areaSearchAreaName {
    padding: 5px 0;
    font-size: 12pt;
    font-weight: bold;
}

.checkboxCheckAll {
    padding-left: 40px;
    vertical-align: middle;
    font-weight: bold;
}

.checkboxCheckAll label{
    font-weight: normal;
    font-size: 12px;
}

div#area_1.table-L, div#area_2.table-L, div#area_3.table-L, div#area_4.table-L, div#area_5.table-L, div#area_6.table-L, div#area_7.table-L, div#area_8.table-L, div#area_9.table-L, div#area_10.table-L {
    background: #fff;
    border: 1px solid #e9e9e9;
}

.areaListTableCell {
    width: 32.9%;
    border: 1px solid #f4f4f4;
    margin: 2px;
    float: left;
    background: #fbf7f6;
    position: relative;
    transition: 0.2s;
    padding: 0;
    height: auto;
}

.areaListTableCell:hover > label:before{
    border: 5px solid #fbdc5a;
}

.areaListTableCell > input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 5;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 7px;
}

.areaListTableCell input:checked + label {
    background: #fff2ba;
}

.areaListTableCell > label {
    position: relative;
    display: block;
    margin-right: 0px;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
}

.areaListTableCell > label::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    border: 5px solid #e7dedc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
    transition: 0.2s;
}

.areaListTableCell input:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 16px;
    width: 20px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #F7931E;
    border-bottom: 4px solid #F7931E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 4;
}

.areaListTableCell > label a {
    text-decoration: underline;
}

.font-AreaLinkText {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
}

.areaListTableCell span.List_number {
    color: #000;
    font-size: 10px;
    margin-left: 5px;
}

.searchButtonArea {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: auto;
    padding: 30px 0;
}

.searchButtonArea .search_more_btn {
    padding: 0;
    font-weight: normal;
    line-height: 50px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 48%;
    cursor: pointer;
    transition: 0.2s;
}

.searchButtonArea .search_more_btn:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0.8;
}

.searchButtonArea input.search_btn {
    cursor: pointer;
    width: 48%;
    background-color: #fcc331;
    border-radius: 10px;
    border: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 50px;
    line-height: 51px;
    transition: 0.2s;padding: 0;
}

.searchButtonArea input.search_btn:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0.8;
}
.searchButtonArea input.search_btn.ont_btn {
    width: 100%;
}

@media (max-width: 750px) {

    .areaSearchAreaName {
        width: 100%;
        display: block;
    }

    .checkboxCheckAll {
        width: 100%;
        display: block;
        padding: 0;
        letter-spacing: 0;
    }

    .areaListTableCell {
        width: 100%;
        margin: 0%;
        margin-bottom: 5px;
    }

    .searchButtonArea {
        width: 100%;
    }

    .searchButtonArea input.search_btn.ont_btn {
        width: 80%;
        margin: auto;
    }
    
}


