<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* ############################################## */

.main_img_wrap {
	width:100%;
	height:110px;
	background:url(../img/production_movie/main_img_bg.jpg) no-repeat top center;
}
.main_img {
	width:970px;
	height:110px;
	margin:0px auto;
	position:relative;
}
.main_img h2 {
	position:absolute;
	top:45px;
	left:30px;
}

/* ############################################## */

.contents_title_001 {
	margin-bottom:20px;
}

/* ############################################## */

.contents_txt_001 {
	width:725px;
	margin:0px 0px 10px 0px;
}
.contents_txt_001 p {
	font-size:13px;
	line-height:21px;
	padding:0px 20px;
}

/* ############################################## */

.contents_txt_002 {
	width:725px;
	margin:0px 0px 20px 0px;
}
.contents_txt_002 p {
	font-size:13px;
	line-height:21px;
	padding:0px 20px;
}

/* ############################################## */

.contents_table {
	width:685px;
	margin:0px auto 20px auto;
}
.contents_table table {
	border-collapse:separate;
	border-spacing:0px 2px;
}
.contents_table th {
	border:1px solid #000000;
	background:#000000;
	font-size:13px;
	line-height:21px;
	color:#fff;
	padding:10px 10px;
	text-align:center;
}
.contents_table td {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	font-size:13px;
	line-height:21px;
	color:#000;
	padding:10px 10px;
}
.contents_table_bg {
	background:#d6d6d6;
	text-align:center;
	width:150px;
}

/* ############################################## */

.contents_img_001 {
	width:685px;
	margin:0px auto 10px auto;
}

/* ############################################## */

.movie_list {
	margin:0 20px 20px 20px;
}
.movie_list li {
	float:left;
    width: 307px;
    margin-right: 2%;
    margin-bottom: 20px;
}
.movie_list li:nth-child(2n) {
	float:left;
	margin-right:0;
}
.movie_list li iframe {
    width: 100%;
    height: 56.3%;
}

/* ############################################## */

.contents_table_02 {
	width:685px;
	margin:0px auto 20px auto;
}
.contents_table_02 table {
	border-collapse:separate;
	border-spacing:0px 2px;
}
.contents_table_02 th {
	border:1px solid #000000;
	background:#000000;
	font-size:13px;
	line-height:21px;
	color:#fff;
	padding:10px 10px;
	text-align:center;
}
.contents_table_02 td {
	border:1px solid #000000;
	font-size:13px;
	line-height:21px;
	color:#000;
	padding:10px 10px;
	text-align: center;
}
.contents_table_02 td p {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 5px;
}
.contents_table_02 td ul {
	display: inline-block;
}
.contents_table_02 td li {
	text-align: left;
	font-size:13px;
	line-height:21px;
}

/* ############################################## */

.contents_txt_003 {
	width: 685px;
	margin:0px auto 20px auto;
}
.contents_txt_003 h4 {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	padding: 0px 20px 10px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
.contents_txt_003 h5 {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	padding: 0px 20px;
	margin: 15px 0 5px 0;
}
.contents_txt_003 p {
	font-size: 13px;
	line-height: 21px;
	padding: 0px 20px;
}
.contents_txt_003 li {
	font-size: 13px;
	line-height: 21px;
	padding: 0px 20px;
}
.contents_txt_003 a:link,
.contents_txt_003 a:visited,
.contents_txt_003 a:active {
	width: 300px;
	height: 40px;
	background: #000;
	display: block;
	color: #fff;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 20px auto 50px auto;
}
.contents_txt_003 a:hover {
	width: 300px;
	height: 40px;
	background: #fff;
	display: block;
	color: #000;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 20px auto 50px auto;
}

/* ############################################## */</pre></body></html>