/* スタイルシート: Google Maps API のバグ（IE で Pan Control の表示が崩れる）への対策 */
.gmnoprint div[title^="Pan"] { opacity:0 !important; }
.gmnoprint div[title="左へ"],div[title="右へ"],div[title="上へ"],div[title="下へ"] { opacity:0 !important; }
