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

/* 警告 */
#alert{
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	width: 100%;
	padding: 10px;
	border: 1px solid #666666;
	background: #FFF;
	z-index: 100;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	zoom:1;
}

/* 送信ボタン */
.btn-area .btn__wfix{
	display: none;
}

#submit-alert{
	box-sizing: border-box;
	width:480px;
	padding: 17px 0 15px;
	margin: 20px auto 0;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	border: none;
	color: #FFFFFF;
	background: #FF0000;
	cursor: default;
}
