@charset "utf-8";
/* CSS Document */
	/*内容部分*/
.box2{
	width:1200px;
	height:100%;
	margin:0 auto;
	overflow:hidden;
	}
.main1{
	width:100%;
	height:300px;
	float:left;
	overflow:hidden;
	margin-top:30px;
	border-bottom:1px #e5e5e5 solid;
	}
.main01{
	float:left;
	overflow:hidden;
	}
.main02{
	float:left;
	overflow:hidden;
	width:756px;
	height:300px;
	margin:0 0 0 40px;
	}
h2{
	float:left;
	overflow:hidden;
	font-size:28px;
	display: block;
    font-size: 2em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	}
h2 a{
	color:#1a1a1a;
	}
h2 a:hover{
	color:#d2803c;
	}
p{
	float:left;
	overflow:hidden;
	font-size:18px;
	font-size: 1.5em;
	color:#666666;
	text-indent:0em;
	text-align:justify;
	margin-top:20px;
	}











































