@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: #000;
	font-size: 85%;
	-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:link {
    color: #00f;
}

a:visited {
    color: #600;
}

a:hover {
    color: #090;
}

a:focus {
    color: #090;
}

a:active {
    color: #ff0;
}

a.line {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 120%;
}

.small {
	font-size: 85%;
}
.small02{
	font-size: 10px;
}

.small03{
	font-size: 13px;
}

.small04{
	font-size: 12px;
}

.red {
	color: #F00;
}

.green {
	color: #060;
}

.lightblue {
	color: #00A5E3;
}

.orange {
	color: #F39800;
}


.lightgreen {
	color: #90B821;
}

.gray {
	color: #888;
}

.must {
	color: #F00;
	font-weight: bold;
}


