@charset "euc-jp";

.sortList a{
    color: #0caa9f;
    border-bottom: solid 1px #0caa9f;
    opacity: 0.5;
    transition: all .2s;
}
.sortList a:hover{
    border-bottom: solid 1px #0caa9f;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
/*==========================
おすすめ順 | 価格順 | 新着順
==========================*/
    .sortList{
    font-size: 12px;
    }
    #contents .mar_t_30{
    margin-top: 16px;
    }
    .mar_b_30{
    margin-bottom: 16px;
    }
/*==========================
商品画像リストの padding
==========================*/
    .pad_3_14{
    padding: 10px 5px 14px 5px;
    }
/*==========================
該当する商品がありません
==========================*/
    .txt_18{
    margin-left: 14px;
    font-size: 16px;
    }
    .mar_t_50{
    margin-top: 40px;
    }
}