/*---------------
* common style
*---------------- */
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* padding */
.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;
}

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

/* list */
li {
	margin-left: 0;
	list-style-type: none;
}



/*---------------
* 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: 13em;
  float: left;
}
#timeTable dd {
}
#timeTable .note {
  font-size: smaller;
  font-weight: normal;
}

dl.speakers dt {
	width: 3em;
}
dl.speakers dd {
margin-left: 0em;
}


/* 20160415a */
.seminarNum {
	margin-bottom: 5px;
	padding: 5px 7px;
	width: 6em;
	background: #C00101;
	border-radius: 3px;
	color: #FFFFFF;
	text-align: center;	
	}

ul.dot {
	margin: 10px 0 10px 30px;
	}
ul.dot li {
	padding-bottom: 5px;
	list-style-type: disc;
	font-weight: bold;
	}
.seminarDetails3 .inner{
	padding-left:20px;
	padding-right:20px;
}
