@charset "UTF-8";
/* Company */

@import url("content.css");

/*---------------------------------------------------- */
/* Headtitle */
/*---------------------------------------------------- */
.headtitle {
	text-align: center;
}

/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
#sect001 {
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 50px;
}

#sect002 {
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 50px;
}

/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.waku-company {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.waku-company .haco-summary {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.haco-summary table {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	border-top: solid 1px #cfd2d1;
}

.haco-summary table th {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 30%;
	height: auto;
	border-right: solid 1px #cfd2d1;
	border-bottom: solid 1px #cfd2d1;
	border-left: solid 1px #cfd2d1;
	vertical-align: top;
	text-align: left;
	background-color: #f5f5f5;
}

.haco-summary table td.box001 {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 70%;
	height: auto;
	border-right: solid 1px #cfd2d1;
	border-bottom: solid 1px #cfd2d1;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

.haco-summary table td.box002 {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 23%;
	height: auto;
	
	border-bottom: solid 1px #cfd2d1;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

.haco-summary table td.box003 {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 23%;
	height: auto;
	
	border-bottom: solid 1px #cfd2d1;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

.haco-summary table td.box004 {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 23%;
	height: auto;
	border-right: solid 1px #cfd2d1;
	border-bottom: solid 1px #cfd2d1;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

/* h4 */
/*---------------------------------------------------- */
.haco-summary table th h4 {
	padding: 0;
	margin: 0 20px;
	font-size: 110%;
	line-height: 1.6;
	font-weight: bold;
	text-decoration: none;
}

/* P */
/*---------------------------------------------------- */
.haco-summary table td p {
	padding: 0;
	margin: 0 20px;
	font-size: 110%;
	line-height: 1.6;
	font-weight: normal;
	text-decoration: none;
}

.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: 15px 0 ;
	margin: 0 20px;
}

.haco-summary table td .line .border-glay {
	padding: 0;
	margin: 0;
	background-color: #dcdcdc;
	height: 2px;
}

/*---------------------------------------------------- */
/* History */
/*---------------------------------------------------- */
.waku-company .haco-history {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.haco-history table {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	border-top: solid 1px #cfd2d1;
}

.haco-history table th {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 20%;
	height: auto;
	border-right: solid 1px #cfd2d1;
	border-bottom: solid 1px #cfd2d1;
	border-left: solid 1px #cfd2d1;
	vertical-align: top;
	text-align: left;
	background-color: #f5f5f5;
}

.haco-history table td {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 80%;
	height: auto;
	border-right: solid 1px #cfd2d1;
	border-bottom: solid 1px #cfd2d1;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

/* h4 */
/*---------------------------------------------------- */
.haco-history table th h4 {
	padding: 0;
	margin: 0 20px;
	font-size: 110%;
	line-height: 1.6;
	font-weight: bold;
	text-decoration: none;
}

/* P */
/*---------------------------------------------------- */
.haco-history table td p {
	padding: 0;
	margin: 0 20px;
	font-size: 110%;
	line-height: 1.6;
	font-weight: normal;
	text-decoration: none;
}

.haco-history table td p a {
	text-decoration: underline;
	color: #3a3b3d;
}

.haco-history table td p a:hover {
	text-decoration: underline;
	color: #4ea3c8;
}

/* line */
/*---------------------------------------------------- */
.haco-history table td .line {
	padding: 15px 0 ;
	margin: 0 20px;
}

.haco-history table td .line .border-glay {
	padding: 0;
	margin: 0;
	background-color: #dcdcdc;
	height: 2px;
}




