@charset "utf-8";

header{
  background-color: #FFFAF0;
  position: fixed;
  text-align: center;
}

  body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 2;
}

p,h1,h2,h3,h4,h5,h6{
  margin-top: 0;
}

img{
  vertical-align: bottom;
}

ul{
  margin: 0;
  padding: 0;
}

a{
  color: blue;
  text-decoration: none;
}

a:visited{
  color: #788d98;
}

a:hover{
  text-decoration: underline;
}

header{
  width: 100%;
  height: auto;
  margin: auto;
}


.gnav{
  text-align: center;
}

.gnav li{
  float: left;
  width: 12.5%;
  margin: 0 30px;
  font-size: 18px;
  list-style: none;
  font-family: serif;
  line-height: 30px;
}


.gnav li a{
  color: black;
}


#top{
  background-image: url(/images/home72.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


h1{
  font-family: 'Anton', sans-serif;
  font-size: 100px;
  line-height: normal;
  color: black;
  padding: 150px 50px 100px 0px;
}



h2{
  font-family: serif;
  font-size: 30px;
  margin-bottom: auto;
  padding: 50px 0px;
}

img.icon{
  width: 30%;
  height: auto;
  text-align: center;
  margin: 20px auto;

}

.manga{
  text-align: center
}

footer{
  background-color: lightblue;
  text-align: center;
}

img.works{
  width: 100%;
  height: auto;
}

.mangasample-j img{
  width: 350px;
  height: auto;
  
}

.mangasample-A img{
  width: 350px;
  height: auto;
  
}


.mangasample-y img{
  width: 200px;
  height: auto;
  
}

img.order{
  width: 100%;
  height: auto;
}

img.contact{
  width: 100%;
  height: auto;
}




h3,h4{
  padding: 10px 0px;
}

.main-center{
  width: 960px;
  margin: 0 auto;
}



#manga{
  padding-top: 100px;
}

.jpn{
  padding-top: 0;
  padding-bottom: 50px;
}


.mangasample-j{
  padding: 35px;
}

.mangasample-y{
  padding: 35px;
}

.eng{
  padding-top: 0;
  padding-bottom: 60px;
}

h3{
  margin-bottom: auto;
}

