@charset "UTF-8";

html, div, span, h1, h2, h3, h4, h5, h6, 
p, img, a, ol, ul, li, form, label, 
article, aside, details, figcaption, figure, 
footer, header, main, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	box-sizing: border-box;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, 
footer, header, main, menu, nav, section { 
	display: block;
}

ol, ul {
	list-style: none;
}

a {
	background-color: transparent;
	text-decoration: none;
   -webkit-touch-callout: none;
}

button, input, select, textarea, label {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

select::-moz-focus-inner {
	border: 0;
}

select:-moz-focusring { /* firefox で選択時の枠線を消す */
	color: transparent;
	text-shadow: 0 0 0 #BB5345;
	outline: none;
}

select:focus {
	font-weight: bold;
}

input[type="checkbox"], 
input[type="radio"] {
	display: none;
}

input::-ms-clear {
	visibility: hidden;
}
