@charset "utf-8";
/* CSS Document */
/*公共*/
 @font-face
    {
        font-family: myfont_on;
        src: url('../font/APERCUPRO-REGULAR.OTF'),
        url('../font/ApercuPro-Regular.woff'),
        url('apercuproregular.ttf'); /* IE9 */

        
    }
html{ height:100%;}
*{ margin:0; padding:0;}
body{ color:#595959; background:#fff;font-family:myfont_on; font-size:14px;height:100%;}
a{text-decoration:none; cursor: pointer;}
input,select,button,textarea{outline:none;}
ul{ list-style:none;}
img{ border:0;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both; overflow:hidden; height:0;}






















