

/*----------------- COMPANY INFO ------------------------*/
.sec-info-company {
  margin: 0 auto;
  max-width: 720px;
	width:100%;
}

.table-info-company {
  font-size: 14px;
	width: 720px;
	margin: 0 auto 50px;
}

@media all and (max-width: 767px) {
	.table-info-company {
		width: 100%;
	}
}

@media all and (max-width: 767px) {
  .table-info-company thead,
  .table-info-company tbody,
  .table-info-company tfoot,
  .table-info-company tr,
  .table-info-company th,
  .table-info-company td {
    display: block;
  }
	.table-info-company td a {
    font-size: 12px;
  }
}

.table-info-company tr th,
.table-info-company tr td {
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
}

.table-info-company tr:last-child th {
  border-bottom: none;
}

@media all and (max-width: 767px) {
  .table-info-company tr:last-child th {
    border-bottom: 1px solid #4a4a4a;
  }
}

.table-info-company tr:last-child td {
  border-bottom: none;
}

@media all and (max-width: 767px) {
  .table-info-company tr:last-child td {
    padding-bottom: 0;
  }
}

.table-info-company tr th {
  font-weight: bold;
	text-align: left;
}

@media all and (max-width: 767px) {
  .table-info-company tr th {
    border-bottom: 1px solid #4a4a4a;
  }
}

@media all and (max-width: 767px) {
  .table-info-company tr td {
    border: none;
  }
}

.table-info-company th {
  padding: 15px 15px 15px 28px;
  width: 230px;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .table-info-company th {
    width: 100%;
    padding: 0 0 5px;
  }
}

.table-info-company td {
  padding: 15px;
}

@media all and (max-width: 767px) {
  .table-info-company td {
    padding: 10px 0 30px;
  }
}

.table-info-company td a {
  text-decoration: underline;
}

.table-info-company td a:hover {
  text-decoration: none;
}

@media all and (max-width: 767px) {
	.ttl-info {
		text-align: center;
	}
}	