@charset "utf-8";
#wrapper {
	background:url(../IMGs/about/content_bg.jpg) no-repeat top #fff;
}
#nav .nav_about a {
	background-image:url(../IMGs/about/nav.jpg);
	background-position:0 0;
}
#main {
	margin-top:0px;
	margin-bottom:100px;
}
.greeting_img {
	margin-bottom:20px;
}
.greeting .text {
	font-size:13px;
	/*color:#595757;*/
	line-height:1.6;
}


/*-------------------------SP------------------------*/
@media screen and (max-width: 767px){
	#main{
		padding: 0 15px;
		margin-bottom: 0;
	}
	.greeting_img{
		width: 100%;
		height: auto;
	}
	.greeting{
		margin-bottom: 60px;
	}
}