@charset "euc-jp";
/* CSS Document */

/*-----------------------------------------------*/
/*�١���*/
/*-----------------------------------------------*/
body,
body * {
  font-family: 'cy-text', 'bokutoh-ruika';
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 1.714em;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background-color:#e3f6f2 ;
}

.smp{display: none;}


.p-simulation{width: 750px; margin: 0 auto;}

/*-----------------------------------------------*/
/*�եå���*/
/*-----------------------------------------------*/
footer {
  font-size: 16px;
  padding: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #f1f1f1;
  background-color: #161616;
}

footer a {
  color: #f1f1f1;
  background-color: #161616;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}

footer a:hover {
  opacity: 0.5;
}
