@charset "UTF-8";

/* last update 2015.04.23 */

/** PC・スマホ共通 **/
#home .header {
}


/** under 767px **/
@media screen and (max-width: 767px) {

.header {
	width: 94%;
	padding: 3% 0 0;
	margin: 0 auto 8%;
}

.header h1 {
	display: block;
	background: url(../images/header-sp.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	padding: 41.43% 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	margin: 0 0 6%;
}
.header p {
	display: block;
	background: url(../images/oa-sp.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 84%;
	padding: 17.97% 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	margin: 0 auto;
}


}


/** over 768px **/
@media screen and (min-width: 768px) {

.header {
	width: 980px;
	padding: 8px 0 0;
	margin: 0 auto 36px;
}

.header h1 {
	display: block;
	background: url(../images/header.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	width: 845px;
	height: 186px;
	margin: 0 0 0 56px;
}
.header p {
	overflow: hidden;
	height: 0px;
}


}
