@charset "utf-8";
/* ヤマハ発動機ボートショー2019スペシャルサイトのCSSです */


/* highlights */
#keyimg {
background: 
url("../../shared/img/img_bg_mesh1.png") repeat 0 0,
url("../img/keyimg_about_01.jpg") no-repeat center center;
background-size: auto,cover;
}
.h-style4 {
font-size: 1.8rem;
}

@media print,  screen and (max-width: 960px) {
}
@media print,  screen and (max-width: 640px) {

#keyimg {
background: 
url("../../shared/img/img_bg_mesh1.png") repeat 0 0,
url("../img/keyimg_about_01.jpg") no-repeat center left;
background-size: auto,cover;
}
.h-style4 {
	padding-top: 0;
	margin-top: -1.2rem;
font-size: 1.4rem;
}
}

