/*==================================================
　レイアウト
===================================*/

.mgtp10 {
  margin-top: 10px;
}

.mgtp20 {
  margin-top: 20px;
}

.mgtp30 {
  margin-top: 20px;
}

.mgtp60 {
  margin-top: 60px;
}

.mgbm10 {
  margin-bottom: 10px;
}

.mgbm20 {
  margin-bottom: 20px;
}

.mgbm30 {
  margin-bottom: 20px;
}

.mgbm60 {
  margin-bottom: 60px;
}
.txtctr {
  text-align: center;
}
.wd100 {
  width: 100%;
}
