@charset "utf-8";

/* ▼▼▼ 会社案内
=====================================*/
.diploma {
	width: 443px;
	position: relative;
	overflow: hidden;
	}
	.diploma .zoom {
		position: absolute;
		bottom: 10px;
		right: 0;
		}
		
table.company {
	width: 960px;
	border-top: 1px dotted #999999;
	margin-bottom: 50px;
	}
	table.company th,
	table.company td {
		border-bottom: 1px dotted #999999;
		padding: 10px 20px;
		}
	table.company th {
		width: 120px;
		background: #EDEDED;
		}