@charset "utf-8";
h1.top{
  color: #6594e0;
  border-bottom: dashed 2px #6594e0;
}

h2.link{
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

h2.link:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
