@charset "UTF-8";
a {
	color: #005ba5;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.indent {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.red {
	color: #F00;
}
table, ul li {
	font-size: 14px;
}
/* about */
table.about {
	margin: 3px 0;
	width: 607px;
}
table.about tr td, table.about tr th {
	padding: 15px;
	border: #bcbcbc 1px solid;
}
table.about tr td {
	line-height: 1.8em;
}
table.about tr th {
	background: #eee;
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
	width: 90px;
	font-weight: bold;
}
div.final {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	background: #d8e573;
	padding: 8px 10px;
}
div.final_info {
	margin-bottom: 10px;
	font-weight: 700;
}
div.final_info table {
	width: 100%;
}
div.final_info table tr td {
	border: none;
	padding: 0;
}
div.final_info table tr td:last-child {
	width: 80%;
}
.kaisaibi {
	font-weight: bold;
	padding: 0.5em 0.8em;
	color: #99a63a;
	border: 1px solid #99a63a;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.kaisaibi2 {
	line-height: 26px;
	padding-top: 0.2em;
	font-size: 18px;
}
table.about tr td ul {
	padding-left: 20px;
}
table.about tr td ul li {
	list-style: square;
}
/* midashi */

.midashi, .midashi02 {
	font-size: 30px;
}
.midashi {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.midashi02 {
	margin-top: 4em;
	margin-bottom: 0.5em;
}

/* schedule02 */


table.schedule02 {
	margin: 10px 0;
	width: 100%;
	border: #bcbcbc 1px solid;
	margin-bottom: 50px;
}
table.schedule02 tr td {
	line-height: 26px;
	border-top: #bcbcbc 1px solid;
}
table.schedule02 tr th {
	font-weight: bold;
	margin-bottom: 10px;
	background: #eee;
	padding: 10px;
	text-align: center;
	border-right: #bcbcbc 1px solid;
	border-bottom: #bcbcbc 1px solid;
}
table.schedule02 tr td.date {
	width: 60px;
	vertical-align: top;
	background: #F8F8F8;
	padding: 15px;
	text-align: right;
}
table.schedule02 tr td.date02 {
	width: 40px;
	vertical-align: top;
	background: #F8F8F8;
	padding: 15px 0 15px 0;
}
table.schedule02 tr td.date03 {
	width: 80px;
	vertical-align: top;
	background: #F8F8F8;
	padding: 15px 0 15px 0;
	border-right: #bcbcbc 1px solid;
}
table.schedule02 tr td.cource {
	padding: 15px 20px;
}
table.schedule02 tr td.end {
	background: #ddd;
}

/* stripe */

ul.stripe {
	margin: 10px 0 50px;
	border: #bcbcbc 1px solid;
}
ul.stripe li {
	padding: 10px 15px;
}
ul.stripe li.odd {
	background-color: #f6f6f6;
}
ul.stripe li.even {
	background-color: #ffffff;
}
