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

	Custom CSS
	Copyright (c) 2017-, PROACTIVE Inc. All rights reserved.

=======================================*/
/*----- Top -----*/
.bg-img {
  width: 671px;
    height: 443px;
    display: none;
	object-fit: cover;
}
.bg-img img {
  vertical-align: bottom;
}
.info {
  margin: 1.5rem 0 1rem;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #3E9399;
}

.news {
  clear: both;
}
.news dt, .news dd {
  display: block;
  padding: .5rem 1rem;
  line-height: 1;
}


.news dt:first-of-type, .news dd:first-of-type {
  padding-top: 0rem;
}
.news dt {
  float: left;
  width: 9.5em;
  clear: left;
}
.news dd {
  margin-left: 0;
  border-bottom: 1px dotted #ccc;
}

.d-list{
	margin-left: 1rem;
}
.d-list dt{
	font-weight: bold
}


.logo {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
	row-gap: 1rem;
}

/*.top-logo-bnr{
	margin:0 1rem 0.5rem;
	
	border: solid 2px #73488A;
}
.top-logo-bnr a{
	padding: 1rem 0 0.5rem;
	display: block;
	width: 100%;
}*/


/*----- Program -----*/
/* .speakers li {
    margin-bottom: .5em;
}*/
</pre></body></html>