@charset "UTF-8";
.recbn {
    background-color: #24adca;
    margin-bottom: 30px;
    text-align: center;
    line-height: 0;
}
.recbn a{
    display: block;
    background-color: #24adca;
    margin-bottom: 30px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.recbn a:hover{
    opacity: 0.5;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.recbn img{
    height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%; 
    max-width: 600px; 
}

