@charset "utf-8";
/* CSS Document */
/*イベント*/
.banner{ position: relative; overflow: auto; }
.banner ul li { float: left; }
.event {
	padding-bottom:30px;
}
.event ul li{
	text-align:center;
}

/*ピックアップ*/
.pickup{
	margin-bottom:30px;
}
.pickup p,.pickup ul{
	text-align:center;
	margin-top:2%;
}
.pickup .c_castname{
	margin-right:10px;
}

/*ツイッター*/
.twitter{
	margin-bottom:30px;
}
.twitterlist{
	width: 100%;
	max-width: 520px;
	margin:0 auto 30px;
}


/*ニュースA*/
.news{
	margin-bottom:30px;
}
.news dl {
	padding:2% 1%;
}

/*open_close*/
.trigger{
	overflow:hidden;
}
.news dl dt.flag{
	background: url(../image/top/open.png) 97% center no-repeat, -moz-linear-gradient(top, #555555, #333333);
	background: url(../image/top/open.png) 97% center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555), to(#333333));
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	border-bottom: 1px solid #FFFFFF;
	padding-left:2%;
	padding-right:8%;
}
.news dl dt.active{
	background: url(../image/top/close.png) 97% center no-repeat, -moz-linear-gradient(top, #555555, #333333);
	background: url(../image/top/close.png) 97% center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555), to(#333333));
	border-bottom: 1px solid #0099FF;
	color:#0099FF;
}
.imageItemTop {
	float:left;
	margin-right: 10px;
}
.imageItemTop5px {
	float:left;
	margin-right: 5px;
}

.news dl dd{
	padding:2%;
}
.n_photo{
	text-align:center;
	margin-bottom:10px;
}
.n_date{
	color:#0099FF;
	margin-bottom:5px;
}

/*追加バナーリンク*/
.top_bnr_link ul{
	max-width:490px;
	width:96%;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_bnr_100{
	margin-top: 15px;
	width: 100%;
}
@media screen and (max-width : 767px) {/*768i未満(SP)*/
	.top_bnr_link ul li{
		width:49%;
	}
	.top_bnr_link ul li.top_bnr_100{
		width: 100%;
	}
}