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

/* common */
.noPd {
	padding-bottom: 0!important;
}
.mb10 {
	margin-bottom: 10px;
}
.pb5 {
	padding-bottom: 5px!important;
}
.dot {
	margin: 0 0 14px 17px;
}
.fltR {
	float: right;
}
.txt {
	margin-right: 320px;
}

/* seminar title */
h1 span {
	font-size: smaller;
}
h3.logo {
	margin: 16px 0 10px;
}
h3.red {
  margin: 0 0 10px;
}
h4.red {
	color: #c00101;
	border-top: 1px dotted #999;
	padding: 20px 0 0;
	margin: 10px 0 0;
}
h3 span,
h4 span {
	font-size: smaller;
}

/* date */
.timeTable dt {
  clear:left;
  float:left;
  font-weight:bold;
  width:11em;
}
.timeTable dd {
  margin-left: 5.5em;
}

/* layout */
#executiveSimple table.leftLine td {
  border-left: 1px dotted #999;
  padding-left: 8px;
  padding-bottom: 0;
}

table.seminarDetails3 th.date {
  text-align: center;
  font-weight: bold;
  width: 32%;
  border-left: 1px dotted #999;
}

table.seminarDetails3 th.time {
  text-align: center;
  font-weight: normal;
  width: 3%;
}

#executiveSimple p {
  font-size:small;
  line-height:1.6;
  padding-bottom:14px;
}


/* speaker style */
dl.speakers {
	padding: 0 0 10px;
}
dl.speakers dt {
	float: none;
}
dl.speakers dd {
	margin: 0;
}
dl.speakers dd span {
	font-size: smaller;
}

/* seminar others */
#executiveSimple .seminarNum {
	background: #c00101;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	padding: 5px 8px;
	text-align: center;
	margin: 0 0 10px 0;
	line-height: 1.4;
}
#executiveSimple p.time {
	text-align: center;
	padding: 3px 0;
	margin: -7px -8px 14px;
	background: #eee;
}

/* 160415 */
table.seminarDetails3 th.date {
  vertical-align: middle;
}
table.seminarDetails3 th.date div {
  text-align: left;
}</pre></body></html>