@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------- */
	/*	Map
	/* -------------------------------------------------- */
	
	.google_map { 
		position: relative;
		width: 470px;
		height: 470px;
		border-radius:50%;
		margin:0 auto;	}
	
	.google_map:after,
	.google_map:before {
		position: absolute;
		z-index: 5;
		left: 0;
		width: 100%;
		height: 0;
		content: '';
		
		-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
				box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);		
	}
	
	.google_map:after { top: 0; }
	
	.google_map:before { 
		bottom: 0;
		-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
				box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);	
	}
		
		.google_map img { max-width: none; }
		
		
	/* -------------------------------------------------- */
	/*	Map
	/* -------------------------------------------------- */
@media screen and (max-width: 38em) {	
.google_map {
    border-radius: 0;
    height: 470px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
}