/* CSS Document */
/*----- 共通 -----*/
#top {
    background-color: #e1e1e1;
    padding: 50px 0
}
.float_l {
    float: left;
    width: 49%;
}
.float_r {
    float: right;
    width: 49%;
}
@media (max-width:768px) {
    .float_l {
        float: none;
        width: 100%;
    }
    .float_r {
        float: none;
        width: 100%;
    }
}

#search_top {
}
#search_top h2 {
    font-size: 25px ;
    font-weight: 700;
    border-bottom: 3px solid #b80000;
}
#search_top h2 span {
    font-size: 22px;
    color: #b80000;
    font-weight: 500;
}
.h3TT {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 0px 25px 0;
    line-height: 1.0;
    margin: 30px 0 15px;
}
.h3TT::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0px;
    top: 0px;
    border-style: solid;
    border-color: transparent transparent  transparent #b80000 ;
    border-width: 0 0 20px 20px;
}


/*----- pic_up -----*/
.title_disp {
    display: flex;
}
.title_disp  h3 {
    width: 50%;
}
.title_disp .float_r  {
    width: 50%;
    display:flex;
    margin: 30px auto 0;
}
.title_disp .float_r p {
    margin: 0 0 0 70px
}
.title_disp .float_r p span {
    font-size: 20px;
    color: #b80000;
    font-weight: 600;
}
.title_disp .float_r  a {
    display: block;
    position: relative;
    width: 120px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    border: 2px solid #b80000;
    box-sizing: border-box;
    padding: 0 0 0 5px;
    margin: 2px 0 0 5px;
    background-color: #fff;
}
.title_disp .float_r  a span::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    right: 0px;
    top: 0px;
    background-color: #b80000;
    background-image: url("../images/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width:768px) {
    .title_disp {
        display: flex;
    }
    .title_disp  h3 {
        float: none;
        width: 44%;
    }
    .title_disp .float_r  {
        width: 56%;
        display:flex;
        margin: 20px auto 30px;
        float: none;
    }
    .title_disp .float_r p {
        margin: 0 0 0 0px
    }
}
@media (max-width:650px) {
    .title_disp {
        display: block;
    }
    .title_disp  h3 {
        float: none;
        width: 100%;
    }
    .title_disp .float_r  {
        width: 100%;
        display:flex;
        margin: -10px auto 30px;
        float: none;
    }
}
@media (max-width:480px) {
    .title_disp .float_r  {
        width: 100%;
        display:block;
        margin: -10px auto 30px;
        float: none;
    }
    .title_disp .float_r  a {
        display: block;
        position: relative;
        width: 120px;
        height: 25px;
        line-height: 25px;
        font-size: 11px;
        border: 2px solid #b80000;
        box-sizing: border-box;
        padding: 0 0 0 5px;
        margin: 2px 0 0 5px;
        background-color: #fff;
    }
}
/*----- picUp_disp -----*/
.picUp_disp {
}
.picUp_disp li {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
}
.picUp_disp li a {
    display: block;
    background-color: #fff;
    font-size: 13px;
}
.pickUp_img {
    width: 100%;
    max-height: 143px;
    overflow: hidden;
}
.pickUp_data {
    position: relative;
    box-sizing: border-box;
    padding: 10px 10px 10px;
    min-height: 200px;
}
.pickUp_data h3 {
  height: 100px;
}
.pickUp_data h3 span {
  font-size: 11px;
}
.icon {
    position: absolute;
    top: 5px;
    right: 0px
}
.price {
    margin: 5px auto;
    font-size: 20px;
    color: #b80000;
    font-weight: 600;
}



/*----- 検索共通 -----*/
.search_table {
    width: 100%;
}
.search_table td {
    padding: 3px;
    width: 20%;
}
.search_table td a {
    width: 100%;
    height: 75px;
    display: block;
    text-align: center;
    background-color: #fff;
    font-size: 10px;
    box-sizing: border-box;
    padding: 50px 0 0;
    line-height: 1;
}

/*----- maker -----*/
#maker_search {
}
#maker_search a {
    background-repeat: no-repeat;
    background-position:  center 15px;
}
#maker01 { background-image: url("../images/maker/01.jpg");}
#maker02 { background-image: url("../images/maker/02.jpg");}
#maker03 { background-image: url("../images/maker/03.jpg");}
#maker04 { background-image: url("../images/maker/04.jpg");}
#maker05 { background-image: url("../images/maker/05.jpg");}
#maker06 { background-image: url("../images/maker/06.jpg");}
#maker07 { background-image: url("../images/maker/07.jpg");}
#maker08 { background-image: url("../images/maker/08.jpg");}
#maker09 { background-image: url("../images/maker/09.jpg");}
#maker10 { background-image: url("../images/maker/10.jpg");}
#maker11 { background-image: url("../images/maker/11.jpg");}
#maker12 { background-image: url("../images/maker/12.jpg");}
#maker13 { background-image: url("../images/maker/13.jpg");}
#maker14 { background-image: url("../images/maker/14.jpg");}
#maker15 { background-image: url("../images/maker/15.jpg");}

/*------ word_search -----*/
#word_search input {
    border: 1px solid #d5d5d5;
    background-color: #f1f1f1;
    padding: 7px 10px;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    height: 30px;
    width: calc(100% - 55px);
}

#word_search button {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 30px;
    text-decoration: none;
    background: #b80000;
    color: #FFF;
    border-bottom: solid 4px #800000;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
}
#word_search button:active {
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    border-bottom: none;
}




/*----- body_search -----*/
#body_search a {
    background-repeat: no-repeat;
    background-position:  center 13px;
}
#body01 { background-image: url("../images/body/01.jpg");}
#body02 { background-image: url("../images/body/02.jpg");}
#body03 { background-image: url("../images/body/03.jpg");}
#body04 { background-image: url("../images/body/04.jpg");}
#body05 {
    background-image: url("../images/body/05.jpg");
    background-position:  center 10px !important;
}
#body06 {
    background-image: url("../images/body/06.jpg");
    background-position:  center 10px !important;
}
#body07 {
    background-image: url("../images/body/07.jpg");
    background-position:  center 10px !important;
}
#body08 {
    background-image: url("../images/body/08.jpg");
    background-position:  center 10px !important;
}

/*----- price_search -----*/
#price_search a {
    padding: 20px 0 0 !important;
}
#price_search a span {
    font-size: 20px;
    font-weight: bold;
    color: #b80000
}



@media (max-width:480px) {
    #price_search a {
        padding: 25px 0 0 !important;
    }

    #price_search a span {
        font-size: 16px;
        margin: 0 0 5px;
        display: inline-block;
    }

.search_table td a {
    padding: 52px 0 0;
    line-height: 1;
}

    
}