@charset "UTF-8";
/* "@(#) $Id: common_style_font.css,v 1.1 2020/07/28 10:26:14 vic25 Exp $" */
/* ========================================================================== */
/* ファイル名		：	common_style_font.css								  */
/* ファイル内容		：	フォントスタイル定義								  */
/* 作成				：	2012/04/02 M.F										  */
/* ========================================================================== */

/* Noto Sans JP	*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
}

/* ========================================================================== */
/* タグ共通	*/
/* ========================================================================== */
BODY	{
	-webkit-text-size-adjust: 100%;
	font-size:				15px;
	font-family: var(--font-type);
}

TH {
	font-size:				14px;
	font-family: var(--font-type);
}

TD {
	font-size:				14px;
	font-family: var(--font-type);
}

INPUT {
	font-size:				15px;
	font-family: var(--font-type);
}

SELECT {
	font-size:				15px;
	font-family: var(--font-type);
}

OPTION {
	font-size:				15px;
	font-family: var(--font-type);
}

BUTTON {
	font-size:				15px;
	font-family: var(--font-type);
}

TEXTAREA {
	font-size:				15px;
	font-family: var(--font-type);
}

DIV {
	font-size:				15px;
	font-family: var(--font-type);
}

SPAN {
	font-size:				15px;
	font-family: var(--font-type);
}

BUTTON > SPAN {
	font-size:				15px;
	font-family: var(--font-type);
}

h1 {
	font-size:				20px;
	font-family: var(--font-type);
}

h2 {
	font-size:				16px;
	font-family: var(--font-type);
}

h3 {
	font-size:				15px;
	font-family: var(--font-type);
}

/* ========================================================================== */
/* ダイアログタイトル用 */
/* ========================================================================== */
.ftHdWh	{
	font-size:				15px;
	font-weight:			bold;
	color:					#ffffff;
}

/* ========================================================================== */
/* 各ブロック別文字列	*/
/* ========================================================================== */
.ftHd {
	font-size:				15px;
	font-weight:			bold;
}

/* ========================================================================== */
/* メッセージ文字列	*/
/* ========================================================================== */
/* 画面メッセージエリア部メッセージ文字列	*/
.ftMsH {
	font-size:				12px;
	font-weight:			bold;
	color:					cornflowerblue;
}

.ftMs {
	font-size:				12px;
	font-weight:			bold;
	color:					gray;
}

.ftMsE {
	font-size:				14px;
}

/* ========================================================================== */
/* 件数表示用文字列	*/
/* ========================================================================== */
.ftCn {
	font-size:				12px;
	font-weight:			bold;
}

/* ========================================================================== */
/* ステータスラベル表示用文字列	*/
/* ========================================================================== */
.ftSt {
	font-size:				9px;
}

/* ========================================================================== */
/* ボールド表示	*/
/* ========================================================================== */
.ftB {
	font-weight:			bold;
}
