@charset "utf-8";

#seminar strong {
	font-weight:bold;
}

#seminar p {
	margin-bottom:15px;

}

#seminar h3.bl{
	border-left:5px solid #21AACC;
	border-bottom:1px dotted #666;
	margin:10px 0 5px 0;
	padding:0 5px 0 3px;
	font-weight:bold;
}

#seminar h3.or{
	border-left:5px solid #FF8F20;
	border-bottom:1px dotted #666;
	margin:10px 0 5px 0;
	padding:0 5px 0 3px;
	font-weight:bold;	
}

#seminar h4{
	width:620px;
	border-bottom:1px dotted #666;
	margin:10px 0 5px 0;
	padding:0 5px 0 3px;
	font-weight:bold;
}


#seminar .text_area {
width:630px;
margin:0 0 15px 0;
padding:0 0 0 10px;

}


#seminar table.linetable{
	margin-bottom:15px;
	width:610px;
	border:solid 1px #ccc;
	margin-left:20px;
}

#seminar table.linetable2{
	margin-bottom:15px;
	width:640px;
	border:solid 1px #ccc;
}


#seminar table.linetable_s{
	margin-bottom:15px;
	width:630px;
	border:solid 1px #ccc;
}

#seminar th {
	padding: 5px;
	white-space: nowrap;
	letter-spacing:0.05em;
	text-align:left;
	font-weight:normal;
	background-color:#eee;
	border-bottom:dotted 1px #999;		
}

#seminar th.cn {
	padding: 5px;
	white-space: nowrap;
	letter-spacing:0.05em;
	text-align:center;
	font-weight:normal;
	background-color:#eee;
	border-bottom:dotted 1px #999;		
}


#seminar th.line_rt {
	border-right:solid 1px #BFBFBF;
}

#seminar td {
	padding:5px;
	border-bottom:dotted 1px #999;	
}

#seminar td.no_line {
	padding:5px;
	border:0;
}

#seminar th.dot_rt {
	padding:5px;
	border-bottom:dotted 1px #999;
	border-right:dotted 1px #999;					
}

#seminar th.dot_rt_cn {
	padding:5px;
	border-bottom:dotted 1px #999;
	border-right:dotted 1px #999;	
	text-align:center;			
}

#seminar td.dot_rt {
	padding:5px;
	border-bottom:dotted 1px #999;
	border-right:dotted 1px #999;			
}

#seminar td.dot_rt_cn {
	padding:5px;
	border-bottom:dotted 1px #999;
	border-right:dotted 1px #999;
	text-align:center;			
}

#seminar ul {
margin:5px 0 0 0;
}

#seminar ul.list {
margin:0 0 0 13px;
}

#seminar li.sq {
list-style-type:square;
list-style-position:inside;
margin-bottom:5px;
}

#seminar .comment {
font-size:13px;
font-weight:bold;
color:#006CB5;
text-align:center;
}


/* フォームテキスト */
.rd_text {
	font-size:10px;
	color:#ff0000;
}

.s_text {
	font-size:10px;
}

