@charset "utf-8";

/*base*/
body,
table {
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color: #1A1A1A;
}
/*ie7*/
*:first-child+html body {
	font-size:88%;
}	
/*ie5-6*/
* html body {
	font-size:88%;
}

/*size*/
.small {
	font-size: 85%;/*12*/
}
.large {
	font-size: 114%;/*16*/
}

/*color*/
.fontRed {
	/*color: #E50000;*/
	color: #D11C1C;
}

/*style*/
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold !important;
}
em {
	font-style: italic !important;
}
ins {
	text-decoration: underline !important;
}
del {
	text-decoration: line-through !important;
}
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}

/*family*/
.mincho {
	font-family: "HiraMinPro-W3","MS-PMincho","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","Times New Roman";
}

