@import url("search.css");
/* ==========================================================

title : ホームメイトブログ
scope : 

last modify :2022/04/14 156_goto WEB1_TASK-7201_記事一覧ページ_テキスト調整

memo  :
2022/04/12 156_goto WEB1_TASK-7149＿記事一覧デザイン修正
2018/12/10 322_aragane 記事一覧テキストカラー変更
2015/02/03 227_suzuki #8047

========================================================== */

.regionalname{
  padding-left:15px;
  font-size:108%;
  font-weight:bold;
}

#list_box {
  clear:both;
  width:870px;
  margin:10px auto;
  padding:0;
}

#list_ttl {
  clear:both;
  width:870px;
  height:25px;
  margin:0;
  padding:0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#list_ttl #ttl_date,
#list_ttl #ttl_title,
#list_ttl #ttl_tenpo {
  background: #cf5e89;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
#list_ttl #ttl_date {
  width: 120px;
}
#list_ttl #ttl_title {
  margin-left: 5px;
  width: calc(100% - (120px + 284px + 10px))
}
#list_ttl #ttl_tenpo {
  margin-left: 5px;
  width: 284px;
}
.kiji_box {
  clear:both;
  overflow:hidden;
  width:870px;
  height:1%;
  margin:0 auto;
  padding:6px 0;
  background:#ffffff;
  display: flex;
  justify-content: space-between;
}
.evennum {
  border-bottom: 1px solid #cf5e89;
  border-top: 1px solid #cf5e89;
  background: #faecec;
}
.kiji_box .txt_date {
  font-size: 14px;
  letter-spacing: 0;
  margin:0;
  padding: 4px 0 0;
  text-align:center;
  width:120px;
}
.kiji_box .naiyo_box {
  box-sizing: border-box;
  margin: 0 0 0 5px;
  padding: 6px 5px;
  width: calc(100% - (120px + 284px + 10px));
}
.kiji_box .naiyo_box .txt_naiyo_read {
  clear:both;
  color:#ff3366;
  font-size: 15px;
  line-height: 1;
  margin: 0;
}
.kiji_box .naiyo_box .txt_naiyo_read a{
  color: #00f;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1367px) {
  .kiji_box .naiyo_box .txt_naiyo_read a:hover{
    color: #f00;
  }
}
.kiji_box .naiyo_box .txt_naiyo_honbun {
  clear:both;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  margin: 8px 0 0;
  text-overflow: ellipsis;
}

.kiji_box .txt_shop {
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin: 0 0 5px;
  padding: 4px 10px 0;
  width: 284px;
}
.kiji_box .txt_shop a{
  color: #00f;
}
@media screen and (min-width: 1367px) {
  .kiji_box .txt_shop a:hover{
    color: #f00;
  }
}

