/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}

/* --- AFFINGER5 日本語を英語に上書きするCSS --- */

/* 1. 関連記事 */
.st-kanren-t, .kanren-t {
  font-size: 0 !important;
}
.st-kanren-t:before, .kanren-t:before {
  content: "Related Articles";
  font-size: 20px;
  font-weight: bold;
}

/* 2. 目次 */
#st-toc .st-toc-title {
  font-size: 0 !important;
}
#st-toc .st-toc-title:before {
  content: "Table of Contents";
  font-size: 20px;
  font-weight: bold;
}

/* 3. この記事を書いた人 */
.st-author-title {
  font-size: 0 !important;
}
.st-author-title:before {
  content: "About the Author";
  font-size: 18px;
  font-weight: bold;
}

/* 4. 新着記事（ウィジェットのタイトル） */
.widget_newposts h3, .widget_recent_entries h3 {
  font-size: 0 !important;
}
.widget_newposts h3:before, .widget_recent_entries h3:before {
  content: "Latest Articles";
  font-size: 18px;
  font-weight: bold;
}

/* 5. カテゴリー（ウィジェットのタイトル） */
.widget_categories h3 {
  font-size: 0 !important;
}
.widget_categories h3:before {
  content: "Categories";
  font-size: 18px;
  font-weight: bold;
}