@charset "utf-8";

#mainVisual #mv {
    background-image: url(/teiju/files/img/hataraku/mv.jpg);
}

@media screen and (max-width:767px){
	.google_map{
	    position:relative;
	    height:0;
	    padding-top: 250px;
	}
	.google_map iframe{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	}	
}
.access_map img {
	margin-bottom: 27px;
}



/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
#xxxx {
	*zoom: 1;
}