@charset "utf-8";
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
/*	font-weight: normal;*/
}
html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    line-height: 1;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a,
a:visited {
    color: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
	vertical-align: top;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

/* Form Parts CSS */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	vertical-align:middle;
}
select::-ms-expand {
	display: none;
}
input, button, textarea, select, input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:focus,
select:focus,
textarea:focus{
	background-color: #FFFBE4;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table tr th {
	text-align: left;
	font-weight: normal;
}

.bg_or {
	background-color: #CE7925;
}
.bg_grn {
	background-color: #54B15E;
}
.bg_red {
	background-color:#AF4040;
}
.bg_db {
	background-color:#4B5783;
}
.bg_bk {
	background-color:#000000;
}
.bg_bl {
	background-color:#2874A6;
}
.lt {
  text-decoration: line-through;
}
