.pageimage-naka {
	background-image: url("../img/page02.jpg");
}

.gri-tt {
	font-size: 180%;
	line-height: 1.5;
	color: #007A3C;
}

.gre01 {
	width: 37%;
	float: left;
}
.gre02 {
	width: 57%;
	float: right;
}
.gre02 h4 {
	font-size: 130%;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #707070;
}
.gre02 h4 span {
	font-size: 70%;
	margin-left: 20px;
}

.sika01 {
	width: 47%;
	float: left;
}
.sika02 {
	width: 47%;
	float: right;
}


@media screen and ( max-width:800px )
{

.gre01 {
	width: 100%;
	float: none;
	padding-bottom: 20px
}
.gre02 {
	width: 100%;
	float: none;
}
	
.sika01 {
	width: 100%;
	float: none;
	padding-bottom: 20px
}
.sika02 {
	width: 100%;
	float: none;
}

}



