@media screen and (max-width:560px) {
	#main .main-inner {
		width:96%;
	}

	.section-company {
		width:100%;
	}

	.section-company .company table {
		width:100%;
	}

	.section-company .company table th,
	.section-company .company table td {
		display:block;
		width:100%;
		text-align:left;
		border:none;
		padding:0;
	}

	.section-company .company table th {
		border-bottom:solid 1px #cccccc;
		padding-bottom:3px;
		margin-bottom:5px;
	}

	.section-company .company table td {
		margin-bottom:30px;
	}

	.section-company .img img {
		width:100%;
	}
}
