@charset "utf-8";

.container{
	height:1000px;
}

.caption{
	font-size:1.3em;
	color:#C03546;
	font-weight:bold!important;
}

#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%;
}
.note-Box{
	color:#5a5ace;
	/*color:#555;*/
	font-weight:normal;
    font-size: 1.2em;
	line-height: 1.4em;
	text-align:left;
	padding:0.5em 1em;
	margin-top:5px;
	text-indent:-0.75em;
/*
	border:solid 2px #555;
	border-radius: 5px;
	background-color: #f9fefe;
	background-color: #f5f5f5;
*/
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	user-select: text;
}
.note-Box p{
	padding-left:0.5em!important;
}
.note-Box a,
.note-Box a:visited{
	color:#f55;
	text-decoration: underline;
	padding: 0 2px;
}

.note{
	display:inline-block;
	color:#555;
	font-size:0.9em;
	margin-left:1em;
}

.fore-Box{
	color:#555;
	padding: 0.1em 0;
	margin-bottom:0.5em;
}
.fore-Box p{
	font-size: 0.8em;
	line-height: 1.75em;
	text-align:left;
	padding-left: 0.75em;
	text-indent:1em;
}
.fore-Box a{
	text-decoration: underline;
	padding: 0 2px;
}


.att-note{
	color:#5a5ace;
	padding-left:0.75em;
	font-size:0.9em;
	font-weight:normal;
}
.att-Box{
	color:#f55;
	padding: 0.1em 0.25em;
/*
    border:solid 1px #ccc;
	border:solid 1px #555;
	border-radius: 5px;
	background-color: #f9fefe;
	background-color: #f5f5f5;
*/
}
.att-Box p{
	font-size: 0.75em;
	line-height: 1.75em;
	text-align:left;
	padding-left: 1.5em;
	text-indent:-1em;
}
.att-Box a,
.att-Box a:visited{
	color:#55f;
	text-decoration: underline;
	padding: 0 2px;
}

.check-group{
	padding:3px 2px;
}
.check-group .note{
	display:block;
	color:#cbb;
	font-size:1em!important;
	margin-left:-1.75em!important;
}
.jobGroup{
	position:absolute;
	margin-top:12px;
	margin-left:12px;
}
.jobGroup:nth-child(2){
	margin-top:14px;
}
.jobGroup + label{
	display:block;
	font-size:1.1em!important;
	width:95%!important;
	padding:3px 7px 3px 32px;
	border:solid 1px #ccc;
	background-color:#fff;
	margin: 3px 0 5px 0;
}
.jobGroup:checked + label{
	background-color:#ceffff;
}
@media screen and (max-width: 560px) {
	#note-Box{
		font-size: 0.8em;
	}
}

#confirmBox{
	position:fixed;
	display:none;
	z-index:9999;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -15%);
	width:80%;
	height:55%;
	overflow-y:auto;
	
	font-size:0.9em;
	padding:10px 15px;
	background-color: #f9fefe;
	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:10em;
	padding-top:10px!important;
	padding-bottom:10px!important;
	padding-left:1em;
}
#confirmBox h2 {
	font-size:20px;
	font-weight:bold;
	position: relative;
	padding: 0.5em 0 0.5em 1em;
	border-left: 6px solid #777;
	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{
	font-size:1.1em;
	color: #5151ff;
	padding-left:1em;
}
#confirmBox .note{
	font-size:17px;
	padding-left:1em;
	line-height:1.5em!important;
	margin-bottom:0.5em;
}
#confirmBox table{
	margin-top:0.5em;
}

#mailSendBtn{
	background: #55f;
	color: #fff;
	border: 2px solid #99f;
	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: #5e5e5e;
	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;
}
#cnfBtn{
	color: #fff;
	background: #225e77;
	background: #5e5e5e;
	border: 2px solid #555;
	width:300px;
	font-size:1.1em;
	letter-spacing:10px;
	padding:12px 20px 12px 30px;
	margin-top:10px;
	margin-bottom:10px;
}
#cnfBtn:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#cnfBtn:active{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#cnf_message{
	min-height: 2em;
	max-height: 7em;
	overflow: auto;
}
.validation{
	color:#f55;
	padding-left:0.75em;
}
.hide{
	display:none;
}

#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 1.5em 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 1.5em 0.8em 1em!important;
	border-radius: 6px;
}
#sendmessage i,
#errormessage i{
	color:#717171;
	font-size:27px;
	position:relative;
	display:block;
	float:right;
	margin-top: -14px;
	margin-right: -27px;
}
#sendmessage th{
	width:9em!important;
}
#sendmessage td{
	padding-left:1em;
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	user-select: text;
}
#errormessage a,
#errormessage a:visited{
	color:#55f;
	text-decoration: underline;
	padding: 0 2px;
}

#CloseWrapper{
	min-height:250px;
	text-align:center;
	margin-top:20px;
}
#CloseMessage{
	font-size:19px!important;
	font-weight:bold;
	line-height: 1.75em;
	color:#f55;
	background-color: #fff5f5;
	margin-top:1em;
	margin-bottom:1em;
	padding: 2.5em 2em 2.5em 2em!important;
	border-radius: 6px;
}

#resbox{
	text-align:center;
	padding-top:20px;
}

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

@media screen and (max-width: 768px) {
	.att-Box{
		font-size:17px;
	}
	#confirmBox{
		top: 15%!important;
		left: 50%!important;
		transform: translate(-50%, -15%)!important;
		width:95%!important;
		height:70%!important;
	}
	#confirmBox th{
		padding-left:0.25em;
		width:8em;
	}
	#confirmBox .note{
		font-size:15px;
		padding-left:1em;
	}
	.btn{
		display: block;
		height: auto!important;
		width: 100%!important;
		
	}
	.jobGroup{
		position:absolute;
		margin-top:10px;
	}
}
@media screen and (max-width: 560px) {
	.att-Box{
		font-size:17px;
	}
	.select2-selection__rendered{
		font-size:14px!important;
		padding-left:5px!important;
	}
	.select2-results li{
		font-size:14px!important;
		padding-left:5px;
	}
}

#topBtn{
	margin-bottom:50px;
}

.select2{
	width:4em!important;
}

.select2{
	margin-left:8px;
}
.select2-selection--single{
	padding:5px 2px;
	height:40px!important;
}
.select2-selection__arrow{
	padding-top:38px!important;
}
.select2-selection__rendered{
	color:#cbb;
	font-size:17px;
	font-weight:normal;
}
.select2-results li{
	font-size:17px;
	line-height:1.4em;
	padding-left:12px;
}


. select2-selection__rendered {
line-height: 31px ! important;
}
. select2-container . select2-selection--single {
height: 35px ! important;
}
. select2-selection__arrow {
height: 34px ! important;
}
