@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

body{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.gothic{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#logo img{
  width:300px;
}

header #site_description{
  padding-left:10px;
}

header #header_main{
  padding-left:0px;
}

footer{
  padding-bottom:0;
}

.h2outer{
  background:#ff3939;
}

.h2outer h2{
  background:#ff3939;
  font-size:20px;
  padding:0;
  margin:0;
  border:none;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

}

h2{
}

.lh2{
  line-height:2;
}


#alert{
  background-color:#e6e6e6;
  display:inline-block;
  padding:10px 10px 10px 80px;
  margin:20px auto;
  text-align:left;
  border-radius:5px;
  background-image:url("/img/top/18.png");
  background-repeat:no-repeat;
  background-position:10px 50%;
}

#alert a{
  color:#F00;
}

footer{
  background:#4d4d4d;
  color:#FFF;
  padding-top:50px;
  font-size:14px;
  line-height:2;
}

#copyright{
  font-size:14px;
  margin-top:40px;
}

a.redbtn{
  background:#ff3939;
  border:2px solid #ff3939;
  color:#FFF;
  padding:10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}


a.redbtn:hover{
  color:#ff3939;
  background:#FFF;
  transition:.3s;
}

#banners{
  background:#fb5e5e;
  padding:20px 0px;
}

img{
  max-width:100%;
}

#main{
  background-image:url("/img/top/main_back.webp");
  background-repeat:no-repeat;
  background-size:cover;
  padding:60px 0px 80px 0px;
}

.view .detail .images .thumbnails a img{
  width:100%;
}


.thumbnails{
  padding-top:20px;
}

#teams{
  margin-top:20px;
}
