/* spacer */
.spacer5 {
  margin-top: 5px;
}
.spacer10 {
  margin-top: 10px;
}
.spacer15 {
  margin-top: 15px;
}
.spacer20 {
  margin-top: 20px;
}
.spacer25 {
  margin-top: 25px;
}
.spacer30 {
  margin-top: 30px;
}
.spacer35 {
  margin-top: 35px;
}
.spacer40 {
  margin-top: 40px;
}
.spacer45 {
  margin-top: 45px;
}
.spacer50 {
  margin-top: 50px;
}

/* 日本語フォントの適用 */
body, h1, h2, h3, h4, h5, h6,
.main-header .branding,
.main-navigation .menu li a,
.widget.widget_recent_entries ul li a {
  font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
}

/* メニューのフォントサイズ */
.main-navigation .menu li a {
  font-size: 16px;
}

/* 投稿記事内のリンクにアンダーバーを表示 */
.post-content a {
  text-decoration: underline;
}
.post-content a.btn {
  text-decoration: none;
}

/* ウィジェットの文字色が見えづらいので修正 */
.widget a,
.widget.widget_recent_entries ul li a {
  color: #696969;
}

/* ギャラリーの背景色を白に変更 */
/* スライドギャラリーの下に変なスペースが表示されるバグ対応 */
.featured-media {
  background-color: white;
}

/* シェアアイコンのLinked Inを非表示にする */
.fa-linkedin {
  display: none;
}

/* イベント紹介ページ */
.page-id-199 .thumbnail img {
  margin-bottom: 0;
  width: 100%;
}

/* WTAのホームページの背景を入れてみる */
/*
.main-navigation {
  margin-bottom: 0;
}
.content-wrap {
  padding-top: 35px;
  background: #823698 url('http://www.wtatennis.com/javaImages/73/51/0,,12781~13390195,00.jpg') 50% 0 no-repeat;
}
*/


/* スマホ表示時のタイトル文字サイズを変更 */
@media (max-width: 767px) {
  h2 {
    font-size: 2em;
  }
}
