@charset "utf-8";
/* ----test 会社情報 技術情報---- */

#main div {
	width: 100%;
}

#main div h3 {
	float: left;
	margin-bottom: 30px;
}

#main div p {
	float: right;
	margin-bottom: 30px;
}

#main table {
	clear: both;
	width: 100%;
	margin-bottom: 7px;
}

#main table tr th {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	width: 50%;
	padding: 13px 0px;
	background-color: #f6f6f6;
}

#main table tr th:first-child {
	border-right: 1px solid #ebebeb;
}

#main table tr td {
	text-align: center;
	letter-spacing: 2px;
	width: 50%;
	padding: 13px 0px;
	border-bottom: 1px solid #ededed;
}

#main table tr td:first-child {
	border-right: 1px solid #ededed;
}

#main p {
	text-align: right;
	margin-bottom: 80px;
}

#main p.lead {
	text-align: left;
	margin-bottom: 50px;
	line-height: 1.3;
}


/************************************
**************     SP     *************
*************************************/
@media (max-width: 767px) {
	#main table tr th:first-child {
		width: 70%;
	}
	#main table tr td:first-child {
		text-align: left;
		padding: 10px;
	}
	#main table tr th:last-child {
		width: 30%;
	}
	#main div h3,
	#main div p {
		margin-bottom: 20px;
	}
	#main p {
		margin-bottom: 40px;
	}
}
