@charset "utf-8";

body{
  text-align:center;
  margin: 100px auto;
  width: 100%;
  
}
#wrapper{
  margin:0 auto;
  padding-top: 30px;
  width:960px;
  height:100%;
  background:#f0f8ff;
  border-radius: 10px;
  box-shadow: 10px;

}
#title{
  text-align:left;
  font-size:20px;
  width:90%;
  background-color: #2a4073;
  color:#ffffff;
  margin: 0 10px 10px 0px;
  padding:10px 0 10px 10px;

}
#title:after{
  width:10%;
  
}
#copyright{
    margin:0 auto;
  padding-top: 50px;
}

#mainvisual {
  width: 300px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

#link{
  width:100px;
  height: 50px;
  border-radius: 10px;
  background: #1e90ff;
  margin: auto;
}
a{
  border:none;
  text-decoration:none;
  color:#ffffff;
}
#link:hover{
  opacity:0.5;
}
p{
  padding-top: 15px;
}

a:hover
{
opacity: 0.6;
} 

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*sp用*/
@media screen and (max-width: 639px) {
    body {
        width: 320px;
    }
    #wrapper{
        width: 320px;
    }
}