@charset "utf-8";

/*h2 {
	background: url(img/ico_pttl.png) no-repeat center top;
	background-size: 45px 50px;
}*/

h2 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
	width: 100%;
	height: 2.0rem;
	margin: 0 auto 30px;
	text-align: center;
	color: #5d3408;
	letter-spacing: 0.2em;
	font-size: 1.5rem;
	/*border-bottom: solid 2px #fff;*/
}

#contents h3 {
	clear: both;
	background: url(./img/bg_h3.png) no-repeat bottom;
	width: 600px;
	height: 40px;
  font-family: 'Noto Sans Japanese', sans-serif;
	color: #9e5b1f;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}

#maga li {
	background: url(img/ico_pdf.png) no-repeat left center;
	line-height: 50px;
	padding-left: 40px;
	border-bottom: dashed 1px #ccc;
}








.cpt dt {
	color: #72AF2D;
	font-weight: bold;
}
.cpt dd {
}
.imgBox {
	width: 100%;
	margin-bottom: 10px;
}
.imgBox li {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.imgBox li img {
	width: 100%;
	height: auto;
 border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.imgBox li:last-child {
	margin-right: 0;
}
.photo49r {
 width: 49%;
 height: auto;
 float: right;
 margin-left: 3%;
 border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}