@charset "utf-8";
.l_greeting_gaiyou{
	margin-top: 0;
	max-width: 320px;
	font-size: .85em;
	text-align: center;
}
.l_greeting_gaiyou p{
	text-align: left;
}
.l_greeting_gaiyou h4{
	font-size: 1.2em;
}

/* -----------------------------------------------
responsive-gallery
----------------------------------------------- */
.main-container{
	margin: 0 auto;
	width: 800px;
}
.images div p{
	position: relative;
	text-align: center;
	top:100%;
	padding-top: 10px;
}
@media only screen and (max-width: 768px) {
	.main-container{
	margin: 0 auto;
	width: 100%;
}
}

