@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.6;
  color: #333;
}

img {
  vertical-align: middle;
  border: none;
}

a {
/*
  text-decoration: none;
*/
  color: #f69cc9;
}

a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

li {
  list-style: none;
}

input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
}

/*------------------------------------------------------------
sp
------------------------------------------------------------*/
/***コメント***/
.sp {
  display: block;
}

.pc {
  display: none;
}

/***header***/
header {
  width: auto;
  padding: 20px;
  border-bottom: #f69cc9 solid 1px;
}
header h1 {
  text-align: center;
}

#content {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 35px;
}

/***footer***/
footer {
  width: 100%;
  background-color: #f69cc9;
  background-size: 100% 100%;
  padding: 20px 0 20px;
}
footer p {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

/*------------------------------------------------------------
pc
------------------------------------------------------------*/
@media screen and (min-width: 960px) {
  /***コメント***/
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  /***header***/
  header {
    width: auto;
  }

  /***footer***/
  footer {
    width: 100%;
    background-color: #f69cc9;
    padding: 35px 0 35px;
  }
  footer p {
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
}

/*# sourceMappingURL=base.css.map */
