@charset "utf-8";

body{
    margin:0 auto;
    font-family:"ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-align:center;
    font-size:100%;
    line-height:1.25;
    color:rgb(63,41,20);
    -webkit-overflow-scrolling:touch;
}
canvas, header, section, footer, aside, nav, article, figure, video, audio{
    display:block;
    position:relative;
}
a{
    display:inline-block;
    color:rgb(63,41,20);
}
a img{
    border:0;
    font-size:0;
    outline:none;
}
figure{
    margin:0;
}
img{
    display:inline-block;
}
div{
    display:block;
    position:relative; /*IE, Firefox opacity BugFix*/
}
span{
    display:inline-block;
}
table{
    margin-left:auto;
    margin-right:auto;
}
button{
    font-family:"ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-weight:normal;
    line-height:1.1;
}

@media screen and (max-width:540px){
    body{
        width:540px;
        overflow-x:hidden;
        overflow-y:auto;
    }
}