/*/////////////////////////////////////////////////////////////////////////
番組ページ「恐縮ですがお節介バラエティ　ヨッ！あんたが大賞」
/////////////////////////////////////////////////////////////////////////*/
/*メインイメージ*/
section.unit p.photo {
	background-repeat:no-repeat;
	background-size:cover;
}

section.unit p.photo cover{
	width:100%;
	height:100%;
}

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


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

	/* 文中イメージ */

	section.unit p.photo1 {
		width:580px;
		height:326px;
		margin: 0 auto 15px;
	}

}

/* SMP only */
@media screen and (max-width: 767px) {

		/* 文中イメージ */
	section.unit p.photo1 {
		width:290px;
		height:163px;
		margin: 0 auto 15px;
	}

}

