@charset "UTF-8";

/* リンクについて */

.link_bar {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #00a0e9;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.link_readtext {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00a0e9;
}


.link_banner dt {
  margin-bottom: 5px;
  background-color: #ffffff;
  color: #00a0e9;
  font-size: 12px;
  font-weight: bold;
}

.link_banner dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00a0e9;
}

.link_banner dd p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.link_tag {
  padding: 4px;
  border: 1px solid #666666;
  background-color: #cccccc;
  color: #000000;
}


.link_item {
  padding: 10px;
}

.link_item dt {
  font-weight: bold;
}

.link_item dd {
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #000000;
}
