.page_news main {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}

.header-area {
	margin-top: 50px;
}
.header-area p {
	color: #ED798D;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0;
}
.news-header {
	background: url("../misc/bg_main_top.png") center top no-repeat,  url("../misc/bg_main.png");
	padding-top: 140px;
	padding-bottom: 1px;
	margin-top: -35px;
}
.news-wrapper {
	max-width: 800px;
	margin: 0 auto;
}
.news-header h1 {
	font-size: 24px;
	font-weight: bold;
}
.news-header p {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.news-content {
	font-size: 18px;
	color: #666;
	margin-top: 60px;
	margin-bottom: 80px;
}
.news-content p {
	margin-bottom: 10px;
}

.frame-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
/*
  margin-bottom: 50px;
*/
}

.frame-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:740px) {
	.header-area {
		padding: 20px 0;
	}
	.header-area p {
		font-size: 20px;
		text-align: center;
	}
	.news-header {
		background: url("../misc/bg_main.png");
		padding: 15px 0;
		margin-top: 0;
	}
	.news-wrapper {
		padding-right: 12px;
		padding-left: 12px;
	}
	.news-header h1 {
		font-size: 15px;
	}
	.news-header p {
		font-size: 12px;
		margin-bottom: 0;
	}
	.news-content {
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.news-content p {
		margin-bottom: 10px;
	}
}