<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*トップページ用
--------------------------------------------------*/
#maincontents {
	margin: 28px 0 50px;
}
/*グローバルナビ
----------------------------------------*/
#gnav ul {
	margin: 0;
}
#mv {
	padding: 20px 0 30px;
	width: 980px;
}
/*新着情報
----------------------------------------*/
section#newscontainer {
background:linear-gradient(to bottom, #ffffff 72%, #e9ede9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9ede9', GradientType=0 ); /* IE6-9 */
    border: 5px solid #C4D7C5;
    margin: 0;
    position: relative;
    width: 188px;
    z-index: 10 !important;
}
#newscontainer header {
	position: relative;
	height: 40px;
}
#newscontainer header h2 {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
}
#news-h-r {
	position: absolute;
	right: 8px;
	top: -12px;
}
#newscontainer #newsbox {
}
#newscontainer article {
	display: block;
	text-decoration: none;
	padding: 12px 0;
	margin: 0 18px;
	line-height: 1.3em;
	border-bottom: 1px #C5C5C5 dashed;
}
#newscontainer article a{
		text-decoration: none;
}
#newscontainer article a:hover h4 {
	text-decoration: underline;
}
#newscontainer #newsbox article:first-child  {
	padding-top: 0px;
}
#newscontainer #newsbox article:last-child {
	margin-bottom: 40px;
}
#newscontainer #newsbox time {
	font-size: 0.7em;
	color: #666666;
}
#newscontainer #newsbox h4 {
	background: none;
	color: #003f10;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#news-more {
	left: 70px;
	position: absolute;
	bottom: -30px;
	display:block;
	width:53px;
	height:53px;
}

html&gt;/**/body #newscontainer #newsbox {
padding:0 0 20px 0;
}

html&gt;/**/body #news-more {
	left: 70px;
	position: absolute;
	bottom: -20px;
	display:block;
}
#news-more a{
	display:block;
	width:100%;
	height:100%;
}
#news-more a img{
	width:53px;
	height:53px;
}
/*新着情報の影*/
#top-shadow{
	float:left;
	width:198px;
	margin:0 5px 0px 0px;
	position:relative;
	z-index:0;
}
#top-shadow:before,
#top-shadow:after{
	position: absolute;
	width: 50%;
	height: 10px;
	content: ' ';
	left: 8px;
	bottom: 9px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
	z-index: -10 !important;
}
#top-shadow:after{
	left: auto;
	right: 8px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}
/*中央部分*/
#centercontainer {
	width: 520px;
	margin: 0 30px;
}
/*イベント*/
#eventcontainer, #reportcontainer {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 82%, #e9ede9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, #ffffff), color-stop(100%, #e9ede9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 82%, #e9ede9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 82%, #e9ede9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 82%, #e9ede9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 82%, #e9ede9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9ede9', GradientType=0 ); /* IE6-9 */
	border: #C4D7C5 solid 1px;
}
#eventbox {
}
#he-event, #he-report {
	margin: 20px 0;
	position: relative;
}
#he-event h2, #he-report h2 {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#he-event .detail, #he-report .detail {
	margin: 0;
	padding: 0;
	position: absolute;
	right: -3px;
	top: 0;
}

/* #eventbox article:first-child a {
	padding-top: 0;
}
#eventbox article:last-child a {
	border-bottom: none;
}
#eventbox article a {
	font-weight: bold;
	border-bottom: #C5C5C5 dashed 1px;
	margin: 0 20px;
 padding: 5px 0;
	display: table;
	width: 470px;
	vertical-align: middle;
	text-decoration: none;
}
 */
#eventbox article:first-child{
	padding-top: 0;
}
#eventbox article:last-child {
	border-bottom: none;
}
#eventbox article{
	font-weight: bold;
	border-bottom: #C5C5C5 dashed 1px;
	margin: 0 20px;
 padding: 5px 0;
	display: table;
	width: 470px;
	vertical-align: middle;
	text-decoration: none;
}
	#eventbox article a{
			text-decoration: none;
	}
	#eventbox article a:hover h4 {
	text-decoration: underline;
}
#eventbox article time, #reportcontainer article time {
	color: #666666;
	font-size: 0.75em;
	letter-spacing: -0.3px;
}
#eventbox article time {
	padding: 0 10px 0 0;
	float:left;
}
#eventbox article .event-cat{
		width: 58px;
		float:left;
}
#eventbox article p {
	color: #333333;
	font-size: 0.7em;
	line-height: 1em;
	text-align: center;
	height: 1.0em;
	padding: 3px 0;
	margin:3px 0;
}
#eventbox article p.cat-doboku {
	background: #D0DFD1;
	border: 1px solid #99BB9A;
}
#eventbox article p.cat-dept {
	background: #CBD6E4;
	border: #AFB7D3 solid 1px;
}
#eventbox article p.cat-univ {
	background: #F0D5CE;
	border: #E1B3B3 solid 1px;
}
#eventbox article p.cat-info {
	background: #F2DFB3;
	border: #DFCFA4 solid 1px;
}
#eventbox article p.cat-dousou {
	background: #E0D2E6;
	border: #C7B6CD solid 1px;
}
.font-superlarge #eventbox article p.cat-info{
	font-size:0.6em;
}
#eventbox article h4 {
	color: #003F10;
	font-size: 0.9em;
	background: none;
	margin: 0;
	padding: 0 10px;
	clear:both;
}
/*事業報告部分*/
#reportcontainer {
	margin: 20px 0 0 0;
}
#reportcontainer article a {
	font-weight: bold;
	border-bottom: #C5C5C5 dashed 1px;
	margin: 0 20px;
	display: block;
	width: 470px;
	text-decoration: none;
}
#reportcontainer article:last-child a {
	border-bottom: none;
}
#reportcontainer article a .report-img {
	padding: 0 20px 20px 0;
	width: 150px;
	height: 100px;
	overflow: hidden;
	float:left;
}
#reportcontainer article a .report-ti {
	padding: 0 0 10px;
	float:right;
	width:300px;
}
#reportcontainer article a .report-ti h4 {
	color: #003F10;
	font-size: 0.9em;
	background: none;
	margin: 0;
	padding: 0;
	vertical-align:text-top;
}
#reportcontainer article a:hover .report-ti h4 {
	text-decoration: underline;
}</pre></body></html>