body {
font-family: '游ゴシック';
overflow:scroll;

}

header{
  background: white;
}

#logo{
  width: 300px;
  margin: 20px auto;
}

#logo > a:hover{
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

header img{
  width: 300px;
  margin: 0;
  padding: 0;
}

ul#menu{
  width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

ul#menu>li{
  display: inline-block;
}

ul#menu>li>a{
  display: inline-block;
  width: 150px;
  height: 60px;
  background: White;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
}

ul#menu > li > a:hover{
  opacity: 0.3;
  transition: 0.5s;
}

ul#menu > li > a:visited{
  color: blue;
}

ul#disc{
  list-style: none;
  padding: 0;
  width: 900px;
  margin: 0 auto;
}

main{
  margin: 0 0 50px 0;
}

h1,h2{
    font-weight: normal;
}

h1{
  font-size: 42px
}

.disc{
  margin: 50px auto 100px auto;
}

#disc_main{
  margin: 0 auto;
  width: 900px;
}

.disc img{
  display: inline-block;
  vertical-align: top;
}


.intro{
  display: inline-block;
  width: 500px;
  margin-left: 30px;
}

.intro h2{
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 30px;
}


.intro p{
  margin: 0;
}

.number{
  line-height: 32px;
  font-size: 24px;
}

.detail{
  font-size: 16px;
  line-height: 24px;
}

.tstore{
  text-indent: 2em;
  font-size: 15px;
}

#order{
  font-size: 22px;
  text-decoration: none;
  line-height: 32px;
}

#order:hover{
  color: limegreen;
}


footer{
  /* background: ghostwhite; */
}

/* footer p{
  font-size: 16px;
  text-align: center;
} */
