html,
body {
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 10px;
  color: #c6c6c6;
  line-height: 1.9;
}
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
dl,
dt,
dd,
p,
table,
form,
fieldset,
input,
select,
blockquote,
table,
th,
tr,
td,
address,
iframe {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body,
img,
ifame,
button,
input {
  border: 0;
}
* {
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.f-img {
  display: block;
  width: 100%;
}
.app-con {
  height: 100%;
}
.container {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  min-height: 100%;
  background: url(/static/simeji-miniapp/d8a8011f7d47c50e5cbce723217cadcb.png);
  background-size: 100% 100%;
  overflow: hidden;
}
.container .cnt {
  /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
  padding: 60px 0 60px;
}
.container .main {
  overflow: hidden;
}
.container .main .c-skin {
  position: relative;
  margin: 0 10px 0 10px;
  padding: 14px 0 13px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
.container .main .c-skin .skin-img {
  margin: 0 16px;
  min-height: 200px;
}
.container .main .c-skin .skin-title {
  margin: 12px auto 22px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0;
  text-align: center;
  padding: 0 10px;
}
.container .main .c-skin .tip {
  text-align: center;
}
.container .main .c-skin .little-img {
  display: inline-block;
  width: 180px;
  height: 36px;
}
.container .c-down {
  box-sizing: border-box;
  padding: 0 10px;
  margin: 12px 0 0;
}
.container .c-down .down-btn {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  background: #FFEB3B;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
