﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.B_SearchDiv {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 7px auto 0px;
}

.B_SearchDiv .RightCap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.B_SearchDiv img {
    vertical-align: bottom;
}

.B_SearchDiv #keywords {
    width: 60%;
    background: #fff !important;
}
}
