@charset "utf-8";
/************************************************

	Font Style

************************************************/

body{
	font-family: 'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	color: #333;
	font-size: 75%;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6,
.heading p{
	line-height: normal;
}

h1{
	font-size: 110%;
}

h2{
	font-size: 100%;
}

h3,h4,h5,h6{
	font-size: 100%;
}

a {
	color: #1F77B2;
	text-decoration: none;
}

a:visited {
	color: #1F77B2;
}

a.line {
	text-decoration: underline;
}
a.line:hover {
    text-decoration: none;
}

.bold {
	font-weight: bold;
}

.big01 {
	font-size: 150%;
}

.small {
	font-size: 80%;
}

.red {
	color: #F00;
}

.green {
	color: #060;
}

.gray {
	color: #888;
}

.must {
	color: #F00;
	font-weight: bold;
}
