@charset "utf-8";

body{
        background: url("../images/bg.gif") repeat 0 0;
        color:#000;
        font-size:14px;
        overflow-x:hidden;
        font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    li{
        list-style: none;
    }
    a:link,a:visited{
        color:#bd6f00;
    }
    .loading .pic img{
        visibility: hidden;
    }
    .wait #waitlayer,.wait2 #waitlayer{
        width:100%;
        height:100%;
        position:fixed;
        top:0;
        left:0;
        z-index: 10000;
        background: #000;
        opacity: .5;
        filter: alpha(opacity=50);        /* ie 6 7 */
        -ms-filter: "alpha(opacity=50)"; 
    }
    #wholeWrap{
        position:relative;
        width:100%;
    }
    #layer01Lay{
        position:fixed;
        top:0;
        left:0;
        background:#000;
        opacity: .5;
        filter: alpha(opacity=50);        /* ie 6 7 */
        -ms-filter: "alpha(opacity=50)"; 
    }
    #layer01{
        text-align: center;
        z-index:0;
        position:relative;
        background: url("../images/bg_flag.png") no-repeat center 77px;
    }
    #layer01 .main{
        width:1024px;
        margin:0 auto 30px;
        position:relative;
    }
    #layer01 .main h1{
        width:795px;
        float:left;
    }
    #layer01 .main .howto{
        width:226px;
        float:right;
    }
    #layer01 .bg_flag{
        position:absolute;
        top:5px;
        right:-56px;
    }
    #layer01 .btn_more{
        margin:20px auto;
        display: block;
        width:374px;
    }
    #layer01 .btn_more.hidden{
        display:none;
    }
    #layer02Wrap{
        width:100%;
        padding-bottom: 15px;
        background:url("../images/line.png") repeat-x bottom left;
    }
    #layer02{
        padding:25px 0 100px;
        width:100%;
        background: #fff;
    }
    #layer03{
        background:#fff;
        width:100%;
    }
    #layer03 .btn_alter{
        display: block;
        width:358px;
        margin:20px auto 0;
        position:absolute;
        bottom:-55px;
        left:50%;
        margin-left:-179px;
        z-index: 100;
    }
    #layer03 .btn_alter.toClose{
        display: none;
    }
    #header{
        /*width:1176px;*/
        margin:0 auto;
        padding:15px;
        overflow: hidden;
        position:relative;
        min-width:946px;
    }
    #header .h-left{
        width:224px;
        float:left;
    }
    #header .switchSp{
        position:absolute;
        top:18px;
        left:130px  
    }
     #header .h-right{
        width:350px;
        float:right;
        color:#989898;
        font-size:11px;
        text-align: right;
    }
    #layer02 .content{
        width:930px;
        margin:0 auto;
        padding:20px;
        border:dashed 3px #cfe38a;
        border-radius:30px;
        background: url("../images/bg02.gif") repeat 0 0;
        position:relative;
        font-size:13px;
    }
    #layer02 .sec-ttl{
        margin-bottom: 20px;
    }
    #layer02 .item,
    #layer02 .require{
        line-height: 1.6;
    }
    #layer02 .item ul{
        text-align: center;
    }
    #layer02 .item li{
        display:inline-block;
        *display:inline;
        *zoom:1;
    }
    #layer02 .require{
        margin-top: 40px;
    }
    #layer02 .require .line{
        background:url("../images/require_line.png") no-repeat center bottom;
        padding-bottom: 15px;
    }
    #layer02 .require h3{
        margin:24px 0 30px;
    }
    #layer02 .require-left{
        width:448px;
        float:left;
    }
    #layer02 .require-right{
        width:448px;
        float:right;
        background:url("../images/require_line.png") no-repeat center bottom;
    }
    #layer02 .require h3.marT0,
    #layer02 .require-right h3{
        margin-top: 0;
    }
    #layer02 .btn_entry{
        display: block;
        width:358px;
        margin:20px auto 0;

    }
    #layer02 .btn_alter{
        display: block;
        width:358px;
        margin:20px auto 0;
        position:absolute;
        bottom:-158px;
        left:50%;
        margin-left:-179px;
        z-index: 100;
    }
    .picWrap{
        display:inline-block;
        *display:inline;
        *zoom:1;
        *margin:5px;
    }
    .pic{
        width: 193px;
        height:196px;
        overflow: hidden;
        position:relative;
        background: #fff;
        z-index: -2;
        visibility: visible;
    }
    .pic:after{
        content:"";
        display:block;
        width:195px;
        height:198px;
        position:absolute;
        top:0;
        left:0;
        z-index: 1;
    }
    /*.pic img{
        width: 193px;
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        z-index: -1;
    }*/
    .pic img{
        position:absolute;
        z-index: -1;
    }
    .c0:after{
        background: url("../images/c01.png") no-repeat 0 0;
    }
    .c1:after{
        background: url("../images/c02.png") no-repeat 0 0;
    }
    .c2:after{
        background: url("../images/c03.png") no-repeat 0 0;
    }
    .c3:after{
        background: url("../images/c04.png") no-repeat 0 0;
    }
    .c4:after{
        background: url("../images/c05.png") no-repeat 0 0;
    }
    .c5:after{
        background: url("../images/c06.png") no-repeat 0 0;
    }
    .c6:after{
        background: url("../images/c07.png") no-repeat 0 0;
    }
    .move{
        -webkit-animation-name:move;
        -webkit-animation-duration: 4s;
        -webkit-animation-delay: 0;
        -webkit-animation-iteration-count:infinite;

        animation-name:move;
        animation-duration: 4s;
        animation-delay: 0;
        animation-iteration-count:infinite;
    }
    .moveB{
        -webkit-animation-name:move;
        -webkit-animation-duration: 4s;
        -webkit-animation-delay: 1s;
        -webkit-animation-iteration-count:infinite;

        animation-name:move;
        animation-duration: 4s;
        animation-delay: 1s;
        animation-iteration-count:infinite;
    }

    @-webkit-keyframes move{
        0%{-webkit-transform:rotate(0deg);}
        81%{-webkit-transform:rotate(0deg);}
        82%{-webkit-transform:rotate(2deg);}
        85%{-webkit-transform:rotate(-2deg);}
        87%{-webkit-transform:rotate(2deg);}
        90%{-webkit-transform:rotate(-2deg);}
        93%{-webkit-transform:rotate(0deg);}
        100%{-webkit-transform:rotate(0deg);}
    }
    @keyframes move{
        0%{transform:rotate(0deg);}
        81%{transform:rotate(0deg);}
        82%{transform:rotate(2deg);}
        85%{transform:rotate(-2deg);}
        87%{transform:rotate(2deg);}
        90%{transform:rotate(-2deg);}
        93%{transform:rotate(0deg);}
        100%{transform:rotate(0deg);}
    }

/*popup*/
.popup-bg{
    /*display:none;*/
    opacity:0;
    width:771px;
    height:479px;
    background: url("../images/popup.png") no-repeat 0 0;
}
.popup{
    padding:45px;
    margin:0 auto;
    position:relative;
}
.popup .p-img{
    width:390px;
    height:390px;
    float:left;
    overflow: hidden;
    background: #fff;
    position:relative;
    /*display: table-cell;*/
    /*vertical-align: middle;*/
}
/*.popup .p-img img{
    width:390px;
    vertical-align: middle;
}*/
.popup .p-img img{
    position:absolute;
}
.popup .p-txt{
    /*display: table-cell;*/
    width:260px;
    height:390px;
    vertical-align: middle;
    text-align: left;
    line-height:1.6;
    float:right;
}
.popup .p-txt .message{
    font-size:1.4em;
}
.popup .p-close{
    display: block;
    width:64px;
    height:62px;
    position:absolute;
    top:-11px;
    right:-6px;
}
.popup .name{
    margin-top:35px;
    text-align: right;
    font-weight:bold;
    color:#ee8d84;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#pArea{
    height:0;
    overflow: hidden;
}
