/* ----------------------------------------------
		リンク　lectrue
------------------------------------------------- */
body.second .sec01 {
  margin-bottom: 100px;
}
body.second h3 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
body.second table.tbl-lecture p.noPrint {
	text-align: center;
	font-weight: bold;
}
body.second table.tbl-lecture {
	
}
body.second table.tbl-lecture th,
body.second table.tbl-lecture td {
	vertical-align: top;
	padding: 0.35em;

}
body.second table.tbl-lecture th {
	padding-right: 2.0em;
}
body.second table.tbl-lecture td:nth-child(2) {
	padding-right: 2.0em;
}

body.second table.tbl-lecture .btdot {
	border-top: 1px dotted #999;
}

body.second table.tbl-lecture .va-mid {
	vertical-align: middle;
	padding: 0.5em 0;
}
body.second table.tbl-lecture .dl-link {
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: normal;
	position: relative;
	padding: 7.5px 15px;

	background-color: #002378;
	border: 2px solid #002378;
	color: #FFF;
	border-radius: 5px;
}



/*ミニサイズ*/
@media only screen and (max-width: 768px) {
  
	body.second table.tbl-lecture th,
	body.second table.tbl-lecture td {
		display: block;
	}
	
	body.second table.tbl-lecture p.noPrint {
		text-align: left;
	}

}
