@charset "utf-8";

/* ver 1.0.0 */

/*===== STYLE LIST ==========================================================
1: Base
2: Link
3: Text
4: Image
5: Form
============================================================================= */

/* 1: 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;
}
hr.dotted {
	border-top: 1px dotted #000000;
}

/* 2: Link
============================================================================= */
a {
	background-color: transparent;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}

/* 3: 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 {
	content: open-quote;
}
blockquoteafter, q:after {
	content: close-quote;
}
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;
}

/* 4: 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;
}

/* 5: Form
============================================================================= */
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[type="text"], input[type="button"], select, textarea {
	margin: 0;
	color: inherit;
	font-size: 100%;
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
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"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	vertical-align: middle;
}
input[type="search"] {
	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;
}