@charset "utf-8";

/* for Reset
=========================================*/

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
figure{
	margin: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

button,
input[type="submit"]{
  font-family:'メイリオ', 'Meiryo', sans-serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border:0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}
select::-ms-expand {
	display: none;
}

/* for Talking Browser */
.reader {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 1px;
	height:1px;
}




