@charset "utf-8" ;

.detailTable {
    width: 100%;
    background: #cacaca;
    border-collapse: separate;
    border-spacing: 1px;
}
.detailTable tr {
    cursor: pointer;
    background: #ffffff;
}
.detailTable tr:hover td {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.detailTable th {
    text-align: center;
    background: #ffffff;
    background: #cacaca;
    line-height: 1;
    padding: 10px 0;
    color: #ffffff;
}
.detailTable td {
    text-align: center;
    background: #ffffff;
    line-height: 1.5;
    padding: 10px 0;
}

.spOnly {
	display: none;
}
.roboticsLineup01 .pageTtl { font-size:1.2em; line-height:1.3em; margin-bottom:0;}
.roboticsLineup01 .detailTable { margin-top:10px;}
.roboticsLineup01 th,
.roboticsLineup01 td { font-size:0.85em; box-sizing:border-box; padding-left:5px; padding-right:5px; line-height:1.4em;}
.roboticsLineup01 td>img { width:100%; height:auto;}
.roboticsLineup01 td:nth-of-type(1) { padding-left:0; padding-right:0;}
.roboticsLineup01 thead:nth-of-type(1) th:nth-of-type(1) { max-width:170px; width:10%;}
.roboticsLineup01 thead:nth-of-type(1) th:nth-of-type(2) { width:17%;}
.roboticsLineup01 thead:nth-of-type(1) th:nth-of-type(3) { width:12%;}
.roboticsLineup01 thead:nth-of-type(1) th:nth-of-type(4) { width:20%;}
.roboticsLineup01 thead:nth-of-type(1) th:nth-of-type(5) { width:12%;}
.roboticsLineup01 thead:nth-of-type(1) th:nth-of-type(6) { width:20%;}
.roboticsLineup01 thead:nth-of-type(1) th:nth-of-type(7) {}

@media screen and (max-width:800px) {
	.spOnly {
		display: block;
	}
  table.responsive thead {
    display: none;
  }
  table.responsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
    padding: 5px 2% 10px;
  }
  table.responsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
    padding: 10px 2%;
  }
  table.responsive td:before {
    content: attr(aria-label);
    float: left;
  }
}