@charset "utf-8";
/* CSS Document */

html,body {
    height: 100%;
    background-image: url(img/wanko_logo02.png), url(img/bg_ashiato_512.png);
    background-repeat:no-repeat, repeat;
    background-position:50% 42px;
    text-align: center;
    font-family:  'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif ;
    font-size:14px
}
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'ritegakifude';
    src:url('font/RiiT_F.eot');
    src: url('font/RiiT_F.otf') format('truetype');
}

img {
    border-style:none;
}

h1 {
    font-size:50px;
    color: #F34B4B;

}


h2 {
    font-size:20px;
    color: #F34B4B;


}


.center {
    clear: left;
    text-align: center;

}


#container {
    min-height: 100%;
    _height: 100%; /* for IE6 */
}

#header {
    margin: 0 0 0px;
    padding: 10px;
    height:30px;
    background: #533B32;
    color: #FFF;
    text-align: right;

}

#title {
    position:50% ;

}


#top_img {

    width: 800px;
    height: 650px;


}

#apptitle{
    position: absolute;
    top:0px;
    left:5px;
    z-index: 2;
}

#androidbtn{
    position:absolute;
    top:511px;
    left:360px;
    z-index:2;
}

#applebtn{
    position: absolute;
    top:515px;
    left:580px;
    z-index: 2;
}

#androidbtn:hover,#applebtn:hover{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform: scale(1.1);
}

#glcanvas{
    position: absolute;
    left:2px;
    z-index: 1;
}
#glbackground{
    position: absolute;
    left:2px;
    z-index: 0;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.46);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.46);
}

#wanko_canvas{
    height:620px;
    position: relative;
}

#content {
    width: 810px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 45px;
    padding-bottom: 110px;
    height:100%;
    padding: 35px;
    background :#FFF;
    border-radius: 25px;
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 25px;    /* Firefox用 */
    overflow:hidden;
}

#content h1 {
    margin: 0 0 15px;
    font-size: 125%;
}

#content p {
    margin: 0 0 15px;
}

#content a {
    text-decoration: none;
}

#youtube {
    float: left;
}

#youtube_img {
    width: 480px;
}

#twitter {
    float: right;
    margin:0px 5px 5px 5px;
}

#news_title{
    height: 40px;
    border-radius: 8px;
    background-color:#533b32;
    color:#FFF;
    font-size: 20px;
    line-height: 40px;
    margin:2px;
    padding-left: 10px;
    font-family: 'ritegakifude';
}

#news {
    float: left;
    width: 470px;
    height: 220px;
    font-size:15px;
    line-height: 30px;
    text-align: left;
    margin: 5px 0px 10px 0px;
    padding:5px 5px 5px 5px;
    background-color: antiquewhite;
    border-radius: 5px;
}


dl#news_index{
    float: left;
    font-size:15px;
    line-height: 20px;
    text-align: left;
    margin: 10px 5px;
    width:460px;
    height:170px;
    overflow:auto;
}

dl#news_index dt{

    float:left;
    margin:0;
    padding:10px 10px 10px 0.5em;

}

dl#news_index dd{
    margin:0;
    padding:10px 0.5em 10px 3em;
    border-bottom:1px solid #CCC;

}

dl#news_index a{
    padding: 5px 20px 5px 0;
    color:#399CCD;
    text-decoration:underline;
}




li {
    padding-left: 50px;
    list-style-position:inside;

}

#app {
    float: right;
    width: 400px;
    height: 170px;
    text-align: center;
    line-height: 30px;
    margin: 10px 0px;


}


#menu_img{

    margin: 0px 0px;
    float: left;
}

#chara_info, #chara_license{
    height: 40px;
    width:800px;
    text-align: left;
    border-radius: 8px;
    background-color:#533b32;
    color:#FFF;
    padding-left:10px;
    font-size: 20px;
    line-height: 40px;
    font-family: 'ritegakifude';
}


#wanko_license {

    float: left;
    width: 400px;
    height: 430px;
    margin: 10px 0px 10px 10px;
    width: 380px;
    text-align: left;
    line-height: 30px;

}


#live2d_license {

    float: right;
    height: 430px;
    margin: 10px 0px 10px 10px;
    width: 390px;
    text-align: left;
    line-height: 30px;


}


#footer {
    height: 120px;
    padding: 0 10px;
    background: #533B32;
    color: #FFF;
}
