﻿.divSearchContents 
{
    width: 100%;
    margin-top: 20px;
}
.divSearchMain
{
    display: table;
    width: 100%;
    background-color: #F7F7F7;
    padding: 10px 10px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.divSearchMainCell 
{
    display: table-cell;
    vertical-align: middle;
}
#inputArea {
    width: 70%;
}
#searchBtnArea {
    width: 30%;
}
.btnSearchMini 
{
    border: 0px;
    outline: none;
    cursor: pointer;
}


.divSearchInputContents 
{
    display: none;
    border: 1px solid #0a77ba;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.divSearchInputListTop {
    width: 100%;
    display: table;
    background-color: #F7F7F7;
    border-radius: 10px 10px 0 0;
}

.divSearchInputList {
    width: 100%;
    display: table;
    background-color: #F7F7F7;
}

.divSearchInputLast
{
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #F7F7F7;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

.divSearchBorder 
{
    border: 1px solid #ebebeb;
}

.divSearchInputListCell {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
}

.selectSearch 
{
    width: 90%;
}

@media screen and (max-width: 480px) {
.selectSearch {
    width: 100%;
}
.divSearchMainCell {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
#inputArea {
    width: 100%;
}
#searchBtnArea {
    width: 100%;
}
#btnSearch {
    display: block;
    margin: 0 auto;
}
}