@charset "utf-8"
/* clearfix */
.cf { zoom: 1 ; }
/* ==============================
body
================================*/
body {
	width: 100%;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ pro W3","メイリオ", Meiryo, Osaka, "MS Pゴシック", sans-serif;
	coror: #000;
	}
a {
	color: #000;
	}
a:hover {
	color: #333;
	text-decoration: underline;
	}
/*=================================
header
==================================*/
header {
	text-align: center;
	}
header div#logo {
	padding; 10px 5px 5px 5px;
	}
/*
header h1 {
	margin: 0 auto;
	padding: 15px 5px 7px 5px;
	width: 90%;
	}
header h1 img {
	width: 100%;
	max-width: 480px;
	}
*/
  .img-contain {
      position: relative;
      display: inline-block;
    }

   .img-contain img {
      display: block;
      width: 100%;
      max-width: 480px;
      height: auto;
    }
   .overlay-text {
			position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-40%, -40%);
      font-size: 20px;
      color: #ffffff;
      font-weight: bold;
      }
      /* 画像周りの背景色
      background-color: rgba(0, 0, 0, 0.7);
      color: white;
      padding: 10px 20px;
      font-size: 20px;
      text-align: center;
    } */
header {
	position: relative;
	overflow: hidden;
	}

header ul#nav li {
	display: inline-block;
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
	}
		

header ul#nav li a {
	display: block;
	font-size: 0.8em;
	}

/*
div#contents section#body-top h1 {
	text-align:center;
	color:orange;
	}
*/
.cf section h2	{
	margin-left: 10%;	
	color: #009900;
	}
.cf section h3	{
	margin-left: 10%;
	color: #0066ff;
	font-size: 1.0em;
	}
.cf section p	{
	margin-left: 10%;
	color: #000000;
	font-size:0.8em;
}
.cf section ul	{
	margin-left: 10%;
	margin-right: 10%;
	color: #000000;
	font-size: 0.8em;
}
/* footer */
footer {
	border-top : 1px solid black ;
	text-align: center; 
	} 


