@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Open Sans Condensed', serif;
}

#wrapper {
    //background-color: gray;
    background-image: url("../img/bg.jpg");
    background-repeat: repeat;
    font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) {

#wrapper {
    width: 1024px;
    margin: 0 auto; 
}

}

#header {
    width: 90%;
    height: 50px;
    background-image: url("../img/bg_head.jpg");
    color: white;
    text-align: center;

    padding: 0 5%;
}

.header-item {
    height: 40px;
    padding: 5px 00 5px 10px;
    margin: 0 20px;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    float:left;

    text-shadow: black 1px 1px 0px, black -1px 1px 0px,
                 black 1px -1px 0px, black -1px -1px 0px;
}

#copy {
    height: 30px;
    padding: 10px 0 0 10px;
    text-align: center;
    font-size: 15px;
    color: #555555;
}

#container {
    text-align: center;
    vertical-align: middle;
    font-size: 100px;
}

#content {
    text-align: center;
}

#title {
    padding: 100px;
    font-size: 100px;
}

#date {
    padding: 100px;
    font-size: 80px;
}

#top {
    height:700px;
    margin: 0 auto;
    margin-top: 20px;
    background-image: url("../img/bg_keyv.png");
    background-repeat: no-repeat;
    //background-size: 100% 100%;
    width: 80%; 
}
#top #keyv {
    width: 50%;
    height: 100%;
    display: block;
    background-image: url("../img/keyv.png");
    background-repeat: no-repeat;
    float: left;
}
#top #keyv-right {
    width: 50%;
    height: 100%;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    float: right;
}
#top #keyv-right #kr-top {
    width:100%;
    height:65%;
}

#top #keyv-right #kr-bottom {
    width:95%;
    height:35%;
    margin: 0 2.5%;
}

#top #keyv-right #kr-bottom #descr {
    width:100%;
    background-image: url("../img/bg_download.png");
    text-align: left;
}

#top #keyv-right #kr-bottom #descr #icon{
    padding:10px;
    float: left;
}

#top #keyv-right #kr-bottom #descr #text{
    padding:10px;
    font-size: 0.8rem;
    display: block;
    margin: auto 0;
}

#top #keyv-right #kr-bottom #stores {
    //padding: 10px;
    padding-top: 10px;
}

#top #keyv-right #kr-bottom #stores #appstorelink{
    width: 47%;
    float: left;
}

#top #keyv-right #kr-bottom #stores #googleplaylink{
    width: 47%;
    float: right;
}

#top #keyv-right #kr-bottom #stores .storeimg {
}
.clear {
    clear:both;
}

.section {
    margin: 100px 0 20px 0;
}

#tweets {
    width: 500px;
    margin: 0 auto;

}

#stafflist {
    width: 400px;
    font-size: 1.1rem;
    background-color: #90D1FF;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 10px;
}


#footer {
    width: 100%;
    //height: 120px;
    text-align: center;
    //position: absolute;
    //bottom: 0;
    //left: 0;
}

#footer #apps {
    background-image: url("../img/bg_head.jpg");
    margin-bottom: 30px;
}
#footer #apps #app {
    width: 50%;
    float: left;
}

#footer #apps #app #icon{
    padding: 10px;
    float: left;
}

#footer #apps #app #text{
    padding: 10px;
    font-size: 0.8rem;
    display: block;
    margin: auto 0;
    float: left;
    text-align: left;
}

#footer #apps #text img {
    margin: 5px 0;
}

#footer #apps #stores { 
    width: 50%;
    float: right;
    padding: 10px 0;
}

#footer #apps #stores #appstorelink,
#footer #apps #stores #googleplaylink {
    float: left;
    padding: 0 5px;
}


#footer #apps #stores #text {
    font-size: 0.8rem;
    text-align: left;
    padding: 5px 0;
}

#footer #criware {
    background-image: url("../img/bg_cri.jpg");
    padding: 10px 0 5px 100px;
    font-size: 0.8rem;
    text-align: left;
    color: white;
}

#footer #airjaune {
    background-image: url("../img/bg_airjaune.jpg");
    padding: 10px 0 5px 100px;
    font-size: 0.8rem;
    text-align: left;
    color: white;
}

#page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 77%;
    background-image: url("../img/topjump-big.png");
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    display: block;
}

