@charset "utf-8";

.l-content a,.l-content a:link {
	text-decoration: none;
	outline: none;
}
.l-content a:hover,.l-content a:active {
    text-decoration: underline;
}

.l-content h3 {
	font-size: 13px;
	padding-bottom: 10px;
}
.l-content .u-bold {padding: 30px 0 10px;}
.l-content .stage_b{border-bottom: 1px solid #333333;}

.l-content dl{width: 400px; padding-top: 10px;}
.l-content dt{width: 50px; float: left;}
.l-content dd{width: 350px; float: left;}

.l-content .m-table > thead > tr > th {
    background-color: #e6e6e6;
    color: #333333;
}
.l-content .txt_b{
	color: #00a0e9;
	font-weight: bold;
}
.l-content .txt_b02{
	color: #0070c0;
	font-weight: bold;
}