/*
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: 1000px;
  margin: 0; 
  padding: 0;
  background: #ffffff;
}

#header {
  width: 100%;
  height: 135px;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

#header_top {
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
}

#header_top_in {
  width: 1000px;
  height: 20px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

#header_in {
  width: 1000px;
  height: 135px;
  margin: 0 auto;
  padding: 0 10px;
}

#global_navi {
  width: 100%;
  height: auto;
  margin-bottom: -70px;
  padding: 0;
  overflow: hidden;
  background-image: url("http://fakumamoto.com/wp-content/uploads/2016/03/global_navi_bg-1.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2000;
  position: absolute;
}

#global_navi_in {
  width: 1000px;
  height: 114px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}

#main_visual {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  background-image: url("http://fakumamoto.com/wp-content/uploads/2016/03/main_img_bg.png");
  background-repeat: repeat-x;
  z-index: 1000;
  position: relative;
}

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

#sub_visual {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-image: url("http://fakumamoto.com/wp-content/uploads/2016/03/sub_img_bg.png");
  background-repeat: repeat-x;
  z-index: 1000;
  position: relative;
}

#sub_visual_in {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}

#top {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#top_in {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}

.home #wrapper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 20px 10px 60px 10px;
  display: table;
  background: #ffffff;
}

#wrapper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 20px 10px 60px 10px;
  display: table;
  background: #ffffff;
}

#content_out {
  width: 700px;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#content {
  width: 700px;
  height: auto;
  margin: 0;
  padding: 20px 30px 30px 30px;
  border: 1px solid #cccccc;
  float: right;
}

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

#bottom {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 70px;
  background-image: url("http://fakumamoto.com/wp-content/uploads/2016/03/bottom_bg.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

#bottom_in {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}

#footer {
  width: 100%;
  height: auto;
  display: table;
  clear: both;
  background-color: #f5f5f5;
  border-top: 2px solid #02bf07;
}

#footer_in {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 30px 10px;
  display: table;
  display: inline-caption;
}

.copyright_out {
  width: 100%;
  height: auto;
  padding: 0;
  display: table;
  background-color: #02bf07;
  border-top: 3px solid #ffff00;
}

.copyright_in {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  display: table;
}

/*スマートフォン幅用*/
@media screen and ( max-width:640px )
{
  
  #bottom_in{
    width: 100%;
  }

#bottom{
  background: none;
}

#footer_in{
  width: 100%;
}

}