@charset "UTF-8";

/* seminar 2009-12-04
---------------------------------------------------------------------- */

/* title */
body.seminar #main #title {
	padding: 20px 0 13px;
}

body.seminar #main #title img {
	position: relative;
	left: -1px;
}

/* content */
body.seminar #main #content {
	width: 530px;
}

/* billboard */
body.seminar #main #billboard {
	margin-bottom: 2em;
	padding: 0;
}

body.seminar #main #billboard p {
	margin-bottom: 2em;
}

body.seminar #main #billboard ul li {
	float: left;
	width: 171px;
	margin-right: 8px;
}

body.seminar #main #billboard ul li.point03 {
	margin-right: 0;
}

/* technic */
body.seminar #main #technic .recommend {
	margin-bottom: 3em;
}

body.seminar #main #technic .buttons {
	margin: 0 20px;
}

body.seminar #main #technic p.button-entry {
	float: left;
	width: 217px;
}

body.seminar #main #technic p.button-download {
	float: right;
	width: 217px;
}

/* lecturer */
body.seminar #main #lecturer .l4 {
	background-position: 0 16px;
}

body.seminar #main #lecturer dl {
	margin-bottom: 1em;
}

body.seminar #main #lecturer dl dt {
	color: #0069a0;
	font-size: 117%; /* 14px */
	font-weight: bold;
}

/* table */
body.seminar #main table.format {
	width: 100%;
	margin-bottom: 1.5em;
	border: 1px solid #0069a0;
}

body.seminar #main table.format tr.first-child th
,body.seminar #main table.format tr.first-child td {
	border-top: none;
}

body.seminar #main table.format th {
	padding: 8px 12px;
	border-top: 1px dotted #555;
	background: #ddeef7;
	vertical-align: middle;
}

body.seminar #main table.format th.first-child {
	width: 30%;
}

body.seminar #main table.format th span {
	color: #de0e2f;
	font-size: 84%;
	vertical-align: text-bottom;
}

body.seminar #main table.format td {
	padding: 8px 12px;
	border-top: 1px dotted #555;
	border-right: 1px dotted #555;
	background: #fff;
}

body.seminar #main table.format td.last-child {
	border-right: none;
}

body.seminar #main table.format td input.size-l {
	width: 90%;
}

body.seminar #main table.format td input.size-m {
	width: 70%;
}

body.seminar #main table.format td em {
	display: block;
	margin-top: 5px;
	color: #de0e2f;
	font-weight: bold;
	line-height: 1.1;
}

body.seminar #main p.button-submit {
	text-align: center;
}



/* format
---------------------------------------------------------------------- */



/* end
---------------------------------------------------------------------- */

