.btn1{
	display: flex; 
    flex-direction:row;
	height: 170px;
	width:560px;
	padding: 0 0 0 10px;
	list-style:none;
	text-align: left;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.btn1 .btnA a {
	display: block;
	width:237px;
	height: 97px;
	float:left;
	font-size:18px;
	background-image: url(../images/btn1_bg1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#fff;
	padding: 70px 0 0 30px;
	margin: 0 10px 0 0;
	border: 1px solid #009923;
	text-decoration:none;
	color:#000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-table;
	vertical-align:middle;
}

.btn1 .btnB a {
	display: block;
	width:237px;
	height: 97px;
	float:left;
	font-size:18px;
	background-image: url(../images/btn1_bg2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#fff;
	padding: 70px 0 0 30px;
	margin: 0 0px 0 10px;
	border: 1px solid #009923;
	text-decoration:none;
	color:#000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
	
.btn1 .btnA a:hover {
	background-color:#bfe5c8;
}

.btn1 .btnA a:active {
	background-color:#bfe5c8;
}

.btn1 .btnB a:hover {
	background-color:#bfe5c8;
}

.btn1 .btnB a:active {
	background-color:#bfe5c8;
}

.btn2{
	display: block;
	width:580px;
	padding: 0;
	list-style:none;
	text-align: center;
	float: left;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}


.btn2 li a {
	display: block;
	width:171px;
	height: 55px;
	float:left;
	font-size:18px;
	background-image: url(../images/navi_arrow.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-color:#fff;
	padding: 30px 0 0 0;
	margin: 0 10px;
	border: 1px solid #009923;
	text-decoration:none;
	color:#000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
	
.btn2 li a:hover {
	background-color:#bfe5c8;
}

.btn2 li a:active {
	background-color:#bfe5c8;
}

