@font-face {
    font-family: さつき源代明朝;
    src: url(https://dl.dropboxusercontent.com/s/igao5fqeiygccpu/SatsukiGendaiMincho-M2.woff2);
}
/*-----------------------------------
配布元：https://okoneya.jp/font/download.html
ライセンス：http://osdn.jp/projects/opensource/wiki/SIL_Open_Font_License_1.1
CSS配布：http://uranai.nosv.org/u.php/novel/ritsukarit10/
-------------------------------------*/
* {
    font-family: さつき源代明朝, Arial, メイリオ, sans-serif !important;
}

::selection{
color:#020B8C;
background:#F0F0F0;}

a:link {
    color: #020B8C; /* リンクのデフォルトの文字色 */
}
a:visited {
    color: #7B81B2; /* リンクを訪れた後の文字色 */
}
a:hover {
    color: #39428F; /* リンクを訪れた後の文字色 */
}

a:hover,a:active{
text-decoration:none;
}
a:hover,a:active{
position:relative;
bottom:-1px;
right:-1px;
}

/*最初の一文字*/
h1:first-letter {color:#020B8C;
font-size: 1.2em;
font-weight:300 !important;}

/*それ以外の文字*/
h1.utitle a{color:#000 !important ;
font-size: 0.95em;
font-weight:300 !important;}


a:hover {
  text-shadow: 0 0 2px #003479;
  color: transparent !important;
  text-decoration: none !important;
}