@charset "utf-8";

html {
	font-size:62.5%;
}

body {
	font-size:1.6rem;
	line-height:1.6;
	color:#565656;
	font-family:'ヒラギノ角ゴ','Hiragino Kaku Gothic Pro','メイリオ Pro W3',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing:0.04em;
}



/* ============================================

link

============================================ */
a:link {
	color:#1F4C9F;
	text-decoration:none;
}

a:visited {
	color:#1F4C9F;
	text-decoration:none;
}

a:hover {
	color:#1F4C9F;
	text-decoration:underline;
}

a:active {
	color:#1F4C9F;
	text-decoration:underline;
}

footer a:link {
	color:#fff;
	text-decoration:none;
}

footer a:visited {
	color:#fff;
	text-decoration:none;
}

footer a:hover {
	color:#fff;
	text-decoration:underline;
}

footer a:active {
	color:#fff;
	text-decoration:underline;
}




/* ============================================

selected text

============================================ */
::selection {
	background:#3fc2b8; /* Safari */
	color:#fff;
}

::-moz-selection {
	background:#3fc2b8; /* Firefox */
	color:#fff;
}


/* ============================================

fontsize switch

============================================ */
body.l {
	font-size: 1.8rem;
}

body.l #index section.digest dt {
	font-size: 2.2rem;

}

body.l footer {
	font-size: 1.6rem;
}

body.l footer > section > div:first-of-type nav h1 {
	font-size: 1.8rem;
}





/*----------------------------------
------------------------------------
------------------------------------

smartphone

------------------------------------
------------------------------------
----------------------------------*/
@media screen and (max-width: 640px) {
	body {
		font-size:1rem;
	}
}





