* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}


nav a {
  display: inline-block;
  margin: 4px 5px;
}

.in{
  padding-top : 7px;
  padding-bottom : 7px;
  line-height : 181%;
  margin-bottom : 7px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #666666;
}
.red{
  padding-top : 6px;
  padding-left : 10px;
  padding-right : 6px;
  padding-bottom : 6px;
  margin-bottom : 8px;
  border-right-width : 7px;
  
  border-right-style : solid;
  
  border-right-color : #cc0000;
  
  

  font-size : 20pt;
  font-weight : bold;
  color : black;
  margin-top : 25px;
  background-color : yellow;
}
body{
  line-height : 160%;
  padding-top : 10px;
}
TD{
  font-size : 10pt;
}
A{
  text-decoration : underline;
}
A:VISITED{
  color : blue;
}
HR{
  height : 1px;
}
.span{
  padding-right : 7px;
  padding-bottom : 7px;
  float : left;
}
.new{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  
  
  
  
  background-image : url(https://comic-r.net/about2/sozai/new-g.gif);
  background-repeat : no-repeat;background-position : right top;
  
  
  
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : #666666;
  margin-top : 5px;
  font-size : 9pt;
}