@charset "UTF-8";
a{
	text-decoration: none;
}
.inner{
	width: 960px;
	margin: 0 auto;
}
h2{
	margin-bottom: 20px;
}
h3{
	margin-bottom: 10px;
}
/*=========================
	main_slide
========================*/
 #main_slide{
 	margin-bottom: 50px;
 }
 
/*=========================
	impt
========================*/
#impt{
	margin-bottom: 20px;
}
#impt a {
	color: #3c3c3c;
	font-weight: normal;
}
#impt h2{
	margin-bottom: 10px;
}
#impt div{
	border-radius: 5px;
	background: url(../images/bg_pr.jpg) repeat;
	padding: 6px;
}
#impt div ul{
	padding: 15px 12px;
	background: #fff;
}
#impt div ul li:first-child{
		padding-bottom: 15px;
		margin-bottom: 15px;	
		border-bottom: dotted 1px #bdbdbd;
}
/*=========================
	content > event
========================*/
#content{
	width: 960px;
	margin: 0 auto;
}
#event{
	margin-bottom: 30px;
}
#event ul li{
	float: left;

}

#event ul li:not(:first-child){
	float: left;
	margin-left: 18px;
}
/*=========================
	main > news
========================*/
#main{
	width: 650px;
	float: right;
	padding-top: 21px;
	background: url(../images/bg_line.jpg) repeat-x top left;
}
#news{
	margin-bottom: 20px;
}
#news .nw_box{
	float: left;
	width: 317px;
}
#news .nw_box img{
	margin-bottom: 10px;
}
#news .nw_box h3 a{
	text-decoration: underline;
	color: #3c3c3c;
	font-weight: normal;
	font-size: 15px;
}
#news .nw_box p {
	line-height:20px;
}
/*----------
	アイコン
----------*/

#cate-icon {
	float:left;
	width:65px;
	display:block;
	min-width:65px;	
	height:20px;
}
.general-junior {
	background:url(../images/news/icon-junior.gif) no-repeat;
}
.general-high {
	background:url(../images/news/icon-high.gif) no-repeat;
}
.general-test {
	background:url(../images/news/icon-test.gif) no-repeat;
}
.general-event {
	background:url(../images/news/icon-event.gif) no-repeat;
}


#news .nw_box:last-child{
	float: right;
	width: 317px;
}
#news .nw_hd{
	width: 317px;
	height: 40px;
	background: url(../images/bg_section.jpg) repeat;
	border-radius: 5px;
	padding: 10px;
}
#news .nw_hd p{
	float: left;
	line-height: 20px;
}
#news .nw_hd ul{
	margin-left: 10px;
	float: left;
	line-height: 40px;
}
#news .nw_hd  li{
	margin-left: 10px;
	float: left;
	border-radius: 2px;
	color: #fff;
}
.red{
	background: #b80008;
	width: 45px;
	line-height: 20px;
	text-align: center;
}
.red_txt{
	color:#F00;
}
.orange{
	background: #ffa801;
	width: 75px;
	line-height: 20px;
	text-align: center;
}
.pink{
	background: #ed4f5e;
	width: 75px;
	line-height: 20px;
	text-align: center;
}
#news_list{
	margin-bottom: 30px;
}
#news_list ul {
	height: 39px;
	line-height: 39px;
	border-top: dotted 1px #bdbdbd;
}
#news_list ul li{
	float: left;
}
#news_list ul li:nth-child(2){
	margin-left: 20px;
	height: 20px;
	margin-top: 10px;
	color: #fff;
	border-radius: 2px;
}
#news_list ul li:nth-child(3){
	margin-left: 30px;
}
#news h2{
	position: relative;
}
#news .rss{
	position: absolute;
	right: 10px;
    	top: 10px;
}
#news .rss li{
	float: left;
}
#news .rss li+li{
	font-size: 0.923em;
	color: #fff;
	padding: 5px;
	background: #1885ad;
	border-radius: 5px;
	text-align: center;
	margin-left: 10px;
}
#news .rss li a{
	text-decoration: none;
	color: #fff;
}
/*=========================
	movie
========================*/
#movie div.mv_box{
	height: 233px;
	padding: 13px;
	background: url(../images/bg_section.jpg)repeat;
	margin-bottom: 50px;
}
#movie div.youtube{
	position: relative;
}
#movie div.youtube iframe{
	float: left;
}
#movie div.youtube iframe:last-child{
	margin-left: 6px;
}
.top{
	text-align: right;
	margin-bottom: 14px;
}
#movie h2{
	position: relative;
}
#movie .rss{
	position: absolute;
	right: 10px;
    	top: 10px;
}
#movie .rss li{
	float: left;
}
#movie .rss li+li{
	font-size: 0.923em;
	color: #fff;
	padding: 5px;
	background: #1885ad;
	border-radius: 5px;
	text-align: center;
	margin-left: 10px;
}
#movie .rss li a{
	text-decoration: none;
	color: #fff;
}
#yt_box{
	background: #fff;
	margin:0 15px 15px 15px;
	padding: 10px 5px;
}
#yt_box iframe{
	float: left;
}
#yt_box ul{
	float: left;
	margin-left: 25px;
	padding-top: 25px;
}
#yt_box ul li{
	line-height: 30px;
}
/*=================================
	movie > slide
=================================*/
#slideGalley_mv{
	background: url(../images/bg_mv.jpg) repeat;
	overflow: hidden;
	margin-bottom:40px;
}
#slide_mv{
	width: 2880px;
}
#slide_mv li{
	float: left;
}
#slide_mv li+li{
	margin-left: 15px;
}
#navBt .prev{
	position: absolute;
	left: -15px;
	top: 90px;
	z-index: 100;
	cursor: pointer;
}
#navBt .next{
	position: absolute;
	right: -15px;
	top: 90px;
	cursor: pointer;
}
/*===================================================
main_slide
===================================================*/

#main_slide{
	background: url(../images/bg_mv.jpg) repeat;
}

#arrow-box {
	position:absolute;
	top:50%;
	left:50%;
	z-index:99;
	width: 1000px;
	height:43px;
	margin-left:-500px;
	margin-top:-22px;
}

#top-slide {
	height: 400px;
    	padding-top: 15px;
    	position: relative;
    	width: 100%;
    	z-index: 1;
    	border-bottom: dotted 1px #bdbdbd;
}

#WrapperSlide {
	visibility:hidden;
}

#WrapperSlide a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#layer-box-left {
	position:absolute;
	height:361px;
	background:url() repeat;
	top:0;
	z-index:10;
	left:0;
}

#layer-box-right {
	position:absolute;
	height:361px;
	background:url() repeat;
	top:0;
	z-index:11;
	right:0;
}

/* for edit page */
#content_body #top-slide {
	position:relative;
}

/* slide */
#Slider {
	position:relative;
	overflow:hidden;
	height:361px;
	z-index:1;
	width:100%;
}

#WrapperSlide {
	width:100%;
	position:relative;
	overflow:hidden;
	height:361px;
}

#Inner {
	overflow:hidden;
}

#Photo {
	width:4000px;
	position:relative;
}

#Photo li {
	float:left;
	position:relative;
	margin-left:24px;
	margin-right:24px;
	background:#fff;
	padding:5px;
}

#Photo img {
	position:relative;
	z-index:1;
}

#thumb-box {
text-align:center;
margin:0 auto;
}

#Thumb {
	display:inline-block;
    	text-align: center;
    	position: relative;
    	width: 961px;
    	z-index: 300;
    	top: -67px;
    	left: 160px;

}

#Thumb li.active img {
}

#Thumb li{
    background-color:#FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 100%;
    margin-right: 10px;
    height: 46px;
    width: 122px;
    text-align:center;
}


#Thumb li.active,
#Thumb li:hover{
	background-color:#215ea4;
}


#Thumb li img {
    height: 46px;
    width: 122px;
    padding:1px;
}

.prev a {
	background:url(../images/arrow_left.png) no-repeat;
	cursor: pointer;
    	display: block;
    	height: 135px;
    	position: absolute;
   	width: 30px;
   	top: 50%;
   	margin-top: -67px;
    	z-index: 11;
    	left: -15px;

}
.next a {
	background:url(../images/arrow_right.png) no-repeat;
	cursor: pointer;
    	display: block;
    	height: 135px;
    	position: absolute;
   	width: 30px;
   	top: 50%;
   	margin-top: -67px;
    	z-index: 11;
    	right: -15px;
}

.top_img {
	margin-top:10px;
	margin-bottom:15px;
	background:url(../images/news_02.jpg);
	width:316px;
	height:230px;
}
.top_img img {
	width:316px;
	height:230px;
}

.nw_list a {
	color:#3C3C3C;
	text-decoration:underline;
}

.no_file {
	text-align:center;
	padding:50px;
	font-size:18px;
	line-height:50px;
}
/*====================
総合　mv
====================*/
.relative{
	position: relative;
}
.ab{
	background: url(../images/arrow.png) left 50% no-repeat;
	z-index: 100;
	font-size: 14px;
	position: absolute;
}
.ab a{
	color: #3c3c3c;
	padding-left: 10px;
	text-decoration: underline;
}
.ab a:hover{
	text-decoration: none;
}
.ab1{
	position: absolute;
	bottom: 78px;
	left: 100px;
	z-index: 100;
}
.ab2{
	bottom: 87px;
	left: 80px;
}
.ijime{
	display: none;
}

.wp-pagenavi {
	clear: both;
	margin-top:30px;
}
.time_thum {
	background-color:#525252;
	width:75px;
	height:25px;
	display:table;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	line-height:25px;
	position:relative;
	left:115px;
	top:-30px;
}