@charset "UTF-8";



/* 【該当メニューの上線表示】 */
nav li a[href$="work.html"]{
  text-decoration: overline;
}


/* 【ボイスドラマ、ゲーム、動画】 */
#works tr:nth-child(8n+5),#works tr:nth-child(8n+6),
#works tr:nth-child(8n+7),#works tr:nth-child(8n+8){
  background-image: url(../image/tr_hatissu.gif);
  background-size: 88px 88px;
}
#works td{
  border: 1px solid #999999;
}
#works td:first-child,
#works td[rowspan] + td{
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
#works td[rowspan]{
  width: 260px;
}


/* 【その他お仕事】 */
#otherwork dt,#otherwork dd{
  margin-bottom: 0.6em;
}
#otherwork dt{
  width: auto;
  clear: left;
  float: left;
}
#otherwork dd{
  width: auto;
  padding-left: 18px;
  float: left;
  background-image: url(../image/colon_hatissu.gif);
  background-size: 18px 21px;
  background-repeat: no-repeat;
}
#otherwork dt:last-of-type,#otherwork dd:last-child{
  margin-bottom: 0;
}
