html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table,tr, th, td{
	margin: 0;
	padding: 0;
	border: 1;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}



/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
	box-sizing: border-box;
}

input[type="text"]:focus {
	outline: 0;
}

*:focus {
	outline: none;
}

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	/* height: 100%; */
	font-size: 1.6rem;
	font-family: sans-serif;
	color: #333333;
	background-color: #ffffff;
	font-family: 'ＭＳ Ｐゴシック', 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'MS PGothic', sans-serif;
}


a {
	color: #45a1f6;
	/*text-decoration: none;*/
}

img {
	max-width: 100%;
}

input {
	font-family: sans-serif;
	vertical-align: middle;
}

/* remove “X” from search input field */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
select{
  padding: 3px 0;
}