* {
    margin: 0; padding; 0;
}
@font-face {
    font-family: 'Misaki Gothic';
    src: url('/font/misaki_gothic.ttf') format('truetype');
}
body {
    font-family: 'Misaki Gothic', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #48bb20;
}
#wrapper {
    width: 100%;
    background-color: #fff;
    text-align: center;
}
#logo {
    padding-top: 100px;
    padding-bottom: 20px;
}
#description {
    font-size: 110%;
    width: 50%;
    margin: 0 auto;
    text-align: left;
}
#description p {
    margin-bottom: 20px;
}
#description p strong {
    font-size: 120%;
}
#players {
    padding: 30px 0 0 0;
}
#players img{
    position: relative;
    margin: -27px;
    line-height: 1;
    font-size: 0;
}
