#subsectionList
{
	overflow: hidden;
}

#subsectionList h1 {
	padding: 30px 15px 50px;
	font-size: 3.2em;
}

#subsectionList .sectionWrapper
{
	overflow: hidden;
}

#subsectionList .sectionWrapper .sectionContainer
{
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, .05);
	margin: 8px;
}

#subsectionList .sectionWrapper .sectionContainer.sectionNotRated
{
	background: rgba(0, 0, 0, .1);
}

#subsectionList .sectionWrapper .sectionContainer.sectionRated
{
	opacity: .4;
	background: url('/_image/icon/checked.png') no-repeat right center;
}

#subsectionList .sectionWrapper .sectionContainer h2
{
	font-size: 2.7em;
	line-height: 1;
	padding-bottom: 10px;
}

#subsectionList .sectionWrapper .sectionContainer.sectionRated h2
{
	padding-right: 100px;
}

#subsectionList .sectionWrapper .sectionContainer h2 span
{
    font-weight: normal;
    font-size: .7em;
}