@charset "utf-8";


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

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

.cn-freeBlock h3 {
	margin:0 0 30px;
	padding:0;
}
.cn-freeBlock h4 {
	margin:0 0 5px;
	padding:0;
	font-size: 14px;
	clear:both;
}
.cn-freeBlock h5 {
	color: #373b3e;
	font-weight: 700;
	margin:0 0 5px;
}
.cn-freeBlock p {
	font-size: 12px;
}

.cn-freeBlock img {
	vertical-align: bottom;
	border-style: none;
}

.cn-freeBlock .text {
	margin:0 0 20px;
	font-size: 12px;
	clear: both;
}
.cn-freeBlock img.text {
	margin:0 0 30px;
	clear: both;
}

.cn-freeBlock ul.list {
	font-size: 12px;
	padding:0 0 0 20px;
	margin:0 0 20px;
	list-style-type:disc;
}

.cn-freeBlock .staticFlow {
	clear:both;
	overflow:hidden;
	margin: 0;
}
.cn-freeBlock .staticFlow h4 {
	background-color: #84ccc9;
	color: #fff;
	line-height: 1;
	padding: 10px 14px;
	position: relative;
	margin: 0 0 15px;
}
.cn-freeBlock .staticFlow ul {
	overflow:hidden;
	margin: 15px 0 0;
	padding: 0;
	height: auto;
	list-style: none;
}
.cn-freeBlock .staticFlow ul li {
	float: left;
	margin: 0 0 10px;
	padding: 0;
}

.cn-freeBlock .point {
	clear:both;
	width: 850px;
	/* height: 395px; */
	position: relative;
	margin: 30px 0px 30px;
}
.cn-freeBlock .point .you_movie {
	position: absolute;
	left: 440px;
	top: 25px;
}

.cn-freeBlock p.linklist {
	float: right;
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.cn-freeBlock p.center {
	text-align: center;
	margin-bottom: 30px;
}