body {
    font-family:Arial,Verdana,Geneva,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
    color:#333333;
    line-height:1.4;
    background-color:#ffffff;
    text-align:center;
    padding:0px;
    margin:0px;
    min-width: 944px;
}

div, p, span, form, td, tr, table, img, input, select, option, textarea {
    padding:0px;
    margin:0px;
    font-size:14px;
    text-align:left;
}
body, div, p, span, a, form, td, tr, table, img {
    border:0px;
}
table {
    table-layout:fixed;
}
a {
    text-decoration:none;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

h1 {
    color: #4D4D4D;
    font-size: 26px;
    font-weight: bold;
    padding: 0px 12px 12px 12px;
}

#header {
    width: 100%;
}

#header_content {
    width: 944px;
    padding: 32px 0px 12px 0px;
    margin: 0 auto;
    text-align: center;
}

#header_content .brand_logo {
    padding: 0px 20px 0px 20px;
}

#main {
    width: 100%;
}

#main_content {
    width: 944px;
    padding: 0px 0px 32px 0px;
    margin: 0 auto;
    text-align: center;
}

#footer {
    width: 100%;
    background-color: #243783;
}

#footer_content {
    width: 944px;
    padding: 16px 0px 16px 0px;
    margin: 0 auto;
    text-align: center;
}

#footer_content .fca_logo {
    width: 240px;
    height: auto;
}

.search_condition .search_head {
    padding: 12px 28px 12px 28px;
    white-space: nowrap;
    text-align: left;
    background-color: #A90038;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}

.search_condition .search_body {
    padding: 32px 28px 12px 28px;
    white-space: nowrap;
    text-align: left;
    border: 1px solid #EBEBEB;
}

.search_body table {
    width: 100%;
    border-collapse: collapse;
}

.search_body table th {
    border-right: 1px solid #A90038;
    text-align: left;
    padding: 6px 24px 6px 0px;
    font-weight: normal;
    width: 120px;
}

.search_body table td {
    padding: 6px 0px 6px 12px;
}

.search_body table td span {
    padding-left: 12px;
}

.search_body label {
    padding-left: 22px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.search_body label:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #FFFFFF;
    border: 1px solid #404040;
}

.search_body label[class=disabledCheckbox] {
    color: #888888;
}

.search_body label[class=disabledCheckbox]:before {
    background-color: #E0E0E0;
    border: 1px solid #888888;
}

.search_body input[type=checkbox] {
    display: none;
}

.search_body input[type=checkbox]:checked + label:before {
    background-color: #A90038;
    border: 1px solid #A90038;
}

.search_body input[type=checkbox]:checked + label:after {
    content:"\00a0";
    display:block;
    width: 5px;
    height: 10px; 
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    border-left: none;
    position:absolute;
    left: 5px;
    top: 40%;
    margin-top: -6px;  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search_body .search_button {
    text-align: right;
    padding-top: 12px;
    padding-bottom: 6px;
}

.btn {
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    background-color: #A90038;
    color: #FFFFFF;
    border: none;
    padding: 6px 24px 6px 24px;
    text-align: center;
}

.search_result {
    padding-top: 32px;
}

.search_result ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.search_result ul li {
    list-style-type: none;
    margin: 0;
    font-size: 16px;
    padding: 12px 0px 12px 0px;
}

.search_result ul li:nth-child(odd) {
    background-color: #FFFFFF;
}

.search_result ul li:nth-child(even) {
    background-color: #EBEBEB;
}

.search_result .area {
    display: inline-block;
    width: 120px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    padding-left: 28px;
}

.search_result .place {
    display: inline-block;
    width: 400px;
    text-align: left;
    vertical-align: top;
    padding-right: 24px;
}

.search_result .dealer_name {
    font-size: 16px;
    font-weight: bold;
}

.search_result .address {
    font-size: 16px;
}

.search_result .buttons {
    display: inline-block;
}

.search_result .button1 {
    display: inline-block;
    width: 170px;
    text-align: left;
    vertical-align: middle;
}

.search_result .button2 {
    display: inline-block;
    width: 184px;
    text-align: left;
    vertical-align: middle;
}

.search_result .btn {
    display: inline-block;
    width: 90px;
}

.back_button {
    padding-top: 64px;
    text-align: center;
    padding-bottom: 18px;
}

.back_button .btn {
    background-color: #FFFFFF;
    font-weight: bold;
    color: #597DB5;
    border: 1px solid #597DB5;
    padding: 18px 24px 18px 24px;
}

/*-------------------------------------*/

@media screen and (min-width : 944px) {
    .forSP {
        display: none !important;
    }
    .forPC {
    }
}

@media screen and (min-width : 0px) and (max-width : 943px) {
    .forSP {
    }
    .forPC {
        display: none !important;
    }

    body {
        min-width: 320px;
    }

    #header_content {
        width: 100%;
    }

    #main_content {
        width: 100%;
    }

    #footer_content {
        width: 100%;
    }

    h1 {
        font-size: 18px;
    }

    #header_content .brand_logo {
        padding: 0px 12px 0px 12px;
        width: 96px;
    }

    .search_condition ul {
        list-style-type: none;
        padding: 0px;
        margin: 0;
    }

    .search_condition li {
        list-style-type: none;
        padding: 0px;
        margin: 0px;

        display: block;
        float: left;
        width: calc(50% - 3px);
        border-left: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        background-color: #BA3360;
        text-align: center;
        color: #FFFFFF;
        vertical-align: middle;
        padding: 24px 0px 24px 0px;
        font-weight: bold;

        cursor: pointer;
    }

    .search_condition .search_selections .large_area {
    }

    .search_condition .search_selections .large_area_disabled {
        background-color: #888888;
        cursor: default;
    }
    
    .search_condition .search_selections .large_area_name {
        text-align: center;
    }

    .search_condition .search_selections .child {
        display: none;
        position: absolute;
        margin-left: -1px;
        margin-top: 25px;
        width: calc(50% - 3px);
    }

    .search_condition .search_selections .child li {
        width: 100%;
        background-color: #A90038;
        padding: 0px;
    }
    .search_condition .search_selections .child li a {
        width: 100%;
        display: block;
        font-size: 14px;
        color: #FFFFFF;
        padding: 24px 0px 24px 0px;
        text-align: center;
    }
    
    .search_condition .search_selections .child .disabled_child_area {
        width: 100%;
        background-color: #A0A0A0;
        padding: 0px;
    }
    
    .search_condition .search_selections .child .disabled_child_area span {
        width: 100%;
        display: block;
        font-size: 14px;
        color: #FFFFFF;
        padding: 24px 0px 24px 0px;
        text-align: center;
    }
    
    .search_result ul li {
        padding: 24px 24px 24px 24px;
    }

    .search_result .area {
        display: none;
    }

    .search_result .place {
        width: 100%;
    }

    .search_result .dealer_name {
    }

    .search_result .address {
        padding-top: 6px;
    }

    .search_result .buttons {
        display: block;
        text-align: center;
        padding-top: 24px;
    }

    .search_result .button1 {
        padding: 0px;
        margin: 0px;
        margin-right: 6px;
        width: auto;
        text-align: center;
    }

    .search_result .button2 {
        padding: 0px;
        margin: 0px;
        width: auto;
        text-align: center;
    }

    .search_result .btn {
        width: 82px;
    }

    .back_button {
        padding-top: 64px;
        text-align: center;
        padding-bottom: 18px;
    }

    .back_button .btn {
        background-color: #FFFFFF;
        font-weight: bold;
        color: #597DB5;
        border: 1px solid #597DB5;
        padding: 18px 24px 18px 24px;
    }
}