@charset "utf-8";


.topix-wrap {
	display: flex;
}
.topix-left {
	width: 20vw;
	padding-left: 20px;
}
.topix-right {
	width: 60vw;
}
.topix-list li {
	line-height: 2.5;
}
.topix-list li a:link {
	color: #3B3838;
	padding-left: 3px;
}
.info-topics {
	margin: 30px 0;
	background-color: #ffffff;
	padding: 30px 30px 20px;
}
ul.news {
	font-size: 14px; font-size: 1.4rem;
}
ul.news li {
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: baseline;
}
ul.news .news-meta {
	padding: 1em;
}
ul.news p {
	font-size: 13px; font-size: 1.3rem;
	padding-left: 1em;
}
.category {
	display: inline-block;
	width: 120px;
	border: 1px solid #ccc;
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
}
body.topix .topix-list li a {
	color: #CFCFCF;
	border-left: 20px solid #CFCFCF;
	text-decoration: none;
	padding-left: 3px;
}
body.topix .topix-list li a:hover {
	text-decoration: underline;
}
body#topix-all .topix-list li:first-child a {
	color: #3B3838;
	border-left: 20px solid #000050;
	cursor: default;
}
body#topix-all .topix-list li:first-child a:hover {
	text-decoration: none;
}
body#topix-event .topix-list li:last-child a {
	color: #3B3838;
	border-left: 20px solid #000050;
	cursor: default;
}
body#topix-event .topix-list li:last-child a:hover {
	text-decoration: none;
}
body#topix-news .topix-list li:nth-child(3) a {
	color: #3B3838;
	border-left: 20px solid #000050;
	cursor: default;
}
body#topix-news .topix-list li:nth-child(3) a:hover {
	text-decoration: none;
}
body#topix-update .topix-list li:nth-child(2) a {
	color: #3B3838;
	border-left: 20px solid #000050;
	cursor: default;
}
body#topix-update .topix-list li:nth-child(2) a:hover {
	text-decoration: none;
}


@media (max-width: 800px) {
	.topix-wrap{
		display: block;
	}
	.topix-left {
		width: 90vw;
	}
	.topix-right {
		width: 90vw
	}
	.topix-list {
		display: flex;
		flex-wrap: wrap;
		padding: 2em 0;
	}
	.topix-list li {
		padding: 0.5em;
	}
}

@media (max-width: 600px) {
	ul.news li {
		display: block;
	}
}
