@charset "utf-8";
/************************************************

	Font Style

************************************************/

body{
	font-family: 'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.9;
	color: #333;
	/*font-size: 80%;*/
	font-size: 100%;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6,
.heading p{
	line-height: normal;
}

h1{
	font-size: 1.1em;
}

h2{
	font-size: 1em;
}

h3,h4,h5,h6{
	font-size: 1em;
}

a {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a.line {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 1.2em;
}

.small {
	font-size: 0.9em;
}

.small02 {
	font-size: 0.8em;
}

.red {
	color: #F00;
}

.red02 {
	color: #E60012;
}

.green {
	color: #060;
}

.blue {
    color: #125d8d;
    font-weight: bold;
}

.orange{
	color: #e57e11;
}

.gray {
	color: #888;
}

.must {
	color: #F00;
	font-weight: bold;
}

.note{
	font-size: 0.6em;
}

.num_blue::first-letter{
	color: #3F73B9;
}