@charset "UTF-8";
body {
  margin-left: auto;
  margin-right: auto;
}
#backgraund {
  background-image: url("../images/TOP1-1.png");
  background-size: contain;
  background-position: center top;
}
header {
  border-top: 15px solid #DDDDDD;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  margin-bottom: 60px;
}
.top {
  margin-left: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #CC0000;
  margin-top: 20px;
}
.logo {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #888888;
  margin-left: 20px;
  font-size: 0.8rem;
  margin-top: 10px;
}
header .logo h1 {
  letter-spacing: 4px;
}
#wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
aside {
  min-width: 160px;
  margin-right: 1%;
  margin-bottom: 30px;
  max-width: 160px;
  width: 10%;
  margin-left: 2%;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.9rem;
}
.sub-title {
  border: 1px solid #DDDDDD;
  text-indent: 5px;
  color: #888888;
  height: 32px;
  line-height: 32px;
  margin-top: 5px;
  width: 150px;
  letter-spacing: 3px;
  font-size: small;
}
.sub-title a {
  display: block;
  color: #888888;
  text-decoration: none;
}
.sub-title a:hover {
  color: #003F8E;
}
.sub-title2 {
  color: #888888;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 5px;
  height: 32px;
  line-height: 32px;
  width: 150px;
  text-indent: 5px;
}
.sub-menu {
  list-style-type: none;
  color: #888888;
  line-height: 30px;
  letter-spacing: -2px;
  width: 150px;
  margin-top: 5px;
  text-indent: 5px;
}
.sub-menu li {
  color: #888888;
  width: 150px;
}
.sub-menu li a {
  text-decoration: none;
  display: block;
  color: #888888;
  /*border-radius: 10px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;*/
}
.sub-menu li a:hover {
  color: #003F8E;
  /*background-color: #DDDDDD;
	-webkit-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px);
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(221,221,221,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(221,221,221,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(221,221,221,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(221,221,221,1.00) 100%);*/
}
main {
  width: 75%;
  margin-left: 2%;
}
footer {
  text-align: center;
  color: #888888;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  font-size: 0.9rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  height: 50px;
}
@media(max-width:600px) {
  .top {
    display: none;
  }
  #backgraund {
    background-image: none;
  }
  header {
    text-align: center;
    margin-bottom: 5px;
  }
}