<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#page_ttl span {
    display: none;
}

#contents section {
    clear: both;
    border: solid 5px #d5eeff;
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 35px 9px 20px 9px;
}
#NewsList li {
	padding: 20px 30px;
	border-bottom: dotted 1px #aaa;
}
#NewsList li time {
	color: #007aec;
  font-weight: bold;
  font-family: Helvetica, Arial, "sans-serif";
}
#NewsList li span {
    color: #fff;
    background: #f8007b;
    padding: 0 5px;
    min-width: 80px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 0 15px;
}
#NewsList a {
	display: block;
	padding-top: 12px;
	font-size: 16px;
}
#contents section.news_detail h1 {
	color: #007aec;
    border-bottom: solid 2px #007aec;
    font-size: 157%;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
#contents section.news_detail aside {
	margin-bottom: 35px;
}
#contents section.news_detail aside time {
	padding-right: 20px;
}
#contents section.news_detail aside span a {
	color: #007aec;
}
.pagination {
    margin: 10px auto 50px auto;
}
.pagination ul {
    text-align: center;
    height: 30px;
}
.pagination ul li {
    display: inline-block;
    padding: 2px 8px;
    margin-right: 6px;
    background: #fff;
    border: solid 2px #007bff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 0px 0px #007bff;
    -webkit-box-shadow: 0px 1px 0px 0px #007bff;
    box-shadow: 0px 1px 0px 0px #007bff;
    position: relative;
}
.pagination ul li a {
    display: block;
    color: #007aec;
    font-size: .875em;
    font-weight: bold;
}
.pagination ul li.active {
    background: #007bff;
    color: #fff;
}
#side {
    float: left;
    width: 260px;
}
#side section {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px 8px;
    background: url(../../common/img/bg_stripe01.png) repeat 0 0;
	margin-bottom: 25px;
}
#side section h1 {
    color: #fff;
    background: #007aec;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 128.57%;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}
#side section ul {
	background: #fff;
  padding: 7px;
  margin-bottom: 7px;
}
#side section li {
	width: 100%;
	padding: 10px 5px;
}
#side section li a {
    display: block;
    background: #fff;
    padding-bottom: 8px;
    box-shadow: none;
	border-bottom: solid 1px #ccc;
}

@media screen and (max-width:899px) {
	#side {
		width: 100%;
	}
	#side section {
		display: block !important;
	}
}

</pre></body></html>