#menu li:nth-child(3) a{background-color:#6f400f;}

.m_text{
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;
	box-sizing:border-box;
	display:table;
	width:100%;
	border-bottom:1px dotted #ccc;
}
.m_text span{
	display:table-cell;
	padding-bottom:5px;
	vertical-align:top;
}

.mp_title{
	width:260px;
	font-weight:bold;
	
}
.mp_text{padding-left:20px;}
.mp_text input[type="text"],.mp_text textarea{
	background:#fffdef;
	border:1px solid #ccc;
	width:80%;
	padding:5px;
}
.mp_text label{
	background:#efefef;
	position:relative;
	padding:5px 15px;
	border-radius:3px;
	cursor:pointer;
}
/*.mp_text label input[type="radio"]*/
.mp_text #jwe,
.mp_text #jok{
	display:none;
	margin:0;
	padding:0;
	position:absolute;
	top:10px;
	left:7px;
}



.job{color:#999; display:inline !important;}
.mp_text label input[type="radio"]:checked + .job{color:#0854cd;}

.mp_text #jwe:checked + label,
.mp_text #jok:checked + label{
	background:rgba(232, 65, 0, 0.95);
}
.mp_text #jwe:checked + label .job,
.mp_text #jok:checked + label .job{
	color:#fff;
}

.mp_text textarea{
	height:100px;
	resize:vertical;
}

.red{
	font-weight:normal;
	font-size:80%;
	color:#f00;
	margin-left:10px;
	display:inline !important;
}

.contact{
	cursor:pointer;
	border:0;
	display:block;
	text-align:center;
	text-decoration:none;
	margin:30px auto 70px;
	width:250px;
	height:40px;
	line-height:40px;
	background:rgba(232, 65, 0, 0.95);
	color:#fff;
	transition:background .5s;
}

.contact:hover{background:#d52800;}

#go_pro,#con_thx h1{margin:5px 20px 20px;}
#con_thx h1,#con_thx .s_text{text-align:center;}

@media screen and (max-width: 1150px){
	.m_text,.m_text span{display:block;}
	.mp_text{padding-left:0;}
}

@media screen and (max-width: 490px){
	.m_text{margin-bottom:10px;}
	.m_text span{
		display:block;
		width:100%;
	}
	#go_pro{margin:5px 0 20px;}
	.mp_text input[type="text"],.mp_text textarea{
		-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;
		box-sizing:border-box;
		width:100%;
	}
	.red{
		color:#f00;
		display:block !important;
		font-size:80%;
		font-weight:normal;
		margin:10px 0 0 0;
		padding-bottom:0 !important;
	}
}