@charset 'utf-8';



.articlebody .btnarea {
	display: flex;
	flex-wrap: wrap;
}

.articlebody .btnarea > div {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
}

.articlebody .btnarea.column > div {
	display: block;
}

.articlebody .btnarea.column > div p {
	text-align: left;
}

.articlebody .btnarea a {
	transform: scale(1);
	border-style: solid !important;
}


.articlebody .gallery {
	display: flex;
	flex-wrap: wrap;
}

.articlebody .gallery > div {
	width: 25%;
	margin: 0;
	padding: 2px;
}

.articlebody .gallery > div > span {
	display: block;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.articlebody .caption  {
	margin: 0 !important;
	padding: .3em 1em;
	font-size: 12px !important;
}

.articlebody .gallery > div > span > a {
	display: block;
	height: 100%;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

.articlebody .gallery > div > span > span.cover {
	display: block;
	height: 100%;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

.articlebody .gallery img {
	width: auto;
	height: 100%;
}


.articlebody .scroll {
	overflow-x: scroll;
}

.articlebody .scroll table td {
	min-width: 160px;
}

.articlelist .item.notice:after {
	content: 'NOTICE';
	padding: .5em 1em;
	background: #204068;
	color: #fff;
	font-size: 1rem;
	font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Avenir, san-serif;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.articlelist.arrowicon .item .enclosed {
	height: 100%;
}

.articlelist.arrowicon .item .enclosed .meta {
	height: 2em;
}

.articlelist.arrowicon .item .enclosed .title {
	display: flex;
	align-items: center;
	height: calc(100% - 2em);
	flex-grow: 1;
	position: relative;
}


