@charset "UTF-8";

/************************************************************************************************


 = Reset Style
 
 
************************************************************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

h1, h2, h3, h4, h5, h6{}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/************************************************************************************************


 = Common Style
 
 
************************************************************************************************/


/* = color
************************************************************************************************/

.colorRed {  color: #C00;}


/* = font
************************************************************************************************/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100);
.notes{ display:block; font-size:11px; color:#988e82; }


/* = a
************************************************************************************************/




/* = align
************************************************************************************************/

.aLeft {  text-align: left !important;}
.aCenter {  text-align: center !important;}
.aRight {  text-align: right !important;}
.vTop {  vertical-align: top !important;}


/* = indent
************************************************************************************************/

.indent5 {
  text-indent: -5px;
}


/* = clear
************************************************************************************************/

.clear{ clear:both;}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* = margin 
************************************************************************************************/

/*top*/
.mtm50 {  margin-top: -50px; !important;}
.mt00 {  margin-top: 0 !important;}
.mt05 {  margin-top: 5px !important;}
.mt10 {  margin-top: 10px !important;}
.mt15 {  margin-top: 15px !important;}
.mt20 {  margin-top: 20px !important;}
.mt25 {  margin-top: 25px !important;}
.mt30 {  margin-top: 30px !important;}
.mt35 {  margin-top: 35px !important;}
.mt40 {  margin-top: 40px !important;}
.mt45 {  margin-top: 45px !important;}
.mt50 {  margin-top: 50px !important;}

/*right*/
.mr00 {  margin-right: 0 !important;}
.mr05 {  margin-right: 5px !important;}
.mr08 {  margin-right: 8px !important;}
.mr10 {  margin-right: 10px !important;}
.mr15 {  margin-right: 15px !important;}
.mr20 {  margin-right: 20px !important;}
.mr25 {  margin-right: 25px !important;}
.mr30 {  margin-right: 30px !important;}
.mr35 {  margin-right: 35px !important;}
.mr40 {  margin-right: 40px !important;}
.mr45 {  margin-right: 45px !important;}
.mr50 {  margin-right: 50px !important;}

/*bottom*/
.mb00 {  margin-bottom: 0 !important;}
.mb05 {  margin-bottom: 5px !important;}
.mb10 {  margin-bottom: 10px !important;}
.mb15 {  margin-bottom: 15px !important;}
.mb20 {  margin-bottom: 20px !important;}
.mb25 {  margin-bottom: 25px !important;}
.mb30 {  margin-bottom: 30px !important;}
.mb35 {  margin-bottom: 35px !important;}
.mb40 {  margin-bottom: 40px !important;}
.mb45 {  margin-bottom: 45px !important;}
.mb50 {  margin-bottom: 50px !important;}

/*left*/
.ml00 {  margin-left: 0 !important;}
.ml05 {  margin-left: 5px !important;}
.ml10 {  margin-left: 10px !important;}
.ml15 {  margin-left: 15px !important;}
.ml17 {  margin-left: 17px !important;}
.ml20 {  margin-left: 20px !important;}
.ml25 {  margin-left: 25px !important;}
.ml30 {  margin-left: 30px !important;}
.ml35 {  margin-left: 35px !important;}
.ml40 {  margin-left: 40px !important;}
.ml45 {  margin-left: 45px !important;}
.ml50 {  margin-left: 50px !important;}

