charset "UTF-8";
/* CSS Document */

/* TOPページ */
/* メインビジュアルの下 */
.top-index-page .main-content .container .googlead .PC{
	margin: 0 auto;
	text-align: center;
}
.top-index-page .main-content .container .googlead .SP{
	margin: 0 auto;
	text-align: center;
}
@media screen and (min-width:641px){
	.top-index-page .main-content .container .googlead{
		margin-top: -25px;
		margin-bottom: 70px;
		text-align: center;
	}
	.top-index-page .main-content .container .googlead .SP{
		display: none;
	}
}
@media screen and (max-width:640px){
	.top-index-page .main-content .container .googlead{
		margin-bottom: 70px;
	}
	.top-index-page .main-content .container .googlead .PC{
		display: none;
	}
}

/* 広告バナーエリア下 */
.top-index-page .main-content .container .googlead_2 .PC{
	margin: 0 auto;
	text-align: center;
}
.top-index-page .main-content .container .googlead_2 .SP{
	margin: 0 auto;
	text-align: center;
}
@media screen and (min-width:641px){
	.top-index-page .main-content .googlead_2{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.top-index-page .main-content .googlead_2 .SP{
		display: none;
	}
}
@media screen and (max-width:640px){
	.top-index-page .main-content .googlead_2{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.top-index-page .main-content .googlead_2 .PC{
		display: none;
	}
}

/* 動画一覧エリア下 */
.top-index-page .main-content .googlead_3 .PC{
	margin: 0 auto;
	text-align: center;
}
.top-index-page .main-content .googlead_3 .SP{
	margin: 0 auto;
	text-align: center;
}
@media screen and (min-width:641px){
	.top-index-page .main-content .googlead_3{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.top-index-page .main-content .googlead_3 .SP{
		display: none;
	}
}
@media screen and (max-width:640px){
	.top-index-page .main-content .googlead_3{
		margin-bottom: 30px;
	}
	.top-index-page .main-content .googlead_3 .PC{
		display: none;
	}
}

/* 動画詳細ページ */
/* 動画進行表示エリアの下 */
.video-detail-page .googlead .PC{
	margin: 0 auto;
	text-align: center;
}
.video-detail-page  .googlead .SP{
	margin: 0 auto;
	text-align: center;
}
@media screen and (min-width:641px){
	.video-detail-page .googlead {
		margin-bottom: 20px;
	}
	.video-detail-page .googlead .SP{
		display: none;
	}
}
@media screen and (max-width:640px){
	.video-detail-page .googlead{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.video-detail-page .googlead .PC{
		display: none;
	}
}