/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 769px){

/* layout */
body {
  min-width: 1150px;
  margin: 0; 
  padding: 150px 0 0 0;
}

body.home {
  min-width: 1150px;
  margin: 0; 
  padding: 0 !important;
}

#header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 8px;
  position: fixed !important;  
  position: absolute;  
  top: 0;  
  left: 0; 
  background-color: rgba(255,255,255,0.8);
  z-index: 4000;
}

#header_in {
  width: 1150px;
  height: 88px;
  margin: 0 auto;
  padding: 0;
}

#main_visual {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /*background-image: url("images/main_img_bg.jpg");*/
  background-position: center 150px;
  background-repeat: no-repeat;
}

#main_visual_in {
  width: 1150px;
  height: 900x;
  margin: 0 auto;
  padding: 150px 0 0 0;
}

#sub_visual {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ffd200;
  background-image: url("images/sub_visual.png");
  background-position: center top;
  background-repeat: no-repeat;
}

#sub_visual_in {
  width: 1150px;
  height: 250px;
  margin: 0 auto;
  padding: 0;
}

#wrapper_home {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
  background-image: url("images/wrapper_top_bg.jpg");
  background-position: center top;
	background-size:contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 30px 0;
  display: table;
  background-color: #ffffff;
}

#content {
  width: 1150px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#footer {
  width: 100%;
  height: auto;
  display: table;
  clear: both;
  background-color: #dedede;
}

#footer_in {
  width: 1150px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  display: table;
  background-image: url("images/footer_in_bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}

#copyright {
  width: 100%;
  height: auto;
  margin-bottom: -25px;
  display: table;
  clear: both;
  background-color: #333333;
}

#copyright_in {
  width: 1150px;
  height: auto;
  margin: 0 auto;
  padding: 25px 0;
  display: table;
}
}