@charset "UTF-8";

/* すべてのWebページに適用される　*/
html{
	font-family:sans-serif;
}
html * {
	box-sizing: border-box;
}
body {
background-color: #EEEEEE;
}

h2{
	color: #3f5170;
	font-size: 30px;
	border-bottom: 3px dotted #3f5170;
}
a:link{
color: #fff;
}
a:visited{
color: #fff;
}

.logo{
margin: 0 0 0 0;
kine-height: 0;
text-align: left;
}

@keyframes open-keyanime1{
0% {
opacity:0;
}
100% {
opacity:1;
}
}

.animation1{
animation-name: open-keyanime1 ;
animation-duration: 5s;
animation-fill-mode: both;
animation-iteration-count: 1;

}



.nav ul {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-image: url(../images/menu-bg.png);
background-repeat: repeat-x;
}
  .nav li {
	display: inline;
	list-style-type: none;
}



 /*スマートフォン向けCSS*/
@media (max-width: 767px) {

}

/*全体－ナビゲーション*/
	.wrapper {
	margin: 0 8px;
	}
}

	.nav li {
	display:block;
	}
	}
	