@charset "utf-8";

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td,button { margin: 0;padding: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 100%;font-weight: normal; }
address,em { font-style: normal; }
table { border-collapse: collapse;border-spacing: 0; }
th { font-weight:normal;text-align: left; }
legend { display: none; }
img,fieldset { border: 0; }
li { list-style-type: none; }

/* HTML5
------------------------------------------------------------*/
article, aside, dialog, figure, footer, header,hgroup, nav, section { display: block;margin: 0;padding: 0; }

/* scrollbug for FF
------------------------------------------------------------*/
html { overflow-y: scroll; }

/* Form
------------------------------------------------------------*/
button, input, select, textarea { outline: none;-webkit-appearance: none;appearance: none; }

/* Media
------------------------------------------------------------*/
img { max-width: 100%;vertical-align: bottom;font-size: 0;line-height: 0 }



/* link
------------------------------------------------------------*/
a { color: #002f7b;text-decoration: underline; }
a:hover{ text-decoration: none; }
a > img { transition: opacity .3s ease-out; }
a > img:hover { opacity: .6; }

* {
	box-sizing: border-box;
	word-break: break-all;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	/* min-width: 1200px; */
	color: #121212;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


/* loader
------------------------------------------------------------*/
#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
#loader div {
	margin: -32px 0 0 -32px;
  position: absolute;
  top: 50%;
  left: 50%;
}


/* nav
------------------------------------------------------------*/
