@charset "utf-8";

html {
	font-size: 31.25% !important;
}


/*for ie*/
@media all and (-ms-high-contrast: none){
  html {
	font-size: 31.25% !important;
}
}

#top_button {
	display: none !important;
}
header {
	position: relative!important;
	width: 100% !important;
}

#mv .blur {
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    top: 20% !important;
}

#mv {
    position: relative !important;
	height: 500px !important;
	background-attachment: scroll !important;
	background-size: cover !important;
}

#outline {
	background-attachment: scroll !important;
	background-size: cover !important;
}

#myCanvas {
	display: none !important;
}

#service .other h3:before {
	display: none !important;
}

#service ul li {
	font-size: 10px !important;
}

body {
	padding-top: 0px !important;
}

/*for firefox*/
@-moz-document url-prefix() {
	html {
	    font-size: 40% !important;
	}
	.gmap #map_canvas {
		width: 1000px !important;
	}
	#service .other ul li {
		font-size: 10px !important;
	}
}

.gmap {
	position: relative !important;
	width: 500px !important;
	height: 500px !important;
	page-break-before: always !important;
	text-align: center;
	margin: 100px auto 0 !important;
	overflow: hidden !important;
}

.gmap #map_canvas {
	display: none;
}

.gmap #map_canvas2 {
	position: relative !important;
	top: !important;
	left: !important;
	width: 500px !important;
	height: 500px !important;
}
