@charset "utf-8";

.pageTitle{
	background: url(../../img/h2/about.png) no-repeat center top;
}

#page_company .article{
	margin-top:-50px;
}
.topImage{
	text-align:center;
}
.topImage img{
	width:650px;
}

@media screen and (max-width: 768px) {
/*tablet*/
.topImage img{
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width: 479px) {
/*sp*/
}
