@charset "euc-jp";

/*▽基本CSS*/
#wrap_mtx{ width:750px; margin:0 auto;}/*PCの幅 変更しない*/


/*▽float＆価格プロ*/
#wrap_mtx td a{ position:relative;}/*変更しない*/

#wrap_mtx td a .prices_mtx *{
    font-size:40px;/*お好きな大きさに*/
    color:#F00;/*お好きな色に*/
}
#wrap_mtx td a .prices_mtx{
    display:inline-block;/*変更しない*/
    position:absolute;/*変更しない*/
    bottom:10px;/*上下の調節*/
    right:80px;/*左右の調節*/
}

#wrap_mtx td a .prices_mtx .intax{
    font-size:50%;/*変更しない*/
}
#wrap_mtx td a .prices_mtx .spesicalprice{
display: none;/*変更しない*/
}

#wrap_mtx td a .prices_mtx li{
    display:inline-block;/*変更しない*/
}
    
/*▽追加CSS*/


