/*---------------
* 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;
}

/* タイトル */
h1 span {
	line-height: 30px;
	font-size: smaller;
}

/* テキスト */
#executiveSimple p.nopb {
	padding-bottom: 0px; /* p リセット */
}
span.hosoku,
p.hosoku {
	font-weight: normal;
	font-size: smaller;
}
span.red,
p.red {
	color: #c00101;
}

/* リスト */
li {
	margin-left: 0px;
	list-style-type: none;
}
ul.dot {
}
ul.dot li {
	list-style-type: disc;
	margin-left: 15px;
}


/*---------------
* 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: 17em;
  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;
}

#executiveSimple h3.red.seminar1 {
	color: #1485D7;
}
.seminarNum.seminar1 {
	background: #1485D7;
}
#executiveSimple h3.red.seminar2 {
	color: #1AAF54;
}
.seminarNum.seminar2 {
	background: #1AAF54;
}

.solution {
	font-weight: bold;
}

/* 160326 */
.speakersBox dl {
  margin: 14px 0;
}
.speakersBox dl.last {
  margin-bottom: 0;
}
.speakersBox dl dt {
  float: left;
  width: 9em;
  color: #000;
  font-weight:bold;
}
.speakersBox dl dd {
  margin-left: 9em;
}