@charset "UTF-8";

/* ===== margin set ===== */
.mgT20{margin-top:20px;}

.mgB10{margin-bottom:10px;}
.mgB20{margin-bottom:20px;}
/* ===== margin set ===== */
.pd20{
    padding:20px;
}

.pd10{
    padding:20px;
}
/* ===== text set ===== */
.fs11{font-size:1.1em;}
.fs12{font-size:1.2em;}

.black{color:#000000 !important;}
.green{color:#008d6a !important;}
.silver{color:#C0C0C0 !important;}
.lime{color:#00ff00 !important;}
.blue{color:#183972 !important;}
.skyblue{color:#0386bf !important;}
.olive{color:#808000 !important;}
.white{color:#fefefe !important;}
.yellow{color:#FFFF00 !important;}
.maroon{color:#800000 !important;}
.navy{color:#000080 !important;}
.red{color:#ff0000 !important;}
.gray{color:#808080 !important;}
.puple{color:#800080 !important;}
.teal{color:#008080 !important;}
.fuchsia{color:#FF00FF !important;}
.aqua{color:#00FFFF !important;}
.orange{color:#f76801 !important;}

.normal {font-weight:normal;}
.center {text-align:center !important;}
.right {text-align:right !important;}
.left {text-align:left !important;}
.text_hidden {
font-size:0.7em;
overflow:hidden;
text-indent:-9999px;
}
/* ===== text set ===== */

/* ===== other set ===== */
.clear {clear:both;}
.flL {float:left;}
.flR {float:right;}
/* ===== other set ===== */

