@charset "utf-8";
/* CSS Document */


/* MOVIE
======================================== */
#movie .lead {
	margin-bottom:40px;
	}
#movie h3 {
	margin-bottom:16px;
	padding:4px 8px;
	/* border:1px #766b63 solid; */
	background-color:#61c9f8;
	color:#fff;
	}
#movie #cate1 h3{
	background-color:#99d151;
	}
#movie #cate2 h3{
	background-color:#e0557f;
	}
#movie .cate {
	position:relative;
	z-index:0;
	}
#movie .toplayer {
	z-index:100;
	}
	
#cate1 {
	float:left;
	width:304px;
}
#cate2 {
	float:right;	
	width:304px;
}

#backnumber {
	clear:both;
	padding-top:60px;
}

#movie .data_box {
	position:relative;
	/* padding:20px 0; */
	margin-bottom:20px;
	min-height:180px;
	font-size:90%;
	line-height:1.6;
	}
	
#backnumber .data_box {
	float:left;
	margin-right:8px;
	width:154px;
}

/* #movie .data_box p {
	margin-bottom:20px;
	}
 */
#movie .data_box .ttl {
	margin:4px 0 6px;
	padding-left:10px;
	font-weight: bold;
	border-left:4px #766b63 solid;
	color: #766b63;
	font-size:100%;
	}
	
	
#movie .flow {
	position:absolute;
	top:0; left:0;
	z-index:999;
	margin-bottom:6px;
	}
#movie .thm {
	position:relative;
	width:100%; height:auto;
	z-index:0;	
	}
#movie .flow video {
	width:100%; height:auto;
	}

.fp-embed {
   display: none !important;
}


#backnumber .data_box .ttl {
	margin:4px 0 6px;
	padding-left:0;
	font-weight: bold;
	border-left:none;
	color: #766b63;
	font-size:100%;
	}
