body {
  line-height: 140%;
  font: normal 13px Sans-serif;
  line-height: 140%; }

td, th {
  line-height: 140%;
  font: normal 13px Sans-serif;
  line-height: 140%; }

h1 {
  background-color: #000;
  color: #fff;
  margin: 10px 0 7px 0;
  padding: 10px 0;
  font-size: 23px;
  line-height: 140%; }
  h1 + p {
    margin: 0 0 15px 0;
    font-size: 15px;
    line-height: 140%; }

h3 {
  margin: 0 0 15px 0;
  padding: 10px 8px 8px 10px;
  font-size: 16px;
  line-height: 140%;
  background-color: #938994;
  color: #fff; }

h4 {
  margin: 0 0 15px 0;
  padding: 7px 5px 7px 10px;
  font-size: 14px;
  line-height: 140%;
  background-color: #a59ea6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff; }

#foot {
  width: 100%; }

.container {
  margin-bottom: 30px; }

.slide {
  margin: 0 0 20px 0; }

.carousel-caption {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .carousel-caption h2, .carousel-caption p {
    margin: 0 10px 5px 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #000; }

.wrap {
  text-align: left; }

.contents_head {
  margin: 0 auto 10px auto;
  text-align: center; }

.greeting {
  background-color: #eee;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .greeting p {
    margin: 0 0 25px 5px; }

.attention {
  margin: 0; }
  .attention ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .attention ul li {
      margin: 3px 0 0 10px;
      padding: 0 0 0 5px;
      position: relative; }
      .attention ul li:first-child {
        margin: 0 0 0 10px; }
      .attention ul li:before {
        content: "";
        display: inline-block;
        border: 3px solid transparent;
        border-left-color: #a3b7b6;
        position: absolute;
        top: 4px;
        left: -3px; }

.floor {
  text-align: center; }
  .floor p {
    margin: 0 0 30px 0; }
  .floor img {
    width: 100%; }

.topics {
  margin: 0 0 30px 0; }
  .topics ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .topics ul li {
      margin: 3px 0 0 10px;
      padding: 0 0 0 5px;
      position: relative; }
      .topics ul li:first-child {
        margin: 0 0 0 10px; }
      .topics ul li:before {
        content: "";
        display: inline-block;
        border: 3px solid transparent;
        border-left-color: #a3b7b6;
        position: absolute;
        top: 4px;
        left: -3px; }

.tumblr_list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tumblr_list ul li {
    margin: 0 0 10px 0;
    padding: 15px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .tumblr_list ul li img {
      width: 100%; }

@media (max-width: 768px) {
  #foot {
    display: none; }
 }
