@charset "UTF-8";

/****************************************ニュースに関する設定*/
@media screen {
#news .KS {/*更新*/
	background-color: green;
}
#news .SY {/*採用*/
	background-color: red;
}
#news .PR {/*情報公開*/
	background-color: orangered;
}
#news .SM {/*セミナー*/
	background-color: dodgerblue;
}
#news .EX {/*展示会*/
	background-color: forestgreen;
}
#news .PS {/*製品サービス*/
	background-color: hotpink;
}
#news .OT {/*その他*/
	background-color: gray;
}
#news b {
	font-size: 8pt;
	font-weight: normal;
	line-height: 100%;
	color: white;
	background-color: red;
	padding: 1px 6px;
	border-radius: 0.2em;
}
.news_box {
	overflow: auto;
}
#news > li {
	border-bottom: 1px dotted #bbbbbb;
	border-radius: 0;
}
#news li > p:first-child {
	flex: 0 0 176px;
	display: flex;
}
#news li > p > .title {
	flex: 0 0 80px;
	margin: 0 5px;
	padding: 3px;
	height: 22px;
	text-align: center;
	border-radius: 0.2em;
	font-size: 6pt;
}
}

@media only screen and (max-width: 959px) {
.news_box {
	height: 47vh;
}
#news > li {
	padding: 8px 0;
}
#news li > p:first-child {
	margin-bottom: 5px;
}
}

@media screen and (min-width: 960px) {
.news_box {
	height: 600px;
}
#news > li {
	display: flex;
	padding: 4px;
}
}
