/* カスタム CSS をここに入力してください */

.wp-caption-text, .gallery-caption {
	font-size: 12px;
}
 
/* 一部の投稿IDでタイトル非表示ID00の場合*/
.post-2172 .entry-header .entry-title {
    display: none;
}

.post-2180 .entry-header .entry-title {
    display: none;
}

.post-2184 .entry-header .entry-title {
    display: none;
}

.post-2187 .entry-header .entry-title {
    display: none;
}

/* 一部の投稿IDでタイトル非表示ID00英語の場合*/

.post-2230 .entry-header .entry-title {
    display: none;
}
.post-2233 .entry-header .entry-title {
    display: none;
}
.post-2235 .entry-header .entry-title {
    display: none;
}
.post-2237 .entry-header .entry-title {
    display: none;
}



/*bogo言語切り替え右寄せ
.bogo-language-switcher {
text-align: right;
}*/

/*bogo表示中の言語を非表示
.bogo-language-switcher .current {
display: none;
}*/

/*bogo国旗非表示*/
.bogoflags {
display: none;
}

/*「次の投稿」「前の投稿」を非表示*/
.nav-links {
display: none;
}

/*サイト全体のフォント指定*/
body,
button,
input,
select,
textarea,
.main-navigation a,
.site-info a,
div,
div.site-info {
font-family: Arial, Helvetica, “游ゴシック”, “Yu Gothic”, YuGothic, “ヒラギノ角ゴシック Pro”, “Hiragino Kaku Gothic Pro”, ‘メイリオ’, Meiryo, Osaka, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
	font-size: 14px;
	line-height: 1.8;
}

/*トップに表示しているevent listの見出しサイズ*/
.rt-tpg-container .rt-detail .entry-title a {
	font-size: 16px;
	font-weight:700;
}


/*投稿記事の見出しサイズ*/
.entry-title,
.comment-content {
  font-family: Arial, Helvetica, “游ゴシック”, “Yu Gothic”, YuGothic, “ヒラギノ角ゴシック Pro”, “Hiragino Kaku Gothic Pro”, ‘メイリオ’, Meiryo, Osaka, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
	font-size: 24px;
	line-height: 1.8;
}
