@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
html, body {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-width: 1000px;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴ Std W6', 'Meiryo', "メイリオ", sans-serif;
    background-color: #000;
    color: #fff;
    -webkit-text-size-adjust: 100%;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,dl,img{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: normal;
}
ol,ul{
    list-style: none;
}
img{
    border: none;
}
a, a:visited {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}
a:hover, a:active {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#all_wrapper{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 650px;
    background: url("images/bg.jpg") center top no-repeat;
    background-size: cover;
}

section {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.header {
    vertical-align: bottom;
}
.info {
    width: 100%;
    height: 650px;
}

