@charset "UTF-8";

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


html {
	height: 100%;
}
#contents h1 {
    margin-top: 28px;
    text-align: center
}
#contents h2 {
    width: 433px;
    height: 62px;
    margin: 0 auto;
    background: url(../img/bg_ttl.png) no-repeat;
    text-align: center;
    line-height: 46px;
    position: relative;
    z-index: 1;
}
#contents #movie:before {
    width: 100%;
    height: 200px;
    content: " ";
    display: block;
    background: url(../../../files/img/index/map/cloud.png) repeat-x center top;
    position: absolute;
    top: -100px;
}
#contents #movie {
    margin-top: 50px;
    background: #fff;
    position: relative;
    z-index: 1;
}
#contents .movie {
    height: 408px;
    width: 688px;
    margin: -17px auto 0;
    padding-top: 23px;
	background: url(../img/bg_movie.png) no-repeat;
}
#contents .movie .youtube {
    margin-left: 23px;
    position:relative;
    width:640px;
    height: 360px;
    overflow: hidden;
}
#contents .movie .youtube iframe{
    width: 100%;
    height: 100%;
}
#contents #movie ul {
    width: 786px;
    margin: 0 auto;
}
#contents #movie ul li {
    width: 262px;
    min-height: 190px;
    margin-bottom: 40px;
    float: left;
    background: url(../img/bg_thumbs_off.png) no-repeat center top;
    text-align: center;
    cursor: pointer;
    display: block;
    position: relative;
}
#contents #movie ul li.mb0 {
    margin-bottom: 0;
}
#contents #movie ul li:last-child {
    margin-right: 0;
}
#contents #movie ul li.current,
#contents #movie ul li:hover {
    background: url(../img/bg_thumbs_on.png) no-repeat center top;
    text-align: center;
}
#contents #movie ul li .date {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 33px;
}
#contents #movie ul li .thumbs {
    margin: 18px 0 0 -2px;
}
#contents #movie ul li .txt {
    margin-top: 24px;
    line-height: 0;
}
#contents #movie ul li .txt.off {
    margin-top: 24px;
}
#contents #movie ul li .txt.on{
    display: none;
}
#contents #movie ul li.current .txt.off,
#contents #movie ul li:hover .txt.off{
    display: none;
}
#contents #movie ul li.current .txt.on,
#contents #movie ul li:hover .txt.on{
    display: block;
}
#contents #movie #chara01,
#contents #movie #chara02,
#contents #movie #chara03 {
    position: absolute;
}
#contents #movie #chara01 {
    width: 164px;
    top: -130px;
    left: 72px;
}
#contents #movie #chara02 {
    width: 131px;
    top: 120px;
    right: -20px;
}
#contents #movie #chara03 {
    width: 174px;
    top: 298px;
    left: -50px;
}
#contents #btn:before {
    margin-top: -60px;
    width: 100%;
    height: 200px;
    content: " ";
    display: block;
    background: url(../img/cloud_btm.png) repeat-x center top;
    position: relative;
    z-index: 0;
}

#contents #btn .wrap {
    margin: 20px auto 40px;
}
#contents #btn p {
    width: 204px;
    margin: 0 auto;
}