

/* PC SP ‹¤’Ê */

@media print, all and (min-width: 751px) {
	
	/* PC */
	body.about #subv{
		background-image: url("../images/about/subv.jpg");
	}
	body.member #subv{
		background-image: url("../images/member/subv.jpg");
	}
	body.news #subv{
		background-image: url("../images/news/subv.jpg");
	}
	body.recruit #subv{
		background-image: url("../images/recruit/subv.jpg");
	}
	body.research #subv{
		background-image: url("../images/research/subv.jpg");
		background-position: right center;
	}
	body.publications #subv{
		background-image: url("../images/publications/subv.jpg");
		background-position: center center;
	}
	
	body.about #subv:before,
	body.member #subv:before,
	body.news #subv:before,
	body.recruit #subv:before{
		display: none;
	}
	body.about #md-nav .nav-list:before,
	body.member #md-nav .nav-list:before,
	body.news #md-nav .nav-list:before,
	body.recruit #md-nav .nav-list:before{
		opacity: 0;
	}
	body.about #md-nav .nav-list.scroll:before,
	body.member #md-nav .nav-list.scroll:before,
	body.news #md-nav .nav-list.scroll:before,
	body.recruit #md-nav .nav-list.scroll:before{
		opacity: 1.0;
	}
}

@media only screen and (max-width: 750px) {
	
	/* SP */
	body.about #subv{
		background-image: url("../images/about/subv_sp.jpg");
	}
	body.member #subv{
		background-image: url("../images/member/subv_sp.jpg");
	}
	body.news #subv{
		background-image: url("../images/news/subv_sp.jpg");
	}
	body.recruit #subv{
		background-image: url("../images/recruit/subv_sp.jpg");
	}
	body.research #subv{
		background-image: url("../images/research/subv_sp.jpg");
		background-position: center center;
	}
	body.publications #subv{
		background-image: url("../images/publications/subv_sp.jpg");
		background-position: center center;
	}
} 