@charset "utf-8";

html {
  font-size: 10px;
}

body {
  background-color: rgba(255,255,255,1);
  color: #2e3192;
  font-family: 'Noto Sans', 'Noto Sans JP', 'Helvetica', sans-serif;
  font-weight: 350;
  line-height: 1.0em;
  word-break: normal;
  line-break: loose;
}

a {
  color: #2e3192;
  text-decoration: underline;
}
@media(min-width:769px) { /* 画面幅769px以上の場合 */
a:hover {
  color: #29abe2;
}
}
a:focus {
  outline: none;
  box-shadow: none;
}


.clearfix {
	zoom: 1; /*for IE 5.5-7*/
}

.clearfix:after { /*for modern browser*/
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

* html .clearfix {
	display: inline-table;
	/*\*/display: block;/**/
}
