@charset "utf-8";


/* ////////////////////////////////////////////////////////////////////////////
	html_style.css（静的ページ共通css）
//////////////////////////////////////////////////////////////////////////// */

/* --------------------------------------------------------------------------------
  共通
-------------------------------------------------------------------------------- */
.cn-freeHtmlEdit {}
.cn-freeBlock {
	overflow:hidden;
	clear:both;
	width:850px;
}

/* --------------------------------------------------------------------------------
  動画
-------------------------------------------------------------------------------- */
.cn-freeBlock .rel {
	position: relative;
}
.cn-freeBlock .rel .movie {
	width: 290px;
	position: absolute;
	top: 258px;
}
.cn-freeBlock .rel .movie.movie_01 {
	left: 86px;
}
.cn-freeBlock .rel .movie.movie_02 {
	left: 472px;
}
.cn-freeBlock .rel .movie .youtube {
	width: 100%;
	padding-top: 56%;
	margin: 0 auto 0;
	position: relative;
}
.cn-freeBlock .rel .movie .youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}