@charset "utf-8";
td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.col1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	background-color: #300;
}
.col2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
}
.col3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FC9;
}
.f_caution {
	color: #F30;
}
.f_eng {
	font-family: "Courier New", Courier, monospace;
}
.f_blue {
	color: #00F;
}
.f_red {
	color: #F00;
}
.t_jp {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}

.t_en {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
}

/* add 20160318 */
button {
    white-space: nowrap;
}