@charset "utf-8";
/*GENERAL CLASS*/
.fgRed {color: #C00000;}
.bgPnk {background-color: #FFEBEB;}
.b {font-weight: bold;}
.p20 {padding: 20px;}
.mb10 {margin-bottom: 10px;}
.mb30 {margin-bottom: 30px;}
.idt1 {text-indent: -0.8em; padding-left: 1.5em;}
.idt2 {text-indent: -2em; padding-left: 2em;}

