@charset "UTF-8";
/*
Theme Name:     ATG
Theme URI:      http://a-t-g.jp
Description:    nostaropusのテーマ
Author:         バズ部
Author URI:     http://a-t-g.jp
Template:       xeory
Version:        0.1.0
*/


/*--------------------------------
20151203 tkst CTAボタン更新
---------------------------------*/
.post-cta .post-cta-inner {
  padding: 20px 20px 40px;
}
.post-cta .post-cta-btn a {
  display: block;
  width: auto;
  clear: both;
  border-bottom: 3px solid #be553a;
  border-radius: 5px;
  background: #e86d3c;
  color: #fff;
  padding: 20px 12px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.post-cta .post-cta-btn a:before {
  content: "\f18e";
  font-family: "FontAwesome";
  font-size: 16px;
  padding-right: 6px;
}
.post-cta .post-cta-btn a:hover {
  background: #fc7050;
  border-bottom: 3px solid #ed6449;
}