<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------
* common style
*---------------- */
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*  */
.pt14 {
	padding-top: 14px;
}
.pb14 {
	padding-bottom: 14px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb30 {
	padding-bottom: 30px;
}

/* title */
h1 span {
	line-height: 30px;
	font-size: smaller;
}

/* text */
#executiveSimple p.nopb {
	padding-bottom: 0px; /* p reset */
}
span.hosoku,
p.hosoku {
	font-weight: normal;
	font-size: smaller;
}
span.red,
p.red {
	color: #c00101;
}

/* list */
li {
	margin-left: 0px;
	list-style-type: none;
}
ul.dot {
}
ul.dot li {
	list-style-type: disc;
	margin-left: 20px;
}


/*---------------
* seminar layout
*---------------- */

#executiveSimple p.outline, dl.outline, ul.outline {
padding: 0 17px 5px;
font-size: small;
line-height: 1.5;
}

#timeTable {
	padding-bottom: 14px;
}
#timeTable dt {
  width: 14em;
  float: left;
	font-weight: bold;
}
#timeTable .note {
  font-size: smaller;
  font-weight: normal;
}

.seminarNum {
background: #C00101;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: #FFFFFF;
display: block;
margin-bottom: 5px;
padding: 5px 7px;
text-align: center;
width: 6em;
}


.solution {
	font-weight: bold;
}

.srDayL {
  float: left;
  width: 18em;
}

div.box {
margin:  5px 17px 17px;
	padding: 10px 10px 0;
font-size: small;
line-height: 1.5;
	background: #eee;
}

.floatR{
	float: right;
}


/* ä¼šå&nbsp;´ */
.place.line{
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #aaa;
}
.place dt,
.capacity dt {
	float: left;
	font-weight: bold;
}
.place dd {
	float: left;
	margin-bottom: 10px;
}
.place dt {
  width: 13em;
}
</pre></body></html>