
._frame1 {
	width: 100%;
	height: auto;
	background-color:#ffffff;
	margin-top:144px;
}

._frame1 ._contents {
  height: auto;
  margin: 0px auto;
  box-sizing: border-box;
}

._frame1 ._contents ._l1-header {
	width: 100%;
	display: block;
	color: #595959;
	font-weight:300;
	text-align:center;
	margin: 0px auto;
	padding: 1% 0px;
}

._frame1 ._contents ._body {
  height: auto;
  box-sizing: border-box;
}

._empty_seperator_h1 {
	height: 100px;
}
._empty_seperator_h1_g {
	height: 100px;
}
@media only screen and (max-width: 768px) {
	._frame1 {
		margin-top:175px;
	}
	._empty_seperator_h1 {
		height: 50px;
	}
	._empty_seperator_h1_g {
		height: 50px;
		background-color: #eeeeee;
	}
}