/*RAL用の価格表*/
.RAL{
 position:relative;
 font-size:13px;
}

.RAL table{
 padding:5px 5px 5px 6px;
 position:absolute;
 top:0;
 left:0;
 width:5300px;
 border-collapse: collapse;
 border: solid 1px #eaeaea;
}

.RAL td{
 padding:5px 5px 5px 6px;
 border-right: solid 1px #eaeaea;
 border-bottom: solid 1px #eaeaea;
}

.RAL th{
 padding:5px 5px 5px 6px;
 border-right: solid 1px #fff;
 border-bottom: solid 1px #fff;
 background-color:#eaeaea;
 align:left;
 text-align:left;
}

.RAL_cell1{
 width:200px;
 font-weight:bold;
 position:sticky;
 top:0;
 left:0;
 background-color:#fff;
 z-index:2;
}

.RAL_cell2{
 width:100px;
 font-weight:bold;
 position:sticky;
 top:0;
 background-color:#fff;
 z-index:1;
 text-align: left;
}

.RAL_cell3{
 font-weight:bold;
 position:sticky;
 left:0;
 z-index:1;
 background-color:#fff;
}

/*//RAL用の価格表*/