body{
    margin: 0;
    background: #f6f5f4;
    color: #1a1a1a;
    text-align: center;
}
.header{
  height: 85px;
  padding: 10px;
/*  display: flex;  */
/*  justify-content: space-between; */
  align-items: center;
 text-align: center;
}

.main{
  padding: 10px;
}
.article{
  width: 90%;
  height: 100%;
  margin: 0 auto 15px;
  padding: 10px;
  /*background: #ff838b; */
  text-align: center;
}


iframe {
  width: 100%; /* 親要素の幅と合わせる */
  height: 500px;
}
.wrapper {
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}
#parent > * {
    margin: 30px 0;
}

.doga  {
	 height: 100%;
     margin : 30px ;
     padding : 20px ;
/*     border : 5px solid maroon ;*/
/*      background-color : lightgreen ;*/
}

/*a.scroll_point {
 height: 1px;
 margin-top: -24px;
 padding-top: 24px;
 display: block;
 @media screen and (max-width: 979px) {
  display: block;
  margin-top: -48px;
  padding-top: 48px;
 }
}*/
.bt {
	margin: auto;
	padding : 20px ;
    height: 50px;
}

.btmenu {
	margin: auto;
	padding : 20px ;

}

.parent {
  position: relative;
  height: auto
}
.child {
  position: absolute;
  top: 20px;
  right: 100px;
  height: auto;
}


#rel1 {
  position: relative;
  border: 1px dashed #996;
  background-color: #cff;
  margin: 0px 10px 0px 10px;
  text-align: left;
} 


.content {
  width: auto;
  height: 80px;
  }

.inner {
  float:center;
  list-style: none;
  margin: 50px;

}


.tablehaba {
	table-layout: fixed;
}

