@charset "utf-8";
/* CSS Document */

/* /inquiry/ 共通
----------------------------------------------------------------------------------------------*/
.tableTypeB01 th {
	width:15%;
}

		/* -- >>> styles for narrow layout ----- */
		@media screen and (max-width: 735px) {
			.tableTypeB01 th {
				display: block;
				text-align: left;
				width:auto;
			}
			.tableTypeB01 td {
				display: block;
				border: none;
			}
		}

