@charset "utf-8";


/*===== list ==================================*/

#topicsTray {

	overflow-x: scroll;

}

#topicsTray table {

	border-collapse: collapse;
	border: none;
	margin: 10px auto 15px;
	width: 100%;

}

#topicsTray table tr:first-child th:first-child,
#topicsTray table tr:first-child td:first-child {

	width: 9em;

}

#topicsTray table tr th:first-child,
#topicsTray table tr td:first-child {

	width: 8em;

}





#topicsTray table.topics_th {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: rgb(247, 249, 245);
}

#topicsTray table.topics_th tr th {
	background: none;
	color: rgba(51, 51, 51, 1);
}

#topicsTray table.wide {
	display: none;
}

#topicsTray table.narrow {
	display: table;
}


#topicsTray table.narrow tr {
	border-bottom: 1px solid #CCCCCC;
}


#topicsTray table th:first-child,
#topicsTray table td:first-child {
	border-right: 1px solid #ededed;
}

#topicsTray table.narrow tr:nth-child(4n+1),
#topicsTray table.narrow tr:nth-child(4n+2) {
	background-color: #fbfbfb;
}





#topicsTray table tr.upper_tr {
	border-bottom: 1px dashed #CCCCCC;
}

#topicsTray table td,
#topicsTray table th {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0.75em;
/* 	white-space: nowrap; */
}

#topicsTray table th,
#topicsTray table td:nth-of-type(1),
#topicsTray table td:nth-of-type(4) {
	text-align: center;
}

#topicsTray table th {
	font-style: italic;
}

#topicsTray table td:nth-of-type(2),
#topicsTray table td:nth-of-type(3),
#topicsTray table td:nth-of-type(4) {
	font-size: 0.9em;
	color: #888;
}

#topicsTray table td:nth-of-type(1) {
	width: 11em;
}

#topicsTray table td span {
	display: inline-block;
	font-size: 0.9rem;
	min-width: 8em;
	margin-left: 0.5em;
	padding: 0 0.5em;
	line-height: 1.6;
	white-space: nowrap;
	color: #fff;
	background-color: rgb(255, 161, 0);
	border-radius: 3px;
	text-align: center;
}

#topicsTray table td.title {
	text-align: left;
	font-weight: bold;
}

#topicsTray table td.title b {
	display: inline-block;
	margin: 0 0 0 0.5em;
	width: 4.5em;
	font-size: 0.75em;
	line-height: 1.5em;
	background-color: #ff3333;
	color: #fff;
	text-align: center;
}

#topicsTray table tr:nth-child(2n) td {

	line-height: 1.1em;
	height: 1em;
}

@media only screen and (max-width: 980px) {

	#topicsTray table.bigwide {
		display: none;
	}

	#topicsTray table.narrow {
		display: table;
	}

}

@media only screen and (max-width: 768px) {

	#topicsTray div {

		overflow-x: scroll;

	}

}

/*===== detai ==================================*/
.information_detail h1 {
	display: flex;
	align-items: center;
}

.information_detail h1 span {
	text-align: center;
	display: inline-block;
	font-size: 0.65em;
	min-width: 7em;
	padding: 0 0.5em;
	margin-right: 1em;
	line-height: 1.6;
	white-space: nowrap;
	color: #fff;
	background-color: rgb(255, 161, 0);
	border-radius: 3px;
}

.information_list h1 {
	word-break: keep-all;
}

.information_list h1 span {
	display: inline-block;
	padding-left: 0.25em;
	word-break: keep-all;
	font-weight: bold;
}


#page .news_date {
	display: inline-flex;
	margin-bottom: 0;
	line-height: 1;
	border-bottom: none;
	text-align: right;
	margin-left: 0;
	margin-right: 0;
	align-items: center;

}

#page .news_date span {
	background-color: #da1e34;
	top: -2px;
	display: inline-block;
	margin: 0 1em;
	width: 4.5em;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
}



table#topicsList {
	border-collapse: collapse;
	border: none;
	border: none;
	box-shadow: 0 0 1px 1px #ededed;
	margin: 1em auto 2em;
	width: calc(100% - 2em);
	font-size: 1rem;
	background: rgba(245, 246, 250, 0.4);
}

table#topicsList tr.table_width {
	display: table-row;
}


table#topicsList td,
table#topicsList th {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0.75em;
	white-space: nowrap;
}

table#topicsList th {
	width: 15%;
	min-width: 8em;
	text-align: right;
	padding-right: 1.5em;
}

table#topicsList td {
	text-align: left;
	padding-left: 1.5em;
}


.data_error {
	margin: 4em 0;
	text-align: center;
}


/*===== side navi ==================================*/
#side_column .menu h2 {
	text-align: center;
	padding: 0.5em;
}


#side_column .menu li.clear {
	text-align: center;
}

#side_column .menu li.clear a {
	background: #80c26a;
	border-radius: 0.5em;
	width: calc(100% - 1em);
	margin: auto;
}

#side_column .menu li.clear a:hover {
	background-color: #80c26a !important;
	opacity: 0.8;
}


#side_column .menu#free_words {
	border: 1px solid #595959;
	border-radius: 0.5em;
	padding: 0.5em;
	margin-top: 1rem;

}

#side_column .menu#free_words h2 {
	color: #595959;
	margin: 0 auto 0.5rem;
	padding: 0 0;
	background: none;
	border: none;
	text-align: center;
}

#free_words input[type=text] {
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em;
	line-height: 1.5;
	border-radius: 5px;
	/* border: 2px solid #8b8b8b; */
	border: none;
	background-color: #ebebeb;
	color: rgb(66, 72, 75);
	font-weight: bold;
	font-size: 1rem;
}

#free_words input[type=submit] {
	display: block;
	box-sizing: border-box;
	width: calc(100%);
	line-height: 1.5;
	padding: 0.5em;
	margin: 0.5em auto auto;
	background: #013f72;
	border: none;
	border-radius: 0.5em;
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.3s;
}

#free_words input[type=submit]:hover {

	background: #0662ad;

}


@media only screen and (max-width: 980px) and (min-width: 768px) {}



@media only screen and (max-width: 758px) {}