<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 {
	margin: 10px;
}
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;
}

dl.speakers {
	font-weight: normal;
	}
dl.speakers dt {
	width: 4em;
	float: left;
	}
dl.speakers dd {
	margin-left: 4em;
	font-weight: normal;
	}
dl.speakers2 {
	font-weight: normal;
	}
dl.speakers2 dt {
	width: 10em;
	float: left;
	}
dl.speakers2 dd {
	margin-left: 10em;
	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;
}


.box{
    margin: 17px;
    padding: 0 20px 6px;
    border: 1px solid #ccc;
}
.box h2{
    color: #c00101 !important;
    margin-left: 0 !important;
}

.seminarLayout{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 15px;
}

.seminarDetails3 .note{
	text-indent: 0;
	padding: 0;
}
span.note{
	font-size: smaller;
}
.mb20{
	margin-bottom: 20px;
}</pre></body></html>