/***** Contact *****/
#ContactArea,
#ConfirmArea,
#CompArea {
	position: relative;
	width: 1168px;
	padding: 24px 16px 0px;
}
#ContactArea .Heading,
#ConfirmArea .Heading,
#CompArea .Heading {
	width: 1168px;
}
#CompArea h2 {
	font-size: 28px;
	font-weight: lighter;
	color: #50A000;
	margin: 40px 0px 0px;
	text-align: center;
}	

#ContactArea table,
#ConfirmArea table {
	position: relative;
	width: 1000px;
	border-collapse: collapse;
	margin: 32px auto 0px;
}
#ContactArea th,
#ConfirmArea th {
	width: 240px;
	height: 40px;
	font-size: 13px;
	font-weight: lighter;
	text-align: left;
	padding-left: 32px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#ContactArea td,
#ConfirmArea td {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#ConfirmArea td span {
	line-height: 200%;
}
#ContactArea td {
	font-size: 12px;
}
#ConfirmArea td {
	font-size: 13px;
	font-weight: bold;
}

#CompArea strong {
	font-size: 16px;
	display: block;
	text-align: center;
	margin: 24px 0px 0px;
}
#CompArea p {
	font-size: 13px;
	line-height: 280%;
	text-align: center;
}

.ListIcon {
	width: 10px;
	height: 10px;
	margin-right: 8px;
	vertical-align: 0px;
}

#ErrMsg {
	position: absolute;
	top: 10px;
	left: 200px;
	color: #FF0000;
	font-size: 13px;
	margin: 0px auto;
}

.Line {
	width: 100%;
	height: 8px;
	border-bottom: dotted 1px #D8D8D8;
	margin: 0px 0px 8px;
}

#BtnArea {
	width: 1000px;
	padding: 24px;
	background-color: #EFEFEF;
	text-align: center;
	margin: 16px auto 0px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#BtnArea p {
	font-size: 13px;
	margin: 0px 0px 16px;
}

/***** Form *****/
.txt_480 {
	width: 360px;
	height: 32px;
	border: solid 1px #D8D8D8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
	outline: none;
	padding: 0px 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#txtMail_2 {
	margin-top: 8px;
}
.cmb_240 {
	width: 240px;
}
.txt_480_120 {
	width: 480px;
	height: 120px;
	border: solid 1px #D8D8D8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
	outline: none;
	padding: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn_184_f {
	width: 184px;
	height: 32px;
	color: #FFFFFF;
	font-size: 13px;
	background-color: #50A000;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	outline: none;
	cursor: pointer;
}
.btn_184_f:hover {
	background-color: #60C000;
}

.btn_184_b {
	width: 184px;
	height: 32px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 100%;
	text-decoration: none;
	background-color: #A0A0A0;
	padding: 10px 0px 0px;
	display: inline-block;
	vertical-align: -1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.btn_184_b:hover {
	background-color: #B8B8B8;
}

/*******************/
/***** Responsive *****/
/*******************/
@media screen and (max-width: 420px) {
	/***** Contact *****/
	#ContactArea,
	#ConfirmArea,
	#CompArea {
		position: relative;
		width: 100%;
		padding: 24px 0px 0px;
	}
	#ContactArea .Heading,
	#ConfirmArea .Heading,
	#CompArea .Heading {
		width: 100%;
	}
	#ContactArea table,
	#ConfirmArea table {
		width: 100%;
	}
	#ContactArea table {
		margin: 34px auto 0px;
	}
	#ContactArea th,
	#ContactArea td,
	#ConfirmArea th,
	#ConfirmArea td {
		display: block;
	}
	#ContactArea th,
	#ConfirmArea th {
		width: 100%;
		height: 32px;
		padding: 6px 0px 0px 0px;
	}
	#ConfirmArea td {
		font-size: 13px;
		padding-top: 8px;
	}
	
	#ErrMsg {
		top: 52px;
		left: 0px;
		margin: 0px;
	}

	.Line {
		width: 100%;
		height: 8px;
	}
	#ConfirmArea td .Line {
		height: 4px;
	}
	
	#BtnArea {
		width: 100%;
	}
	#BtnArea p {
		font-size: 12px;
		text-align: left;
		line-height: 180%;
		margin: 0px 0px 16px;
	}
	
	#CompArea h2 {
		font-size: 21px;
		margin: 32px 0px 0px;
	}
	#CompArea strong {
		font-size: 14px;
		margin: 16px 0px 0px;
	}
	#CompArea p {
		line-height: 240%;
		text-align: left;
	}
	
	/***** Form *****/
	.txt_480 {
		width: 100%;
		height: 40px;
		-webkit-appearance: none;
	}
	#txtMail_2 {
		margin: 4px 0px;
	}
	.cmb_240 {
		width: 100%;
	}
	.txt_480_120 {
		width: 100%;
		-webkit-appearance: none;
	}
	.easy-select-box .esb-displayer {
		height: 40px;
		background-size: 32px 40px;
		line-height: 40px;
	}
	.easy-select-box .esb-dropdown{
		top: 43px;
		max-height: 184px;
		overflow: scroll;
	}
	.easy-select-box .esb-item{
		padding: 6px 4px;
	}
	
	.btn_184_f {
		margin-top: 4px;
	}
	.btn_184_f:hover {
		background-color: #50A000;
	}
	.btn_184_b:hover {
		background-color: #A0A0A0;
	}
}