/*body {
  margin: 0;
  background: #ffffff;
  font-family:
    "Hiragino Sans",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
}
*/
.chiken-box {
  /*max-width: 390px;*/
  max-width: 100%;
  margin: 0 auto;
  padding: 6px;
  box-sizing: border-box;
}

/*.chiken-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 0;
}*/

.chiken-line {
  height: 2px;
  background: #9be17f;
  margin: 12px 0 12px;
}

/*.chiken-text {
  font-size: 18px;
  line-height: 2;
  color: #333;
}*/

.chiken-link {
  color: #ff0000;
  text-decoration: underline;
}
