@charset "utf-8";

header div.MV{
	min-width: 1000px;
	padding-top: 24.3%;
	background: url(../img/greet/greet_mv.jpg) no-repeat top center;
	background-size: 100% auto;
	position: relative;
}
header div.MV p.mvTtl{
	padding-top: 9%;
}

#contents{
	background: url(../commons/img/bg01.png) repeat;
}
div.greet{
	width: 1002px;
	margin: 0 auto;
	padding: 75px 0 45px;
}
div.greet h3{
	font-size: 30px;
	padding-bottom: 15px;
	background: url(../commons/img/border_btm.png) no-repeat;
	background-position: left bottom;
}
div.greet p{
	width: 1002px;
	margin: 50px auto 0;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 3px;
}
div.greet p.ttl{
	font-size: 22px;
	margin-top: 40px;
	letter-spacing: 3px;
}
div.greet p.sign{
	text-align: right;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 3px;
}
div.greet p.name{
	text-align: right;
	margin-top: 25px;
}



 @media screen and (max-width: 480px) {

header div.MV{
	min-width: 320px;
	padding-top: 30%;
	background: url(../img/greet/greet_mv.jpg) no-repeat top center;
	background-size: 125% auto;
	position: relative;
}
header div.MV p.mvTtl{
	position: absolute;
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
	width: 100%;
	padding-top: 0;
}
header div.MV p.mvTtl img{
	width: 80%;
	height: auto;
}

div.greet{
	width: 94%;
	margin: 0 auto;
	padding: 30px 0 50px;
}
div.greet h3{
	width: 120px;
	font-size: 30px;
	padding-bottom: 15px;
}
div.greet p{
	width: 94%;
	margin: 50px auto 0;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 3px;
}
div.greet p.ttl{
	font-size: 22px;
	margin-top: 40px;
	letter-spacing: 3px;
}
div.greet p.sign{
	text-align: right;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 3px;
}
div.greet p.name{
	text-align: right;
	margin-top: 25px;
}

}
