
/* トピックススタイル*/


/* 項目(タイトル・カテゴリ)文字（カラーは管理画面でタイトル・カテゴリ） */
.font_tt font{
  font-size : 80%;
  /* font-weight : bold; */
}

/* 基本文字サイズ・行間 */
.font_sz {
  line-height: 150%;
  font-size : 80%;
}

/* 投稿日時文字 */
.font_sz3 {
  line-height: 150%;
  font-size : 80%;
  color : #777777;
}

/* カレンダー */
.font_cld {
  font-size : 8pt;
  color : #333333;
}

/* 未投稿表記文字 */
.font_cm {
  line-height: 150%;
  font-size : 80%;
  color : #333333;
}

/* 左枠スタイル＆スペース */
.tps_l{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 15px;
  padding-bottom : 15px;
}

/* 中枠スタイル＆スペース */
.tps_c{
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 15px;

  border-left-width : 1px;
  border-left-style : dotted;
  border-left-color : #cccccc;
}

/* 右枠スタイル＆スペース */
.tps_r{
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 15px;
}

/* ログ日時 */
#logtm{
  color : #777777;
  font-size : 80%;
  text-align: right;
  padding : 3px;
  background-color : #d9c6df;
}

/* ログ見出し */
#logmds{

  margin : 0px;
  color : #777777;
  font-size : 80%;
  padding : 7px 0px 7px 0px;
  background-color : #ffffff;

  /*
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #cccccc;
  */

  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;

}

dl#logmds dt{
  width : 60%;
  color : #777777;
  text-align: left;
  float:left;
}

dl#logmds dd{
  color : #777777;
  text-align: right;
}


/* レス日時（タイトル付属） */
#restm{

  margin : 0px;
  width : 90%;
  color : #777777;
  font-size : 80%;
  background-color : #d9c6df;
}

dl#restm dt{
  width : 60%;
  padding : 3px;
  color : #777777;
  text-align: left;
  float:left;
}

dl#restm dd{
  padding : 3px;
  color : #777777;
  text-align: right;
}

/* レス見出し */
#resmds{

  margin : 0px;
  width : 90%;
  color : #777777;
  font-size : 80%;
  padding : 7px 0px 7px 0px;
  background-color : #ffffff;

  /*
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #cccccc;
  */

  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;

}

dl#resmds dt{
  width : 60%;
  color : #777777;
  text-align: left;
  float:left;
}

dl#resmds dd{
  color : #777777;
  text-align: right;
}

/* レスコメント */
.ressps{
  width : 90%;
  font-size : 80%;
  line-height: 150%;
  text-align: left;
}

/* 一言コメント */
.hitokoto{

  margin : 7px 0px 0px 0px;

  padding : 7px 0px 0px 0px;

  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #cccccc;



  line-height: 150%;
  text-align: left;

}

.lglsfoot{
  width : 90%;
  font-size : 80%;
  text-align: right;

}






/* テーブルスペース（入力フォーム） */
.tbsps{
  padding : 3px;
}

/* テーブルスペース（エラーコメント） */
.tbspt{
  padding : 10px;
}



