@charset "utf-8";

/* ------------------------------------------------------------------------- *
 *	PC : 641px < Window Size
/* ------------------------------------------------------------------------- */
@media print,screen and (min-width: 641px) {
	/* ------ Header ------ */
	#page-ttl{
		background-image: url(../../img/company_profile/page_ttl_pc.jpg);
	}

	/* ------ Body ------ */
	table.direct{
		margin-top:40px;
	}
}

/* ------------------------------------------------------------------------- *
 *	Mobile (Low Res) : 640px > 0
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
	/* ------ Header ------ */
	#page-ttl{
		background-image: url(../../img/company_profile/page_ttl_sp.jpg);
	}

	/* ------ Body ------ */
	table.direct{
		margin-top:6.25vw;
	}
	table td a{
		display:block;
	}
}
