@charset "UTF-8";

/* ----- body背景 ----- */
html {
    background-image: url(../img/html_bg.jpg);
}
body {
    min-width: 1280px;
    font-size: 14px;
    font-family: 
        "メイリオ", 
        Meiryo, 
        "ヒラギノ角ゴ ProN W3", 
        "Hiragino Kaku Gothic ProN", 
        Verdana, 
        Roboto, 
        "Droid Sans", 
        "游ゴシック", 
        YuGothic, 
        "ＭＳ Ｐゴシック", 
        sans-serif;
    line-height: 1.5;
    text-align:center;
    background-image: url(../img/body_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
/* 城背景 */
#tmpl {
    min-width: 1280px;
    margin:auto;
}

#sqexHeader-black,
#sqexFooter {
    min-width: 1280px;
}

/* コンテンツエリア */
/* ---------------------------------------------------------------------- */
#content {
    margin-right: auto;
    margin-left: auto;
    min-width: 1280px;
}
* html #content {
    width: 1280px;
}



/* ----- ヘッド ----- */
#date {
    position: relative;
    top:385px;
    margin:0 auto;
}
/* 背景 */
#head,#head02 {
    width: 1280px;
    background-image: url(../img/header_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-align:center;
    margin:0 auto;
}
#head {
    height:915px;
}
#head02 {
    height:950px;
}

/* ----- 動画エリア ----- */

/* 動画再生ボタン */
#video{
    display: block;
    width: 480px;
    height: 262px;
    position: relative;
    top:484px;
    margin:0 auto;
    background-image: url(../img/movie.png);
}
#video:hover {
    background-position: bottom;
}
#video a {
    display:block;
    width: 480px;
    height: 262px;
}
/* ----- ボタンエリア ----- */
#button {

}
.btn_amazon,.btn_buy {
    display:block;
    width: 447px;
    height:65px;
    margin: auto;
    position: relative;
    top:519px;
}
.btn_amazon{background-image: url(../img/btn_amazon.png);}
.btn_amazon:hover{background-position: 0 bottom;}
.btn_buy{background-image: url(../img/btn_buy.png);}
.btn_buy:hover{background-position: 0 bottom;}


/* ----- 特典エリア ----- */
#tokuten {
    width: 1280px;
    height:450px;
    background-image: url(../img/tokuten_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-align:center;
    margin:0 auto;
}

.vendor {
    position: relative;
    top:85px;
    left:217px;
}
.tokuten {
    position: relative;
    top:85px;
    left:220px;
}
.txt_caution {
    width:900px;
    color:#06ffff;
    position: relative;
    top:110px;
    left:170px;
    text-align:left;
    font-size:14px;
    line-height:1.6;
}
.txt_caution ul {
    list-style: none;
}
