@charset "UTF-8";

.contact-warning {
	color: #f00;
	font-size: 0.8rem;
	position: relative;
}

#contact-result {
	margin-top: 20px;
	text-align:center;
}

#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: rgba(255, 255, 255, 0.59);
	z-index: 110;
	text-align: center;
	padding: 20px;
}

#contact-confirm-view .box {
	background: #fff;
	overflow: auto;
	margin-bottom: 20px;
	color: #000;
}

#contact-confirm-view h2 {
	margin-bottom: 20px;
	font-size: 22px;
    font-weight: bold;
    color: #6C5651;
	background-color: #fff;
    padding: 5px;
}

#contact-confirm-view table {
	margin-bottom: 40px;
}

#contact-confirm-view table th {
	font-size: 1rem;
	font-weight: normal;
	text-align: left;
	padding: 20px;
	min-width: 100px;
}

#contact-confirm-view table td {
	font-size: 1rem;
	font-weight: normal;
	text-align: left;
	padding: 10px 20px;
}

#contact-submit{
	width: 160px;
    height: 38px;
    background-color: #fff;
    border: 1px solid rgba(108, 86, 81, 0.45);
    text-align: center;
	-webkit-appearance: none;
}