html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body{
	font-family:
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    color: #000;
    background-color: #000;
}

div,p,h1,h2,h3{
	margin:0 auto;
	padding:0;
	text-align: center;
}

h2,summary{
	font-size: 24px;
    font-weight: bold;
}

div,p{
	font-size: 18px;
    line-height: 160%;
}
@media only screen and (max-width:540px) {
    h2{
        font-size: 22px;
    }
    
    div,p{
        font-size: 16px;
    }
}

a:link {    color: #000;text-decoration: underline;}
a:visited {    color: #000;text-decoration: underline;}
a:hover {    color: #000;text-decoration: underline;}
a:active {    color: #000;text-decoration: underline;}

.light_text a:link {    color: #fff;text-decoration: underline;}
.light_text a:visited {    color: #fff;text-decoration: underline;}
.light_text a:hover {    color: #fff;text-decoration: underline;}
.light_text a:active {    color: #fff;text-decoration: underline;}


#language{
    background-color: #ffffff88;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
}

    @media only screen and (max-width:700px) {
        #language{
            padding: 15px 25px;
            position: static;
            text-align: right;
            background-color: #ffffff;
        }
    }

#mainv{
  background-image: url(img/main_visual_blur.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  background-color: #62BA4F;
    
}

#game_ttl{
	background-color:#62BA4F;
}

    #game_ttl h1{
        color: #fff;
        font-size: 30px;
    }
    #game_ttl .chatch{
        font-size: 24px;
    }

        @media only screen and (max-width:540px) {
            #game_ttl h1{
                font-size: 28px;
            }
            #game_ttl .chatch{
                font-size: 22px;
            }
        }

#mainvimg{
    width:1150px;
    height:auto;
}

    @media only screen and (max-width:1150px) {
        #mainvimg{
            width:100%;
            height:auto;
        }
    }

#store_list{
	padding: 25px 0 25px 0;
	text-align: center;

}

    #store_list ul{
        margin: 0;
        padding: 0;

    }

    #store_list li{
        display: inline-block;
        margin-right: 10px;
        list-style: none;
        width: 300px;
        
        text-align: center;
        vertical-align: top;
    }
    #store_list li:last-child{
        margin-right: 0;
    }
    #store_list li.store_list_box0{
        height: 116px;
    }
    #store_list li.store_list_box1{
        height: 130px;
    }
    #store_list li.store_list_box2{
        height: 150px;
    }
    #store_list li img{
        display: block;
        margin: 0 auto;
    }
    #store_list .store_list_info{
        margin-top: 5px;
        line-height: 130%;
        font-size: 20px;
    }
    #store_list .store_list_note{
        margin-top: 3px;
        line-height: 130%;
        font-size: 14px;
    }

        @media only screen and (max-width:540px) {
            #store_list .store_list_info{
                font-size: 18px;
            }
        }

#movie{
	background-color:#2C2C2C;
}

    #movie_in {
      position: relative;
      max-width: 1150px;
      margin: 0 auto;
    }

    #movie_in:before {
      content: "";
      display: inline-block;
      padding-top: 56.25%;
    }

    #movie_in iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

#puzzle{
	background-color:#56C3FC;
    padding: 45px 30px 45px 30px ;
}
    #puzzle_in{
        width:800px;
        height:auto;
    }

    #puzzle_in ul{
        margin: 25px 0 0 22px;
        padding: 0;
    }

    #puzzle_in li{
        text-align: left;
        vertical-align: top;
        padding-bottom: 5px;
    }

    #puzzle_in p{
        text-align: left;
    }

    .puzzle_img{
        width:800px;
        background-color: #000;
    }
    .puzzle_img_color2{
        background-color: #E9F0FB;
    }
    .puzzle_img img{
        width:480px;
        height:auto;
    }


    @media only screen and (max-width:860px) {
        #puzzle_in{
            width:100%;
        }

        .puzzle_img{
            width:100%;
        }
    }
    @media only screen and (max-width:540px) {
        .puzzle_img img{
            width:100%;
            height:auto;
        }
    }

#story{
	background-color:#A9D64B;
    padding: 45px 30px 45px 30px ;
}

    #story_in{
        width:800px;
        height:auto;
    }

    #story_in p{
        text-align: left;
    }

    #story_in img{
        width:800px;
        height:auto;
    }

    @media only screen and (max-width:860px) {
        #story_in{
            width:100%;

        }

        #story_in img{
            width:100%;
            height:auto;
        }
    }

#banner{
	background-color:#CCC;
}
    #banner_in{
        padding: 25px 0 0 0;
        text-align: center;

    }

    #banner_in ul{
        margin: 0;
        padding: 0;
    }

    #banner_in li{
        display: inline-block;
        list-style: none;
        width: 520px;
        height: 199px;
        text-align: center;
        vertical-align: top;
    }

        @media only screen and (max-width:540px) {
            #banner_in li{
                width: 380px;
                height: 160px;
            }
            #banner_in img{
                width:100%;
                height:auto;
            }
        }

#platform{
    background-color:#2C2C2C;
    color: #fff;
    padding: 45px 30px 45px 30px ;
}

    #platform_in{
        width:800px;
        height:auto;
    }

    #platform_in table{
        margin:15px auto 0px auto;
    }
    #platform_in th,th{
        padding: 12px 12px;
    }
    #platform_in th{
        line-height: 140%;
        vertical-align:middle;
        text-align: left;
    }
    #platform_in td{
        line-height: 140%;
        vertical-align:middle;
        text-align: center;
         width: auto;
    }
    #platform_in .line{
        border-collapse: collapse;
        border-bottom:1px solid #888;
    }
    #platform_in ul{
        margin: 10px 0 0 22px;
        padding: 0;
    }

    #platform_in li{
        text-align: left;
        vertical-align: top;
        padding-bottom: 5px;
    }
    #platform_in small{
        color:#ccc;
    }

    @media only screen and (max-width:860px) {
        #platform_in{
            width:100%;
        }
    }

#notice{
    color: #fff;
    padding: 45px 30px 45px 30px ;
}

    #notice_in{
        width:800px;
        height:auto;
    }

    #notice_in ul{
        margin: 25px 0 0 22px;
        padding: 0;
    }

    #notice_in li{
        text-align: left;
        vertical-align: top;
        padding-bottom: 5px;
    }

    #notice_in table{
        margin:15px auto 0px auto;
    }
    #notice_in th,td{
        vertical-align: top;
        padding: 2px 10px;
        
    }
    #notice_in th{
        text-align: left;
    }
    #notice_in td{
        text-align: left;
         width: auto;
    }

    @media only screen and (max-width:860px) {
        #notice_in{
            width:100%;
        }
    }


.spec{
    padding: 45px 30px 45px 30px ;
    color: #fff;
}

    .spec table{
        margin:15px auto 0px auto;
    }
    .spec th,td{
        vertical-align: top;
        padding: 2px 10px;
        width: 50%;
    }
    .spec th{
        text-align: right;

    }
    .spec td{
        text-align: left;
    }

#stream_info{
    padding: 45px 30px 45px 30px ;
    color: #fff;
}
    #stream_info_in{
        width:800px;
        height:auto;
    }

    #stream_info_in h3{
        font-size: 24px;
	    text-align: left;
    }

    #stream_info_in ul{
        margin: 10px 0 0 22px;
        padding: 0;
    }

    #stream_info_in li{
        text-align: left;
        vertical-align: top;
        padding-bottom: 5px;
    }

    #stream_info_in p{
        text-align: left;
    }

    #stream_info_in .mark_url{
        background-color: #B5C8D2;
        color: #1C4051;
        font-weight: bold;
        padding: 2px 6px;
    }

    @media only screen and (max-width:860px) {
        #stream_info_in{
            width:100%;
        }
    }


#other_info{
    padding: 45px 30px 45px 30px ;
    color: #fff;
}

#footer{
    background-color:#000;
    padding: 45px 30px 45px 30px ;
    color: #fff;
}
    #footer .footer_info{
        margin-top: 12px;
        text-align: center;
    }

.base_color1{
	background-color:#347597;
}
.base_color2{
	background-color:#2B627E;
}
.base_color3{
	background-color:#224E65;
}

.container{
	margin-top: 10px;
}

.margin01{
	margin-top: 15px;
}

.margin02{
	margin-top: 50px;
}
.margin03{
	margin-top: 35px;
}
.margin04{
	margin-top: 25px;
}
.margin05{
	margin-top: 8px;
}

.padding01{
	padding-top: 35px;
}


