@charset "utf-8";

/*===================================================
                メインコンテンツ
==================================================*/

/*------------- 見出し--------------*/

.sect_h4 h4 {
	margin-bottom: 5px;
	font-size: 131%;
	font-weight: bold;
	color: #0032CD;
}

.sect_h4 h4#info2 {
	margin-bottom: 20px;
	text-align: center;
	color: #1B2A8F;
}

.sect_h5 h5 {
	margin-bottom: 5px;
	font-size: 120%;
	color: #0033CC;
}

/*----------------------------------*/



/* セミナー日程
--------------------------------------------*/

ul#list_anchor li {
	margin-right: 5px;
}

p#headline_img img {
	margin: 0 30px;
}


#seminar .sect {
	margin-bottom: 30px;
}

p.order {
	width: 520px;
	color: #FF0000;
	position: relative;
}

p.order img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.place {
	margin-bottom: 15px;
	padding: 20px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.place dl {
	width: 280px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #999999;
	line-height: 1.4;
	text-align: center;
}

.place dl dt{
	margin-bottom: 20px;
	font-weight: bold;
}

.place a {
	color: #1B2A8F;
}

#seminar .detail {
	margin-bottom: 20px;
}

#seminar .detail th,
#seminar .detail td {
	vertical-align: top;
}

#seminar .detail td {
	padding: 0 0 10px 5px;
}

#seminar .detail td td {
	padding: 0;
}

#seminar li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 0px;
	padding-left: -20px;
}


#seminar table.schedule {
	
}

#seminar table.schedule th {
	text-align: center;
	background-color: #FECC72;
	
}

#seminar table.schedule th.th_01 {
	background-color: #D9F1F6;	
}

#seminar table.schedule td.td_01 {
	background-color: #FCCDE5;
	text-align: center;
}

#seminar table.schedule td.td_02 {
	text-align: center;
}

#seminar table.schedule td.td_03 {
	background-color: #FFFFE6;
	text-align: center;
	width: 100px;
}

#seminar table.schedule td.td_04 {
	text-align: left;
	width: 320px;
}

#seminar table.schedule td.td_05 {
	text-align: left;
	width: 400px;
}


#info .sect_col_image p.col_c {
	margin: 0 23px;
}

#info #table_01 {
	margin-bottom: 20px;
	background-color: #FFFFEC;
}

#info #table_01 th {
	width: 25%;
	text-align: center;
	background-color: #EEF7FF;
}

#info #table_02 {
	margin-bottom: 20px;
	background-color: #FFFFEC;
}

#info #table_02 th {
	width: 25%;
	text-align: center;
	background-color: #FFF7FF;
}

#info #table_03 {
	margin-bottom: 5px;
}

#info #table_03 th {
	text-align: center;
	background-color: #FED38D;
}

#info #table_03 th.th_01 { background-color: #EEF7FF; }

#info #table_03 td { text-align: center; }

#info #table_03 td.td_01 { background-color: #FFFFEC; }

#info #table_04 {
	margin: 20px 0;
}

#info #table_04 th {
	text-align: center;
	background-color: #FED38D;
}
#info #table_04 th.th_01 { background-color: #EEF7FF; }

#attention {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#attention dl {
	width: 330px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #333333;
	line-height: 1.4;
}

#attention dl dt{
	margin-bottom: 30px;
	font-weight: bold;
}

#attention a {
	color: #1B2A8F;
}

