@charset "UTF-8";
/* CSS Document */

/************************************

MAINIMAGE

************************************/
#about #mainimage{
	background-image:url(../about/images/mainimage.jpg);
}
@media only screen and (max-width:767px){
	#about #mainimage{
	background-image:url(../about/images/mainimage-sp.jpg);
}
}

/************************************

ごあいさつ

************************************/
#about #greeting {
	margin: 60px 0 80px 0;
}
#about #greeting .wrapper {
	width:720px;
}
#about #greeting .text {
	text-align:left;
	line-height:200%;
	margin:0 0 30px 0;
}
#about #greeting .name {
	text-align:right;
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HGS明朝E",  serif;
	line-height:200%;
}
@media only screen and (max-width:767px){
	#about #greeting .wrapper {
	width:84%;
}
#about #greeting .name {
	font-size:85%;
}
}
/************************************

同窓会グッズ

************************************/
#about #goods {
	margin: 0;
	background:#f8f8f3;
	padding:80px 0;
}
#about #goods p {
		line-height:180%;
	}
#about #goods .image {
	margin:50px 0 0 0;
	font-size:80%;
}
#about #goods .image img {
	margin:0 0 20px 0;
}

@media only screen and (max-width:767px){
	#about #goods p {
		text-align:left;
	}
}