@charset "utf-8";

#greeting > p {
	margin-bottom: 20px;
}

#greeting > p.president {
	margin-bottom: 0;
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	background: url(../images/greeting/president.png) center right no-repeat;
	background-size: contain;
}

#outline > h2 span {
	background: url(../images/outline/title.png) center center no-repeat;
}


@media only screen and (max-width: 768px) {
	
#outline > h2 span {
	background: url(../images/outline/title_sp.png) center center no-repeat;
	background-size: 50%;
}
	
}
