@charset "utf-8";
/* CSS Document */

strong{ font-weight:bold;}

.normal{ font-weight:normal;}
.bold { font-weight:bold;}

.white{ color:#fff;}
.black{ color:#333;}
.red{ color:#df352d;}
.blue{ color:#008ae3;}
.yellow{ color: #faf078;}

.bg_y{
background: -moz-linear-gradient(top, rgba(250,240,180,0) 0%, rgba(250,240,180,0) 50%, rgba(250,240,180,1) 66%, rgba(250,240,180,1) 80%, rgba(250,240,180,0) 100%);
background: -webkit-linear-gradient(top, rgba(250,240,180,0) 0%, rgba(250,240,180,0) 50%, rgba(250,240,180,1) 66%, rgba(250,240,180,1) 80%, rgba(250,240,180,0) 100%);
background: linear-gradient(to bottom, rgba(250,240,180,0) 0%, rgba(250,240,180,0) 50%, rgba(250,240,180,1) 66%, rgba(250,240,180,1) 80%, rgba(250,240,180,0) 100%);
}

.under_line{ text-decoration:underline;}
.line_through{ text-decoration:line-through;}