@charset "utf-8";

#list_type {
  width: 100%;
  height: auto;
}

#list_type ul {
  width: 100%;
  height: auto;
}

#list_type ul .basic_li {
  width: 100%;
  height: 70px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}

#list_type ul .basic_li a {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 18px;
}

#list_type ul .basic_li .lt_date {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 18px;
  color: #888;
}