@charset "utf-8";
/**
 * 自動再入会時のダイアログ表示用CSS
 */

#announce{
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* top: 203px; */
	/* left: 50%; */
	width: 460px;
	padding: 22px 20px 15px;
	/* margin: 0 0 0 -225px; */
	border: 10px solid #c00;
	background-color: #fedede;
	z-index: 999;
	font-size: 90%;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, 'Noto Serif JP', Georgia, メイリオ, Meiryo, serif;
}

#announce p {
	margin-bottom: 24px;
	font-size: 117%;
}

#announce .leadTxt {
	line-height: 1.8;
	margin-bottom: 24px;
	color: #f00;
	font-weight: bold;
	text-align: center;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, 'Noto Serif JP', Georgia, メイリオ, Meiryo, serif;
}

#announce .leadTxt span {
	font-size: 128%;
	font-weight: bold;
}

#announce .leadTxt strong{
	box-sizing: border-box;
	line-height: 1.8;
	margin-bottom: 24px;
	color: #f00;
	font-size: 133%;
	font-weight: bolder;
	text-align: center;
}

#announce .leadTxt2{
    font-size: 156%;
    line-height: 1.8;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, 'Noto Serif JP', Georgia, メイリオ, Meiryo, serif;
}

#announce p.closeBtn {
	width: 20px;
	margin: 28px auto 0;
	padding-left: 27px;
	white-space: nowrap;
	background: url(/mansion/premistclub/login/images/rn01/index_icon_01.gif) left center no-repeat;
}

#announce p.closeBtn a {
	font-size: 132%;
	color: #333;
	text-decoration: none;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, 'Noto Serif JP', Georgia, メイリオ, Meiryo, serif;
}

#announce p.closeBtn a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#announce{
		width: 80%;
		max-width:460px;
	}
}
