@charset "utf-8";
	/*ナビゲーション*/
	#main_nav li a{
		margin:0 2px;/*レス変更*/
		padding:0px 10%;/*18px レス変更*/
	}
	/***Footer _AD === min-width:571px) and (max-width:767pxと同じ ***/
	#showcase_text{/*レス対応*/
		width:80%;
		float:left;
	}
	#showcase_chara{/*レス対応*/
		width:20%;
		float:right;
	}
	
	.newstext{
		font-size:13px;/*レス変更*/
	}
	
	#main,#topix,#infomation,#footer_container{
		width:960px;
		padding-left:0px;
		padding-right:0px;
	}

	/***トップナビゲーション***/
	#main_nav li a{
		margin:0 4px;/*レス変更*/
		padding:0px 18px;/*18px レス変更*/
	}
	
	/***Footer _AD***/	
	#showcase_text{/*レス対応*/
		width:80%;
		float:left;
	}
	#showcase_chara{/*レス対応*/
		width:20%;
		float:right;
	}
	
/*1118 maivisual baner*/	
#movie_tag{
	position:absolute;
	left:25px;
	bottom:88px;
}
#movie_tag a{

}
#trial_tag{
	position:absolute;
	left:20px;
	bottom:20px;
	/*animation: cloudmove 1.5s ease-out infinite;
	-webkit-animation: cloudmove 1.5s ease-out infinite;
	-moz-animation: cloudmove 1.5s ease-out infinite;*/
}
@keyframes cloudmove {
	0% {bottom: 20px;}
	60% {bottom: 25px;}
	100% {bottom: 20px;}
}
@-webkit-keyframes cloudmove {
	0% {bottom: 20px;}
	60% {bottom: 25px;}
	100% {bottom: 20px;}
}
@-moz-keyframes cloudmove {
	0% {bottom: 20px;}
	60% {bottom: 25px;}
	100% {bottom: 20px;}
}
#trial_tag a{
	transition:all ease-in .3s;
}
#trial_tag a:hover{
	opacity:0.8;
}
#new_tag{
	position:absolute;
	right:-3px;
	top:-12px;
}
#chtr_tag{
	position:absolute;
	left:205px;
	top:27px;
}
#dmm{
	position:absolute;
	right:5px;
	top:95px;
	z-index:10;
	opacity:0;
}
#dmm a:hover{
	opacity:0.94;
}