@charset "UTF-8";

/* Font Size For Modern Browser */
/*
body, h1, h2, h3, h4, h5, h6, pre, li, p {
font-size:13px;
}
dt, dd, th, td {
font-size:14px;
}
*/
.size10 { font-size:10px; font-size: 1.0rem !important; }
.size11 { font-size:11px; font-size: 1.1rem !important; }
.size12 { font-size:12px; font-size: 1.2rem !important; }
.size13 { font-size:13px; font-size: 1.3rem !important; }
.size14 { font-size:14px; font-size: 1.4rem !important; }
.size15 { font-size:15px; font-size: 1.5rem !important; }
.size16 { font-size:16px; font-size: 1.6rem !important; }
.size17 { font-size:17px; font-size: 1.7rem !important; }
.size18 { font-size:18px; font-size: 1.8rem !important; }
.size19 { font-size:19px; font-size: 1.9rem !important; }
.size20 { font-size:20px; font-size: 2.0rem !important; }
.size21 { font-size:21px; font-size: 2.1rem !important; }
.size22 { font-size:22px; font-size: 2.2rem !important; }
.size23 { font-size:23px; font-size: 2.3rem !important; }
.size24 { font-size:24px; font-size: 2.4rem !important; }
.size25 { font-size:25px; font-size: 2.5rem !important; }
.size26 { font-size:26px; font-size: 2.6rem !important; }
.size28 { font-size:28px; font-size: 2.8rem !important; }
.size30 { font-size:30px; font-size: 3.0rem !important; }

@media screen and (max-width: 830px) {
	.size14 {
		font-size: 10px !important;
		font-size: 1.0rem !important;
	}
	.size18 {
		font-size: 10px !important;
		font-size: 1.0rem !important;
	}
}


.bold { font-weight: bold !important; }
.underline { text-decoration: underline; }
.underline:hover { text-decoration: none; }
.lh100 { line-height: 100%; }
.lh0 { line-height: 0; }
.italic { font-style: italic; }

.lh18 { line-height: 1.8 !important; }