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

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


body {
	font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	font-size: 15;
  line-height: 2;
}

@media screen and (max-width: 640px) {/* 640px以下*/
    body{
	font-size: 12.5;
    line-height: 1.6;
    }
}



/* ノーマル状態 */
.entry-content a{
  color: #000;
}
/* ホバー状態 */
.entry-content a:hover{
  color: #808080;
}
/* クリックされた状態 */
.entry-content a:active{
  color: #000;
}
/* 訪問済みの状態 */
.entry-content a:visited {
  color: #000;
}


/*--ルビ--*/

rt {
    font-size: 10%;
	letter-spacing: -.2em;

}