@charset "UTF-8";


	
@media screen and (min-width: 641px), print {
	/* ------------------  pc   ------------------   */	
	.page_header img {
		height: 98px;
	}

}


@media screen and (max-width: 640px){
	/* ------------------  smp   ------------------   */

	.page_header img {
		width: 139px;
	}

	
}

