@charset "utf-8";
/*----------------------------------------
 供花ページの導線
----------------------------------------*/

/* テキストリンク */
.link--left-icon_kyoka a {
  position: relative;
  display: inline-block;
  color: #347eb0;
  font: 1.6rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
  text-decoration: underline;
}
.link--left-icon_kyoka a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -20px;
  width: 15px;
  height: 15px;
  background: url(/search_area/img/templates/linkArrow.png) no-repeat;
  background-size: contain;
}

.txt_link_kyoka {
  display: block;
  margin: 20px 0;
  font-weight: bold;
  font-size: 18px;
  text-indent: 0em!important;	
  text-align: center;
  color: #347EB0;
  text-decoration: underline;
}