@charset "utf-8";

/* 初期設定
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: medium;
  color: #333;
  background: #fff;
}
a {
  color: #222;
}
h1, h2, h3 {
  color: #222;
}
h1 {
  font-size: large;
}
h2 {
  font-size: medium;
}
h3 {
  font-size: medium;
  text-align: right;
}
h4 {
  font-size: x-large;
}
image {
  max-width: 100%;
}
p {
  line-height: 1.7;
}
a:link, a:visited {
  color: saddlebrown; 
}
a:hover {
  color: #999;
}
section, article, aside, nav, header, main, footer {
  display: block;
}
.fruit h1 {
  box-shadow: 0 0 3px #aaa;
}
.fruit p {
  padding: 10px;
}



/* ページの枠組み
---------------------------------------------------- */
#page {
  margin: 0 auto;
  width: 900px;
}

shukka {
  float: medium;
  width: 800;
}

footer {
  clear: both;
}
footer section {
  float: left;
  width: 280px;
}
footer #middle {
  margin: 0 30px;
}
#copyright {
  clear: both;
}


/* ヘッダー
---------------------------------------------------- */
header img {
  display: block;
}
#logo {
  margin: 20px 0;
}

/* ナビゲーション
---------------------------------------------------- */
nav ul {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 7px;
  box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.0;
  background: url(images/li-bg.jpg) repeat-x bottom;
} 
nav li, nav a {
  display: block;
}
nav li {
  float: left;
  border-right: 1px solid #ddd;
}
nav a {
  padding: 15px 15px;
  font-weight: bolder;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
}
nav a:hover {
  background: url(images/li-bg-hover.jpg) repeat-x bottom;
}
nav #current a {
  color: #333;
  background: #fff;
}

/* ボックス
---------------------------------------------------- */
main {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

main ul {
  display: flex;
  align-items: center;
}

main div.staff {
  width: calc(100% - 10px);
  margin: 5px;
}

main div.animals {
  width: calc(33.3% - 10px);
  margin: 5px;
}

/* フッター
---------------------------------------------------- */
#copyright {
  padding-top: 20px;
  text-align: center;
  color: #999;
}