@charset "UTF-8";
/*
 Share Style <
-------------------------------------------------
*/
body{
	margin:0;
	padding:0;
}
html{font-size:100%;}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}
#pageWrap ul{
	margin:0;
	padding:0;
	list-style:none;
}
#pageWrap {
	margin: 0 auto;
	color: #000;
	line-height:1.5;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #f0f0f0;
}
#pageWrap img{
  max-width: 100%;
  height: auto;
  border:0;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe,
.embed-container object,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*----------------------------------------------------
	header
----------------------------------------------------*/
#pageWrap header{background-color: #fff018;}
#pageWrap header h1{
  text-align: center;
  padding: 10px 0 0;
  margin: 0 auto;
  width: 220px;
}
#naviArea{
  background-color: #419de8;
}
#naviAreaWrap{
  display: flex;
  justify-content: space-between;
	position: relative;
  max-width: 1200px;
	width: 100%;
  margin: 0 auto;
}
/*ナビゲーションSNSボタン*/
#naviArea ul#snsLinkArea{
  display: flex;
  width: 150px;
  margin: 0;
  padding:10px 10px;
  list-style: none;
  background-color: #fff;
}
#naviArea ul#snsLinkArea li{
  width: 30px;
  height: 30px;
  padding: 0 5px;
}
/*ナビゲーションリンク*/
#naviArea ul.nav_list{
  display: flex;
  list-style: none;
  margin: 0;
  padding:10px 10px;
}
#naviArea ul.nav_list li{
  margin: 0;
  padding: 0;
  border-right: 2px solid #fff;
}
#naviArea ul.nav_list li a{
  display: block;
  padding: 3px 15px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#naviArea ul.nav_list li:last-child{border: none;}
#pageWrap #top-head .inner {position: relative;}
#pageWrap #top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
}
#pageWrap #top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
/* Toggle Button */
#pageWrap #nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 13px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#pageWrap #nav-toggle div {position: relative;}
#pageWrap #nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	left: 0;
	transition: .35s ease-in-out;
}
#pageWrap #nav-toggle span:nth-child(1) {top: 0;}
#pageWrap #nav-toggle span:nth-child(2) {top: 11px;}
#pageWrap #nav-toggle span:nth-child(3) {top: 22px;}

@media screen and (max-width: 1200px) {
	#naviArea{
		height: 50px;
	}
	#naviArea ul#snsLinkArea{position: absolute;}
	#pageWrap #top-head,
	#pageWrap .inner {
		width: 100%;
		padding: 0;
	}
	/* Fixed reset */
	#pageWrap #top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#naviArea ul.nav_list{
		display: flex;
		flex-direction: column;
		margin: 0;
		padding:0;
	}
	#naviArea ul.nav_list li{border: none;}
  #pageWrap #global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top:-1000px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 0;
		transition: .5s ease-in-out;
		margin:135px 0 0;
		z-index:100;
	}
	#pageWrap #global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#pageWrap #global-nav ul li {
		position: static;
		text-align: left;
	}
	#pageWrap #top-head #global-nav ul li a {
		width: auto;
		display: block;
		color: #fff;
		padding: 15px 10px;
		border-bottom: 1px solid #777777;
		text-align: center;
	}
	#pageWrap #top-head #global-nav ul li:last-child a{border-bottom: none;}
	#pageWrap #nav-toggle {display: block;}
	/* #nav-toggle 切り替えアニメーション */
	#pageWrap .open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
		z-index:100;
	}
	#pageWrap .open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
		z-index:100;
	}
	#pageWrap .open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
		z-index:100;
	}
	/* #global-nav スライドアニメーション */
	#pageWrap .open #global-nav {
		-moz-transform: translateY(910px);
		-webkit-transform: translateY(910px);
		transform: translateY(910px);
		z-index:100;
  }
}
@media screen and (max-width: 640px) {
	#pageWrap header h1{width: 120px;}
}

/*----------------------------------------------------
	topSectionsArea
----------------------------------------------------*/
#topSectionsArea{background-color: #f0f0f0;}
#topSectionsArea #mainNewsArea{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  padding: 50px 0;
	margin: 0 auto;
}
.leftArea{
  max-width: 870px;
  width: 100%;
}
#topSectionsArea #mainNewsArea .topMainAreaNewsList{display: flex;}

/* top上カード設定用 */
#topSectionsArea article{
  position: relative;
	width: 380px;
	background-color: #ffffff;
	margin:10px auto;
	border-radius: 12px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
	z-index: 3;
	transition: .3s;
	font-family: 'Noto Sans JP', sans-serif;
}
.topMainAreaNewsList article a,
#topNewsList article a,
#atherNewsListAreaFlexBox a,
#accordion a{
  display: block;
  text-decoration: none;
  color: #000;
}
.htbWrapCardDate{
  position: absolute;
  bottom: 7px;
  right: 15px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #737373;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
#topSectionsArea article .htbWrapCard{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

/* top左上用 */
#topSectionsArea article.topCard{
  width: 340px;
  margin: 10px 15px 10px 0;
	position: relative;
}
#topSectionsArea article.topCard .htbWrapCard{padding:10px 20px 25px; }
#topSectionsArea article.topCard .htbWrapCard h1{font-size: 1rem;}
#topSectionsArea article.topCard .asahiLabel{
	display: inline-block;
	background-color: #bc0000;
	border-radius: 3px;
	padding: 2px 10px 3px;
	color: #fff;
	font-weight: bold;
	font-size: 0.8rem;
	position: absolute;
	bottom: 10px;
	left: 20px;
	line-height: 1;
}

/* カード画像共通設定 */
.topCard figure{
  height: 191px;
  margin: 0 auto;
}
.topCard figure img{
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  height: 191px;
  width: 100%;
}

/* top右上３つ用 */
#topSectionsArea .topMainAreaNewsList03 article{
  max-width: 515px;
	width: 100%;
}
#topSectionsArea .topMainAreaNewsList03 article a{
  display: flex;
  flex-direction: row;
}

/* カード画像共通設定 */
#topSectionsArea .topMainAreaNewsList03 article figure{
  height: auto;
  width: 170px;
  margin: 0;
  border-right: 10px solid #419de8;
	overflow: hidden;
}
#topSectionsArea .topMainAreaNewsList03 article figure img{
  border-radius: 12px 0 0 12px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#topSectionsArea .topMainAreaNewsList03 article .htbWrapCard{
  width: 60%;
  padding: 10px 15px 25px;
	min-width: 300px;
	position: relative;
}
#topSectionsArea .topMainAreaNewsList03 article .htbWrapCard h1{font-size: 0.85rem;}

#topSectionsArea .topMainAreaNewsList03 article.asahiNews figure{
  border-right: 10px solid #bc0000;
}
#topSectionsArea .topMainAreaNewsList03 article .htbWrapCard .asahiLabel{
	display: inline-block;
	background-color: #bc0000;
	border-radius: 3px;
	padding:2px 10px 3px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 0.7rem;
	position: absolute;
	bottom: 6px;
	left: 15px;
	line-height: 1;
}


/* topリスト用 */
#topSectionsArea #topNewsList{
  display: flex;
  flex-direction: column;
}
#topSectionsArea #topNewsList article{width: 100%;}
#topSectionsArea #topNewsList article a{
  display: flex;
  flex-direction: row;
}
/* カード画像共通設定 */
#topSectionsArea #topNewsList article figure{
	height: auto;
  width: 200px;
  margin: 0;
  border-right: 10px solid #419de8;
}
#topSectionsArea #topNewsList article figure img{
  border-radius: 12px 0 0 12px;
  object-fit: cover;
	height: 100%;
  width: 100%;
}
#topSectionsArea #topNewsList article .htbWrapCard{
  width: 80%;
  padding:15px 15px 25px;
	position: relative;
}
#topSectionsArea #topNewsList article .htbWrapCard h1{font-size: 1rem;}


#topSectionsArea #topNewsList article.asahiNews figure{
  border-right: 10px solid #bc0000;
}
#topSectionsArea #topNewsList article .htbWrapCard .asahiLabel{
	display: inline-block;
	background-color: #bc0000;
	border-radius: 3px;
	padding:1px 10px 3px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 0.7rem;
	position: absolute;
	bottom: 6px;
	left: 15px;
	line-height: 1;
}


/* topサイドバー用 */
#topNewsSideArea{width: 300px;}
#topNewsSideArea #hokkaidonews24Area{line-height: 0;}
#topNewsSideArea .bannerBox,
#topNewsSideArea .adBannerArea{
	padding: 8px 0;
  line-height: 0;
}
#nextFeature{margin: 10px 0;}

@media screen and (max-width: 1200px) {
	#topSectionsArea #mainNewsArea{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: auto;
		padding: 30px 0;
	}
	.leftArea{margin:0 auto;}
	/* topサイドバー用 */
	#topNewsSideArea{
		max-width: 600px;
		width: 100%;
		margin: 30px auto 0;
		text-align: center;
	}
	#topNewsSideArea #hokkaidonews24Area{padding: 8px 0;}
	#topNewsSideArea #hokkaidonews24Area img{
		max-width: 600px;
		width: 100%;	
		height: auto;
	}
	#topNewsSideArea .bannerBox,
	#topNewsSideArea .adBannerArea,
	#nextFeature{
		padding: 8px 0;
		line-height: 0;
	}
}

@media screen and (max-width: 900px) {
	.leftArea{
		max-width: 600px;
		margin:0 auto;
	}
	#topSectionsArea #mainNewsArea .topMainAreaNewsList{
		display: flex;
		flex-direction: column;
	}
	/* top上カード設定用 */
	#topSectionsArea article{
		position: relative;
		max-width: 600px;
		width: 100%;
	}
	#topSectionsArea article.topCard .htbWrapCard {
  padding: 10px 20px 45px;
	}
	/* top左上用 */
	#topSectionsArea article.topCard{
		max-width: 600px;
		width: 100%;
	}
	/* top右上３つ用 */
	#topSectionsArea .topMainAreaNewsList03 article{
		max-width: 100%;
		margin: 15px auto;
	}
	/* カード画像共通設定 */
	#topSectionsArea .topMainAreaNewsList03 article figure{
		width: 200px;
	}
	.topCard figure{height: auto;}
	#topSectionsArea .topMainAreaNewsList03 article .htbWrapCard{
		width: 80%;
		padding: 10px 15px 25px;
	}
	#topSectionsArea #topNewsList article .htbWrapCard h1{transform: rotate(0.03deg);}
	
}

@media screen and (max-width: 640px) {
	#topSectionsArea #mainNewsArea{padding: 15px 0;}
	.leftArea{
		width: auto;
		margin:0 10px;
	}
	  /* top左上用 */
	#topSectionsArea article.topCard{
		max-width: 600px;
		width: 100%;
		margin: 0;
	}
	#topSectionsArea article.topCard .asahiLabel {
  	font-size: 0.7rem;
		bottom: 7px;
	}
	/* top右上３つ用 */
	#topSectionsArea .topMainAreaNewsList03 article .htbWrapCard h1{
		font-size: 0.75rem;
		line-height: 1.4;
	}
	#topSectionsArea article{margin: 5px auto;}
	#topSectionsArea .topMainAreaNewsList03 article{margin: 10px auto;}#topSectionsArea .topMainAreaNewsList03 article .htbWrapCard .asahiLabel{font-size: 0.6rem;left: 10px;}
	/* topリスト用 */
	#topSectionsArea #topNewsList article .htbWrapCard h1{
		font-size: 0.75rem;
		line-height: 1.4;
	}
	#topSectionsArea #topNewsList article .htbWrapCard{padding: 10px 10px 27px;}
	#topSectionsArea .topMainAreaNewsList03 article .htbWrapCard{
		width: 80%;
		padding: 5px 10px 25px;
		min-width: auto;
	}

	/* カード画像共通設定 */
	#topSectionsArea .topMainAreaNewsList03 article figure,
	#topSectionsArea #topNewsList article figure{
		height: 101px;
		height: auto;
		width: 130px;
		margin: 0;
		border-right: 5px solid #419de8;
	}
	#topSectionsArea .topMainAreaNewsList03 article.asahiNews figure,
	#topSectionsArea #topNewsList article.asahiNews figure{
		border-right: 5px solid #bc0000;
	}
	#topSectionsArea .topMainAreaNewsList03 article figure img,
	#topSectionsArea #topNewsList article figure img{
		border-radius: 12px 0 0 12px;
		object-fit: cover;
/*		height: 101px;*/
		height: 100%;
		width: 100%;
	}
	.topCard figure{height: auto;}#topSectionsArea #topNewsList article .htbWrapCard .asahiLabel{
		font-size: 0.6rem;
		left: 10px;
		padding: 1px 10px 2px 10px;
	}
	
}
@media screen and (max-width: 450px) {
	#topSectionsArea article.topCard .htbWrapCard h1{
		font-size: 0.9rem;
		line-height: 1.4;
	}
	#topSectionsArea #topNewsList article .htbWrapCard h1{
		font-size: 0.7rem;
		line-height: 1.3;
	}
	#topSectionsArea article.topCard .htbWrapCard{padding: 5px 20px 28px;}
}
/*----------------------------------------------------
	atherNewsListArea
----------------------------------------------------*/
#atherNewsListArea{background-color: #fff;}
#atherNewsListArea #atherNewsListAreaWrap{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	padding: 30px 0;
	margin: 0 auto;
}
#atherNewsListAreaFlexBox,
#accordion{
  display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#atherNewsListArea #atherNewsListAreaWrap .titleH1{
	padding:0 0 10px 0;
	margin-bottom: 20px;
	font-size: 2rem;
	border-bottom: 1px solid #d9d9d9;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	transform: rotate(0.03deg);
}

/* アーカイブカード設定用 */
#atherNewsListArea article{
  position: relative;
	width: 270px;
	background-color: #ffffff;
  margin:10px 29px 10px 0;
	padding: 0 0 25px;
	border-radius: 12px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
	z-index: 3;
	transition: .3s;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
}
#atherNewsListArea article:nth-of-type(3n){margin: 10px 0 10px 0;}

#atherNewsListArea article .htbWrapCard{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	transform: rotate(0.03deg);
	padding:10px 15px;
	min-height: 70px;
}
#atherNewsListArea article .htbWrapCard h1{
  font-size: 0.85rem;
	transform: rotate(0.03deg);
	position: relative;
}

#atherNewsListArea article .asahiLabel{
	display: inline-block;
	background-color: #bc0000;
	border-radius: 3px;
	padding:0 10px 1px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 0.7rem;
	position: absolute;
	left: 15px;
}

/* カード画像設定 */
#atherNewsListArea article figure{
  height: 152px;
  margin: 0 auto;
}
#atherNewsListArea article figure img{
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  height: 152px;
  width: 100%;
}
#atherNewsListSideArea{max-width: 300px;}

@media screen and (max-width: 1200px) {
	#atherNewsListArea #atherNewsListAreaWrap{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		max-width: 1200px;
		width: auto;
		padding: 20px 0;
		margin: 0 auto;
	}
	#atherNewsListSideArea{
		width: auto;
		margin: 20px auto;
		max-width: 96%;
		text-align: center;
	}
}

@media screen and (max-width: 900px) {
	#atherNewsListArea #atherNewsListAreaWrap .titleH1{
		padding: 0 0 5px 0;
		margin:0 10px;
		font-size: 1.5rem;
	}
	#atherNewsListAreaFlexBox,
	#accordion{
		display: flex;
		flex-wrap: wrap;
  		justify-content: space-between;
		padding: 0 10px;
	}
	#atherNewsListArea article{
		position: relative;
		width: 49%;
		margin:6px 0;
	}
	#atherNewsListArea article:nth-of-type(3n){margin:6px 0;}
	#atherNewsListArea article .htbWrapCard .asahiLabel {
		padding: 0 10px 1px 10px;
		font-size: 0.7rem;
		bottom: -30px;
		left: 15px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 620px) {
	#atherNewsListArea article .asahiLabel{
/*
		content: "";
		clear: both;
		display: block;
*/
		font-size: 0.6rem;
		bottom: 22px;
		left: auto;
		right: 14px;
	}
	#atherNewsListArea article{
		padding: 0 0 35px;
	}
/*
	#atherNewsListArea article .asahiLabel {
		display: inline-block;
		position: static;
 		float: right;
	}
*/
}

@media screen and (max-width: 450px) {
	#atherNewsListArea #atherNewsListAreaWrap .titleH1{margin-bottom: 10px;}
	#atherNewsListAreaFlexBox,
	#accordion{
		padding: 0;
	}
	#atherNewsListArea article{
		position: relative;
		width: 48%;
	}
	/* カード画像設定 */
	#atherNewsListArea article figure{height: 90px;}
	#atherNewsListArea article figure img{height: 90px;}
	#atherNewsListArea article .htbWrapCard{padding: 7px 10px;}
	#atherNewsListArea article .htbWrapCard h1{
		font-size: 0.75rem;
		line-height: 1.4;
	}
}

/*----------------------------------------------------
	contentsBodyArea
----------------------------------------------------*/
#contentsBodyArea{margin-bottom: 20px;}
#contentsBodyArea article{
	position: relative;
	width: auto;
	background-color: #ffffff;
	margin: 0 auto;
	border-radius: 12px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
	z-index: 3;
	transition: .3s;
	font-family: 'Noto Sans JP', sans-serif;
}
#contentsBodyArea article h1{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 30px 35px 0;
}
#contentsBodyArea article .entryDate{
	font-size: 0.95rem;
	text-align: right;
	padding: 10px 35px;
	margin: 0;
	color: #959595;
}
#contentsBodyArea article .newsText{
	padding: 20px 35px;
	font-size: 1rem;
	line-height: 1.7;
}

#pageWrap #contentsBodyArea article .imgOrMovieArea img{width: 100%;}
/* ソーシャルボタン */
.sns{
	display: flex;
	justify-content: flex-end;
	padding:10px 35px 20px;
}
.sns div{margin: 0 5px;}
.fb_iframe_widget{line-height: 0;}

@media screen and (max-width: 600px) {
	#contentsBodyArea article h1{
		font-size: 1.3rem;
		padding: 15px 20px 0;
	}
	#contentsBodyArea article .entryDate{
		font-size: 0.8rem;
		padding: 10px 20px;
	}
	#contentsBodyArea article .newsText{
		padding: 10px 20px;
		font-size: 0.8rem;
	}
	.sns{padding:10px 20px 20px;}
}

@media screen and (max-width: 400px) {
	#contentsBodyArea article h1{
		font-size: 1.2rem;
		padding: 15px 15px 0;
	}
	#contentsBodyArea article .entryDate{
		font-size: 0.7rem;
		padding: 10px 15px;
	}
	.sns{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding:10px 20px 20px;
	}
	.sns div{
		margin: 0 5px;
		text-align: center;
	}
	.sns div a{
		display: block;
		padding: 10px 5px 5px;
	}
	.line{background-color: #00b900;}
	.tweet{background-color: #1b95e0;}
	.fb-share-button{background-color: #1877f2;}
}
/*----------------------------------------------------
	infoSection
----------------------------------------------------*/
#pageWrap .infoSection{
	padding: 20px 35px;
	font-size: 1rem;
}
#pageWrap .infoBtn a,
.infoBtn{
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background-color: #419de8;
	text-decoration: none;
	color: #fff;
	border-radius: 7px;
	font-size: 1.2rem;
}
#pageWrap .infoBtn a img{width: 90%;}
#att{
	padding: 20px 35px 35px;
	font-size: 0.8rem;
}

@media screen and (max-width: 600px) {
	#contentsBodyArea article .infoSection{
		padding: 10px 20px;
		font-size: 0.8rem;
	}
}

/*----------------------------------------------------
	archivesBanner
----------------------------------------------------*/
#pageWrap #archivesBanner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	max-width: 600px;
	margin: 0 auto;
	padding: 40px 10px;
}
#pageWrap #archivesBanner ul li{
  width: 49%;
  text-indent: 0;
  padding: 0;
}
#pageWrap #archivesBanner ul li img{
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
	#pageWrap #archivesBanner ul{
		padding: 20px 10px;
	}
}
/*----------------------------------------------------
	link
----------------------------------------------------*/
#pageWrap a:link,
#pageWrap a:visited{
	color:#205eaa;
	text-decoration:none;
}
#pageWrap a:hover{color:#000000;}
#pageWrap .topMainAreaNewsList a:link,
#pageWrap .topMainAreaNewsList a:visited,
#pageWrap #topNewsList a:link,
#pageWrap #topNewsList a:visited,
#pageWrap #atherNewsListAreaFlexBox a:link,
#pageWrap #atherNewsListAreaFlexBox a:visited,
#pageWrap #accordion a:link,
#pageWrap #accordion a:visited{
	color: #000;
}
#newsListMore {
	width: 250px;
	margin: 25px auto;
	display: block;
	padding:20px 20px;
	background-color: #419de8;
  border-radius: 7px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.bannerBox{
	padding-bottom: 10px;
}
#staffpost{
	text-align: center;
	opacity: 0.3;
}

@media screen and (max-width: 450px) {
	#newsListMore {
		width: 150px;
		margin: 15px auto;
	}
}



#pageWrap .headerBlock .google-auto-placed{
	display: none;
}
#pageWrap #contentsBodyArea .google-auto-placed{
	display: none;
}
#pageWrap .atherNewsBlock .google-auto-placed{
	display: none;
}
#pageWrap .topMainAreaNewsList .google-auto-placed{
	display: none;
}