@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 .photo {
margin: 20px 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;
	}	
    


