@charset "UTF-8";

* {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

html,body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}

a {
color: #000000;
text-decoration: none;
}

.allsize {
width: 100%;
height: 100%;
}

.fontsize24 {
font-size: 24px;
}

.center {
text-align: center;
}

.top {
vertical-align: top;
}

.bottom {
vertical-align: bottom;
}