@charset "UTF-8";

.contact-warning {
	color: #f00;
	font-size: 0.8rem;
	top: -25px;
	position: relative;
}

#contact-result {
	font-size: 0.8rem;
	margin-top: 20px;
	margin-left: 20px;
}

#contact-confirm-mask {
	display: none;
	position: fixed;
	background-image: url(confirm-mask.png);
	background-repeat: repeat;
	z-index: 100;
}

#contact-confirm-view {
	display: none;
	position: fixed;
	background-color: #fff;
	z-index: 110;
	border: 1px solid #000;
	text-align: center;
	padding: 20px;
}

#contact-confirm-view .box {
	background: #f9f7f1;
	border: 1px solid #855710;
	overflow: auto;
	margin-bottom: 20px;
	color: #000;
}

#contact-confirm-view h2 {
	margin-bottom: 20px;
}

#contact-confirm-view table {
	margin-bottom: 40px;
}

#contact-confirm-view table th {
	font-size: 1rem;
	font-weight: normal;
	text-align: left;
	padding: 10px 20px;
	min-width: 100px;
}

#contact-confirm-view table td {
	font-size: 1rem;
	font-weight: normal;
	text-align: left;
	padding: 10px 20px;
}
