@charset "utf-8";
html {
	border:0;
	margin:0 auto;
	padding:0;
}
body{ margin:0;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.map-icon {
	padding-top: 20px;
	padding-right: 6px;
}
.tap-content {
	vertical-align: top;
	white-space:nowrap;
}
.detail .sub_title{
	color: #5BA5B8;
	font-size: 120%;
	font-weight: bold;
}

#mapWrapper:before, #mapWrapper:after {
	display:table;
	content:" ";
}
#mapWrapper:after {
	clear:both;
}
#mapCanvas, #mapPano{ width:calc((100% - 30px)/2); float:left; margin:10px;}
#mapCanvas{ margin-right:5px;}
#mapPano{ margin-left:5px;}

@media (max-width: 979px) {	
	#mapWrapper > div{ width:calc(100% - 20px);}
}