@charset "UTF-8";

/*yahoo*/
#ad2{
  display:none;
}

@media screen and (max-width: 750px) {

	#ad2{
	  display:block;
	}

	#ad1{
	  display:none;
	}
}

/*google*/

.g_ad{
text-align: center;
margin: 20px 0px 10px;
}

/*google-auto-placed*/

#entryArea .google-auto-placed{
	margin:50px 0px;
}

/*rplayer*/

	.rplayer,
	.rop-wrapper,
	.rop-wrapper iframe{
		margin: 50px auto!important;
	}

@media screen and (max-width: 800px) {
	.rplayer,
	.rop-wrapper,
	.rop-wrapper iframe{
		width: 287px !important; text-align: center; margin: 30px auto!important; 
	}
}

/*fluct*/
#fluct-pc-sticky-ad {
	width: 100%;
	height: 90px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1999999;
	border: 0px;
	background: rgba(40, 40, 40, 0.3);
	opacity: 1;
}

#div-gpt-ad-1672038108659-0 {
	text-align: center;
	margin: 0px;
}

#fluct-pc-sticky-ad-close-button {
	width: 30px;
	height: 30px;
	background-size: 30px;
	position: absolute;
	top: -30px;
	left: 10px;
	background-repeat: no-repeat;
	background-image: url("https://pdn.adingo.jp/asset/close.svg");
}

#div-gpt-ad-1672038261132-0, #div-gpt-ad-1672038522928-0 {
	text-align: center;
}

#wrap .fluct_ad {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 0px 10px;
	margin: 10px 0px;
}

#wrap .fluct_ad>div {
	display: inline-block;
}

#wrap .fluct_ad_l, #wrap .fluct_ad_r {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;

	position: fixed;
	top: 50vh;
	text-align: center;
}

#wrap .fluct_ad_l {
	left: 50vw;
	transform: translateX(-805px) translateY(-300px);
}

#wrap .fluct_ad_r {
	right: 50vw;
	transform: translateX(805px) translateY(-300px);
}

@media screen and (max-width: 1610px) {
	#wrap .fluct_ad_l, #wrap .fluct_ad_r {
		transition: opacity 0.3s, visibility 0s ease 0.3s;

		opacity: 0;
		visibility: hidden;
	}
}
