@charaset "UTF-8";
body{font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;}
h1{font-size:16px;}
caption{lihe-height:1.8;text-align:left;}
h3{font-weight:normal;font-size:16px;}
dd{margin-left:0em;}

table {
	width:96%;
    *border-collapse: collapse;
    border-spacing: 0;
  font-size:14px;
	margin:10px auto;
}
#kiji th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  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: left;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#kiji th:first-child {
  border-radius: 5px 0 0 5px;	
}
#kiji th:last-child {
  border-radius:5px 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#kiji td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align:left;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#kiji tr td:last-child {
  border-right: 1px solid #84b2e0;

}
#kiji tr {
  background: #fff;
}
#kiji tr:nth-child(2n+1) {
  background: #f1f6fc;
}
#kiji tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#kiji tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#kiji tr:last-child td:last-child {
  border-radius: 0 0 5px 5px;
}
/*
#kiji tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}
*/


