/**
 * 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 reset*/

/*css #main_con*/
.main_con{ width:100%; width:960px; height:auto; background-color: #e2eae5; margin:0 auto; overflow:hidden; padding:0 0 15px 0; border-bottom:#f7e8d9 1px solid;}

.main_con .banner{ width:100%; height:auto; position:relative;}

.main_con .banner img{ width:100%; height:auto;}

.main_con .text_inf{ width:95.7%; height:auto; background:#fff; margin:0 auto; padding:28px 0;box-shadow: 1px 1px 10px rgba(0,0,0,.2);border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
.main_con .text_inf .text{ width:90%; margin:0 auto; }

.main_con .text_inf  p{ font-size:16px; line-height:26px; margin-bottom:10px;}
.main_con .text_inf  p a{ text-decoration:underline;}

.text .bt {
	font-size: 18px;
	text-align: center;
}

.main_con .md {
		width: 100%;
		height: auto;
		position: absolute;
		float: left;
		top: 69%;
		left: 65%;
}
.main_con .md ul li{
	width: 15%;
	float: left;
	list-style: none;

}
.main_con .md ul li:nth-child(1){
	margin-right: 0.2%;
}
/*css #share*/







