@charset "utf-8";

body {
  font-family: Tahoma, Arial, sans-serif;
  padding-top: 50px;
}

span.small{
  color: #999;
}

/* 各ページ下部の設定 */
div.bottom{
  margin-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-brand img{
  display: inline;
  height: 18px;
  vertical-align: bottom;
}

.root1{
  background-image: url('pic1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  text-align: center;
  font-size: 16px;
  padding-top: 120px;
  color: white;
}

.links{
  background-image: url('pic2.jpg');
  height: 300px;
}

.activities{
  background-image: url('pic3.jpg');
  height: 300px;
}

.contact{
  background-image: url('pic4.jpg');
  height: 300px;
}

footer{
  padding: 20px 0 20px 0;
  background-color: #f8f8f8;
  height: 70px;
  text-align: center;
  /*background-color: #F4F5E7; */
}

/* Actibities */
h3.book{
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 16px;
}

div.book{
  background-color: #eee;
  margin-bottom: 20px;
}

/* Links */
img.framework{
  vertical-align: bottom;
  padding-right: 5px;
}

dl.site dd{
  margin: 0 0 24px 24px;
}

/* Contact */

p.icons img{
  max-width: 24px;
  margin-right: 4px;
}
