/*
Template:easel
Theme Name:canvas on EASEL
Version: 1.1.0
*/

/* ここから下に書いたCSSが、親テーマCSSに上書きされます。 */

/*以下20030915 追加*/
body {
    font-family: "メイリオ","meirio","Helvetica";
    color: #0d0015;
    font-size: 15px;
}

/*以下20030923追加*/
/** リンクの色変え*/
/* ノーマル状態 */
.entry-content a{
  color: #1a0dab;
  text-decoration: none;
}
/* ホバー状態 */
.entry-content a:hover{
  color: #1a3dff;
}
/* クリックされた状態 */
.entry-content a:active{
  color: #ee0000;
}
/* 訪問済みの状態 */
.entry-content a:visited {
  color: #d7003a;
}

/*以下20230927追加*/
/*スマホコピペ禁止*/
body {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
}

/*以下20231026追加*/
.article h2 { border: none; }
.article h3 { border: none; }