@charset "UTF-8";


/*------------------------------------------------
   Layout
------------------------------------------------*/

section#page_head {
	background-image: url(../img/concept/page_head_img@2x-100.jpg);
}

h3.title {
	text-align: center;
	margin: 40px 0;
}


/*------------------------------------------------
   Responsive
------------------------------------------------*/

@media screen and (max-width: 768px){

section#page_head {
	height: 187px;
}

section#page_head div.page_title {
	width: 200px;
	height: 187px;
}

}


@media screen and (min-width: 769px){

section#page_head {
	height: 600px;
	padding-top: 70px;

}

section#page_head div.wrap {
	width: 980px;
	margin: 0 auto;
}

section#page_head div.page_title {
	width: 200px;
	height: 220px;
}

}