@charset "utf-8";
/* CSS Document */

.greenmenu_01{
	width:19.9%;
	height:30px;
	text-align:center;
	display:block;
	background-color:#23ac38;
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
}

.greenmenu_01 a{
    text-decoration:none;
	color:#FFF;
	display:block;
}

.greenmenu_01 a:hover{
	color:#FFF;
	text-decoration:none;
    background-color:#0d5518;
	display:block;
}


.greenlist{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex: wrap;
}

.green_btn01{
	width:100%;
	height:35px;
	font-size:15px;
	font-weight:bold;
	line-height:35px;
	display:block;
	text-align:center;
	background-color:#23ac38;
	box-sizing:border-box;
}

.green_btn01 a{
    text-decoration:none;
	color:#FFF;
	display:block;
}

.green_btn01 a:hover{
	color:#FFF;
	text-decoration:none;
    width:100%;
    background-color:#0d5518;
}


.green_btn02{
	width:100%;
	height:40px;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	display:block;
	text-align:center;
	box-sizing:border-box;
	border:2px solid #099;
}

.green_btn02 a{
    text-decoration:none;
	color:#099;
	display:block;
}

.green_btn02 a:hover{
	color:#FFF;
	text-decoration:none;
    width:100%;
    background-color:#099;
}


.green_btn03{
	width:100%;
	height:35px;
	font-size:15px;
	font-weight:bold;
	line-height:35px;
	display:block;
	text-align:center;
	background-color:#9fe5ff;
	box-sizing:border-box;
}

.green_btn03 a{
    text-decoration:none;
	color:#0065c4;
	display:block;
}

.green_btn03 a:hover{
	color:#FFF;
	text-decoration:none;
    width:100%;
    background-color:#0065c4;
}


.green_price{
	color:#E22; 
	font-weight: bold;
	margin-top: 10px;
	font-size:16px;
}

.green_price span{
	font-size:186%;
	letter-spacing: -1px;
	font-style: italic;
	line-height: 1em;
	font-family: "Arial Black", Tahoma, Helvetica, San-serif;
}