/* CSS Document */

body, input, textarea { font-family: 'Noto Sans SC';}

#main #modelRoute .route .point h4 img {
	max-width: 100px;
}
#main #note dl {
	max-width: 790px;
}

@media screen and (max-width: 480px) {
	
	#main #modelRoute .route .point h4 img {
		max-width: 80px;
	}
	
	
}
