@charset "UTF-8";

/*募集　川柳一段分*/
.sr_one {
  margin-bottom: 12px;
  border-bottom: dashed 1px #d3d3d3;
}

.sr_one_tbl {
  padding-bottom: 6px;
}

/*募集　川柳テキスト*/
.sr_txt {
  padding-bottom: 6px;
/*  font-family: 'ＭＳ Ｐ明朝', serif;*/
/*  font-weight: bold;*/
  font-size: 18px; line-height: 1.3; color: #6b8e23;
  letter-spacing: 1px;
}
.sr_txt a:link {
  text-decoration: underline; color: #6b8e23;
}
.sr_txt a:visited {
  text-decoration: underline; color: #6b8e23;
}

.sr_txt a:hover {
  text-decoration: underline; color: #800000;
}

/*募集　川柳ハンドルネーム*/
.sr_hn {
  margin: 0px 10px 0px 10px;
  font-size: 13px; line-height: 1.3; color: #333;
}

/*募集　川柳コメント*/
.sr_cmt {
  font-size: 13px; line-height: 1.3; color: #333;
}
.sr_cmt a:link {
  text-decoration: underline; color: #333;
}
.sr_cmt a:visited {
  text-decoration: underline; color: #333;
}

.sr_cmt a:hover {
  text-decoration: underline; color: #800000;
}

/*募集　川柳コメント数*/
.sr_cmt_nb {
  padding: 0px 6px 0px 6px;
  font-size: 11px; line-height: 1.3; color: #333;
}

/*募集　川柳直下の拍手ボタン*/
.app_cl_area {
/*  background-color: #f1f1f1;*/
  padding: 2px 0px 0px 0px;
  width: 140px;
  height: 31px;
  background-image: url(../img/app_icon.gif);
  background-repeat: no-repeat;
  background-position: middle left;
}

.app_icon {
  display: inline;
  vertical-align: middle;
}

/*左メニューにバナースタイル*/
.l_menu_bnnr {
  margin: 16px 0px 16px 0px;
}

.l_menu_bnnr_txt {
  padding-top: 6px;
  font-size: 12px; line-height: 1.3; color: #333;
}
.l_menu_bnnr_txt a:link {
  text-decoration: underline; color: #333;
}
.l_menu_bnnr_txt a:visited {
  text-decoration: underline; color: #333;
}
.l_menu_bnnr_txt a:hover {
  text-decoration: underline; color: #800000;
}


