/* このブログの独自デザイン、共通デザイン以外を変更するにはココを編集します */

/* ブログメインパネル */
.panel {
  background: url(../img/main_panel.gif) left top no-repeat !important;
  width: 560px !important;
  height: 120px !important;
  margin-bottom : 30px !important;
}
.panel .blogname {
  text-indent: -9999px;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  padding: 30px 0 0 20px;
  text-shadow: black 3px 3px 3px;
}
.about {
  background: url(../img/title_base.gif) left top no-repeat;
  width: 560px !important;
  height: 45px !important;
  margin: 0 !important;
}
.about .blogabout {
  color: #fff;
  font-weight: bold;
  padding: 7px 0 0 30px;
}

/* スケジュール一覧テーブル */
.scheduleTable td.date {
  white-space: nowrap;
  text-align: center;
}
.scheduleTable td.status {
  white-space: nowrap;
  text-align: center;
}

/* 講演会詳細テーブル  */
.lectureDetailTable th {
  white-space: nowrap;
}

/* 講演会カテゴリ名のラベル  */

span.iconType_talklive {
    background-color: #f33;
}

span.iconType_talklive {
    color: #FFFFFF;
    font-size: 80%;
    font-weight: normal;
    margin-right: 7px;
    padding: 1px 4px;
}

