@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url("../img/company_img/pagetitle_bg.jpg") center top no-repeat #404040;
	background-size: cover;
}
@media print, screen and (min-width:768px) {
#pagetitle {
	background: url("../img/company_img/pagetitle_bg.jpg") center 40% no-repeat #404040;
	background-size: cover;
}
}

/*------------------------------------------------------------Content*/
.map {
	height: 299px;
}
@media print, screen and (min-width:768px) {
.map {
	height: 360px;
}
}
