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

.inner_box.narrow {
	max-width:725px;
}
table.type1 th {
	white-space: nowrap;
	letter-spacing: 0.2em;
}
#gaiyou {
	margin-bottom: 7em;
}
#gaiyou th {
	width: 47%;
	transition:width 0.5s;
}
#gaiyou td {
	white-space: nowrap;
}
@media screen and (max-width: 1000px) {
	#gaiyou th {
		width: 33%;
	}
	#gaiyou td {
		white-space:inherit;
	}
}