every-ing
2026.04.01
/* --- every-ing --- */
.color-every-ing:before {
background: -webkit-gradient(linear, to top, to bottom, color-stop(0%, #9fd6f5), color-stop(100%, #ffffff)) no-repeat scroll center center #9fd6f5;
background: -webkit-linear-gradient(to top, #9fd6f5 0%, #ffffff 100%) no-repeat scroll center center #9fd6f5;
background: -moz-linear-gradient(to top, #9fd6f5 0%, #ffffff 100%) no-repeat scroll center center #9fd6f5;
background: -o-linear-gradient(to top, #9fd6f5 0%, #ffffff 100%) no-repeat scroll center center #9fd6f5;
background: linear-gradient(to top, #9fd6f5 0%, #ffffff 100%) no-repeat scroll center center #9fd6f5;
}
.color-every-ing .main-logo img {
max-width: 200px;
}
@media (min-width: 768px) {
.color-every-ing .main-logo img {
max-width: 400px;
}
}