@charset "utf-8";

/*===== STYLE LIST ==========================================================
1: HTML5 TAG
2: Base
3: Link
4: Text
5: Image
6: Forms
============================================================================= */

/* 1: HTML5 TAG
============================================================================= */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

/* 2: Base
============================================================================= */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul, ol ,li, dd, dt, dl {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
caption, th, td {
	font-size: 100%;
	text-align: left;
}
li {
	font-size: 100%;
}
hr {
	display: block;
	height: 0;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #CCCCCC;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* 3: Link
============================================================================= */
a {
	background-color: transparent;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}

/* 4: Text
============================================================================= */
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #FFFF00;
	color: #000000;
}
blockquote, q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before, q:before {
}
blockquote:after, q:after {
}
pre {
	margin: 0 0 2.5em 0;
	padding: 0.25em 0.75em;
	border: 1px dotted #DDDDDD;
	color: #666666;
	font-family: monospace, sans-serif;
	font-size: 75%;
	line-height: 1.4;
	overflow: auto;
	white-space: pre-wrap;
}
code {
	color: #666666;
	font-family: monospace, sans-serif;
	font-size: 75%;
	line-height: 1.4;
	white-space: pre-wrap;
}
small {
	font-size: 85.7%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.25em;
}

/* 5: Image
============================================================================= */
img {
	border: 0;
	vertical-align: bottom;
}
figure {
	margin: 0 0 2em 0;
}
figure > figcaption {
	margin-bottom: 0.5em;
	font-size: 85.7%;
}
figure > img + figcaption {
	margin-top: 0.75em;
	font-size: 85.7%;
	text-align: center;
}

/* 6: Forms
============================================================================= */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 4px 7px 8px 7px;
	border: 1px solid #CCCCCC;
}
legend {
	padding: 0;
	border: 0;
}
button {
	overflow: visible;
}
button, input, select, textarea {
	margin: 0;
	color: inherit;
	font-size: 100%;
	font: inherit;
}
button, input {
	line-height: inherit;
	vertical-align: middle;
	font-size: 100%;
}
button, select {
	text-transform: none;
	vertical-align: middle;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button:-moz-focus-inner, input:-moz-focus-inner {
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}