@charset "UTF-8";
/* CSS Document */
.contact_table{
	width:100%;
}

.contact_table th{
	width:150px;
	background-color:#EDEDED;
	text-align:center;
	vertical-align:middle;
}

.contact_table td{
	text-align: left;
}

.contact_table input{
	width:300px;
}

.bt{
	padding-top:10px;
	float:right;
}
input#BT_submit{
	padding: 5px 10px;
    background-color: #AD9157;
    color: #fff;
    border-style: none;
	cursor:pointer;
}
a#back{
	display:block;
}

input#BT_back{
	padding: 5px 30px;
    background-color: #CCC;
    color: #000;
    border-style: none;
	cursor:pointer;
}


.soudan_table{
	width:750px;
	margin-left:10px;
	margin-top:10px;
}

.soudan_table th{
	width:150px;
	background-color:#EDEDED;
	text-align:center;
	vertical-align:middle;
}

.soudan_table td{
	text-align: left;
}

.soudan_table input{
	width:300px;
}

@media screen and (max-width:640px){
.soudan_table{
	width: 100%;
	margin: 0;
}

#contact_box * {
	-webkit-appearance: none;
}

.contact_table th, .contact_table td, .soudan_table th, .soudan_table td {
    width: 100%;
	display: block;
	text-align: left;
}

.contact_table input, .contact_table textarea, .soudan_table input, .soudan_table textarea {
	width: 100%;
}

.bt {
    float: none;
	text-align: center;
}

input#BT_submit {
	display: inline-block;
	border-radius: 0;
	height: 1.5em;
	line-height: 1em;
	padding: 0.25em;
	vertical-align: top;
}

input#BT_back{
	display: inline-block;
	line-height: 1em;
	border-radius: 0;
}

input{
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1.5em;
}

select{
	height: 2em;
	font-size: 1.2em;
}

}