/*/////////////////////////////////////////////////////////////////////////
/program/tachiiri-ng/
/////////////////////////////////////////////////////////////////////////*/
/*img
__________________________________*/
section.unit p.photo {background-repeat:no-repeat;background-size:cover;}
section.unit p.photo .cover{width:100%;height:100%;}

.floatcontainer:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.floatcontainer {display: inline-block;}


/* Hides from IE Mac \*/
* html .floatcontainer {height: 1%;}
.floatcontainer{display:block;}
/* End Hack */


/*cast*/
section.unit p.photo20190130 {
	background-image:url(/program/tachiiri-ng/hanyou/img/20190130-ph01.jpg);
}

/*scene*/
section.unit p.scene20190130_1 {
	background-image:url(/program/tachiiri-ng/hanyou/img/20190130-ph02.jpg);
}
section.unit p.scene20190130_2 {
	background-image:url(/program/tachiiri-ng/hanyou/img/20190130-ph03.jpg);
}
section.unit p.scene20190130_3 {
	background-image:url(/program/tachiiri-ng/hanyou/img/20190130-ph04.jpg);
}



/* PC only
__________________________________*/

@media screen and (min-width: 768px) {

/* cast */
section.unit p.photo20190130 {
			width:480px;
			height:320px;
			margin: 20px auto 20px;
	}


/*scene*/
section.unit p.scene20190130_1 {
			width:570px;
			height:158px;
			margin: 10px auto 30px;
	}
section.unit p.scene20190130_2 {
			width:280px;
			height:158px;
			margin: 10px 10px 10px;
			float: right;
	}
section.unit p.scene20190130_3 {
			width:570px;
			height:326px;
			margin: 15px auto 15px;
	}
}


/* SMP only
__________________________________*/

@media screen and (max-width: 767px) {

/* cast */
section.unit p.photo20190130 {
			width:296px;
			height:197px;
			margin: 15px auto 15px;
	}


/*scene*/
section.unit p.scene20190130_1 {
			width:300px;
			height:83px;
			margin: 7px auto 30px;
	}
section.unit p.scene20190130_2 {
			width:140px;
			height:79px;
			margin: 7px 7px 7px;
			float: right;
	}
section.unit p.scene20190130_3 {
			width:300px;
			height:172px;
			margin: 10px auto 10px;
	}
}
