@charset "UTF-8"; 

/* このファイルは UTF-8 で書かれています. */

div.title span.opt {
  display: inline-block; 
  position: relative; 
  bottom: 3pt; 
  font-family: "Noto Sans JP",sans-serif; 
  font-weight: normal; 
  font-size: 9pt; 
  line-height: 9pt; 
  letter-spacing: 1pt;
  color: #CC0000; 
  border: solid 1pt #CC0000; 
  border-radius: 4pt; 
  padding: 3pt 3pt; 
  margin-left: 0.5em; 
}

a.vtop {
  display: inline-block; 
  vertical-align: text-top; 
}

span.size {
  margin-left: 3pt;
  font-family: "Noto Sans JP",sans-serif; 
  font-weight: normal;
  font-size: 9pt; 
}

table.abstract a.filename {
  font-family: Menlo,Consolas,ＭＳゴシック,monospace; 
  font-weight: normal; 
  font-size: 10pt; 
}

table.abstract a.label {
  display: inline-block; 
  width: 35pt; 
}

table.abstract ul li {
  list-style-type: none; 
  margin: 0pt; 
  padding: 0pt; 
} 

table.abstract ul {
  margin: 0pt; 
  padding: 0pt 0pt 0pt 20pt; 
}

table.abstract td {
  border-bottom: solid 1pt #BEB39D;  
  border-right: solid 1pt #BEB39D; 
  padding: 3pt 6pt; 
}

table.abstract th {
  width: 280pt; 
  border-bottom: solid 1pt #BEB39D; 
  border-right: solid 1pt #BEB39D; 
  padding: 3pt 6pt; 
  color: #7D663A; 
  background-color: #F6F5F0; 
}

table.abstract td:last-child {
  border-right: none; 
}

table tbody th:last-child {
  border-right: none; 
}

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

table.abstract {
  border: solid 1pt #BEB39D; 
  border-collapse: separate; 
  border-spacing: 0px; 
  border-radius: 4pt;
  overflow: hidden; 
}
