@charset "utf-8";

.container{
	height:1000px;
}

.caption{
	font-size:1.3em;
	color:#C03546;
	font-weight:bold!important;
}
#confirmBox .att{
	font-size:18px;
	padding-left:1em;
	margin-bottom:2em;
}

#mask{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:400;
	background-color:#000000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	width:100%;
	height:100%;
}

#confirmBox{
	position:fixed;
	display:none;
	z-index:9999;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -15%);
	width:80%;
	height:90%;
	overflow-y:auto;
	
	font-size:0.9em;
	padding:10px 15px;
	background-color: #e1eef6;
	border-radius: 15px;
	box-shadow: 2px 2px #ccc;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#confirmBox th{
	width:7em;
	padding-top:6px!important;
	padding-left:1em;
}
#confirmBox h2 {
	font-size:18px;
	font-weight:bold;
	position: relative;
	padding: .25em 0 .2em .75em;
	border-left: 6px solid #6157ce;
	margin: 0.5em 0 1em 0;
}
#confirmBox h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
#confirmBox .cnf_Value{
	color: #5151ff;
	padding-left:1em;
}

#mailSendBtn{
	background: #55f;
	color: #fff;
	border: 2px solid #ccc;
	width:140px;
	font-size:1.1em;
	letter-spacing:10px;
	padding:12px 20px 12px 30px;
	margin-right:30px;
}
#mailSendBtn:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#closeCnfBtn{
	background: #777;
	color: #fff;
	border: 2px solid #ccc;
	width:140px;
	font-size:1.1em;
	letter-spacing:10px;
	padding:12px 20px 12px 30px;
}
#closeCnfBtn:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

#cnf_message{
	min-height: 2em;
	max-height: 7em;
	overflow: auto;
}
.validation{
	color:#f55;
	padding-left:0.75em;
}
#sendmessage{
	display:none;
	font-size:18px!important;
	font-weight:bold;
	line-height: 1.5em;
	/*color:#C03546;*/
	color: #457ea9;
	background-color: #cefefe;
	margin-top:1em;
	margin-bottom:1em;
	padding: 0.8em 1em!important;
	border-radius: 6px;
}
#errormessage{
	display:none;
	font-size:18px!important;
	font-weight:bold;
	line-height: 1.5em;
	color:#f55;
	background-color: #fff1f1;
	margin-top:1em;
	margin-bottom:1em;
	padding: 0.8em 1em!important;
	border-radius: 6px;
}

#resbox{
	text-align:center;
}

.btn{
	font-size:20px!important;
	width:10em!important;
	margin-top:1em;
	border-radius:6px;
}

@media screen and (max-width: 768px) {
	#confirmBox{
		top: 15%!important;
		left: 50%!important;
		transform: translate(-50%, -15%)!important;
		width:85%!important;
		height:95%!important;
	}
	#confirmBox th{
		padding-left:0.25em;
	}
	#confirmBox .att{
		font-size:15px;
		padding-left:1em;
	}
	.btn{
		display: block;
		height: auto!important;
		width: 100%!important;
		
	}
}
