/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2025 | 02:33:37 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.page-title
{
	font-size: 1.5rem;
	text-decoration:underline;
}
.page-title::before{
  content: "#";
}

body.page:not(.twentyseventeen-front-page) .entry-title
{
	font-size: 1.5rem;
	text-decoration:underline;
}
body.page:not(.twentyseventeen-front-page) .entry-title::before{
  content: "#";
}