@charset "UTF-8";

/*//////////----- NEWS -----//////////*/

#news{
	box-sizing: border-box;
	padding:10px;
}

#news header.page-header{
	margin-bottom:20px;
}

@media only screen and (min-width: 1440px){
	
	#news header.page-header{
		margin-bottom:30px;
	}
	
}

#news div.content-inner{
	margin-bottom:30px;
}

@media only screen and (min-width: 1440px){
	
	#news div.content-inner{
		width:1080px;
		margin:0 auto 30px;
	}
	
	#news div.content-inner:nth-child(2){
		width:100%;
	}
	
}

#news div.content-inner:nth-child(2){
	margin-bottom:20px;
}

#news p.banner{
	width:100%;
	margin:0 auto;
	max-width: 355px;
}

#news p.banner a{
	display:block;
}

#news p.banner img{
	width:100%;
	vertical-align: bottom;
}

@media only screen and (min-width: 520px){
	
	#news p.banner{
		width:700px;
		max-width: none;
	}
	
}

#news ul.sort{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	
	width:100%;
	margin:0 auto;
	max-width: 320px;
}

#news ul.sort li:nth-child(1){
	/* width:100%; */
}

#news ul.sort li{
	width:155px;
	
	font-size:15px;
	line-height:27.5px;
	font-weight:bold;
	
	text-align: center;
	
	margin-bottom:10px;
}

#news ul.sort li:nth-last-child(1){
	margin-bottom:0;
}

#news ul.sort li:nth-last-child(2){
	margin-bottom:0;
}

#news ul.sort li a{
	display:inline-block;
	width: 95%;
	background-color:#fff;
	color:#0078AA;
	box-sizing: border-box;
	border:solid 1px #0078AA;
	border-radius:2.5px;
}

#news ul.sort li.active a{
	background-color:#0078AA;
	color:#fff;
}

#news ul.sort li.pr a{
	color:#B4A358;
	border:solid 1px #B4A358;
}

#news ul.sort li.pr.active a{
	background-color:#B4A358;
	color:#fff;
}

#news ul.sort li.event a{
	color:#015B81;
	border:solid 1px #015B81;
}

#news ul.sort li.event.active a{
	background-color:#015B81;
	color:#fff;
}

#news ul.sort li.sslive a{
	color:#0078AA;
	border:solid 1px #0078AA;
}

#news ul.sort li.sslive.active a{
	background-color:#0078AA;
	color:#fff;
}

#news ul.sort li.media a{
	color:#3B8331;
	border:solid 1px #3B8331;
}

#news ul.sort li.media2 a{
	color:#C65B9D;
	border:solid 1px #C65B9D;
}

#news ul.sort li.media.active a{
	background-color:#3B8331;
	color:#fff;
}

#news ul.sort li.media2.active a{
	background-color:#C65B9D;
	color:#fff;
}

#news ul.sort li a:hover{
	background-color:#0078AA;
	color:#fff;
	
	text-decoration: none;
}

#news ul.sort li.pr a:hover{
	background-color:#B4A358;
}

#news ul.sort li.event a:hover{
	background-color:#015B81;
}

#news ul.sort li.sslive a:hover{
	background-color:#0078AA;
}

#news ul.sort li.media a:hover{
	background-color:#3B8331;
}
#news ul.sort li.media2 a:hover{
	background-color:#C65B9D;
}
@media only screen and (min-width: 520px){
	
	#news ul.sort{
		max-width: 800px;
	}
	
	#news ul.sort li{
		width: 16.6%!important;
		margin-bottom:0;
	}
	
}

@media only screen and (min-width: 1440px){
	
	#news ul.sort{
		max-width:1080px;
	}
	
	#news ul.sort li{
		width: 16.6%!important;
	}
	
	#news ul.sort li a{
		width: 90%;
	}
	
}

#news div.news-enrollment{
	width:100%;
	margin:0 auto;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
}

#news div.news-enrollment article{
	width:100%;
	margin-bottom:20px;
}

@media only screen and (min-width: 520px){
	
	#news div.news-enrollment{
		width:740px;
	}
	
	#news div.news-enrollment article{
		width:50%;
		
		box-sizing: border-box;
		padding:10px;
		
		margin-bottom:0;
	}
	
}

@media only screen and (min-width: 1440px){
	
	#news div.news-enrollment{
		width:1080px;
	}
	
	#news div.news-enrollment article{
		width:calc(100%/3);
	}
	
}

#news h6{
	font-size:18px;
	line-height:45px;
	font-weight:bold;
	
	background-color: #0078AA;
	color:#fff;
	
	text-align: center;
	
	border-radius:2.5px;
	margin-bottom:20px;
}

@media only screen and (min-width: 520px){
	
	#news h6{
		margin-bottom:30px;
	}
	
}

/*//////////----- NEWS-ARCHIVEROW -----//////////*/


.archiverow a{
	display:block;
	color:#000;
}

.archiverow a:hover{
	opacity: 0.6;
	text-decoration: none;
}

.archiverow div.inner{
	box-sizing: border-box;
	padding:10px 0;
	padding-right:30px;
	
	border-bottom:solid 1px #707070;
	
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	
	width:100%;
	
	background-image: url("../images/icon-archiverow-arrow.png");
	background-repeat: no-repeat;
	background-size: 7.5px;
	background-position: center right;
}

.archiverow:first-child div.inner{
	border-top:solid 1px #707070;
}

.archiverow div.postdata{
	width:100%;
	
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	
	margin-bottom:5px;
}

.archiverow div.postdata p.update{
	font-size:12px;
	line-height:22.5px;
	margin-right:15px;
}

.archiverow div.postdata p.category{
	width:120px;
	
	box-sizing: border-box;
	border:solid 1px #0078AA;
	
	text-align: center;
	
	border-radius:50px;
	
	font-size:12px;
	line-height:20.5px;
	font-weight:bold;
	
	color:#0078AA;
	margin:0;
}

.archiverow div.postdata p.category.sslive{
	border:solid 1px #0078AA;
	color:#0078AA;
}

.archiverow div.postdata p.category.pr{
	border:solid 1px #B4A358;
	color:#B4A358;
}

.archiverow div.postdata p.category.event{
	border:solid 1px #015B81;
	color:#015B81;
}

.archiverow div.postdata p.category.media{
	border:solid 1px #3B8331;
	color:#3B8331;
}

.archiverow h4{
	width:100%;
	
	font-size:14px;
	line-height:20px;
	
	font-weight:bold;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media only screen and (min-width: 520px){
	
	.archiverow div.inner{
		padding-left:15px;
		padding-right:60px;
		
		background-position: center right 15px;
	}
	
	.archiverow div.postdata{
		width:225px;
		margin-bottom:0;
	}
	
	.archiverow h4{
		width:calc(100% - 225px);
	}
	
}

/*//////////----- NEWS-ARCHIVEBOX -----//////////*/

.archivebox div.inner{
	width:100%;
	position: relative;
}

.archivebox div.inner p.category{
	width:120px;
	
	font-size:11px;
	line-height:25px;
	font-weight:bold;
	
	text-align: center;
	
	background-color:#0078AA;
	color:#fff;
	
	position: absolute;
	top:0;
	left:0;
}

.archivebox div.inner p.category.sslive{
	background-color:#0078AA;
}

.archivebox div.inner p.category.pr{
	background-color:#B4A358;
}

.archivebox div.inner p.category.event{
	background-color:#015B81;
}

.archivebox div.inner p.category.media{
	background-color:#3B8331;
}
.archivebox div.inner p.category.media2{
	background-color:#C65B9D;
}
.archivebox p.thumbnail{
	margin-bottom:10px;
	
	width:100%;
	position: relative;
}

.archivebox p.thumbnail:before{
	display:block;
	content:"";
	
	box-sizing: border-box;
	padding-top:70%;
}

.archivebox p.thumbnail img{
	width:100%;
	height:100%;
	
	object-fit: cover;
	object-position: center;
	
	position: absolute;
	top:0;
	left:0;
}

.archivebox div.text h4{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	
	text-align: left;
	color:#015B81;
	
	margin-bottom:5px;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.archivebox div.text{
	font-size:14px;
	line-height:20px;
}

.archivebox div.text div.postdata{
	box-sizing: border-box;
	padding:5px 0;
	border-top:solid 1px #707070;
	border-bottom:solid 1px #707070;
	
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	
	width:100%;
	
	margin-top:10px;
}

.archivebox div.text div.postdata p.update{
	font-size:14px;
	line-height:20px;
	
	width:calc(100% - 160px);
}

.archivebox div.text div.postdata p.btn{
	width:160px;
	
	font-size:15px;
	line-height:40px;
	font-weight:bold;
	
	text-align: center;
}

.archivebox div.text div.postdata p.btn a{
	display:block;
	
	color:#fff;
	background-color:#B4A358;
}

.archivebox div.text div.postdata p.btn a:hover{
	text-decoration: none;
	background-color:#DCC083;
}

/*//////////----- NEWS-NEWS-SHOW -----//////////*/

.news-show{
	box-sizing: border-box;
	padding:10px;
	padding-top:45px;
	border-bottom:solid 1px #3B4043;
	border-right:solid 1px #3B4043;
	
	position: relative;
}

.news-show:before{
	display:block;
	content:"";
	
	width:1px;
	height:calc(100% - 35px);
	
	background-color:#3B4043;
	
	position: absolute;
	bottom:0;
	left:0;
}

.news-show:after{
	display:block;
	content:"";
	
	width:calc(100% - 45px);
	height:1px;
	
	background-color:#3B4043;
	
	position: absolute;
	top:0;
	right:0;
}

.news-show span.cover{
	display:block;
	
	width:50px;
	height:35px;
	
	background-color:transparent;
	
	position: absolute;
	top:-5px;
	left:-5px;
}

.news-show div.postdate{
	width:50px;
	
	color:#000;
	
	position: relative;
}

.news-show div.postdate div.inner-box{
	width:50px;
	height:35px;
	
	position: absolute;
	top:-47.5px;
	left:-5px;
	
	margin:auto;
}

.news-show div.postdate p.today{
	font-size:17px;
	line-height:35px;
	font-weight:bold;
	
	text-align: center;
}

.news-show div.postdate p.month{
	font-size:16px;
	line-height:16px;
	
	text-align: left;
}

.news-show div.postdate p.day{
	font-size:18px;
	line-height:19px;
	color:#015B81;
	
	text-align: right;
	
	position: relative;
	padding-right:13px;
}

.news-show div.postdate span.note{
	display:inline-block;
	
	width:22px;
	height:22px;
	
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	
	text-align: center;
	border-radius:20px;
	
	background-color:#015B81;
	color:#fff;
	
	transform: scale(0.5);
	
	position: absolute;
	bottom:-3.5px;
	right:-4.5px;
}

.news-show div.postdate span.diagonal{
	display:block;
	
	width:25px;
	height:25px;
	
	background-image: url("../images/bg-weekly-row.png");
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	
	position: absolute;
	top:5px;
	left:2.5px;
}

.news-show div.post-content p.thumbnail{
	width:100%;
	margin:0 auto 20px;
	max-width: 700px;
}

.news-show div.post-content p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

.news-show div.post-content div.text{
	font-size:14px;
	line-height:20px;
}

@media only screen and (min-width: 520px){
	
	.news-show{
		padding:15px;
		padding-top:50px;
	}
	
	.news-show div.postdate div.inner-box{
		top:-50px;
		left:-10px;
	}
	
}

@media only screen and (min-width: 1440px){
	
	.news-show{
		width:960px;
		margin:0 auto;
	}
	
}


.scroll{
	display: flex;
	width:100%;
	
	height: auto;
	
	overflow-x: scroll;
	overflow-y: hidden;
}

.scroll article.archivebox{
	margin-right:25px;
}

.scroll article:last-child{
	margin-right:0;
}

.scroll article.archivebox div.inner{
	width:240px;
	height:100%;
	
	position: relative;
}

.scroll article.archivebox div.text{
	box-sizing: border-box;
	padding-bottom:100px;
}

.scroll article.archivebox div.postdata{
	position: absolute;
	bottom:15px;
	left:0;
	
	width:100%;
}

.scroll article.archivebox div.postdata p.update{
	width:calc(100% - 160px);
}

.scroll article.archivebox div.postdata p.btn{
	width:160px;
}

@media only screen and (min-width: 1440px){
	
	/*.scroll{
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content:         space-between;
		
		height:auto;
	}*/
	
	.scroll{
		display:flex;
		flex-flow: row wrap;
		align-items: stretch;
		justify-content: flex-start;
		
		width:100%;
	}
	
	/*.scroll article.archivebox{
		width:255px;
		margin-right:0;
	}*/
	
	.scroll article.archivebox{
		width:20%;
		margin-right:0;
		
		box-sizing: border-box;
		padding:0 7.5px;
	}
	
	/*.scroll article.archivebox:nth-child(1){
		box-sizing: border-box;
		padding-right:15px;
	}*/
	
	/*.scroll article.archivebox:nth-child(2){
		box-sizing: border-box;
		padding-right:7.5px;
		padding-left:7.5px;
	}*/
	
	/*.scroll article.archivebox:nth-child(3){
		box-sizing: border-box;
		padding-left:15px;
	}*/
	
	/*.scroll article.archivebox:nth-child(n+4){
		display:none;
	}*/
	
	/*.scroll article.archivebox div.inner{
		width:255px;
	}*/
	
	.scroll article.archivebox div.inner{
		width:100%;
	}
	
	.scroll article.archivebox div.text{
		padding-bottom:80px;
	}
	
	.scroll article.archivebox div.postdata p.update{
		width:calc(100% - 130px);
	}
	
	.scroll article.archivebox div.postdata p.btn{
		width:130px;
	}
	
}