mayn
2026.04.01
/* --- mayn --- */
.color-mayn:before {
background: -webkit-gradient(linear, to top, to bottom, color-stop(0%, #4a4a4a), color-stop(89%, #ffffff)) no-repeat scroll center center #4a4a4a;
background: -webkit-linear-gradient(to top, #4a4a4a 0%, #ffffff 89%) no-repeat scroll center center #4a4a4a;
background: -moz-linear-gradient(to top, #4a4a4a 0%, #ffffff 89%) no-repeat scroll center center #4a4a4a;
background: -o-linear-gradient(to top, #4a4a4a 0%, #ffffff 89%) no-repeat scroll center center #4a4a4a;
background: linear-gradient(to top, #4a4a4a 0%, #ffffff 89%) no-repeat scroll center center #4a4a4a;
}
.color-mayn .main-logo img {
max-width: 200px;
}
@media (min-width: 768px) {
.color-mayn .main-logo img {
max-width: 300px;
}
}