@charset "utf-8";
/* CSS documentation for Chinese sites that can be filled out without request from Betop
　　Betopに依頼なしで記入できる中国サイト用CSSドキュメント　*/

/* 文中リンク　下点線あり　Links in the text (underlined)　*/
.txt-inlineAnchor {
  border-bottom: dotted 1px #1a1a1a;
}

.txt-inlineAnchor:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  margin-left: 5px;
}

