@charset "utf-8";
/* ===================================================================

    [ Default Section ]

=================================================================== */
body {

}


/* Web Font
--------------------------------------------------------- */
#aaaaaa
{
    /* -- google font -- */
    font-family: 'Tenor Sans', sans-serif;
}


/* Link Colors
--------------------------------------------------------- */
a:link {}
a:visited {}
a:hover {}
a:active {}


/* Form
--------------------------------------------------------- */
input[type="text"],textarea{}




/* ===================================================================

    [ Layout Section ]

=================================================================== */

/* =========================================================
    [ Common Layout ]
========================================================= */

/* Column Space
--------------------------------------------------------- */
.col {}


/* =========================================================
    [ Responsive Layout ]
========================================================= */
@media screen and (max-width: 480px) {
   /* 0px - 320px */
   div#aaaaa {  }
}
@media screen and (min-width: 800px) {
   /* 820px - max  */
   div#aaaaa {  }
}


/* =========================================================
    [ Global Layout ]
========================================================= */

/* Html, Body, Wrapper
--------------------------------------------------------- */
html {}
body {}
#wrapper {}


/* Global Header
--------------------------------------------------------- */


/* Global Navigation
--------------------------------------------------------- */


/* Main Contents
--------------------------------------------------------- */


/* Columns
--------------------------------------------------------- */


/* Global Footer
--------------------------------------------------------- */




/* ===================================================================

    [ Elements Section ]

=================================================================== */

/* =========================================================
    [ Common Page Elements ]
========================================================= */



/* =========================================================
    [ Page Elements ]
========================================================= */

/* Index Page
--------------------------------------------------------- */








