#menu li:nth-child(2) 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;
}

.mp_title{
	width:130px;
	font-weight:bold;
}

.contact{
	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;}

@media screen and (max-width: 1150px){}

@media screen and (max-width: 490px){
	.m_text{
		margin-bottom:10px;
	}
	.m_text span{
		display:block;
		width:100%;
	}
}