/*/////////////////////////////////////////////////////////////////////////
ムビふぁぼ
/////////////////////////////////////////////////////////////////////////*/

/*共通css
___________________________________________________*/

section.unit span.photo {background-repeat:no-repeat;background-size:cover; display:block}
section.unit span.photo .cover{width:100%;height:100%;}

.notes {
font-size:85%;
font-weight:bold;
}
.f120 {
font-size:120%;
font-weight:bold;
}
#archive p {
padding-bottom:2em;
border-bottom:1px dotted #666;
}
#archive p:last-child {
padding-bottom:0em;
border-bottom:0px none #666;
}
section.unit span.photo_cast {
	background-image:url(../img/cast2.jpg);
}

/* _______PC only_______ */
@media screen and (min-width: 768px) {
section.unit span.photo_cast {
		width:420px;
		height:300px;
		margin: 30px auto 30px;
	}
section.unit span.vertically_long {
		width:300px;
		height:400px;
		margin: 1em auto;
		display:block;
	}
section.unit span.horizontally_long {
		width:463px;
		height:250px;
		margin: 1em auto;
		display:block;
	}
}

/* _______SMP only_______ */

@media screen and (max-width: 767px) {
section.unit span.photo_cast {
		width:260px;
		height:150px;
		margin: 30px auto 30px;
	}
section.unit span.vertically_long {
		width:150px;
		height:200px;
		margin: 1em auto;
		background-size:cover;
		display:block;
	}
section.unit span.horizontally_long {
		width:232px;
		height:125px;
		margin: 1em auto;
		background-size:cover;
		display:block;
	}
}


