/**
 * PgwMenu - Version 1.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */

/*css #main_con*/
.main_con{ 
	width:960px; 
	height:auto; 
	margin:0 auto;
	background:url(../images/text_bg.jpg); 
	overflow:hidden; 
}

.main_con .m_banner{ 
	width:100%;
}
.main_con .m_banner img{
 	width:100%;
}
.main_con .text{
	width: 98%;
	background: #ffffff;
	margin: 0 auto;
	border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 16px;
	margin-bottom: 20px;
}
.main_con .text .tit{
	margin: 0 auto;
	margin-left: 20px;
	margin-right: 20px;
}
.main_con .tit h1{
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	color: #c23926;
	border-left: 4px solid #c23926;
	line-height: 22px;
	padding-left: 8px;
	margin-top: 18px;
	margin-bottom: 18px;
}
.main_con p{
	color: #676768;
	width: 96%;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 auto;
	letter-spacing: 0.4px;
}
.main_con .text .xz{
	width: 124px;
	height: 36px;
	border: 2px solid #c23926;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 16px;
}

.main_con .text h2{
	width: 116px;
	font-size: 20px;
	background: #c23926;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	line-height: 32px;
	letter-spacing: 2px;
	margin-top: 2px;
}
