@charset "UTF-8";

/**
 * Orange: #F69700
 * Black: #010101
 * Gray: #F1F1F1
 * Blue: #00A5ED
*/

/**
 * Base Content
 */
table{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

/**
 * Header
 */
#header{
	padding-top: 50px;
	text-align: center;
}
#header .logoimg{
	width: 100px;
	height: auto;
}

@media (max-width: 767px) {
	#header{
		padding-top: 20px;
	}
	#header .logoimg{
		width: 50px;
	}

}

/**
 * Contact
 */
.contact_table{}
.contact_table th,
.contact_table td{
	position: relative;
	padding: 10px 0;
	font-size: 14px;
	line-height: 2;
	vertical-align: top;
}
.contact_table th{
	width: 200px;
}
.contact_table td div{
	margin-bottom: 10px;
}

.contact_table td div input,
.contact_table td div select{
	margin-left: 10px;
}
input{
	padding: 7px 10px;
	font-size: 14px;
	min-width: 200px;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
}
textarea{
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	height: 200px;
	width: 80%;
}

.cfRequired{
	color: #CC0000;
}
table .cfRequired{
	position: absolute;
	margin-left: 10px;
	right: 20px;
	top: 8px;
}

#privacy_note{
	border:1px solid #999999;
	background: #FCFCFC;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: 300px;
	overflow-y: scroll;
}
#privacy_note * {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}


@media (max-width: 767px) {


	.contact_table,
	.contact_table th,
	.contact_table td,
	.contact_table tr,
	.contact_table thead,
	.contact_table tbody{
		width: 100%;
		display: block;
	}
	.contact_table th,
	.contact_table td{}
	.contact_table th{
		font-weight: 700;
		padding: 15px 0 5px 0;
		font-size: 14px;
	}
	.contact_table td{
		padding: 0;
		font-size: 13px;
		line-height: 1.5;
	}
	.contact_table td div{
		margin-bottom: 15px;
	}

	.contact_table td div input,
	.contact_table td div select{
		margin-left: 0px;
		margin-top: 10px;
	}

	table .cfRequired{
		position: relative;
		right: auto;
		top: 0;
	}
	input{
		padding: 7px 10px;
		font-size: 14px;
		min-width: 200px;
		width: 100%;
		margin-right: 0px;
	}
	input[type="checkbox"]{
		width: 40px;
		min-width: 0;
	}
	textarea{
		height: 150px;
		width: 100%;
	}
	select{
		display: block;
		border: 1px solid #CCCCCC;
	}


	#privacy_note{
		padding: 15px;
		margin-bottom: 15px;
		height: 140px;
	}
	#privacy_note * {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 0.5em;
	}

}

@media (max-width: 767px) {

	#cta {
		padding-top: 51px;
	}
}