/*/////////////////////////////////////////////////////////////////////////
宇宙プロジェクト2019
/////////////////////////////////////////////////////////////////////////*/

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

@media print { .noprint {display:none;} } 


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

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

section.unit p.photo20190313-1 {
		width:480px;
		height:320px;
		margin: 30px auto 30px;
	}
}


/* SMP only
__________________________________*/

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

section.unit p.photo20190313-1 {
		width:240px;
		height:160px;
		margin: 30px auto 30px;
	}


}
