@charset "Shift_JIS";


/* seminar
-------------------------------*/
#seminar {
	margin: 30px;
}

#seminar h2 {
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px solid #9e9e9e;
	margin-bottom: 20px;
	padding: 0 0 5px 15px;
	color: #333333;
	clear: both;
}


/* list-school
-------------------------------*/

#list-school {
	margin: 30px;
}

#list-school h2 {
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px solid #9e9e9e;
	margin-bottom: 20px;
	padding: 0 0 5px 15px;
	color: #333333;
	clear: both;
}


.list-table{
	border-collapse: collapse;
}

.list-table td{
	border: 1px solid #ccc;
	padding: 5px 15px;
}

.list-table th{
	border: 1px solid #ccc;
	padding: 10px 20px;
	background-color: #efefef;
}

.text110{
	font-size: 110%;
}

#list-school caption{
	text-align: right;
	font-weight: normal;
}


.cost-table{
	border-collapse: collapse;
}

.cost-table td{
	border: 1px solid #ccc;
	padding: 5px 15px;
	width: 300px;
}

.cost-table th{
	border: 1px solid #ccc;
	padding: 10px 20px;
	background-color: #efefef;
}

/* table
-------------------------------*/

.seminar-date{
	border-collapse: collapse;
	width: 100%;
}

.seminar-date td{
	border: 1px solid #ccc;
	padding: 10px 20px;
}

.seminar-date th{
	border: 1px solid #ccc;
	padding: 10px;
	width: 100px;
	background-color: #efefef;
}
.seminar-date thead{
	text-align: center;
	background-color: #efefef;
}


.seminar-price{
	border-collapse: collapse;
	width: 100%;
}
.seminar-price td{
	border: 1px solid #ccc;
	padding: 15px 20px;
	text-align: center;
}
.seminar-price th{
	border: 1px solid #ccc;
	padding: 10px;
	width: 100px;
	background-color: #efefef;
}
.seminar-price thead{
	text-align: center;
	background-color: #efefef;
}
caption{
	font-weight: bold;
	text-align: left;
	font-size: 110%;
}

.seminar-tool{
	text-align: left;
	padding-left: 20px;
}

.seminar-hiyou{
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}

.semi-tokuten{
	text-align: left;
	padding-left: 20px;
	color: brown;
}


/* topics
-------------------------------*/
.topics{
	padding: 30px;
	font-size: 110%;
	line-height: 1.7;
}

img.float_right{
	float: right;
	margin: 0 10px 0 50px;
}



/* text
-------------------------------*/
.venue{
	font-weight: bold;
	font-size: 110%;
	color:brown;
	margin-bottom: 10px;
}
