@charset "utf-8";

body {
    margin:  0;
    padding: 0;
    background-color: #ffffff;
    color:  #000000;
    font-size; 15px;
    line-height: 2;
}

p,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
}

img {
    vertical-align:  bottom;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    color: #669933;
    text-decoration: none;
}

a:visited {
    color: #336600;
}

a:hover {
    text-decoration: underline;
}

header {
    width: 940px;
    height: 10px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-top: 35px;
}

.global-nav {
    float:right;
    margin-top: 42px;
}

.global-nav li {
    float: left;
    margin: 0 20px;
    font-size: 18px;
    list-style: none;
}

.global-nav li a {
    color: #cccccc;
}

.global-nav li a:hover {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 3px;
    text-decoration: none;
}

#wrap {
    clear: both;
    background-color: #ffffff;
    margin-top: 220px;
    padding: 35px 0;
    
}

.a-game-iamge {
    width:243px;
    float: left;
}

.a-game-txt {
    width: 600px;
    float: right;
}

.main-center {
    width: 940px;
    margin: 0 auto;
}



.content {
    width: 960px;
    margin: 0 auto;
}

footer {
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
}

footer small {
 font-size: 12px;
}
#index {
    background-image: url(../images/top_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

#profile {
    background-image: url(../images/back_top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto;
}


#index footer {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    margin-top: 150px;
}

h1 {
    font-family: 'Bitter', serif;
    font-size:  36px;
    border-bottom: 1px solid #cccccc;
}

#profile .profile-txt {
    width: 600px;
    float: left;
}

#profile .profile-image {
    float: right;
    
}

#game-txt {
    float:right;
    
}

#game-image {
    float:left;
    
}

.clearfix:after {
    content:"";
    display:block;
    clear: both;
}

section {
    margin-bottom: 35px;
}

h3 {
    font-size: small;
}

h4 {
    font-size: medium;
}

@media screen and (max-width:600px){
/*　画面サイズが600px以下の場合に適用 */
    
    body {
        font-size: 3.5vw;
    }
    
    h1 {
        font-size: 7.2vw;
        }
    
    h2{
        font-size: 6vw;
    }

    h3 {
        font-size: small;
    }

    h4 {
        font-size: medium;
    }
    
    header{
        width: auto;
        margin 0 5A%a;
    }
    
    .logo{
        float: none;
        margin-top: 60px;
        text-align:center
    }
    
    .global-nav{
        float: none;
        margin-top: 40px;
        text-align: center;
    }
    
    .global-nav li {
        display: inline;
        float: none;
        margin: 0  8px;
    }
    
    }
    .global-nav li a {
    color: #cccccc;
    
    }
        
    #wrap {
        margin-top: 40px;
        padding: 35px 0 0;
    }
    
    .cotent{
        width: 100%;
    }
    
    .main {
        float: none;
        width: auto;
        margin: 0 5%;
    }
    
}