/*
#main h2 {
	background-image: url(images/h2.jpg);
}
*/
#greeting , #policy{
	margin-bottom: 40px;
	margin-right: 10px;
	margin-left: 10px;
}
#policy h3 {
	font-size: 16px;
	font-weight: bold;
	color: #8EC220;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3B3B3;
	padding-bottom: 5px;
}

#greeting p {
	line-height: 1.6em;
	margin-bottom: 1em;
}
#greeting .right{
	width: 150px;
	margin: 0 auto;
}
#greeting .text {
	margin-left: 2em;
	margin-right: 2em;

}


/*PC用*/
@media screen and (min-width:769px){
#greeting .left{
	float: left;
	width: 500px;
}
#greeting .right{
	float: right;
	width: 150px;
}
#greeting .photo img {
	width: 100%;
}
#greeting .photo {
	text-align: center;
	margin-bottom: 30px;
}


}
/*スマホ用*/
@media screen and (max-width:768px){
#greeting .photo img{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
}
