@charset "utf-8";

/*---------------------------------------------

会社概要ページ用スタイルシート

---------------------------------------------*/

/* ▼コンテンツ */
#main_img {
	background: url("../img/company_main.jpg") center;
	height: 527px;
	background-size: cover;
}

h2 {
	text-align: center;
	padding-top: 240px;
}

#company_area {
	background: #fff;
	padding: 100px 0 80px 0;
}

#company_box {
	width: 1000px;
	margin: 0 auto;
}

.fb_area {
	width: 270px;
	float: right;
}

.company_table {
	width: 665px;
	border-top: solid 1px #7abf5f;
	margin-bottom: 70px;
}

.company_table th, .company_table td {
	padding: 20px 0;
	border-bottom: solid 1px #7abf5f;
}

.company_table th {
	width: 245px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 150%;
	text-align: left;
	color: #7abf5f;
	font-weight: bold;
	vertical-align: middle;
}

.company_table td {
	font-size: 24px; font-size: 2.4rem;
	line-height: 150%;
	text-align: left;
	color: #000;
	vertical-align: middle;
}

.company_table td a {color: #000;}

#company_box h3 {
	font-size: 26px; font-size: 2.6rem;
	color: #7abf5f;
	border-bottom: solid 1px #7abf5f;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

ul.list {
	margin-bottom: 70px;
	max-height: 100%;
}

.list li, .list dt, .list dd {
	font-size: 24px; font-size: 2.4rem;
	margin-bottom: 22px;
	max-height: 100%;
}

.list li:last-child {margin-bottom: 0;}

.list dt {
	float: left;
	width: 220px;
}
