.sp_line_ss {height : 10px;}
.sp_line_s  {height : 16px;}
.sp_line_m  {height : 26px;}
.sp_line_l  {height : 40px;}
.sp_line_xl {height : 60px;}
.font_xxl   {font-size: 18px; margin:0px}
.font_xl    {font-size: 16px; margin:0px}
.font_l     {font-size: 14px; margin:0px}
.font_m     {font-size: 12px; margin:0px}
.font_s     {font-size: 10px; margin:0px}
.font_ss    {font-size: 8px; margin:0px}
.font_b     {font-weight:bold;}

.absoluteCenterX {
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
}
.absoluteCenterY {
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
}
.absoluteCenterXY {
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
}

