@charset "utf-8";

.rwd-grid-item p{
	text-align: center;
}

#rwd-content .rwd-grid-cardlist01 a.rwd-grid-item:hover::after, #rwd-content .rwd-grid-cardlist03 a.rwd-grid-item:hover::after, #rwd-content .rwd-grid-cardlist04 a.rwd-grid-item:hover::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none!important;
    box-sizing: border-box;
}

#rwd-content .rwd-grid-cardlist01 a.rwd-grid-item:hover {
     background-color: white!important; 
}

.hover:hover{
	opacity: 0.5;
}


@media print, screen and (min-width: 768px) {
	
	#rwd-content .rwd-keyvisual {
		background-position: center center;
		background-image: url(https://www.yamaha-motor.com.cn/marine/about/img/bunner_about.jpg)!important;
	}
	
	.font{
		font-size: 18px!important;
		color: #000000!important;
	}


	.rwd-grid-item{
		margin-bottom: 0px !important;
	}	
}

@media screen and (max-width: 767px) {
	#rwd-content .rwd-keyvisual {
		background-position: center center;
		background-image: url(https://www.yamaha-motor.com.cn/marine/about/img/SP_bunner_about.jpg)!important;
	}

	.font{
		font-size: 18px!important;
		color: #000000;
	}

}