@charset "Shift_JIS";

/* CSS Document */

table.specification {
  border-spacing: 0;
  font-size:12px;
}
table.specification th {
  color: #fff;
  padding: 8px 15px;
  background: #5A84AD;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.specification th:first-child {
  border-radius: 5px 0 0 0;
}
table.specification th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 0px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.specification tr td {
  padding: 2px 8px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  //text-align: center;
}

table.specification tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 0px 1px rgba(0,0,0,0.1);
}
table.specification tr {
  background: #fff;
}
/*
table.specification tr:nth-child(2n+1) {
  background: #f1f6fc;
}
*/
table.specification tr:last-child td {
  box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}
table.specification tr:last-child td:first-child {
  //border-radius: 0 0 0 5px;
}
table.specification tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.specification td.ushadow_firstchild {
  border-radius: 0 0 0 5px;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}
table.specification td.ushadow_secondchild {
  box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}
/*
table.specification tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}
*/
table.Note {
  border-spacing: 0;
  font-size:12px;
}

.padding_l20 {
 padding:0 0 0 20px;
}

.col_right {text-align: right;}
.col_left {text-align: left;}
.col_center {text-align: center;}

.col_width_30 {width:30px;}
.col_width_50 {width:50px;}
.col_width_60 {width:60px;}
.col_width_75 {width:75px;}
.col_width_80 {width:80px;}
.col_width_85 {width:85px;}
.col_width_90 {width:90px;}
.col_width_100 {width:100px;}
.col_width_150 {width:150px;}
.col_width_200 {width:200px;}
.col_width_250 {width:250px;}
.col_width_300 {width:300px;}
