/*!
 * style.css
 */

/* # =================================================================
   # 
   # ================================================================= */


body {
  line-height: 1.5;
  font-weight: 200;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

/*
body {
    animation: fadeIn 1.6s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.6s ease 0s 1 normal;
}
*/
/*
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*/

body, html {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	font-weight: normal;
	font-size: 100%;
	color: #1a1a1a;
	background-color: #ffffff;
}

a {
  color: #007b06;
  text-decoration: none;
}

a:active, 
a:hover {
  color: #007b06;
  text-decoration: none;
}

iframe, img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

img {
    pointer-events: none;
}

.clearfix:after, .inner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden
}



#container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 500px;
	overflow-x: hidden;
	background-color: #fff;
}


/* 仮置き_ヘッダーフッター */
#header {
	display: block;
	position: relative;
	padding: 180px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 400px;
	background-color: #fff;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.6em;
	border-bottom: 1px solid #b0b0b0;
}

#footer {
	display: block;
	position: relative;
	padding: 180px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 400px;
	background-color: #fff;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.6em;
	border-top: 1px solid #b0b0b0;
}




