@charset "utf-8";

h2 {
	background: url(img/ico_pttl.png) no-repeat center top;
	background-size: 45px 50px;
}
.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;
}