/*
Theme Name: EndOcean
Author: YOSHIO NISHIZAWA
Description: EndOcean THEME
Version: 1.0
*/


@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

body{
  font-family: 'Noto Serif JP', serif;

}

#wpmem_reg{
  margin: 0 auto;
}

#wpmem_login legend, #wpmem_reg legend{
  text-align: center;
}

footer{
  text-align: center;
  padding-bottom: 10px;
}




footer a{
  display: block;
  padding-top: 5px;
}

footer p:nth-child(1){
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 10px;
}

footer p:nth-child(2){
  font-size: .8em;
  padding-bottom: 10px;
}

footer p:nth-child(3){
  font-size: 1.5em;
  padding-bottom: 10px;
}

footer p:nth-child(7){
  font-size: .8em;
  padding: 10px 0;
}

.footer_logo{
  width: 100px;
  padding-bottom: 10px;
}

.footer_line{
  width: 100px;
}

footer h2{
  font-size: .6em;
}
.anchor{
  color: #0066c0;
}
a{
  text-decoration: none;
  color: #000;
}
