@charset  "UTF-8";

/* ------------------------------------------
	thanks.css
------------------------------------------- */
#thanks{
	background: #eee;
}



/* ダウンロードありがとうございます
----------------------------------------- */
#thanks .common_title{
	padding: 90px 0 100px 0;
}
.common_title h2{
	font-size: 35px;
	line-height: 1.5em;
}
#thanks .logo_img{
	width: 180px;
	margin: 0 auto 20px auto;
}
#thanks .logo_img img{
	width: 100%;
}
#thanks .thanks{
	background: #fff;
	padding: 60px 0;
}


#thanks .dl_link a{
	color: #fff;
	font-weight: 700;
    background: #147fcc;
	border-radius: 2px;
	margin: 0 7px;
	padding: 2px 7px 3px 10px;
}

/* SP 横 */
@media screen and (max-width:667px){

	#thanks .common_title{
		width: 100%;
		padding: 40px 15px;
	}
	.common_title h2{
		font-size: 25px;
	}
	#thanks .logo_img{
		width: 100px;
		margin: 0 auto 20px auto;
	}
	#thanks .logo_img img{
		width: 100%;
	}
	#thanks .thanks{
		padding: 40px 20px;
	}
	
	
	#thanks .dl_link a{
		padding: 2px 7px 3px 5px;
	}
	
}



/* アップデートが完了しました
----------------------------------------- */
#thanks .upd_area{
	width: 100%;
	margin: 0 auto;
}
#thanks .upd_area .catch{
	width: 470px;
	font-size: 18px;
	font-weight: 700;
    color: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(108, 187, 186, .7), rgba(71, 147, 202, .7));
	border: 1px solid #60BFBF;
	border-radius: 3px;
	margin: 0 auto 30px auto;
    padding: 12px 30px;
}
#thanks .upd_area .catch.uninstall{
	background: linear-gradient(90deg, rgba(200, 200, 200, .7), rgba(120, 120, 120, .7));
	border: 1px solid #c2c2c2;
}

#thanks .upd_txt {
	font-size: 27px;
	font-weight: 700;
	line-height: 1.4em;
}
#thanks .upd_txt span {
	font-size: 16px;
	font-weight: normal;			
}

#thanks .thanks_txt{
	width: 470px;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #60BFBF;
	margin: 20px auto 0 auto;
	padding: 30px;
}

#thanks .forums_link{
	color: #147FCC;
	text-decoration: underline;
}

/* SP 横 */
@media screen and (max-width:667px){

	#thanks .upd_area .catch{
		width: 100%;
		font-size: 16px;
	}
	#thanks .upd_txt {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.4em;
	}
	#thanks .upd_txt span {
		font-size: 13px;		
	}

	#thanks .thanks_txt{
		width: 100%;
		font-size: 13px;	
		margin: 0 auto;
		padding: 15px;
	}

}



/* 広告
----------------------------------------- */
#thanks .ad_area{
	width: 100%;
	background: #f2f2f2;
	padding: 70px 0;
}
#thanks .ad_area .ad_box{
	background: #fff;
	padding: 40px;
	display: block;
}

/* SP 横 */
@media screen and (max-width:667px){

	#thanks .ad_area{
		padding: 20px;
	}
	#thanks .ad_area .ad_box{
	}

}