@charset "utf-8";
/* CSS Document */
.btn {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 17px;
	text-decoration: none;
	padding: 5px 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: url(../common/img/item/ico_download.png) no-repeat 10% center,-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #969696), color-stop(1.00, #fff));
	background: url(../common/img/item/ico_download.png) no-repeat 10% center,-webkit-linear-gradient(#969696, #fff);
	background: url(../common/img/item/ico_download.png) no-repeat 10% center,-moz-linear-gradient(#969696, #fff);
	background: url(../common/img/item/ico_download.png) no-repeat 10% center,-o-linear-gradient(#969696, #fff);
	background: url(../common/img/item/ico_download.png) no-repeat 10% center,-ms-linear-gradient(#969696, #fff);
	background: url(../common/img/item/ico_download.png) no-repeat 10% center,linear-gradient(#969696, #fff);
}

.list_js {
	width: 100%;
	font-size: .9em;
	line-height: 1.4;
	margin-bottom: 30px;
}
.even {
	background-color: #d9edff;
}
.odd {
	background-color: #fcfcfc;
}
.list_js th {
	text-align: center;
	padding: 2px;
	border: 1px solid #cbcbcb;
	background: #0074d9;
	color: #fff;
}
.list_js td {
	padding: 2px;
	border: 1px solid #cbcbcb;
}
.hover {
	background-color: #e6f7f7;
	cursor: default;
}

dl.lecture {
	/* width: 720px; */
	overflow: hidden;
	_zoom: 1;
}
dl.lecture dt {
	clear: both;
	width: 340px;
	margin-bottom: .1em;
	float: left;
	border-right: 1px dotted #ccc;
	margin-right: .2em;
}
dl.lecture dd {
	/* padding-left: 200px; */
	margin-bottom: .1em;
}
dl.lecture dd:after {
	content: '';
	display: block;
	clear: both;
}
dl.lecture dt:last-child,
dl.lecture dd:last-child {
	margin-bottom: 0;
}