@charset "UTF-8";

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-weight: inherit;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ul, ol, nav {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
}

img {
	vertical-align: bottom;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font: inherit;
	color: inherit;
}

input:not([type="radio"]) {
	-webkit-appearance: none;
			appearance: none;
}

input[type="submit"] {
	border: none;
	background-color: transparent;
	font-size: 0;
}

select {
	background-color: #fff;
}

textarea {
	-webkit-appearance: none;
			appearance: none;
}

/* buttonの子要素にimgで表示させる事前提。
cssで表現する場合も考え、保険でfontを入れておく */
button {
	padding: 0;
	border: none;
	background: none;
	font: inherit;
}

/* cssでのボタン表現が多い場合 */
/*button {
	padding: 0;
	border: 1px solid transparent;
	font: inherit;
}*/

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* micro clearfix */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}
a {
	margin: 0;
	padding: 0;
	border: none;
}

a:link {
	color: #3366FF;
	text-decoration: none;
}

a:visited {
	color: #3366FF;
	text-decoration: none;
}

a:active {
	color: #3366FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

