@charset "utf-8";
/* CSS Document */
body {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  background-color: #ececec;
  color: #333333;
  font-size: 15px;
  line-height: 2;
}

font,p,h1,h2,h3,h4,h5,h6,th,td,li {
  margin-top: 0;
  font-family: "Mplus 1p", 'Bitter', "cursive", "メイリオ";
}

ul {
	margin: 0px;
	padding: 0px;
}

#title {
	font-size: 25px;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 30px;
    content: "";
    padding-left: 15px;
    border-left: 7px solid #d36b2a;
    border-bottom: 1px solid #cccccc;

}

#navigation {
  float: right;
  margin-top: 105px;
}

#navigation li {
  float: left;
  margin: 0px 20px;
  font-size: 20px;
  list-style: none;
  /*font-family: 'Bitter',"Mplus 1p", serif;*/
  }



#title img {
	height: 75px;
	object-fit: contain;
}



.icon:before {
  content: "";
  padding-right: 10px;
  border-left: 7px solid #d36b2a;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}



.header {
  background-image: url(img/header-bg.png);
  width: 960px;
  height: 180px;
  margin: 0 auto;

}

.footer {
		width: 940px;
		height: 40px;
		font-size: 10px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		color: white;
		text-align: center;
		padding: 10px;
		background-color: #9E9C9C;
	}

a {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: orange;
}

.logo {
  float: left;
  margin: 15px 0px 0px 25px;
}

#wrap {
  clear: both;
  height: auto;
  background-color: #ffffff;
  padding: 10px;
}

.content {
  width: 960px;
  margin: 0 auto;
}

.main-center {
  width: 940px;
  margin: 0 auto;
}

#map {
	width: 800px;
/*	object-fit: contain;*/
}

.policy_box {
	width: 875px;
	margin: 30px 20px;
}

