#commonEventBnr { width: 100%; max-width: 1000px; margin: 50px auto 0; box-sizing: border-box; padding: 0 20px;}
#commonEventBnr .bnrLink { display: block;}
#commonEventBnr .bnrLink img { width: 100%;}
#commonEventBnr .bnrTextLink { display: block; text-align: center; background: #009cac; color: #fff; text-decoration: none; padding: 0.5em 0; font-size: 16px; font-weight: bold; line-height: 1;}

@media screen and (max-width:767px){
	#commonEventBnr .bnrTextLink:hover { background: #ccc; color: #fff; text-decoration: none;}
}