@charset "utf-8";
.Num-t1_0123456789 {
   font-family: Georgia, sans-serif;
   font-size: x-large;
   font-weight: bold;
}
.Num-t2_0123456789 {
   font-family: Verdana, sans-serif;
   font-size: x-large;
   font-weight: bold;
}
.Num-t3_0123456789 {
   font-family: Arial, sans-serif;
   font-size: x-large;
   font-weight: bold;
}
.Num-t1 {
   font-family: Georgia, sans-serif;
}
.Num-t2 {
   font-family: Verdana, sans-serif;
}
.Num-t3 {
   font-family: Arial, sans-serif;
}
.Txt-01 {
   font-size: 2rem;
}
.Txt-02 {
   font-size: 1.6rem;
}
.Txt-03 {
   font-size: 1.4rem;
}
.Txt-04 {
   font-size: 1.2rem;
}
.Txt-05 {
   font-size: 1rem;
}
.Disable {
   text-decoration: line-through;
   color: silver;
}
.Normal {
   font-size: 1rem;
   font-weight: normal !important;
}
/* Color */
.ColorBlue {color: #009EDF; transition: all 0.3s ease;}
.ColorOrange {color: #FF8A26; transition: all 0.3s ease;}
.ColorLime {color: #70B22B; transition: all 0.3s ease;}
.ColorRed {color: #FF0000; transition: all 0.3s ease;}
.ColorTomato{color: #ff6347; transition: all 0.3s ease;}
.ColorBlack {color: #2f4046; transition: all 0.3s ease;}
.ColorSuperBlack {color: #000000 !important; transition: all 0.3s ease;}
.ColorYellow {color: orange; transition: all 0.3s ease;}
.ColorSilver {color: silver; transition: all 0.3s ease;}
.ColorGold {color: #ffd700; font-weight: bold; transition: all 0.3s ease;}
.ColorWhite {color: #FFFFFF; transition: all 0.3s ease;}
.ColorGreen {color: green; transition: all 0.3s ease;}
.ColorCopper {color: #d2691e; transition: all 0.3s ease;}
/* Color */

/* Background */
.BgBlue {background-color: #009EDF; transition: all 0.3s ease;}
.BgOrange {background-color: #FF8A26; transition: all 0.3s ease;}
.BgLime {background-color: #70B22B; transition: all 0.3s ease;}
.BgRed {background-color: #FF0000; transition: all 0.3s ease;}
.BgTomato{background-color: #ff6347; transition: all 0.3s ease;}
.BgBlack {background-color: #2f4046; transition: all 0.3s ease;}
.BgYellow {background-color: orange; transition: all 0.3s ease;}
.BgSilver {background-color: silver; transition: all 0.3s ease;}
.BgSuperSilver {background-color: #EFEFEF; transition: all 0.3s ease;}
.BgGold {background-color: #ffd700; transition: all 0.3s ease;}
.BgWhite {background-color: #FFFFFF; transition: all 0.3s ease;}
.BgGreen {background-color: green; transition: all 0.3s ease;}
.BgCopper {background-color: #d2691e; transition: all 0.3s ease;}
.BgLightBlue {background-color: #87cefa; transition: all 0.3s ease;}
.BgPink {background-color: #ffc0cb; transition: all 0.3s ease;}
.BgPlum {background-color: #dda0dd; transition: all 0.3s ease;}
.BgLightYellow {background-color: #ffffe0; transition: all 0.3s ease;}
/* Background */

/* Border */
.BorderBlue {border: 1px solid #0087bd;}
.BorderOrange {border: 1px solid #d25f00;}
.BorderLime {border: 1px solid #558620;}
.BorderRed {border: 1px solid #c40000;}
.BorderTomato{border: 1px solid #ff3e1c;}
.BorderBlack {border: 1px solid #263338;}
.BorderYellow {border: 1px solid #d28900;}
.BorderSilver {border: 1px solid #8a8a8a;}
.BorderGold {border: 1px solid #c8aa00;}
.BorderWhite {border: 1px solid #cacaca;}
.BorderGreen {border: 1px solid #004c01;}
.BorderCopper {border: 1px solid #a05117;}
/* Border */


.Center {text-align: center !important;}
.Left {text-align: left !important;}
.Right {text-align: right !important;}
.Hidden {display: none;}
.Block {display: block !important;}
.InlineBlock {display: inline-block !important;}
.Strong {font-weight: bold !important;}
