@charset "utf-8";
/* CSS Document */

/* 消費税込み表記・（準備段階・非表示） */
.included-tax{
 /*  display: none !important;  */
 font-size: 12px;
}

/* 消費税抜き表記文・（準備段階・表示） */
.excluding-tax{
  display: none !important;
}

/* -----------------------------------------------------
	01. Font Color
----------------------------------------------------- */
.white{color:#ffffff;}
.red{color:#ff0000;}

/* -----------------------------------------------------
	02. Font Size Style
----------------------------------------------------- */

.fs_10{ font-size:72%  !important; }
.fs_11{ font-size:79%  !important; }
.fs_12{ font-size:86%  !important; }
.fs_13{ font-size:93%  !important; }
.fs_14{ font-size:100% !important; }
.fs_15{ font-size:108% !important; }
.fs_16{ font-size:115% !important; }
.fs_17{ font-size:122% !important; }
.fs_18{ font-size:129% !important; }
.fs_19{ font-size:136% !important; }
.fs_20{ font-size:143% !important; }
.fs_21{ font-size:150% !important; }
.fs_22{ font-size:157% !important; }
.fs_23{ font-size:165% !important; }
.fs_24{ font-size:171% !important; }
.fs_25{ font-size:179% !important; }
.fs_26{ font-size:186% !important; }
.fs_28{ font-size:200% !important; }
.fs_30{ font-size:215% !important; }