@import url("import/attachment.css");

/***********************************************
  01.common
***********************************************/

*::selection {
 background-color:rgba(238,238,238,0.6);
 color: #000;
}
*::-moz-selection {
 background-color:rgba(238,238,238,0.6);
 color: #000;
}

#container > footer > div.text > div:nth-child(2) {
 display: none !important;
}

/* background */
.whiteBg   { background : #fff !important; }
.greenBg   { background : #119493 !important; }
.blueBg    { background : #1e91b9 !important; }

/* color */
.green     { color:#73bb19 !important; }
.red       { color:#CC0000 !important; }
.blue      { color:#447fd1 !important; }
.black     { color:#333333 !important; }



