@charset "utf-8";

/*コンテンツ共通*/
.c_cont h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0.05em;
	text-align: center;
}

/*コンテンツヘッダー*/
#com_cont_hdr_navi {
	background-color: #d4d4d4;
	line-height: 0;
	padding: 5px 19%;
}
#com_cont_hdr_navi img {
	height: 8px;
	width: auto;
}

/*コンテンツ1（代表挨拶）*/
#com_cont_1 {
	background-color: #f7f3ed;
}
#com_cont_1_ttl {
	padding: 10px 0 9px;
}
#com_cont_1_txt {
	padding: 15px 3.33% 30px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

/*コンテンツ2（会社概要）*/
#com_cont_2_inr {
	margin-top: 19px;
}
.com_cont_2_tbl {
	margin: 11px auto 0;
	width: 93.333%;
	border-bottom: 1px solid #d4d4d4;
	font-size: 8px;
	line-height: 1.7333em;
}
.com_cont_2_tbl tr {
	border-top: 1px solid #d4d4d4;
}
.com_cont_2_tbl tr th {
	width: 20%;
	border-left: 1px solid #d4d4d4;
	text-align: center;
	background-color: #e0e0e0;
	vertical-align: top;
	padding: 7px;
}
.com_cont_2_tbl tr td {
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	vertical-align: top;
	padding: 7px 14px;
}
.com_cont_2_tbl tr td span {
	display: block;
	font-size: 7px;
	line-height: 9px;
}

/*コンテンツ3（沿革）*/
#com_cont_3 {
	padding-bottom: 16px;
}
#com_cont_3_inr {
	margin-top: 20px;
}
#com_cont_3_tbl {
	margin: 12px auto 0;
	width: 93.333%;
	font-size: 7px;
	line-height: 1.7333em;
}
#com_cont_3_tbl tr {
	border-top: 1px solid #d4d4d4;
}
#com_cont_3_tbl tr:first-of-type {
	border-top: none;
}
#com_cont_3_tbl tr th {
	width: 20%;
	text-align: center;
	vertical-align: top;
	padding: 7px;
}
#com_cont_3_tbl tr td {
	vertical-align: top;
	padding: 7px 14px;
}




/*

*/
