@charset "utf-8";
/* CSS Document */
div.companybox {
	width:94%;
	margin: 45px auto 100px auto;
}
	div.companybox table {
		display: block;
		width:100%;
		margin: 30px auto 0 auto;
	}
		div.companybox table tr {
			border-top:#ccc 1px solid;
			border-bottom:#ccc 1px solid;
		}
		div.companybox table th {
			width:30%;
			box-sizing: border-box;
			padding: 10px;
			vertical-align: top;
			text-align: left;
			font-size: 12px;
			line-height: 20px;
			background: #000;
			color: #fff;
			letter-spacing: 1px;
			font-weight: normal;
		}
		div.companybox table td {
			box-sizing: border-box;
			padding: 10px;
			font-size: 12px;
			font-weight: normal;
			line-height: 20px;
			letter-spacing: 1px;
		}
	div.companybox iframe {
		display: block;
		width:100%;
		height:250px;
		margin: 30px auto 0 auto;
	}