@charset "utf-8";
/* CSS Document */
.v3Search__wrapper{
    width: 100%;
    max-width: 750px;
    margin: 0 auto 150px auto;
}
.v3Search{
    width:640px;
    max-width: 95%;
    margin: auto;
}
.v3Search-title{
    text-align: center;
    margin: 45px 0;
}

.searchForm{
    margin:35px 0 35px 0;
}
.searchForm.globalmenu.as_searchByNumber{
    margin:75px 0;
}
.searchForm.globalmenu > .searchForm-subtitle{
    margin-bottom:25px;
}
.searchForm-subtitle{
    border-left: 2px solid #763f49;
    padding: 0 0 0 10px;
    font-size: 2.0rem;
}
.searchForm-subtitle.sale{
    margin-top:45px;
}
.searchForm-text{
    font-size: 1.6rem;
    margin: 20px 0 10px 0;
}

.searchForm-element.pulldown{
    height: 50px;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    background-image: url('/tomesode/public/pages/img/common/ico-arrow-bottom.png');
    background-size: 16px;
    background-position-y: 50%;
    background-position-x: 97%;
    border: 1px solid #dddddd;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.searchForm-element.by_gender .for_boys,.searchForm-element.by_gender .for_girls,.searchForm-element.by_gender .for_both{
    display:none;
}

.searchForm-element.kimonoType{
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
}
.searchForm-element.kimonoType > li{
    width: 50%;
    display: table-cell;
    text-align: center;
    height: 50px;
    border: 1px
    #dddddd solid;
    line-height: 50px;
    cursor: pointer;
}
.searchForm-element.kimonoType > li.is_activated{
	background-color:#3d3025;
	color:#ffffff;
}
.searchForm-element.dtpckrPulldown{
    text-align: center;
    margin-top: 15px;
}
.searchForm-element.dtpckrPulldown > select{
    width: 15%;
    border: 1px#c5c5c5 solid;
    border-radius: 3px;
    color:#777777;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
    font-size: 1.6rem;
    width: 27%;
    transform: scale(0.75);
    padding: 7px 0;
}
.searchForm-element.tscontent-disable_validation{
    font-size: 1.6rem;
    margin: 20px 0 10px 0;
    display: table;
    cursor: pointer;
}
.searchForm-element.dtpckrFlag > span{
    display: table-cell;
}
.searchForm-element.dtpckrFlag > span.checkbox{
    line-height: 1.5;
    padding-left: 45px;
}
.searchForm-element.searchBtns{
    width: 100%;
    display: block;
    text-align: center;
}
.searchForm-element.searchBtns.fromIndex{
    margin-top:45px;
}
.searchForm-element.searchBtns > p > span{
    display: inline-block;
    background-color: #763f49;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    cursor: pointer;

}
.searchForm-element.searchBtns > p > span.as_back,
.searchForm-element.searchBtns > p > span.as_clear{
    margin: 0 10px 15px 10px;
    width: 180px;
    background-color:#FFFFFF;
    color:#000000;
    border:#dddddd 1px solid;
}

.searchForm-element.searchBtns > p > span.as_send{
    max-width: 395px;
    width: 85%;
    margin: 0;
}

.searchForm-searchByNumber{
    max-width: 330px;
    width: 100%;
    overflow: hidden;
}
.searchByNumber{
    display: inline-block;
    width: 75%;
    border: 1px
    #dddddd solid;
    margin: 0;
    height: 48px;
    background-color:
    #FFFFFF;
    cursor: pointer;
    line-height: 40px;
    position: relative;
}
.searchByNumber > input{
    padding-left: 45px;
    border: none;
    vertical-align: middle;
    font-family: sans-serif;
    width: 50%;
}
.searchByNumber > span{
    display: inline-block;
    width: 22px;
    display: inline-block;
    margin-right: 0px;
    padding: 10px 15px 0 10px;
    vertical-align: middle;
    position: absolute;
    left: 0;
}
.searchByNumber > span > img{
    width: 22px;
}

.searchByNumber-btn{
    width: 24%;
    background-color:
    #763f49;
    float: right;
    height: 50px;
    color:
    #FFFFFF;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width:1024px) {
    .searchForm-element.searchBtns > p > span.as_back,
    .searchForm-element.searchBtns > p > span.as_clear{
        width:30%;
    }
}
