*{padding: 0; margin: 0; list-style: none;}
html{
  background-color: #fff;
  border-top: solid 10px #003a65;
  border-bottom: solid 10px #003a65;
  font-size: 10px;
}
body{
  font-size: 16px;
  color: #333333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ","ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.9em;
}
img{border:none;}
a{color:#004bcc; text-decoration:underline; outline:none;}
a:hover{color:#FF6600; text-decoration:underline;}
#wrap{
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}
#wrap h1{width: 100%;}
#wrap .mainComment{
  width: 100%;
  text-align: left;
  margin: 20px auto 0 auto;
}
#wrap .mainComment .main{
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#wrap .mainComment p{margin-bottom: 20px;}
#wrap .mainComment p img {width: 100%;}

#wrap .mainComment .main ul{
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#wrap .mainComment .main li{
  float: left;
  width: 50%;
  border: 1px solid;
  margin-right: 5px;
  padding: 5px 0;
  border-radius: 5px;
}

#footer{
background-color: #12629d;
color: #f4f4f4;
font-size: 1.4rem;
letter-spacing: 0.2em;
padding: 30px;
font-size: 13px;
text-align: center;

}
#footer ul{
width: 60%;
margin:0 auto;
}
#footer ul .logo img{width: 60px;}
