/*/////////////////////////////////////////////////////////////////////////
TBS-review
/////////////////////////////////////////////////////////////////////////*/

/*img
__________________________________*/
section.unit p.photo {background-repeat:no-repeat;background-size:cover;}
section.unit p.photo .cover{width:100%;height:100%;}

section.unit p.cast-ph {background-image:url(../img/cast-ph02.jpg);}
/* PC only
__________________________________*/
@media screen and (min-width: 768px) {
	section.unit p.cast-ph {
			width:200px;
			height:275px;
			margin: 10px auto 10px;
		}
}

/* SMP only
__________________________________*/

@media screen and (max-width: 767px) {
	section.unit p.cast-ph {
			width:200px;
			height:275px;
			margin: 10px auto 10px;
		}
}

.year {
	margin-bottom:20px;
}

.year h3 {
	font-size:120%;
	font-weight:heavy;
}

.year ul {
	margin-left:15px;
	line-height:140%;
}
