@charset "utf-8";
html, body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6;
  background: #fff;
  color: #555555;
}
#second-life-fes body {
  font-size: 1.6rem;
  line-height: 1.6;
}
/*** common style ***/
#second-life-fes ul {
  list-style: none;
}
#second-life-fes img {
    width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}
#second-life-fes a {
  text-decoration: none;
}
#second-life-fes a, #second-life-fes a:hover, #second-life-fes a:focus {
  outline: none;
}
.hide {
  display: none;
  overflow: hidden;
  height: 0px;
}
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}