@charset "utf-8";
/*----------------------------------------------------
	個別レイアウト / PC用
----------------------------------------------------*/
#mContents .tableWrap table.basicTable th:nth-child(1) {
	width: 45%;
}


/*----------------------------------------------------
	個別レイアウト / SP用
----------------------------------------------------*/
@media screen and (max-width: 736px) {
/* ↓SP用↓ */

#mContents .tableWrap table.basicTable {
	table-layout: fixed;
}


/* ↑SP用↑ */
}

