@charset "utf-8";
/* CSS Document */
table {
  width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
	border: 2px solid #D4CCCC;
  cursor: pointer;
}
caption {
	margin-bottom: 3px;
	padding: 0;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
		}
th {
	padding: 4px;
	border: 1px solid #D4CCCC;
	text-align: left;
}
.column-top {
  background-color: #ffcfae;
  text-align: center;
  vertical-align: middle;
}
tr {
	border: 2px dashed #D4CCCC;
	}
tr :nth-last-child(1) {
  text-align: center;
}
td {
  	padding: 4px;
  }
tr:hover {
  background-color: #cfe9fa;
  opacity: 0.5;
}
.bottom {
  border-bottom-style: solid;
}
.durablelist__inner {
  margin: 0 6.4%;
}
.constitution {
  width: 30%;
}
.detail-1 {
  width: 10%;
  border-right-style: hidden;
}
.detail-2 {
  width: 55%;
  border-left-style: hidden;
  border-right: 2px solid #D4CCCC; 
}
.detail_third-1 {
width: 7%;
/*  border-right-style: hidden;*/
}
.detail_third-2 {
  width: 7%;
/*  border-style: none hidden;*/
}
.detail_third-3 {
  width: 51%;
/*  border-left-style: hidden;  */
}
.duration {
  width: 5%;
  border-left-style: solid;
  border-color: #D4CCCC;
}
.reference {
  font-size: 1.2rem;
  text-align: right;
  }
.reference a {
  color: #111;
  text-decoration: none;
}
@media(min-width:769px) {
  .durablelist__inner {
    margin: 0 10%;
  }
  table {
    width: 60%;
    margin: 0 auto;
      
  }
    .reference {
    width: 60%;
    margin: 0 auto;
  }
}