@charset "utf-8";
/* CSS Document */
/* layout フッター　詳細情報ありの場合 */
body {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0;
	padding: 0;
	border:0;
}
#page {
	width:640px;
}
p {
	font-size:85%;
	line-height:135%;
}
.btn {
	text-align:center;
	margin:6px;
}
.clear {
	clear:both;
}
.from {
	text-align:right;
	display:block;
}

.cboxIframe {
	max-width: 640px !important;
	margin: 0 auto !important;
}

#movie {
	position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  /* overflow: hidden; */
}
#movie iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
	/* 縦方向真ん中表示 */
	margin: 50vh auto 0;
	transform: translateY(-50%);
}
