@charset "utf-8";

/* ************************************************
*	Base, reset, normalize
* ************************************************ */

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

/* Structure tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
main,
section {
	display: block;
}

/* Responsive images and other embedded objects */
img,
object,
embed,
iframe {
	width: auto;
	max-width: 100%;
}

/* Responsive images aspeсt ratio */
img,
iframe {
	height: auto;
}

/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
	quotes: none;
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
	content: "";
	content: none;
}

/* Table reset */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
thead th,
thead td {
	font-weight: bold;
	vertical-align: bottom;
}

/* Image inside */
a img,
th img,
td img {
	vertical-align: top;
}

/* Webkit browsers reset margin */
button,
input,
select,
textarea {
	margin: 0;
}
textarea {
	overflow: auto;
}

/* Normalize buttons in IE */
button {
	width: auto;
	overflow: visible;
}

/* Hand cursor on clickable controls */
input[type=button],
input[type=submit],
button {
	cursor: pointer;
}

/* Trick with vertical align for radio and checkbox  */
input[type="radio"],
input[type="checkbox"] {
	font-size: 110%;
}

/* Horizontal rule reset  */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ddd;
}

/* おまじない */
input[type="submit"] {-webkit-appearance: button;}


