@charset "Shift_JIS";
body {
	margin:0;
	padding:0;
	letter-spacing:0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'�E��E� �E�ゴシチE��','MS PGothic',sans-serif;
	font-size:16px;
	color:#251D12;
	background-color: #ffffff;
	background-position: 0 0;
  background-size : auto 100%
  
}
html {
  overflow-x: hidden;
 }
 
td{
  font-size:16px;
  text-align:left;
  line-height:32px;
}
span{
  font-size:16px;
}
table{
  font-size:16px;
}
header {
  background: #388E3C;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

header .headerInner {
  max-width: 1000px;
  margin: 0 auto;
}

header h1 {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 10px 0 10px;
}

header p {
  width: 100%;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  line-height: 20px;
}

header p a {
  color: #fff;
  font-size: 18px;
}

a {
  text-decoration: none;
  transition: .5s ease;
  font-weight: bold;
}

a.ft{
  text-decoration:none;
  font-weight:bold;
  color:#ffffff;
}

a.mp{
  text-decoration:none;
  font-weight:bold;
  color:#444444;
}
span.mp{
  font-weight:bold;
  color:#000000;
}

ol, ul {
  list-style: none;
}

h2 {
  color: #388E3C;
  max-width: 1000px;
  margin: 10px auto;
}

footer {
  background: #388E3C;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

footer nav ul {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer nav ul li {
  border-right: 1px solid #fff;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 10px;
}

footer nav ul li:last-of-type {
  border-right: none;
}

footer nav ul li a {
  color: #fff;
  font-size: 13px;
}

footer nav ul li a:hover {
  opacity: 0.7;
}

footer .footer__copyright {
  width: 100%;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 10px 0 0;
}