@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


#main-pho h1{
	background-image:  url("../../images/seminar/main_pho_s.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 155px;
	text-indent: -9999px;
}

#wide-box{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


.seminar-table{
	border: 1px solid #B8BA69;
	width: 650px;
}

.seminar-table *{
	line-height: 1.25em;
}

.seminar-table td,
.seminar-table th{
	padding: 10px;
	border: 1px solid #B8BA69;
}

.seminar-table th{
	text-align: center;
	background-color: #F0EEC1;
	color: #2F3210;
}


.seminar-table02{
	border: 1px solid #B8BA69;
	width: 630px;
}

.seminar-table02 *{
	line-height: 1.25em;
}

.seminar-table02 td,
.seminar-table02 th{
	padding: 10px;
	border: 1px solid #B8BA69;
}

.seminar-table02 th{
	text-align: center;
	background-color: #F0EEC1;
	color: #2F3210;
}


h3{
	padding-top: 30px;
	padding-bottom: 20px;
}

ol{
	font-size: 1.6em;
	list-style-type: decimal;
	padding-left: 40px;
}

ol li{
	margin-bottom: 1em;
}

.seminar-info{
	font-size: 16px;
	background-color: #FFF4FF;
	text-align: center;
	padding: 12px 10px 10px;
	margin-bottom: 20px;
	border: 1px solid #FF0000;
	line-height: 1.75em;
	font-weight: bold;
}

.seminar-info .txt-bold-red{
	font-size: 18px;
}

.to-index{
	text-align: center;
	margin-top: -10px;
	margin-right: auto;
	padding-bottom: 20px;
	margin-left: auto;
}