@charset "utf-8";
*{padding: 0;margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
h1,h2,h3,h4,h5{margin: 0;padding: 0;}
a{text-decoration: none;}
li{list-style-type: none;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden; }
.clearfix {*zoom:1;}
.page {
    font-size: 1.2em;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
