@charset "utf-8";
h1 {
    font-size: 14px;
    font-weight: normal;
    color: #644126;
    line-height: 20px;
	width: 950px;
	margin: 0px auto 0 auto;
}
h2 {
    font-size: 22px;
    line-height: 1.5;
    color:#00AF17;
    padding: 0px 0 5px 25px;
    margin: 0 0 15px;
   background:url(../image/common/h2.png) no-repeat left 10px;
    -webkit-background-size: 15px auto;
    background-size:15px auto;
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
     transform: rotate(0.05deg);
    border-bottom: 1px solid #00AF17;
}
h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    color:#fff;
    padding: 7px 10px 7px 30px;
    text-decoration: none;
    position: relative;
    line-height: 1.4;
    background-image:url("../image/common/h3.png");
	background-repeat:no-repeat;
	background-position: 5px 10px;
    -webkit-background-size: auto auto;
    background-size: auto 20px;
	background-color:#91815B;
font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
     transform: rotate(0.05deg);
    border-radius: 7px;
}

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:#8B5D00;
    clear: both;
	border-top: 3px solid #F68500;
	border-bottom: 2px dotted #F68500;
}
h5 {
    font-size: 18px;
    color: #FF7373;
    border-bottom: 2px dotted #FF9326;
    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;
}