﻿
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  background: #f1eddf;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a img { border: 0; }

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  box-shadow: 5px 0 15px 1px rgba(0,0,0,0.1);
  background: #fff;
}
#header {
 border-bottom: 3px solid #e9eae0;
 height: 322px;
 position: relative;
}
.button-present {
  position: absolute;
  right: 145px;
  top: 65px;
}
.button-facebook {
  position: absolute;
  top: 230px;
  right: 90px;  
}
.button-twitter {
  position: absolute;
  top: 230px;  
  right: 145px;
}

#slider {
  width: 960px;
  height: 640px;
  overflow: hidden;
  border-bottom: 3px solid #e9eae0;
}
#slider li {
 wiidth: 960px;
 height: 640px; 
}
#slider .slick-dots {
 bottom: 15px; 
}
#slider .slick-dots li {
 height: auto; 
}
#menu {
  list-style: none;
}
#menu li {
  float: left;
}
.red, .red a {
 color: #f00; 
}

.text-center {
  text-align: center;
}
.large {
 font-size: 150%; 
}

.col {
  width: 42%;
  float: left;
  padding: 15px 0 15px 8%;
  margin-left: -2.5%;
}
.bg-brown {
 background-color: #f5f7ec; 
}
.news {
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #fff;
  margin-top: 3px;
  height: 185px;
  overflow: scroll;
}
.news table td {
  font-size: 14px;
  }
.news .tt0 {
  padding: 0 5px 0 0;  
}
.news .tt3 {
 padding-bottom: 5px; 
}
.twitter {
  border: 1px solid #ccc;  
  padding: 20px 20px 0 20px;
  background-color: #fff;
  margin-top: 3px;
  height: 205px;
  overflow: hidden;
}
.twitter .twitter-timeline {
  display: block;
 margin-bottom: 20px; 
}
.form-control {
 padding: 6px;
 border: 1px solid #ccc;
 border-radius: 4px;
 background: #fff;
 display: block;
 width: 100%;
 box-sizing: border-box;
 font-size: 16px;
}
select.form-control {
  height: 34px;
  line-height: 34px;
}
#footer {
  background: #f5f7ec;
  padding: 20px;
  margin-top: 40px;
  line-height: 1;
  font-size: 13px;
}
.footer-logo {
  float: left;
  padding: 4px 10px 0 0;
}
.footer-info {
 float: left; 
}
.submit {
   background-color: #40ab4d;
   border-radius: 4px;
   padding: 10px;
   display: block;
   width: 80%;
   border: none;
   margin: 10px auto;
   font-size: 130%;
   color: #fff;
  -webkit-appearance: none;
}
.present-header {
  margin: 20px 0 10px;
}
.present-wrapper {
 margin: 10px 50px;
 padding: 15px 10px 10px 10px;
 border: 3px solid #40ab4d;
 border-radius: 4px;
}
.control-label {
  margin-bottom: 10px;
  display: block;
}
.contact-content {
 padding: 20px; 
 text-align: center;
}
.contact-content table {
  margin: 10px auto;
}
.contact-content table th {
 padding: 10px; 
 background: #eee;
}
.contact-content table td {
 padding: 10px; 
 text-align: left; 
}
.contact-content .action input { 
   background-color: #eee;
   color: #000;
   border-radius: 4px;
   padding: 10px 20px;
   display: inline-block;
   border: none;
   margin: 10px auto;
   font-size: 130%;
  -webkit-appearance: none;
}
.contact-content .action input[type="submit"] { 
   background-color: #40ab4d;
   color: #fff;
}
.error-box {
 color: #f00; 
}

