<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							NEWS　			    					    	*/
/****************************************************************************/
#content_1 li {
	border-bottom: 1px solid #cdcac2;
	display: table;
	width: 100%;
	padding: 20px 0;
}
#content_1 li div {
	display: table-cell;
	vertical-align: top;
}
#content_1 li div:nth-of-type(1) {
	width: 240px;
	padding-left: 15px;
	box-sizing: border-box;
}
#content_1 li .date {
	color: #8c8c8c;
	font-size: 116%;
}
#content_1 li div span:nth-of-type(2) {
	width: 90px;
	height: 17px;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-left: 20px;
	line-height: 17px;
}
#content_1 .news01 {
	background-color: #d37598;
}
#content_1 .news02 {
	background-color: #50a3ac;
}
#content_1 .news03 {
	background-color: #e0af51;
}
#content_1 .news04 {
	background-color: #7d7d7d;
}
#content_1 .news05 {
	background-color: #0070b2;
}
#content_1 .news06 {
	background-color: #b87ed6;
}
#content_1 li p, #content_1 li h2 {
	line-height: 1.3;
}
#content_1 li h2 a {
	font-weight: bold;
	font-size: 133%;
	padding-bottom: 10px;
}
#content_1 #search_results .result {
	border-bottom: none;
}

.news_detail_box {
	margin: 6.5% 0 5%;
	background-color: #f8f5f0;
	padding: 40px 20px;
	border-radius: 5px;
	position: relative;
}
.news_detail_box .news_date {
	font-size: 116%;
}
.news_detail_box .category {
	position: absolute;
	top: 40px;
	right: 20px;
}
.news_detail_box .category span {
	width: 90px;
	height: 17px;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-left: 20px;
	line-height: 17px;
}
.news_detail_box h2 {
	font-size: 200%;
	line-height: 1.2;
	padding-bottom: 10px;
	border-bottom: 5px solid #eee;
	margin: 10px 0 15px;
	text-align: left;
	font-weight: bold;
}
.news_detail_box .news_txt p {
	line-height: 1.4;
	margin-top: 20px;
	font-size: 134%;
}
.news_detail_box .news_txt p a {
	font-weight: bold;
}
.news_img {
	text-align: center;
}
#content_1 .page_link {
	max-width: 300px;
	height: 50px;
	background-color: #1d1d1d;
	text-align: center;
	margin: 30px auto 0;
	border-radius: 5px;
	line-height: 50px;
}
#content_1 .page_link a {
	text-align: center;
	color: #fff;
}

.width_max {
    width: 100% !important;
}

.table_box {
    display: table;
    margin-top: 10px;
}

.table_box_cell {
    display: table-cell;
    vertical-align: top;
}

.txt_right {
    text-align: right !important;
}


.news_box {
	margin-top: 20px;
	clear: both;
}
.news_box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.news_box h2 {
	font-size: 300%;
	border-bottom: 0;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
}
.news_box h3 {
	font-size: 200%;
	border-bottom: 0;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: bold;
}
.news_box p {
	line-height: 1.7;
	font-size: 134%;
}
.news_box .news_img {
	float: left;
	width: 40%;
	text-align: center;
}
.news_box p.news_img:nth-of-type(2) {
	float: right;
}
.news_box .news_txt {
	float: right;
	width: 56%;
}
.news_box p.news_txt:nth-of-type(1) {
	float: left;
}
.news_box .two_col_list li {
	float: left;
	width: 49% !important;
	border-bottom: 0 !important;
}
.news_box .two_col_list li:nth-child(2n) {
	margin-left: 2%;
}
.news_box .three_col_list li {
	float: left;
	width: 32% !important;
	margin-right: 2%;
	border-bottom: 0 !important;
}
.news_box .three_col_list li:nth-child(3n) {
	margin-right: 0;
}
.news_box .four_col_list li {
	float: left;
	width: 23.5% !important;
	margin-right: 2%;
	border-bottom: 0 !important;
}
.news_box .four_col_list li:nth-child(4n) {
	margin-right: 0;
}
.news_box .two_col_list img, .news_box .three_col_list img, .news_box .four_col_list img {
	width: 100%;
}
.news_box .main_img {
    text-align: center;
}


@media screen and (max-width:736px){
#content_1 li div {
	display: block;
}
#content_1 li div:nth-of-type(1) {
	padding-left: 0;
	margin-bottom: 5px;
}
#content_1 .page_link a {
    position: static;
    margin-top: 20px
}
.news_detail_box .category {
	position: static;
}
.news_detail_box .category span {
	position: static;
	margin: 5px 0 0;
}

.news_box h2 {
	font-size: 180%;
}
.news_box h3 {
	font-size: 150% !important;
}
.news_box .news_img, .news_txt {
	float: none !important;
	width: auto !important;
}
.news_box  p.news_img:nth-of-type(1) {
	margin-bottom: 10px;
}
.news_box p.news_img:nth-of-type(2) {
	margin-top: 10px;
}
}</pre></body></html>