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


body {
  background: url(images/back2.png) center center / cover no-repeat fixed;
}

/* フッター */
.footer
{
	text-align: center ;				/* テキスト、画像の真ん中寄せ */
	margin-top: 2em ;					/* 他のブロックとのスペース */
	font-size:10px;
}

.menu
{
	float: top ;		/* 左に寄せる */
	text-align:center;
}

.main
{
	float: bottom ;		/* 左に寄せる */
}

.containts
{
	padding-bottom: 100px;
}

.center
{	
	text-align:center;
}

#nav {
  list-style: none;
  justify-content: space-around;
   display: flex;
}

#nav li {
  width: 200px;
  text-align: center;
}

#nav li a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.pad
{
  padding:20px;
}

.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}

a{
  text-decoration: none;
  color: #000000;


}