/*
++ reset
*/

body
{
	background: #e3e2e2;
	font-family: Tahoma, Arial, sans-serif;
}

html, body
{
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

h1, h2, h3, h4, h5, h6, pre, code, table, tr, th, td
{
	font-size: 1em;
}

h1
{
	margin: .67em 0;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, dl, .sm
{
	margin: 0;
	padding: 0;
}

ul
{
	list-style: none
}

li, dd, blockquote
{
	margin-left: 1em
}

img, a img, :link img, :visited img
{
	border: none;
}

input, select, textarea
{
	font: normal 1em 'Tahoma';
}

table
{
	border-collapse: collapse;
}

.c_left
{
	clear: left;
}

.c_right
{
	clear: right;
}

.c_both
{
	clear: both;
}

.f_left
{
	float: left;
}

.f_right
{
	float: right;
}

.d_block
{
	display: block;
}

.d_inline
{
	display: inline;
}

.d_none
{
	display: none;
}

.ta-left
{
	text-align: left;
}

.ta-right
{
	text-align: right;
}

.ta-center
{
	text-align: center;
}

.ta-just
{
	text-align: justify;
}

.rel
{
	position: relative;
}

.abs
{
	position: absolute;
}

.pts
{
	padding-top: .4em;
}

.prs
{
	padding-right: .4em;
}

.pbs
{
	padding-bottom: .4em;
}

.pls
{
	padding-left: .4em;
}

.ps
{
	padding: .4em;
}

.ptm
{
	padding-top: .8em;
}

.prm
{
	padding-right: .8em;
}

.pbm
{
	padding-bottom: .8em;
}

.plm
{
	padding-left: .8em;
}

.pm
{
	padding: .8em;
}

.ptb
{
	padding-top: 1.1em;
}

.prb
{
	padding-right: 1.1em;
}

.pbb
{
	padding-bottom: 1.1em;
}

.plb
{
	padding-left: 1.1em;
}

.pb
{
	padding: 1.1em;
}

.mts
{
	margin-top: .4em;
}

.mrs
{
	margin-right: .4em;
}

.mbs
{
	margin-bottom: .4em;
}

.mls
{
	margin-left: .4em;
}

.ms
{
	margin: .4em;
}

.mtm
{
	margin-top: .8em;
}

.mrm
{
	margin-right: .8em;
}

.mbm
{
	margin-bottom: .8em;
}

.mlm
{
	margin-left: .8em;
}

.mm
{
	margin: .8em;
}

.mtb
{
	margin-top: 1.1em;
}

.mrb
{
	margin-right: 1.1em;
}

.mbb
{
	margin-bottom: 1.1em;
}

.mlb
{
	margin-left: 1.1em;
}

.mb
{
	margin: 1.1em;
}

.font140
{
	font-size: 150%;
}

.font120
{
	font-size: 120%;
}

.font100
{
	font-size: 100%;
}

.font95
{
	font-size: 95%;
}

.font90
{
	font-size: 90%;
}

.font85
{
	font-size: 85%;
}

.font80
{
	font-size: 80%;
}

.font75
{
	font-size: 75%;
}

.sm
{
	font-size: 1px;
}

h4
{
	font-size: 1.4em;
}

.lsn, ul
{
	list-style: none;
}

.lsd
{
	list-style: disc;
	padding-left: 20px;
}

.lss
{
	list-style: square;
}

ol
{
	padding-left: 20px;
}

a.tdn
{
	text-decoration: none;
}

a.tdu
{
	text-decoration: underline;
}

.w100
{
	width: 100%;
}

.lhs
{
	line-height: 106%;
}

.hand
{
	cursor: pointer;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.normal
{
	font-weight: normal;
}

.white
{
	color: #fff;
}

.red
{
	color: #ff4000;
}

.gray
{
	color: #999;
}

.black
{
	color: black;
}
/*
-- reset
*/


/*
++ https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css
*/
button, hr, input
{
	overflow: visible;
}

audio, canvas, progress, video
{
	display: inline-block;
}

progress, sub, sup
{
	vertical-align: baseline;
}

menu, article, aside, details, footer, header, nav, section
{
	display: block;
}

figcaption, figure, main
{
	display: block;
}

figure
{
	margin: 1em 40px;
}

hr
{
	box-sizing: content-box;
	height: 0;
}

code, kbd, pre, samp
{
	font-family: monospace, monospace;
	font-size: 1em;
}

a
{
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active, a:hover
{
	outline-width: 0;
}

abbr[title]
{
	border-bottom: none;
	text-decoration: underline dotted;
}

dfn
{
	font-style: italic;
}

mark
{
	background-color: #ff0;
	color: #000;
}

small
{
	font-size: 80%;
}

sub, sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sub
{
	bottom: -.25em;
}

sup
{
	top: -.5em;
}

audio:not([controls])
{
	display: none;
	height: 0;
}

svg:not(:root)
{
	overflow: hidden;
}

button, input, optgroup, select, textarea
{
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, select
{
	text-transform: none;
}

[type=submit], [type=reset], button, html [type=button]
{
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner
{
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring
{
	outline: ButtonText dotted 1px;
}

fieldset
{
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend
{
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea
{
	overflow: auto;
}

[type=checkbox], [type=radio]
{
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button
{
	height: auto;
}

[type=search]
{
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration
{
	-webkit-appearance: none;
}

::-webkit-file-upload-button
{
	-webkit-appearance: button;
	font: inherit;
}

[hidden], template
{
	display: none;
}
/*
-- https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css
*/