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

/* 閉じるボタン変更 */
#cboxClose , #cboxClose:hover{
	top:-15px;
	right:-15px;
	background-color:#000;
	border-radius:50%;
	background-size:20px 20px;
	background-image:url("../img/ico/ico_close.svg");
	background-position:50% 50%;
}

/* お知らせポップアップ内のデザイン調整 */
#newsPopup h1{
	font-size:1.6rem;
	padding-bottom:0;
	text-align:center;
}
#newsPopup h2{
	color:#fff;
	background-color:#EC6161;
	text-align:center;
	padding:15px;
}
#newsPopup p{
	padding-top:20px;
	padding-bottom:20px;
}
#newsPopup .btn-primary{
	color:#fff;
	background-color:#EC6161;
	font-size:1.2rem;
}
#newsPopup .btn-primary:hover{
	background-color:#EC3C3C;
}

@media screen and (min-width: 520px) {
	#newsPopup p{
		padding-left:30px;
		padding-right:30px;
	}
}