@charset "UTF-8";
/* CSS Document */

	
body{
	font-family: 'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-size:100%;
	color:#000b43;
}

body,html,p,ul,ol,li,form,h1,h2,h3,h4,dd,dl,dt,iframe,span,figure,figcaption,article,section{
	margin:0;
	padding:0;
}

h1,h2,h3,h4{
	font-weight:normal;
}

img{
  width: 100%;
  height: auto;
	vertical-align:bottom;
}

a img{
	border:none;
	outline:none;
}


ul,ol {
	list-style:none;
}

a{
  text-decoration: none;
  transition: 0.3s;
}

a:hover{
  opacity: 0.7;
  transition: 0.3s;
}

a:focus {
  outline: none;
}




