@charset "UTF-8";

/**
 * #content
*/
table.module td ul {
	/*float:left;*/
	width:100%;
}
table.module td ul li span {
	display:inline-block;
	white-space:nowrap;
	width:65%;
}
table.module td ul li span:nth-child(even) {
	width:35%;
}
@media only screen and (max-width:767px) {
	#content {
		margin-bottom:0;
	}
	table.module td ul{
		float:none;
		width:100%;
	}
	table.module td ul li {
		margin-bottom:1em;
	}
	table.module td ul li span {
		box-sizing:border-box;
		white-space:normal;
		width:100%;
	}
	table.module td ul li span:nth-child(even) {
		width:100%;
	}
}