@charset "UTF-8";
/* -----------------------------------------
 BOX:SEOテキスト
----------------------------------------- */
.mame_txt {
  margin: 10px 0;
  padding: 15px 20px;
  border: 1px solid #eee;
}
.mame_txt h2 {
  margin: 2px 0 10px;
  padding: 5px 0;
  color: #b36f03;
  font-weight: bold;
  font-size: 13px;
}
.mame_txt .inner_ttl {
  padding: 10px 0 5px;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px dotted #ddd;
}
.mame_txt p {
  margin: 10px 0;
  color: #888;
  font-size: 12px;
  line-height: 1.5;
}

.mame_link {
  color: #888;
  font-size: 11px;
  text-decoration: underline;
}
.mame_link:visited {
  color: #888;
}