@charset "UTF-8";

#fixed_image{
	background-image: url(../images/main_image.jpg);
}

#main .staff_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	max-width:100%;
}

#main .inner p{
	line-height:380%;
	padding-left:80px;
	padding-right:80px;
}
#main .inner p:first-of-type{
	margin-top:40px;
}
#main .inner p:last-of-type{
	margin-bottom:10px;
}

#main .contents:last-of-type .inner p{
	line-height:300%;
	padding-left:40px;
	padding-right:40px;
}
#main .contents:last-of-type .inner p:first-of-type{
	margin-top:0px;
}
