@charset "UTF-8";
/* Top */

@import url("style.css");

/*---------------------------------------------------- */
/* company */
/*---------------------------------------------------- */
.company {
	padding: 0 0 8px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

/* h3 */
/*---------------------------------------------------- */
.company .category-title {
	padding: 0 0 10px 0;
	margin: 0 auto 18px auto;
	width: 980px;
	height: auto;
	border-bottom: rgba(158,158,158,1.00) solid 1px;
}

.company .category-title h3 {
	padding: 0;
	margin: 0;
	width: 980px;
	color: rgba(58,59,61,1.00);
	font-weight: bold;
	font-size: 24px;
}

.company .category-title h3 span {
	padding: 0;
	margin: 0 0 0 12px;
	color: rgba(58,59,61,1.00);
	font-weight: normal;
	font-size: 11px;
}

/* Waku */
/*---------------------------------------------------- */
.company .waku-company {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 980px;
	height: auto;
}


/* table */
/*---------------------------------------------------- */
.company .waku-company .haco-summary {
	padding: 0;
	margin: 0;
	width: 980px;
	height: auto;
}

.haco-summary table {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	border-top: solid 1px #eeeded;
}

.haco-summary table th {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 20%;
	height: auto;
	border-right: solid 1px #eeeded;
	border-bottom: solid 1px #eeeded;
	border-left: solid 1px #eeeded;
	vertical-align: top;
	text-align: left;
	background-color: #333333;
}

.haco-summary table td.box001 {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 76%;
	height: auto;
	border-right: solid 1px #eeeded;
	border-bottom: solid 1px #eeeded;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

.haco-summary table td.box002 {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 25%;
	height: auto;
	border-right: solid 1px #eeeded;
	border-bottom: solid 1px #eeeded;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

/* h4 */
/*---------------------------------------------------- */
.haco-summary table th h4 {
	padding: 0;
	margin: 0 15px 0 15px;
	color: #fff;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	text-decoration: none;
}

/* P */
/*---------------------------------------------------- */
.haco-summary table td p {
	padding: 0;
	margin: 0 15px 0 15px;
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
	text-decoration: none;
	color: #3a3b3d;
}

.haco-summary table td p a {
	text-decoration: underline;
	color: #3a3b3d;
}

.haco-summary table td p a:hover {
	text-decoration: underline;
	color: #4ea3c8;
}

/* line */
/*---------------------------------------------------- */
.haco-summary table td .line {
	padding: 0 0 14px 0;
	margin: 14px 15px 0 15px;
	border-top: solid 4px #eeeded;
}













