@charset "UTF-8";
/*======================================================================
	Title:font.css
	Description:フォント調整ファイル
	------------------------------------------------------
	Copyright IROYA Inc All Rights Reserved.
======================================================================*/
html{
	font-size:62.5%;
}

body{
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", sans-serif;
	font-size:14px;
	font-size:1.4rem;
	line-height:2em;
	color:#000;
}

h1,h2,h3,h4,h5,h6{font-weight:normal;}

a{
	color:#4C6CB2;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
}
a:hover{
	color:#5B85FF;
	text-decoration:underline;
}
/*
a:visited{
	color:#25345F;
	text-decoration:none;
}
a:link{
	color:#000;
	text-decoration:underline;
}
a:active{
	color:#000;
	text-decoration:none;
}
a:focus{outline:none;}
*/