@charset 'UTF-8';
/**
 * 共通基本設定
 * ========================= */
body {
  color: #000;
  font-family: Verdana, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.img_margin{
	margin-top: 20px;
}

a, a img {
  color: #ef2d2f;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

body {
  background-color: #FEFBE8;
}

/**
 * wrapper設定
 * ========================= */
#wrapper {
  position: relative;
  width: 100%;
}


/**
 * 追従ボタン設定
 * ========================= */
#contact_nav {
  position: absolute;
  right: 30px;
}
#contact_nav a:hover img {
  -webkit-animation: rotate_nav 0.15s linear 3;
  animation: rotate_nav 0.15s linear 3;

}
@keyframes rotate_nav {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(40deg); }
    100% { transform: rotate(0deg); }
}
@-webkit-keyframes rotate_nav {
     /* webkit用keyframes */
    0% { -webkit-transform: rotate(0deg); }
    50% { transform: rotate(40deg); }
    100% { -webkit-transform: rotate(0deg); }
}

/**
 * 共通ヘッダー設定
 * ========================= */
#wrapper .header h1 {
  float: left;
  line-height: 0;
  padding-right: 44px;
  width: 457px;
}
#wrapper .header .hgroup {
  height: 209px;
}
#wrapper .header .caption {
  float: left;
  width: 539px;
}

/**
 * TOP以外のヘッダー設定
 * ========================= */
#header {
  background: transparent url(../img/common/bg-header.png) center top no-repeat;
  border-top: 7px solid #ffc045;
  width: 100%;
}
#header .hgroup {
  margin: 0 auto;
  padding: 27px 0 0;
  width: 1000px;
}

/**
 * 404 Not Found.
 * ========================= */
#container.error404 .content {
  margin: 0 auto;
  padding: 100px 0;
  width: 1000px;
}
#container.error404 .content h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 20px;
  text-align: center;
}
#container.error404 .content p {
  font-size: 16px;
  text-align: center;
}

/**
 * フッター設定
 * ========================= */
#footer {
  background-color: #392a02;
  color: #fff;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}
#footer .foot-nav {
  margin: 0 auto;
  width: 1000px;
}
#footer .foot-nav ul {
  padding: 20px 0 0;
  text-align: center;
}
#footer .foot-nav li {
  border-right: 1px solid #fff;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 0 20px;
}
#footer .foot-nav li.last {
  border-right: none;
}
#footer .copy {
  padding: 10px 0;
  text-align: center;
}
#footer .copy small {
  font-size: 14px;
}
