@charset "utf-8";
html,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;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}
input, textarea {
	border: 1px solid #000;
	padding: 2px 4px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
	font-size: 100%;
}
body {
	position: relative;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Helvetica', 'メイリオ', 'Lato', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
body * {
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
  font-size: inherit;
  font: 100%;
}
img, fieldset {
	border: none;
}
img {
	vertical-align: top;
}
strong, em {
	font-weight: bold;
}
a:link, a:hover, a:visited, a:active {
/*	color:#007ebe;*/
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
b, strong {
	font-weight: bold;
}
iframe::-webkit-scrollbar {
	display:none;
}
