@charset "UTF-8";

/* ============================================================

	common

=============================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background: transparent;
	font-size: 100%;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	line-height: 1;
}

/* ============================================================

	section

=============================================================== */
section {
	display: block;
}

/* ============================================================

	img

=============================================================== */
img {
	display: block;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	width: 100%;
	height: auto;
}

img[width="1"] {
	display: none;
}

/* ============================================================

	list

=============================================================== */
ol, ul {
	list-style: none;
}

/* ============================================================

	anchor

=============================================================== */
a {
	background: transparent;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

a:focus {
    outline: none;
}

/* ============================================================

	clearfix

=============================================================== */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ============================================================

	table

=============================================================== */
table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

/* ============================================================

	form

=============================================================== */
input, button, textarea, select {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input, select, textarea, button {
	font-family: inherit;
	font-size: 100%;
}

/* ------------------------------------------------------------

	input

--------------------------------------------------------------- */
input {
	display: block;
	width: 100%;
}

input[type="submit"] {
	cursor: pointer;
}

/* ------------------------------------------------------------

	textarea

--------------------------------------------------------------- */
textarea {
	display: block;
	resize: none;
	width: 100%;
}

/* ------------------------------------------------------------

	button

--------------------------------------------------------------- */
button {
	width: 100%;
}