@charset "shift_jis";
/* CSS Document */

#contents {
	max-width: 980px;
	width:100%;
	margin: 0 auto;
}

#ct_box {
	width: 980px;
	clear: both;
	overflow:hidden;
	background:url(../../img/common/bg_loop.jpg) repeat-y top center;
	background-size: 100% auto;
}

#ct_box .ct_inbox .navi_box {
	width:100%;
	padding:30px 0 20px;
	clear:both;
	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,00b9ef+50 */
background: #00b9ef; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,185,239,0) 0%, rgba(0,185,239,1) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,185,239,0) 0%,rgba(0,185,239,1) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,185,239,0) 0%,rgba(0,185,239,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9ef', endColorstr='#00b9ef',GradientType=0 ); /* IE6-9 */

}

#ct_box .ct_inbox .navi_box .navi_inbox {
	text-align:center;
}
#ct_box .ct_inbox .navi_box .navi_inbox a {
	display:inline-block;
	margin:0 3px;
}


/*--------------*/


#ct_box .ct_inbox {
	background:url(../img/bg.png) no-repeat top center;
	background-size: 100% auto;
}
#ct_box .ct_inbox h2 {
	display:block;
	float:left;
	padding-bottom:20px;
}

#ct_box .movie_list {
	clear:both;
	max-width:650px;
	padding: 0 5px;
	margin: 0 auto;
}

#ct_box .movie_box {
	margin: 0 auto 20px;
  height: 0;
  overflow: hidden;
  padding-top:56.25%;
  position: relative;
/*  position: relative;
  padding-top: 56.25%;
	padding-left:5px;
	padding-right:5px;
  height: 0;
  overflow: hidden;
	max-width:640px;*/
}
 
#ct_box .movie_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}