  @charset "utf-8";
/* CSS Document */

#mov_body{
	width: 700px;
	height: auto !important;
	text-align: center;
	padding: 25px 90px;
}

#mov_body h1.mov_ctg{
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	font-weight: normal;
	text-align: left;
	color: #363434;
	margin-bottom: 3px;
}

#mov_body h2.mov_title{
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
	border-top: solid 1px #2c4066;
	padding-top: 5px;
	text-align: left;
}

#mov_body video{
	width: 700px;
	height: 394px;
	margin: 20px 0 20px;
}
#mov_body video.h_396{
	height: 396px;
}

/*évßBÇéˆó*/
#mov_body .rel_link{
	display: inline-flex;
	overflow-y: auto;
	text-align: left;
	background-color: #E9EAEA;
}

#mov_body .rel_link h3{
	position: relative;
	top: 18px;
	left: 20px;
	font-size: 15px;
	font-size: 0.9375rem;
	height: 1rem;
	width: 110px;
	margin: 0 !important;
	line-height: 1;
}

#mov_body .rel_link ul{
	font-size: 14px;
	font-size: 0.875rem;
	padding: 15px 5px 0 0;
	width: 585px;
	height: auto;
	max-height: 70px;
}

#mov_body .rel_link ul.link li{
	position: relative;
	line-height: 1.5;
	padding-left: 13px;
	background-position: 0 0.45em;
	margin-bottom: 5px;
	background: none;
}
#mov_body .rel_link ul.link li:last-child{
	padding-bottom: 10px;
}

#mov_body .rel_link ul.link > li:before {
	position: absolute;
	content: url(/tech/civil_common/images/icon_arrow_s.svg);
	display: inline-block;
	top: -2px;
	left: 0;
	width: 9px;
	height: 9px;
}

/**
		=Clearfix
---------------------------------------------------------- */
#mov_body:after,
#mov_body .rel_link:after,
#mov_body .rel_link ul:after {content:"";}

/* End_clearfix */


@media print{

}