
/*===================================================== */
/* SCHEDULE PAGE
======================================================= */
@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notoserifjapanese.css);

@font-face {
	font-family: BASKVILL;
	src: url(../font/BASKVILL.TTF) format('truetype');
}

/* layout
-------------------------------------------------------- */
#contentsContainer{
	width:100%;
	margin:0 auto 60px;
}
/* news
-------------------------------------------------------- */

#news{
	margin:0 auto;
}
@media (max-width: 768px) and (min-width: 100px) { /*タブレット*/

	#news{
		width:100%;
		margin:0 auto;
	}
}

#news h4{
	margin:0 0 0px;
	padding:8px 15px;
	background: rgba(251,131,150,0.78);
	color: #fff;
	border-radius:8px;
	font-size: 1.8rem;
	line-height: 1;
}
#news .inner{
	margin:0 auto 0px;
	padding:20px;
	box-sizing: border-box;
	background:rgba(255,255,255,0.6);
}
#news .inner .section{
	margin: 0 0 30px;
	font-size: 14px;
	text-align: center;
}
#news .inner .section::after{
	display: inline-block;
	width:100%;
	height: 3px;
	margin: 0 0 10px;
	content:'';
	background:url(../images/top/news/separator.jpg) repeat-x;
	vertical-align: middle;
}

#news .inner .section .date{
	color:#af8d3b;
}
#news .inner h4{
	margin:0 0 5px;
	font-size: 24px;
	color:#000000;
}
#news .inner .img{
	margin: 0 0 18px;
	vertical-align: top;
	text-align: center;
}

#news .inner .section .img .uploadImg{}
#news .inner .section .img .castImg{}
#news .inner .section .text{
	/*display: table-cell;*/
	vertical-align: top;
	padding-left:20px;
	color:#914f01;
	font-size: 15px;
	font-weight: bold;
}
