@charset "UTF-8";

/* =======================================

	CommonElements

======================================= */
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust:100%;
}
body{
font-size:14px;
line-height:1.4em;
font-family: 'Noto Sans JP', sans-serif !important;
font-weight:400;
color:#000;
text-align:center;
background:#FFF;
margin:0;
padding:0;
animation:fadeIn 3s ease 0s 1 normal;
-webkit-animation:fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn{
0% {opacity:0}
100% {opacity:1}
}
@-webkit-keyframes fadeIn{
0% {opacity:0}
100% {opacity:1}
}
img{
width:100%;
height:auto
}
.clearfix{
display:block;
}
.clear{
clear:both;
}
.clear hr{
display:none;
}
ul,li{
list-style:none;
}
ol,li{
list-style:none;
}
#container{
width:100%;
text-align:center;
}
.footer{
background-color:#FFF;
color:#000;
}
#wrapper{
width:100%;
text-align:left;
background-color:#FFF;
color:#000;
position:relative;
z-index:120;
}