.ln_titles {
  display: block;
  background: #F48883;
  padding: 10px 0 10px 5px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border-top: 1px solid #F48883;
  border-bottom: 1px solid #F48883;
}

.st_line ul {
  margin: 0px;
  padding: 0px;
}

.st_line li {
  background: url("../images/link_arrow.png"), #ffffff;
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 18px;
  border-bottom: 1px solid #e1e1e1;
  list-style: none outside none;
}

.st_line li img {
  margin: 3px 10px 3px 3px;
  float: left;
}

.st_line li p {
  margin: 0;
  padding: 8px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.st_line a {
  display: block;
  font-size: 16px;
  color: #333333;
  padding: 15px 0 15px 5px;
  text-decoration:none;
}

.st_line span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  padding: 15px 5px 15px 5px;
  text-decoration:none;
}

.close_slide {
  background: url("../images/close.png"), #d9d9d9;
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 16px;
}

.open_slide {
  background: url("../images/open.png"), #ffffff;
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 16px;
}

.st_line label {
  display: block;
  font-size: 16px;
  color: #333333;
  padding: 14px 0 14px 5px;
  text-decoration:none;
}

.stset {
  display: none;
}

.no_label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  height: 34px;
  padding: 2px 5px 0 5px;
  text-decoration:none;
}