<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
#news {
	display: none;
	opacity: 0;
}
#news p {
	font-size:14px;
	font-weight: 600;
	font-family: "Noto Sans Japanese", sans-serif;
	line-height: 24px;
	text-align: left;
}
#news a {
	text-decoration: none;
}
#news h1 {
	padding-top:130px;
	margin-bottom:32px;
	text-align: center;
}
#news h2 {
	margin-bottom: 40px;
}
#news h3 {
	text-align: left;
	margin-bottom: 14px;
	font-size: 29px;
	line-height: 36px;
    font-weight: 800;
    text-decoration: underline;
}
#news h4 {
	text-align: left;
	margin-bottom: 8px;
	font-size:1.3em;
}

#news time {
	text-align: left;
	margin-bottom: 50px;
}
#news a {
	
}
.news_info {
	width:900px;
	margin:0 auto;
	overflow: auto;
}
.news_info p {
	margin-bottom: 33px;
}

.frame_news_fig {
	border:2px solid #ffffff;
}
.fig_news_article {
	text-align: right;
	background-image: url(../img/news/fig_news_noimg.png);
	background-size: 240px 265px;
	background-position: right;
	background-repeat: no-repeat;
	min-height: 265px;
	cursor: pointer;
}
.col2_left_content {
    margin-right: 20px;
	width: 388px;
	height: auto;
}
.col2_right_content {
    width: 440px;
}
#news article {
	padding-bottom:120px;

}
.clock {
	margin-bottom: 0px !important;
	font-size: 1.1em !important;
}
.noBackground {
	background-image: none;
}
.news_button_area {
	float:left;
	overflow: auto;
}
.news_button_area a {
	margin-right: 12px;
}

#page_news_dialog {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 4;
	top:100px;
	display: none;
	opacity: 0;
}
#page_news_dialog .dialog_wrapper {
	background-color: rgba(0,160,233,1.00);
}
#dialog_img {
}</pre></body></html>