@charset 'UTF-8';

div.subject_wrapper {
	border-top: 1px solid #090c11;
	border-bottom: 1px solid #a6abaf;
}

div.subject_list {
	margin-bottom: 50px;
}

div.subject {
	background: #e4e7ea;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e4e7ea), to(#e0e2e4));
	border-top: 1px solid #090c11;
	border-bottom: 1px solid #a6abaf;
	font-size: 1.5em;
	font-weight: bold;
	color: #181818;
	text-shadow: 0 1px 0 #fff;
	height: 3em;
	padding-top: 0.9em;
	cursor: pointer;
	text-align: left;
	line-height: 1em;
	overflow: hidden;
}

div.subject:hover {
	color: red;
}

div.subTitle {
	border-bottom: 1px solid #a6abaf;
	font-size: 1em;
	font-weight: bold;
	color: #181818;
	text-shadow: 0 1px 0 #fff;
	height: 3em;
	padding-top: 0.7em;
	cursor: pointer;
	text-align: left;
	line-height: 1em;
	overflow: hidden;
}

div.subTitle:hover {
	color: red;
}

div.playTitle {
	border-bottom: 1px solid #a6abaf;
	font-size: 1em;
	font-weight: bold;
	color: blue;
	text-shadow: 0 1px 0 #fff;
	height: 3em;
	padding-top: 0.7em;
	cursor: pointer;
	text-align: left;
	line-height: 1em;
	overflow: hidden;
}

div.playTitle:hover {
	color: red;
}

div.playVideo {
	border-bottom: 1px solid #a6abaf;
	font-size: 1em;
	font-weight: bold;
	color: blue;
	text-shadow: 0 1px 0 #fff;
	height: 3em;
	padding-top: 0.7em;
	cursor: pointer;
	text-align: left;
}