﻿@charset "utf-8";

html {
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, group, menu, nav, section {
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

body, button, input, select, textarea {
	font: 100%/1.5 serif;
}

input, select, textarea {
	font-size: 1em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

fieldset, img {
	border: 0;
}

iframe {
	display: block;
}

blockquote {
	margin: 1em 4em 1em 2em;
	padding: 0.6em 1em;
	background: #f1f1f1;
}
blockquote blockquote {
	padding: 0 0 0 1em;
	margin-left: 2em;
	border-left: 0.4em solid #ddd;
}

acronym, abbr {
	border-bottom: 1px dotted;
	font-variant: normal;
}

abbr {
	cursor: help;
}

del {
	text-decoration: line-through;
}

address, caption, cite, code, den, em, th, var {
	font-style: normal;
	font-weight: 500;
}

ul, ol {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font: 100%/1 Arial, sans-serif;
}

q:before, q:after {
	content: '';
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

a:hover {
	text-decoration: underline;
}

ins, a {
	text-decoration: none;
}

u, .typo-u {
	text-decoration: underline;
}

mark {
	background: #fffdd1;
}

pre, code {
	font-family: 'Courier New', serif;
}
pre {
	border: 1px solid #ddd;
	border-left-width: 0.4em;
	background: #fbfbfb;
	padding: 10px;
}

small {
	font-size: 0.8em;
	color: #888;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

.typo p, .typo pre, .typo ul, .typo ol, .typo dl, .typo form, .typo hr {
	margin: 0.6em 0 1em;
}

.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6 {
	margin: 1.4em 0 0.8em;
}
.typo h1 {
	font-size: 1.8em;
}
.typo h2 {
	font-size: 1.6em;
}
.typo h3 {
	font-size: 1.4em;
}
.typo h4 {
	font-size: 1.2em;
}
.typo h5, .typo h6 {
	font-size: 1em;
}

.typo ul {
	margin-left: 1.3em;
	list-style: disc;
}
.typo ol {
	list-style: decimal;
	margin-left: 1.9em;
}
.typo li ul, .typo li ol {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}
.typo li ul {
	list-style: circle;
}

.typo table th, .typo table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.typo table th {
	background: #fbfbfb;
}
.typo table thead th {
	background: #f1f1f1;
}

.typo-em {
	font-weight: 700;
}

.typo-first{

}