@charset "utf-8";

@import "../../../files/css/layout.css";


body {
    min-width: 800px;
}

/*-------------------------------------------------------------------------
    Contents
/*-----------------------------------------------------------------------*/

.contents h1,
.contents h2,
.contents p,
.contents .howto {
    position: relative;
    z-index: 2;
}


.contents {
    width: 744px;
    margin: 0 auto;
    padding-left: 56px;
    background: url(../img/index/bg.png) no-repeat center top;
}
    .contents .logo {
        margin: 32px 0 0 10px;
    }
    .contents h1 {
        margin-top: 24px;
    }
    .contents h2 {
        margin-top: 12px;
    }
    .contents .howto {
        height: 335px;
        width: 686px;
        margin-top: 16px;
        background: url(../img/index/howto/bg.png) no-repeat;
    }
        .contents .howto .qr {
            width: 156px;
            float: right;
            margin: 32px 96px 0 0;
        }
        .contents .howto dl {
            margin-left: 48px;
        }
        .contents .howto .download {
            padding-top: 42px;
        }
            .contents .howto .download dd {
                padding: 16px 0 0 8px;
            }
            .contents .howto .read dd {
                padding: 12px 0 0 4px;
            }
    .contents .chara {
        position: absolute;
        top: 0;
        right: -54px;
        z-index: 1;
    }
    .contents .btnClose {
        width: 184px;
        margin: 12px auto 40px auto;
    }

