@charset "UTF-8";
/* CSS Document */

#wrapper {
  background: #fff;
}

.sitelink{
  background: #fff;
}

.sitelink figure{
  margin: 0;
}

.sitelink figure img{
  width:120px;
  margin: 5px 5%;
}

.button {
  font-family: 游ゴシック Medium, Yu Gothic Medium, 游ゴシック体, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
}

.button a {
  text-indent: 0;
  line-height: 1.5;
}

a.general-btn {
  color: #fff;
  margin: 10px 15px;
  text-decoration: none;
}

a:link, a:visited, a:active {
  outline: 0px none #000;
}

.general-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  line-height: 1;
  display: inline-block;
  background-color: #0b79b2;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  text-indent: 20px;
  -webkit-box-shadow: 0 5px 0 0 rgba(11, 121, 178, 0.3);
  box-shadow: 0 5px 0 0 rgba(11, 121, 178, 0.3);
  cursor: pointer;
  letter-spacing: 0.05em;
}

.general-btn:after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: transparent url(/resources/images/common/icon-arrow01.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
