@charset "utf-8";
h1 {
    font-size: 14px;
    font-weight: normal;
    color: #644126;
    line-height: 20px;
	
	position: absolute;
	left: 80px;
	top: 10px;
}
h2 {
    font-size: 22px;
    line-height: 1.5;
    color:#825D46;
    padding: 5px 0 5px 0px;
    margin: 0 0 15px;
    font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
     transform: rotate(0.05deg);
	border-top: 2px solid #CD905F;
    border-bottom: 1px dotted #CD905F;
}
h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    color:#947562;
    padding: 7px 10px;
    text-decoration: none;
    position: relative;
    line-height: 1.4;
    background-image:url("../image/common/h3.jpg");
	background-repeat:repeat;
	background-position: left top;
    -webkit-background-size: auto auto;
 
	background-color:#91815B;
font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
     transform: rotate(0.05deg);
    border-radius: 0px;
}

h3 span{font-size: 0.8em;
    display: block;
 font-weight: 700;}

h4 {
    font-size: 18px;
    line-height: 1.4;
    padding: 5px 0 5px 0px;
    margin: 0 0 10px 0;

    font-weight: bold;
    color:#947562;
    clear: both;
	border-top: 3px solid #947562;
	border-bottom: 2px dotted #947562;
}
h5 {
    font-size: 18px;
    color: #947562;
    border-bottom: 2px dotted #947562;
    margin: 0 0 10px;
    padding: 5px 0;
    line-height: 1.5;
    font-weight: bold;
}
h5 span {
    margin: 0 1em 0 0;
    padding: 0 0.5em;
    display: inline-block;
    border-radius: 5px;
    background-color: #FF7373;
    color: #FFFFFF;
}
.subtitle {
    font-size: 14px;
    color: #F99;
    padding-left: 10px;
    font-style: italic;
}
.number {
    font-size: 18px;
    color: #E5535D;
    margin-right: 10px;
    line-height: 40px;
}
.kana {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #BFAD95;
    padding-right: 1em;
    padding-left: 1em;
}
.category {
    font-size: 18px;
    color: #662c18;
    background: url(../image/common/category.png) repeat-x left bottom;
    font-weight: bold;
    padding: 5px 15px 10px;
    margin-bottom: 5px;
    text-align: left;
}
.vivid {
    font-size: 28px;
    font-weight: bold;
    color: #F90;
    line-height: 170%;
}
.notes {
    font-weight: bold;
    color: #F00;
}
.red {
    color: #D80000;
    font-weight: bold;
}
.bold {
    font-weight: bold;
    font-size: 14px;
}