@charset "utf-8";

/*----------------------------------------
    ページ専用
---------------------------------------------*/

table .u-valignT, table .u-valignT td { vertical-align: top !important; }

.no-border {border: none !important;}
table.m-table td {padding: 0;}

.u-float--R-pb0 {padding-bottom: 0px !important;}

.w350 {width: 350px !important;}

@media screen and (max-width:750px){
    .w350 {width: auto !important;}
}