@charset "utf-8";

/*reset.css*/
* {margin: 0; padding: 0;}
a {text-decoration: none; color: #000;}
html, body {width: 100%; height: 100%; text-align: center;}

.clearfix::after, .clearfix::before {display: block; content: ''; clear: both;}