@charset "UTF-8";
/*====================================
	for greeting.html
	Date of 2016.5.26
====================================*/

.video {
	position: relative;
	padding-top: 55%;
	width: 100%;
	margin: 0 auto 5px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
  	height: 100% !important;
}
.greetingName {
	border-bottom: 1px dotted #221814;
	margin-bottom: 25px;
}
#greetingImg {
	display: none;
}
.caption {
	font-size: 90%;
	margin-bottom: 10px;
	text-align: center;
}
.greetingLead {
	font-weight: 900;
	font-size: 125%;
	margin-bottom: 10px;
	line-height: 1.4em;
}

/* 769px～ */
@media print, screen and (min-width: 769px){
.video {
	position: relative;
	padding-top: 60%;
	margin: 0 auto;
}
#greetingImg {
	display: block;
	float: left;
	width: 28.809523809524%;
}
.greetingText {
	width: 64.880952380952%;
	float: right;
}
.movieWrapper {
	margin: 0 auto;
	width: 50%;
	max-width: 1000px;
	padding: 0 7.5%;
}
.movieL {
	float: left;
	width: 47%;
}
.movieR {
	float: right;
	width: 47%;
}
}