@charset "utf-8";
/*-------------------------------------

-------------------------------------*/
header h1 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #666666;
    
    display: block;
}

.h1_box{background: #fff;
	padding: 2px 0;
width: 960px;
   margin: 0 auto 0 auto;}

h2,#archive h1.blogtitle {color:#7B6530;
	margin: 0 0 25px;
	line-height: 1.4;
	font-size: 22px;
	padding: 0px 0 5px 30px;
	border-radius: 0px;
	
	border-bottom: 2px solid #25A507;
	font-family: "Noto Serif JP", serif;
  font-weight: 600;
	transform: rotate(0.03deg);
background-image: url("../image/common/h2.png");
background-repeat: no-repeat;
background-position: left center;
background-size: auto 23px;}

h3 {
	font-family: "Noto Serif JP", serif;
  font-weight: 500;
	margin: 0 0px 15px;
	color:#5B3113;
	padding: 5px 10px;
	border-radius: 7px;
	font-size: 19px;
	line-height: 1.4;
	transform: rotate(0.03deg);
	position: relative;
	clear: both;
background:#E8F2CE;}



h4 {
	color:#6A5014;
	font-size: 18px;
	padding:5px 10px 5px 10px;
	margin: 0 0 15px 0;
	line-height: 1.3;
border: 1px solid #25A507;
	border-left: 7px solid #25A507;
	font-weight: bold;
}

h5{border-left: 5px solid #25A507;
font-weight: bold;
color: #6E4E2C;
margin: 0 0 10px 0;
padding-left: 10px;
font-size: 1.1em;}

h6{font-weight: bold;
color: #6E4E2C;
border-bottom: 2px dotted #25A507;
margin: 0 0 10px 0;}


.bgnone{border: none;
background: none;
padding: 0;}

.center{text-align: center;}

.bg_orange{background-color:#FE904D;}

.white{color: #fff;}

/*-------------------------------------




-------------------------------------*/
.boldred {
    color: #EC0000;
    font-weight: bold;
}
.vivid {
    font-size: 22px;
    font-weight: bold;
    color: #005724;
    line-height: 170%;
}
.notes {
    font-weight: bold;
    color: #F00;
}
.red {
    color: #F00000;
}
