@charset "utf-8";
/* CSS Document */

.meb_dem_btn{
	background-color: #FFA400;
	text-decoration: none;
	color: white;
	padding: 1px 10px;
	border-radius: 5px;
	font-size:0.85em;
}

.meb_box ul li{
    display: inline-block;
    margin: 10px;
}
.meb_box ul a{
    background-color: rgba(226, 237, 204, 0.76);
    display: block;
    width: 250px;
    height: 120px;
    text-align: center;
    font-size: 1.5em;
    line-height: 120px;
    text-decoration: none;
    color: #132e05;
    font-weight: bold;
    border-radius: 5px;
}