/*/////////////////////////////////////////////////////////////////////////
番組ページ「ドキドキチャレンジ」
/////////////////////////////////////////////////////////////////////////*/
/*文中イメージ*/

section.unit p.photo {
	background-repeat:no-repeat;
	background-size:cover;
}

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

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



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

	/* 文中イメージ */

	section.unit p.chat {
		width:560px;
		height:270px;
		margin: 0px auto 15px;
	}
	section.unit p.photo1 {
		width:560px;
		height:160px;
		margin: 0px auto 15px;
	}
	section.unit p.ccbanner {
		background-image:url(../img/ccbanner.png);
		background-repeat:no-repeat;
		width:560px;
		height:100px;
		margin: 0px auto 15px;
	}
		section.unit p.ccbanner a{
		display: block;
		width:560px;
		height:100px;
		margin: 0px auto 15px;
	}


}

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

		/* 文中イメージ */

	section.unit p.chat {
		width:280px;
		height:135px;
		margin: 0px auto 15px;
	}
	section.unit p.photo1 {
		width:280px;
		height:80px;
		margin: 0px auto 15px;
	}
	section.unit p.ccbanner {
		background-image:url(../img/ccbanner.png);
		background-repeat:no-repeat;
		width:280px;
		height:50px;
		background-size: 280px 50px;
		margin: 0px auto 15px;
	}
		section.unit p.ccbanner a{
		display: block;
		width:280px;
		height:50px;
		margin: 0px auto 15px;
	}
	
}
