@charset "UTF-8";
/* CSS Document */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

:root {
        --main-color: #000;
    }
    
    #tokushu h1,
    #tokushu h2,
    #tokushu h3,
    #tokushu h4,
    #tokushu h5 {
        line-height: 1.3;
    }
	
    #tokushu a {
        text-decoration: underline;
        word-wrap: break-word;
    }
    #tokushu a:hover {
    text-decoration: none;
    }    
    
    #tokushu.austen h1 {
        font-size:44px;
        font-weight: bold;
        line-height: 1.3;
        padding: 0;
        border: none;
        display: block;
		margin: 10px 0 30px 0;
    }
    
    #tokushu.austen h1 span {
        font-size: 50%;
        margin: 0 0 8px 0;
		display: inline-block;
		background: #333;
		color: #FFF;
		padding: 5px 15px;
    }
	
    
    #tokushu.austen h2 span,
    #tokushu.austen h3 span,
    #tokushu.austen h4 span {
        display: block;
    }
 

#tokushu.austen h2 {
margin: 60px 0 20px 0;
font-size: 1.5em;
border: none;
line-height: 1.4;
border-bottom: #333 1px solid;
padding-bottom: 7px;
}

#tokushu.austen h2 span {
font-size: 75%;
margin-bottom: 8px;
}

#tokushu.austen h2.points {
border: none;
}

#tokushu.austen h2.points small {
background: #333;
color: #FFF;
font-size:1.3rem;
margin: -7px 15px 0 0;
display: inline-block;
width: 20px;
height: 20px;
padding: 15px;
text-align: center;
vertical-align: middle;
line-height: 1;
}

#tokushu.austen .kakomi {
margin: 60px 0;
padding: 30px;
background: #eaeaea;
}

#tokushu.austen .kakomi h3 {
margin: 0 0 15px 0;
border: none;
padding: 0;
text-decoration-line: underline;
text-decoration-color: #000;
text-decoration-thickness: 1px; 
text-underline-offset: 7px; 
}

#tokushu.austen .kakomi p {
margin: 20px 0;
}

#tokushu.austen .kakomi p:last-child {
margin: 20px 0 0 0;
}

#tokushu.austen .kakomi img {
width: 100%
}

#tokushu.austen h3 {
margin: 60px 0 15px 0;
font-size: 1.1em;
padding: 0;
line-height: 1.5;
border: none;
display: block;
}


#tokushu .ref {
line-height: 1.4;
}

#tokushu .photo {
margin: 20px 0;
}

#tokushu .index li:before {
display: none;
}
    
#tokushu.austen .index ol li {
padding: 0 10px 0 5px;
list-style-type: decimal-leading-zero;
margin: 0 0 0 25px;
}



    
    body.white .site h1 {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    body.white .site #tokushu h1,
    body.white .site #tokushu h2,
    body.white .site #tokushu h3,
    body.white .site #tokushu h4 {
        line-height: 1.3;
        font-weight: bold;
    }
    
    body.white .site #tokushu.austen h1 {
        font-size: 9.6vw;
        font-weight: bold;
		line-height: 1.2
    }
	
    body.white .site #tokushu.austen h1 span {
	margin-bottom:10px;
	}	
    

    body.white .site #tokushu.austen h2 {
        font-size: 26px;
    }
	
    body.white .site #tokushu.austen h3 {
        font-size: 22px;
		margin-top: 50px;
    }
	
	
body.white .site #tokushu.austen h2.points {
border: none;
font-size:1.4rem;
}

body.white .site #tokushu.austen h2.points small {
background: #333;
color: #FFF;
font-size:1.1rem;
margin: -7px 15px 10px 0;
display: block;
width: 15px;
height: 15px;
padding: 10px;
text-align: center;
vertical-align: middle;
line-height: 1;
}


body.white .site #tokushu.austen .kakomi h3 {
margin: 0 0 15px 0;
border: none;
padding: 0;
text-decoration-line: underline;
text-decoration-color: #000;
text-decoration-thickness: 1px; 
text-underline-offset: 7px; 
}
    
