
/*-----------------------------------------*/
/*作品データ*/


@import "../stylesheet_default.css";


/*-----------------------------------------*/
/*セル*/
/*-----------------------------------------*/

/*-----------------------------------------*/
/*テーブル　作品データ１*/
TD.data_1{
  width : 10%; /* セル幅 */
  background-color : blue; /* 背景色 */
  border:silver thin solid;
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
}

/*テーブル　作品データ２*/
TD.data_2{
  width : 90%;
  border:silver thin solid;
}



/*-----------------------------------------*/
/*見出し*/
/*-----------------------------------------*/

/*-----------------------------------------*/
/*出演者*/

/*テーブル　見出し1*/
TH.cast_1{
  width : 10%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し2*/
TH.cast_2{
  width : 10%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し3*/
TH.cast_3{
  width : 20%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し4*/
TH.cast_4{
  width : 30%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し5*/
TH.cast_5{
  width : 20%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*-----------------------------------------*/
/*ゲスト*/

/*テーブル　見出し1*/
TH.guest_1{
  width : 5%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し2*/
TH.guest_2{
  width : 25%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し3*/
TH.guest_3{
  width : 60%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*-----------------------------------------*/
/*サブタイトル*/

/*テーブル　見出し1*/
TH.subuti_1{
  width : 5%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し2*/
TH.subuti_2{
  width : 15%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し3*/
TH.subuti_3{
  width : 40%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し4*/
TH.subuti_4{
  width : 20%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し5*/
TH.subuti_5{
  width : 20%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*-----------------------------------------*/
/*シリーズ*/

/*テーブル　見出し1*/
TH.serise_1{
  width : 5%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し2*/
TH.serise_2{
  width : 15%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し3*/
TH.serise_3{
  width : 40%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し4*/
TH.serise_4{
  width : 20%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

/*テーブル　見出し5*/
TH.serise_5{
  width : 20%; /* セル幅 */
  background-color : blue; /* 背景色 */
  text-align : center; /* テキスト位置 */
  color : white; /* フォント色 */
  font-weight : bolder; /* フォント太さ */
  border:silver thin solid;
}

