@charset "utf-8";

#greeting #greeting_msg_wrap{
	background: #17316f;
	padding: 10px 0 0;
}
#greeting #greeting_msg_wrap .inner_wrap{
	background: #fff;
}

#greeting #greeting_msg_wrap h2 {
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
	margin:45px 0 50px;
}
#greeting #greeting_msg_wrap p{
	text-indent: 1em;
	/**
	font-size: 14px;
	font-size: 1.4rem;
	**/
	font-size: 18px;
	font-size: 1.8rem;
}
#greeting #greeting_msg_wrap .pic_wrap{
	margin:10px auto 60px;
}
#greeting #greeting_msg_wrap .pic_wrap li {
	padding: 0 10px;
}
#greeting #greeting_msg_wrap .pic_wrap li:nth-child(odd) {
	text-align: right;
}
#greeting #greeting_msg_wrap .pic_wrap li:nth-child(even) {
	text-align: left;
}
#greeting #greeting_pic_wrap{
	background: url(../images/bg_img.png);
}
#greeting #greeting_pic_wrap .pic_wrap li{
	width: 25%;
	max-width: 244px;
}

@media only screen and (max-width: 1000px) {

}
@media only screen and (max-width: 639px) {
	#greeting #greeting_msg_wrap .pic_wrap li{
		text-align: center;
	}
	
	#greeting #greeting_pic_wrap .pic_wrap li{
		width: 50%;
		max-width: 244px;
	}
}
