
/* link -------------------------------------------------------------------- */
a:link {
	color: #fff;
	text-decoration: none;
	}
a:visited {
	color: #fff;
	text-decoration: none;
	}
a:hover {
	background: transparent;
	text-decoration: none;
	border-bottom: dashed 1px #ffbf80;
	}
.link_list_ex a:hover {
	background: transparent;
	text-decoration: none;
	border-bottom: dashed 1px #552b2b;
	}

small {
  color:#555;
  font-size: 12px;
  font-style: italic;
  margin-left: 1.5em;
  }
@media (max-width:767px) {
small {
  font-size: 0.9em;
  margin-left: 0;
  }
 }

.link_area {
  margin: 0 auto;
  width: 90%;
  font-size: 14px;
  line-height: 1.2;
  }

.link_category {
  background: #552b2b;
  color: #fff;
  font-size: 16px;
  margin-top: 1.0em;
  padding: 0.5em 0.75em;
  text-align: center;
  }
@media (max-width:767px) {
.link_category {
  font-size: 1.0em;
  }
 }

.link_list {
  /*	background: #552b2b;	*/
  /*	color: #fff;	*/
  color: #000;
  list-style: none;
  margin: 0.2em 0 2.0em 0;
  padding: 0.5em 0.75em;
  line-height: 2.0;
  }
@media (max-width:767px) {
.link_list {
  line-height: 1.5em;
  text-align: center;
  }
 }

.link_list a {
  color: #000;
  }

.link_list li {
  margin-bottom: 0.4em;
  padding-left: 1em;
  border-bottom: solid 1px #999;
  }
@media (max-width:767px) {
.link_list li {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0;
  }
 }

.link_list_ex {
  background: none;
  list-style: none;
  margin: 0.2em 0 2.5em 0;
  padding: 0 0.75em;
  line-height: 2.0;
  }
@media (max-width:767px) {
.link_list_ex {
  color: #000;
  margin: 0.2em 0 2.0em 0;
  padding: 0.5em 0.75em;
  line-height: 1.5em;
  text-align: center;
  }
 }

.link_list_ex a {
  color: #000;
  }

.link_list_ex li {
  margin-bottom: 0.4em;
  padding-left: 1.0em;
  border-bottom: solid 1px #999;
  }
@media (max-width:767px) {
.link_list_ex li {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0;
  }
 }





