@charset "UTF-8";

.blue1 {
	color: #005bac;
	font-weight: 800;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 26px;
	line-height: 1.4em;
}

.contacth4 {
	background: #41b1e6;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
	border-radius: 28px;
	width: 100%;
}


.btn-2 {
	background: #d3d3d4;
	border: none;
	font-weight: bold;
	/*width: 100% !important;*/
}

.btn-3 {
	background: #f0f0f0;
	border: none;
	font-weight: bold;
}

.contacttel {
	text-align: center;
	padding: 20px 0 50px 0;

  display: block;
}
.contacttel img {
	margin-right: 25px;
}
.contacttel span {
	font-weight: bold;
	font-size: 20px;
	vertical-align: top;
	line-height: 50px;
}


/* ----------------------------------------------------------
   
   table
   
   ---------------------------------------------------------- */
table {
width:100%;
border-collapse:separate;
border-spacing:1px 1px;
margin:0.75em 0 1em 0;
background:#000;
}

table tr td {
	padding:13px 20px;
	background:#fff;
	text-align:left;
	/*text-align:center;*/
}
table tr th {
	padding:13px 20px;
	background:#dff2fc;
	text-align:left;
	color:#000;
	/*text-align:center;*/
	font-weight:bold;
	vertical-align:middle;
}

table tr td table.intable {
width:100%;
margin:0 !important;
background:none !important;
}

table tr td table.intable tr td {
	text-align:center !important;
	/*text-align:center;*/
}
table tr td table.intable tr th {
	background:#fff !important;
	text-align:center !important;
	color:#000 !important;
	/*text-align:center;*/
	font-weight:bold;
	vertical-align:middle;
}

.formBtn input.btnf {
    color: #fefefe;
    background: #322a22;
    border: #aaa 2px solid;
    display: inline-block;
    width: auto;
    line-height: 60px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    position: relative;
    padding: 0 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
 cursor:pointer;
}
.formBtn { text-align:center; padding:2em 0; }

input,select,textarea {
    padding: 0.5em;
    width: 97%;
    border: 1px solid #e1e1e1;
}
.red {color:#ff0000;}