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



/* #container
------------------------------- */


#wrap {
	position: relative;
}

#container {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../img/common/header_bg.gif) repeat-x;
	color: #FFF;
}


article {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
}

/*article {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
}*/


article.bgart {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
}

article.bgart02 {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
	background: url(../img/bg_art02.png) no-repeat center top;
}


.bdr {
	background: url(../img/bdr_top.gif) repeat-x 0 660px;
} 


/* header
------------------------------- */
header {
	width: 950px;
	height: 61px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: left;	
}

header p.commu {
	position: absolute;
	margin: 24px 0 0 0;
}

header p.commu a:link { color: #004099;}
header p.commu a:hover { color: #004099;}

#container header h2 img{
margin-top: -5px;
}
/* #content_header
------------------------------- */
#content_header {
	height: 60px;
	background: url(../img/contents/bg_header.png) repeat-x 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

	#content_header div {
		width: 950px;
		margin: 0 auto;
		padding: 0 0 0 0;
		text-align: left;
	}
	
		#content_header div ul {
		margin: 1px 0 0 847px;
		position: absolute;
		}

		#content_header div ul li {
		float: right;
		height: 58px;
		overflow: hidden;
		}
		
		
#content {
	padding-bottom: 60px;
}		
			
		
/* #Main
------------------------------- */

#fla-pen_top {
	
}

.fla-pen_top {
	width: 50%;
	float: left;
	position: relative;
}


.fla-pen_top:after{
    padding-top: 66.5%;
    display: block;
    content: "";
}
.fla-pen_top > .content{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}


	.cat01 {
		width: 50%;
		background: url(../img/bg_top01.jpg);
		background-size:100% auto;
	    transition:opacity 0.2s linear;
	    -moz-transition:opacity 0.2s linear; /* :WebKit用 */
	    -webkit-transition:opacity 0.2s linear; /* :Mozilla用 */
				
	}
	.cat02 {
		width: 50%;
		background: url(../img/bg_top02.jpg);
		background-size:100% auto;	
	    transition:opacity 0.2s linear;
	    -moz-transition:opacity 0.2s linear; /* :WebKit用 */
	    -webkit-transition:opacity 0.2s linear; /* :Mozilla用 */
	}
	.cat03 {
		width: 50%;
		background: url(../img/bg_top03.jpg);
		background-size:100% auto;	
	    transition:opacity 0.2s linear;
	    -moz-transition:opacity 0.2s linear; /* :WebKit用 */
	    -webkit-transition:opacity 0.2s linear; /* :Mozilla用 */
	}
	.cat04 {
		width: 50%;
		background: url(../img/bg_top04.jpg);
		background-size:100% auto;
		text-align: center;	
	}

	
	 a:hover .cat01 .content {
		background: #ffff00 ;
		opacity: 0.3;
	}
		
	 a:hover .cat03 .content {
		background: #ffff00 ;
		opacity: 0.3;
	}
	.cat02:hover  {
		width: 50%;
		background: url(../img/bg_top02.jpg) center bottom ;
		background-size:100% auto;	
	    opacity: 0.6;
	}
	

.btn_a {
	width:208px ;
	height: 109px;
	overflow: hidden;
	position: absolute;
	top: 14%;
	left:21%;
	background: url(../img/btn_a.png) no-repeat;
}

.btn_b {
	width:193px ;
	height: 158px;
	overflow: hidden;
	position: absolute;
	top: 32%;
	left:63%;
	background: url(../img/btn_b.png) no-repeat;
}
.btn_c {
	width:207px ;
	height: 171px;
	overflow: hidden;
	position: absolute;
	top: 55%;
	left:39%;
	background: url(../img/btn_c.png) no-repeat;
}
.btn_d {
	width:170px ;
	height: 271px;
	overflow: hidden;
	position: absolute;
	top: 24%;
	left:1%;
	background: url(../img/btn_d.png) no-repeat;
}

.btn_a:hover {
	background: url(../img/btn_a.png) no-repeat center bottom;
}

.btn_b:hover {
	background: url(../img/btn_b.png) no-repeat center bottom;
}
.btn_c:hover {
	background: url(../img/btn_c.png) no-repeat center bottom;
}
.btn_d:hover {
	background: url(../img/btn_d.png) no-repeat center bottom;
}



#color {
	width: 950px;
	margin: 0 auto;
}

	#color:after {
	    visibility: hidden;  
	    display: block;  
	    font-size: 0;  
	    content: " ";  
	    clear: both;  
	    height: 0;  
	}


.cch {
	width: 950px;
	margin: 20px auto 0 auto;
}



#color li {
	float: left;
	margin-top:2px;
}


#color li:nth-child(even){ margin-left:2px; }


/* main
------------------------------- */

#new_category {
	width: 950px;
	height: 980px;
	background: url(../img/im_main01.png) no-repeat;
	margin: 42px auto 0 auto;
}

	#new_category p.maintxt {
		width: 600px;
		margin: 0 0 0 350px;
	}

	#new_category .mp4 {
		width: 280px;
		margin: 900px 0 0 0;
		position: absolute;
	    transition:opacity 0.2s linear;
	    -moz-transition:opacity 0.2s linear; /* :WebKit用 */
	    -webkit-transition:opacity 0.2s linear; /* :Mozilla用 */
	}
	
	/* #new_category .mp4 a:hover img {
		background: #ffff00 ;
		opacity: 0.8; 
	} */
	
	#new_category .Rcolumn {
		width: 280px;
		margin: 217px 0 0 670px;
		position: absolute;
	}

		#new_category .Rcolumn img {
			margin: 0 0 12px 0;
		}


#glaph {
	width: 950px;
	height: 1200px;
	background: url(../img/im_main02.jpg) no-repeat;;
	margin: 0 auto;
}

	#glaph p.caption {
		margin: 325px 0 0 520px;
		position: absolute;
	}
	
	#glaph h3 {
		width: 590px;
		margin: 632px 0 0 350px;
		position: absolute;
	}
	
	#glaph p.maintxt {
		width: 590px;
		margin: 844px 0 0 350px;
		position: absolute;
	}
	
	#glaph .Lcolumn {
		width: 310px;
		margin: 634px 0 0 0;
		position: absolute;
	}
	
#tail {
	width: 950px;
	height: 350px;
	margin: 0 auto;
}

	#tail ul {
		width: 500px;
	}
	
		#tail ul li {
			width: 204px;
			height: 88px;
			padding: 47px 12px 12px 174px;
			font-size: 0.8em;
			margin: 2px 0 0 0;
		}
			#tail ul li.top { background: url(../img/im_main03_1.jpg) no-repeat;}
			#tail ul li.bottom { background: url(../img/im_main03_2.jpg) no-repeat;}
	
	#tail figure {
		width: 510px;
		margin: 0 0 0 440px;;
		position: absolute;
	}
	
	
#bnr {
	width: 950px;
	margin: 0 auto 50px auto;
	text-align: center;
}
	
	



	


/* 2015新規追加分
------------------------------- */

h1.movie {
	width: 960px;
	margin: 24px auto 0px auto;
	text-align: left;
}

h1.colorchart {
	width: 960px;
	margin: 24px auto 18px auto;
	text-align: left;
}

.ytb01 {
	background: url(../img/2015/img_ytb05.jpg);
	margin: 0 0 20px 0;
}

.ytb02 {
	background: url(../img/2015/img_ytb01.jpg);
	margin: 0 0 20px 20px;
}

.ytb03 {
	background: url(../img/2015/img_ytb02.jpg);
	margin: 0;
}

.ytb04 {
	background: url(../img/2015/img_ytb03.jpg);
	margin: 0 0 20px 20px;
}
.ytb05 {
	background: url(../img/2015/img_ytb04.jpg);
	margin: 0 0 20px 0;
}





.movie_ytb {
	width: 465px;
	background-size:100% auto;
    transition:opacity 0.2s linear;
    -moz-transition:opacity 0.2s linear; /* :WebKit用 */
    -webkit-transition:opacity 0.2s linear; /* :Mozilla用 */
    box-sizing: border-box;
    border: 2px solid #666;
}

.movie_ytb p {
	width: 95.7%;
	background: #fff;
	position: absolute;
	padding: 6px 10px;
	opacity: 0.95;
}





.re2015mgn {
	margin-top: 24px!important;
}

.cat2015_01 {
	width: 50%;
	background: url(../img/2015/bg_top01.jpg);
	background-size:100% auto;
    transition:opacity 0.2s linear;
    -moz-transition:opacity 0.2s linear; /* :WebKit用 */
    -webkit-transition:opacity 0.2s linear; /* :Mozilla用 */
}

.cat2015_03 {
	width: 50%;
	background: url(../img/2015/bg_top03.jpg);
	background-size:100% auto;
    transition:opacity 0.2s linear;
    -moz-transition:opacity 0.2s linear; /* :WebKit用 */
    -webkit-transition:opacity 0.2s linear; /* :Mozilla用 */
}


.cat2015_04 {
	width: 50%;
	background: url(../img/2015/bg_top04_1.jpg);
	background-size:100% auto;
	text-align: center;	
}

a:hover .cat2015_04 .content {
	background: #ffff00 ;
	opacity: 0.3;
}

a:hover .movie_ytb {
	opacity: 0.6;
}

a:hover .cat2015_01 {
	width: 50%;
	background: url(../img/2015/bg_top01.jpg) center bottom ;
	background-size:100% auto;	
    opacity: 0.6;
}

a:hover .cat2015_03 {
	width: 50%;
	background: url(../img/2015/bg_top03.jpg) center bottom ;
	background-size:100% auto;	
    opacity: 0.6;
}

/* 2015新規追加分　color
------------------------------- */

img.ico_s85 {
	position: absolute;
	margin: 334px 0 0 47px;
}

img.ico_85 {
	position: absolute;
	margin: 334px 0 0 129px;
}

img.ico_65 {
	position: absolute;
	margin: 334px 0 0 211px;
}


/* 2015 9新規追加分　color
------------------------------- */

p.s65txt {
	width: 960px;
	margin: 0 auto 0px auto;
}

p.s65txtnotice {
	width: 960px;
	text-align: right;
	margin: 0 auto 5px auto;
}


p.s65txt span {
	color: #ffff00;
	font-size: 1.5em;
	font-weight: bold;
}

/* 2015 9新規追加分　color
------------------------------- */
ul#color li{
	position: relative;
	
}
ul#color li .icon_new_{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

ul#color li.color_item_01 {background: url(../img/2015/item_s65_01b.jpg) no-repeat;}
ul#color li.color_item_02 {background: url(../img/2015/item_s65_02b.jpg) no-repeat;}
ul#color li.color_item_03 {background: url(../img/2015/item_s65_03b.jpg) no-repeat;}
ul#color li.color_item_04 {background: url(../img/2015/item_s65_04.jpg) no-repeat;}
ul#color li.color_item_05 {background: url(../img/2015/item_s65_05.jpg) no-repeat;}
ul#color li.color_item_06 {background: url(../img/item01.jpg) no-repeat;}
ul#color li.color_item_07 {background: url(../img/2015/item01b.jpg) no-repeat;}
ul#color li.color_item_08 {background: url(../img/2015/item02.jpg) no-repeat;}
ul#color li.color_item_09 {background: url(../img/2015/item03b.jpg) no-repeat;}

ul#color li.color_item_10 {background: url(../img/2015/item04b.jpg) no-repeat;}
ul#color li.color_item_11 {background: url(../img/item01.jpg) no-repeat;}
ul#color li.color_item_12 {background: url(../img/item02.jpg) no-repeat;}
ul#color li.color_item_13 {background: url(../img/item03.jpg) no-repeat;}
ul#color li.color_item_14 {background: url(../img/item04b.jpg) no-repeat;}
ul#color li.color_item_15 {background: url(../img/item05b.jpg) no-repeat;}
ul#color li.color_item_16 {background: url(../img/item06b.jpg) no-repeat;}
ul#color li.color_item_17 {background: url(../img/item07b.jpg) no-repeat;}
ul#color li.color_item_18 {background: url(../img/item08b.jpg) no-repeat;}
ul#color li.color_item_19 {background: url(../img/item09b.jpg) no-repeat;}

ul#color li.color_item_20 {background: url(../img/item10.jpg) no-repeat;}
ul#color li.color_item_21 {background: url(../img/item11.jpg) no-repeat;}
ul#color li.color_item_22 {background: url(../img/item12b.jpg) no-repeat;}

ul#color li.color_item_23 {background: url(../img/2016/item_s115_01.jpg) no-repeat;}
ul#color li.color_item_24 {background: url(../img/2016/item_s115_02.jpg) no-repeat;}
ul#color li.color_item_25 {background: url(../img/2016/item_s115_03.jpg) no-repeat;}
ul#color li.color_item_26 {background: url(../img/2016/item_s115_04.jpg) no-repeat;}
ul#color li.color_item_27 {background: url(../img/2016/item_s115_05.jpg) no-repeat;}
ul#color li.color_item_28 {background: url(../img/2016/item_s115_06.jpg) no-repeat;}
ul#color li.color_item_29 {background: url(../img/2016/item_s115_07b.jpg) no-repeat;}
ul#color li.color_item_30 {background: url(../img/2016/item_s115_08.jpg) no-repeat;}
ul#color li.color_item_31 {background: url(../img/2016/item_s115_09b.jpg) no-repeat;}
ul#color li.color_item_32 {background: url(../img/2016/item_s115_10.jpg) no-repeat;}



ul#color li.color_item_01 img:hover,
ul#color li.color_item_02 img:hover,
ul#color li.color_item_03 img:hover,
ul#color li.color_item_07 img:hover,
ul#color li.color_item_09 img:hover,
ul#color li.color_item_10 img:hover,
ul#color li.color_item_14 img:hover,
ul#color li.color_item_15 img:hover,
ul#color li.color_item_16 img:hover,
ul#color li.color_item_17 img:hover,
ul#color li.color_item_18 img:hover,
ul#color li.color_item_19 img:hover,
ul#color li.color_item_22 img:hover ,
ul#color li.color_item_29 img:hover ,
ul#color li.color_item_31 img:hover {
    opacity: 0;
    transition:opacity 0.2s linear;
    -moz-transition:opacity 0.2s linear; /* :WebKit用 */
    -webkit-transition:opacity 0.2s linear; /* :Mozilla用 */
}







