@charset "UTF-8";
/*examination*/

/*mainimg*/
#mainimg{
	background: url('../../imgs/examination/img_mainimg_pc.jpg') center center no-repeat;
	background-size: cover;
	}

#mainimg h2.index_h2{
	width: 374px;
	height: 96px;
	background: url('../../imgs/examination/h2_examination.png') center center no-repeat;
	}



/* Media Queries
==========================================================================*/
@media screen and (max-width:999px) {

#mainimg{
	background: url('../../imgs/examination/img_mainimg_sp.jpg') center center no-repeat;
	background-size: cover;
	}


#mainimg h2.index_h2{
	height: 48px;
	background-size: 187px 48px;
	}


}
