@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact .form-description {
	text-align: left;
}

#contact .form-description .section {
	margin-bottom: 40px;
}

#contact .form-description h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#contact .form-description p {
	margin-bottom: 20px;
}

#contact .form-description h4 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#contact .form-description ul {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #ccc;
	font-size: 16px;
}

#contact .form-description ol {
	margin-bottom: 20px;
}

#contact .form-description li {
	margin-left: 22px;
	list-style: disc;
}

#contact .form-description strong {
	font-weight: 100;
	font-size: 16px;
	color: #fd6d16;
}

#contact .form-description table {
	width: 100%;
	margin-bottom: 20px;
}

#contact .form-description th {
	width: 15%;
	padding: 10px;
	border: solid 1px #ccc;
	text-align: left;
	font-weight: 100;
}
#contact .form-description td {
	padding: 10px;
	border: solid 1px #ccc;
	text-align: left;
}


#contact .form-description .right-box {
	float: right;
}

#contact .mfp_phase_arrow {
	display: none;
}

#contact .text-red {
	color: #fd6d16;
}

#contact .text-blue {
	color: #7f8dba;
}

/* ---------------------------------------------------------d
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	clear: right;
}

