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

*{
	padding:0;
	margin: 0;
}

h1{
	font-size: 10pt;
	font-weight: normal;
}
h2{
	font-size: 10pt;
	font-weight: normal;
}

table    {
	background-color:#CCC;
}
th       {
	background-color:#CCC;
	color:#ffffff;
}
td       {
	background-color:#FFF;
	color:#000;
	padding-left: 10px;
}

#header-line {
	height: 15px;
	width: 100%;
	color: #000;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#top-out {
	width: 100%;
	text-align: center;
}

#top-in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
}
#footer-bg {
	background-color: #FFF;
	width: 100%;
	line-height: 200%;
}
#footer-bg2 {
	width: 100%;
	line-height: 200%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-align: center;
	clear: both;
	background-image: url(images/footer-bgc_03.jpg);
	background-repeat: repeat;
}
#footer-center {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	line-height: 200%;
	font-size: 12pt;
	color: #000;
}
#map {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
#footer-access {
	float: right;
	width: 550px;
	line-height: 200%;
}
#footer-tel {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 200%;
	font-family: "HG創英角ｺﾞｼｯｸUB";
	font-size: 14pt;
	color: #FFF;
}
#footer-logo {
	text-align: center;
	width: 100%;
}
.center {
	text-align: center;
	width: 100%;
}

.title {
	font-family: "ＤＨＰ特太ゴシック体";
	width: 100%;
	padding-top: 5px;
	font-size: 18pt;
	line-height: 200%;
	font-weight: bold;
	color: #8BC53F;
	text-align: center;
	text-decoration: underline;
}
.topics1 {
	padding: 5px;
	width: 950px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-left: 10px;
}
.topics {
	height: 350px;
	width: 100%;
	overflow: auto;
}
.conte-right {
	float: right;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14pt;
	line-height: 200%;
}
.font1 {
	font-size: 14pt;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

.bar {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pict-right {
	float: right;
	width: 445px;
	margin-left: 10px;
}
.company-pict {
	float: right;
	width: 450px;
	padding-left: 10px;
}
.contents2 {
	line-height: 300%;
	width: 100%;
}
.baikyaku-index {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14pt;
	color: #6D9A33;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #6D9A33;
}
.baikyaku2 {
	font-size: 12pt;
	width: 950px;
	padding-left: 50px;
	padding-top: 10px;
}
.btn05 {
  position: relative;
  display: inline-block;
  color: #999;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-heigt: 1.2em;
  -webkit-transition: .8s;
  transition: .8s;
}
.btn05:hover {
  cursor: pointer;
}
.btn05::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #CCEE77;
  opacity: 0;
  visibility: hidden;
  -weblit-transition: .4s;
  transition: .4s;
}
.btn05:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}#navi {
	width: 750px;
	padding-top: 30px;
	padding-bottom: 10px;
	clear: both;
	float: right;
	text-align: center;
}
.center-index {
	text-align: center;
	width: 100%;
	clear: both;
}
.top-conte {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
}
#navi2 {
	text-align: center;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCEE77;
	padding-bottom: 10px;
}
.works-right {
	float: right;
	width: 480px;
}
.works-left {
	float: left;
	width: 480px;
}
.setsumei {
	line-height: 170%;
	text-align: left;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.wrap {
  animation: fadein 3s forwards;
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}
div.animation_box {
  padding: 10px;
  opacity: 0;
  transform: translateY(-20px);
  transition: 5s ease;
}
.flow {
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: 280px;
}
.use {
	text-align: left;
	width: 930px;
	margin-left: 50px;
}
