@charset "utf-8";
.about-top {
	width: 100%;
}
.about-top  h2 {
	font-weight: normal;
	text-align: center;
	font-size: 28px;
	line-height: 80px;
}
.about-main {
	width: 100%;
	height: auto;
}
.about-main img {
	float: right;
	margin-left: 45px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) { 
   .about-main img {
	clear:both;
	margin:0;
	width:100%
    }
    #more {
	text-align:center!important;	
    }

}
.about-main p {
	line-height: 34px;
	text-indent: 2em;
	
}

.about-pic {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 45px;
	clear: both;
	height:300px;
}

.about-more {
	padding:0.5em 2em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:solid 2px #00cc66;
	color:#00cc66;
	font-size: 14px;	
}
.item01 {
	text-align: center;
	width: 400px;
	height: 290px;
	max-width:100%;
}
.item01 img {
    max-width:100%;
	max-height:100%;
}
.item02 {
	text-align: center;
	width: 100%;
	max-width:100%;
}
.item02 img {
    max-width:100%;
}