@charset "utf-8";

.pb20 {
	padding-bottom:20px;
}
.pb10 {
	padding-bottom:10px;
}
.mt20 {
	margin-top:20px;
}
.cap_txt {
	display: block;
	text-align: left;
	font-size: 1em;
}
table.course_table td {
	vertical-align:middle;
}
table.course_table2 {
	margin-bottom:20px;
}
table.course_table2 td {
	border-left:none;
}
table.course_table2 th {
	border-right:#A8A8A8 solid 1px;
}
table.course_table2 td a img {
	display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}
td.td_gray {
	background: #F5F5F5;
	vertical-align:top;
}
ol.course_ol {
	margin-left:2em;
	margin-bottom:0.5em;
}
ol.course_ol li {
	list-style:none;
	margin:0 0 0.5em 1.5em;
	text-indent:-1.5em;
}
ol.course_ol2 {
	margin-left:0;
	margin-bottom:0.5em;
}
ol.course_ol2 li {
	list-style:decimal;
	margin:0 0 0.5em 2em;
}
ol.course_ol3 {
	margin-left:0;
	margin-bottom:0.5em;
	font-size:0.8em;
}
ol.course_ol3 li {
	list-style:none;
	margin:0 0 0.5em 1.5em;
	text-indent:-1.5em;
}
ul.course_ul {
	margin-left:2em;
	margin-bottom:0.5em;
}
ul.course_ul li {
	list-style:disc;
	margin-bottom:0.5em;
}
ul.course_ul2 {
	margin-left:1.5em;
	margin-bottom:0.5em;
	font-size:0.8em;
}
ul.course_ul2 li {
	list-style:disc;
	margin-bottom:0.5em;
}
table.course_table ol.course_ol li {
	font-size: 1em !important;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align:left;
}
table.course_table ul.course_ul li {
	font-size: 1em !important;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align:left;
}

dl.course_dl1 {   
	width:100%;
}
dl.course_dl1 dt {  
	float:left;  
	width:120px;  
	padding:0 0 0.5em 0;  
	clear:both;
	font-size: 1.2em; /* base 12px = 12px */
	line-height: 1.8;
	letter-spacing: 0.05em;
}
dl.course_dl1 dd {  
	width:500px;  
	margin-left:100px;  
	padding:0 0 0.5em 0; 
	font-size: 1.2em; /* base 12px = 12px */
	line-height: 1.8;
	letter-spacing: 0.05em;
}
dl.course_dl2 {   
	width:100%;
}
dl.course_dl2 dt {  
	float:left;  
	width:3em;  
	padding:0 0 0.5em 0;  
	clear:both;
	font-size: 1em; /* base 12px = 12px */
	line-height: 1.4;
	letter-spacing: 0.05em;
}
dl.course_dl2 dd {  
	width:580px;  
	margin-left:4em;  
	padding:0 0 0.5em 0;
	font-size: 1em; /* base 12px = 12px */
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.txt_al {
	text-align:left;
}
.txt_ar {
	text-align:right;
}
.course_table caption {
	line-height: 1.2;
	color: #2A4764;
	margin-bottom: 7px;
	font-weight:bold;
	text-align:left;
}
.download_list {
	padding-top:0.5em;
	
}
.download_list li {
	list-style:none !important;
	float:left;
	letter-spacing: 0.05em;
}
.download_list li.nonf {
	font-size: 1.2em !important;
}
.download_list li a {
	display: block;
	padding-right: 20px;
	padding-left: 8px;
	background: url(/_shared/img/triangle_blue.gif) no-repeat left center;
	white-space: nowrap;
	margin-bottom: 3px;
	overflow:visible;
}
.download_list li img {
	display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}
.txt_bl { text-decoration:underline; }
.fl {
	float:left;
}
.fr {
	float:right;
}