@charset "utf-8";

/*---------------------------------------------------------
seminar_index.css
----------------------------------------------------------*/
header {
	background-color: #f6f6f0;
}
h1.seminar__title {
	width:100%;
	height:130px;
	margin:0 auto;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../img/seminar/title_seminarTop.png) center 0 no-repeat;
}
.mainArea p.sub_txt {
	font-size: 14px;
}
.mainArea h2 {
	padding: 0 0 12px;
	margin: 0 0 40px;
	line-height: 1;
	font-size: 20px;
	color: #133b6e;
	background: url(../img/common/bg_ttl_line.jpg) left bottom no-repeat;
}
p.subttl {
	padding: 0 0 15px;
	margin: 0 0 30px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #d52f2f;
	line-height: 1;
	background: url(../img/seminar/subttl.gif) left bottom no-repeat;
}
ul.seminarList {
	margin: 25px 0;
}
ul.seminarList li a,
ul.seminarList li a:hover{
	color: #316fcb;
}
div.seminarDetail {
	padding: 0 0 45px;
}
div.seminarDetail .ttl {
	line-height: 45px;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	background: #eaeae4;
	font-size: 16px;
}
div.seminarDetail .inner {
	padding: 0 0 0 20px;
	font-size: 14px;
}
div.seminarDetail .ttl,
div.seminarDetail .inner p.txt {
	font-weight: bold;
}
div.seminarDetail .inner table td.td01 {
	width: 45px;
}
div.seminarDetail .inner table td.td02 {
	width: 35px;
	text-align: center;
}

div.seminarDetail .inner .entryBtn {
	text-align: center;
	padding: 13px 0 0;
	margin: 25px 0 0;
	background:url(../img/seminar/dot.gif) top left repeat-x;
}