/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign,FiveColorVariations
Version: simple 1.1
Base Color Variations: beige
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@charset "utf-8";
/* CSS Document */

/* layout */
body {
  min-width: 1400px;
  margin: 0; 
  padding: 0;
  background: #ffffff;
}

#header {
  width: 100%;
  /* height: 103px; */
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-top: 3px solid #c3c3c3;
  position: relative;
}

#header_in {
  width: 1400px;
  /* height: 103px; */
  margin: 0 auto;
  padding: 10px 150px;
  overflow: hidden;
}

#global_navi {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(#f8f8f8, #e6e6e6);
  background-repeat: repeat-x;
}

#global_navi_in {
  width: 1400px;
  height: 60px;
  margin: 0 auto;
  padding: 3px 200px;
  overflow: hidden;
}

#main_visual {
  width: 100%;
  height: auto;
  margin: 0;
    background-image: url(images/main-back.jpg);
    background-size: cover;
    background-position: center center;
}

#main_visual.jiko {
  background-image: url(images/jiko_main-back.jpg);
}

#main_visual img {
  margin: auto;
}

#main_visual_in {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#main_visual_bottom {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fcebee;
}

#main_visual_bottom_in {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#wrapper {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 20px 200px 40px 200px;
  display: table;
  background: #ffffff;
}

#content {
  width: 730px;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#sidebar {
  width: 240px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

#footer {
  width: 100%;
  height: auto;
  display: table;
  clear: both;
  border-top: 5px solid #ff6c12;
  background: linear-gradient( white, white, #b081c33d);
}

#footer_in {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0 200px 20px 200px;
  display: table;
}

.copyright_out {
  width: 100%;
  height: auto;
  padding: 13px 0;
  display: table;
  border-top: 1px solid #ffffff;
}
