/*/////////////////////////////////////////////////////////////////////////
番組ページ「毒出しバラエティ　山里&amp;マツコ・デトックス」
/////////////////////////////////////////////////////////////////////////*/


/*メインイメージ
__________________________________*/
section.unit p.photo {background-repeat:no-repeat;background-size:cover;}
section.unit p.photo .cover{width:100%;height:100%;}

section.unit p.photo20180417 {
	background-image:url(../img/photo20180417.jpg);
}

/* PC only
__________________________________*/
@media screen and (min-width: 768px) {

section.unit p.photo20180417 {
		width:500px;
		height:333px;
		margin: 30px auto 30px;
	}
}

/* SMP only
__________________________________*/

@media screen and (max-width: 767px) {

section.unit p.photo20180417 {
		width:300px;
		height:200px;
		margin: 30px auto 30px;
	}

}
