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

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {margin:0%; padding:0%}

/* row */
.row {overflow:auto; width:100%;}

.align-l {text-align:left;}
.align-c {text-align:center;}
.align-r {text-align:right;}

.float-l {float:left;}
.float-r {float:right;}

.clear-l {clear:left;}
.clear-r {clear:right;}

.margin-t10 {margin-top:10px;}
.margin-t20 {margin-top:20px;}
.margin-t50 {margin-top:50px;}

.margin-b10 {margin-bottom:10px;}
.margin-b20 {margin-bottom:20px;}
.margin-b50 {margin-bottom:50px;}

red {background-color:#F00;}
green {background-color:#0C0;}
blue {background-color:#03F;}
yellow {background-color:#FF0;}