@charset "utf-8";

/* greeting */

article { margin-top: 72px; }

.contents { background: #F5F5F5 url(../../greeting/img/bg.png) top no-repeat; background-size: 100% auto; z-index: 0; margin-bottom: 0;
	padding-bottom: 3rem;
}
#textImage { text-align: center; padding: 2rem 0rem 1.5rem; max-width: 100%; }


#greetingMsg { width: 95%;
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
	margin: 0 auto;
	padding: 1em 0 20px 0;
}
.greeting_image {
	padding: 10px 16px 0 16px;
}
.greeting_image dt {
	text-align: center;
}
.greeting_image dt img {
	width:	100%;
}
.greeting_image dd {
	text-align: right;
	margin-top: 5px;
	
}
.greeting_image .name {
	font-size: 1.4em;
}

@media only screen
and (min-width : 460px) {
#textImage {
	max-width: 100%;
}

}
