@charset "UTF-8";
/* CSS Document */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

:root {
        --main-color: #000;
    }
    
    #readers h1,
    #readers h2,
    #readers h3,
    #readers h4,
    #readers h5 {
        line-height: 1.3;
    }
	
    #readers a {
        text-decoration: underline;
        word-wrap: break-word;
    }
    #readers a:hover {
    text-decoration: none;
    }    
    
    #readers h1 {
        font-size:36px;
        font-weight: bold;
        line-height: 1.3;
        padding: 20px 0;
        border: none;
        display: block;
		margin: 10px 0 30px 0;
		border-bottom: #666 1px solid;
		border-top: #666 1px solid
    }
    
    #readers h1 span {
        font-size: 55%;
        margin: 0 10px 3px 0;
		display: inline-block;
		vertical-align: middle;
    }
	
    
#readers h2 {
border:none;
padding: 0 0 6px 0;
margin: 60px 0 10px 0;
font-size: 1.5em;
}

#readers h2 span {
font-size: 70%;
margin-bottom: 5px;
display: block;
}


#readers .reader h3 {
margin: 0 0 5px 0;
font-size: 1.2em;
padding: 0;
line-height: 1.5;
border: none;
}

#readers .reader p:last-child {
margin-bottom: 0;
}

#readers .reader p {
margin: 15px 0;
}

#readers .reader {
padding: 30px;
background: #f2f2f2;
margin: 50px 0;
}

#readers .ref {
line-height: 1.4;
}

#readers .sendus {
margin: 70px 0 40px 0;
}

#readers .sendus h2 {
margin: 0;
display: block;
font-size: 1.8em;
border-bottom: 2px solid #666;
margin-bottom: 20px;
padding: 0 0 8px 0
}

#readers .sendus h2 span {
display: inline-block;;
font-size: 55%;
text-decoration: none;
margin-bottom: 13px;
background: #666;
color: #fff;
padding: 3px 15px;
}

#readers .photo {
margin: 20px 0;
}

#readers .button a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #333; 
  color: #fff;            
  text-decoration: none;  
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;  
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 10px auto;
  text-align: center;
}

#readers .button a:hover {
  background-color: #666; 
  transform: translateY(-2px);
}

#readers .button a:active {
  background-color: #666; 
  transform: translateY(0);
}



    
    body.white .site h1 {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    body.white .site #readers h1,
    body.white .site #readers h2,
    body.white .site #readers h3,
    body.white .site #readers h4 {
        line-height: 1.3;
        font-weight: bold;
    }
    
    body.white .site #readers h1 {
        font-size: 9.6vw;
        font-weight: bold;
		line-height: 1.2
    }
	
    body.white .site #readers h1 span {
	margin-bottom:0;
	}	
    


