﻿@charset "utf-8";
/* CSS Document */
.panel {
	position: absolute;
	top: -1000px; /* #contents内の上から何pxか */
	left: -1000px; /* #contents内の左から何pxか */
}
img:hover {
   opacity: 0.5; /* 25％ほど透明にする */
}
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
#gg {
display: none;
}
#map_canvas { height:52% !important; min-height:160px; background-color:#666; text-align:center; overflow:hidden }
