@charset "UTF-8";
/**
 * 本scss修正時は、画像スプライト化が再度行われる可能性があるため、注意すること。
 */
.big_btn_01, .big_btn_02, .big_btn_03, .middle_btn_01, .middle_btn_02, .middle_btn_03, .small_btn_01, .small_btn_02, .small_btn_03 {
  background: url('../img_s/general_btn-s07039b8203.png');
  -moz-background-size: 300px, auto;
  -o-background-size: 300px, auto;
  -webkit-background-size: 300px, auto;
  background-size: 300px, auto;
  background-repeat: no-repeat;
  overflow: hidden;
}

.big_btn_01 {
  width: 300px;
  height: 50px;
  line-height: 50px;
  background-position: 0 0;
}

.big_btn_02 {
  width: 300px;
  height: 50px;
  line-height: 50px;
  background-position: 0 -50px;
}

.big_btn_03 {
  width: 300px;
  height: 50px;
  line-height: 50px;
  background-position: 0 -100px;
}

.middle_btn_01 {
  width: 153px;
  height: 50px;
  line-height: 50px;
  background-position: 0 -150px;
}

.middle_btn_02 {
  width: 153px;
  height: 50px;
  line-height: 50px;
  background-position: 0 -200px;
}

.middle_btn_03 {
  width: 153px;
  height: 50px;
  line-height: 50px;
  background-position: 0 -250px;
}

.small_btn_01 {
  width: 120px;
  height: 43px;
  line-height: 43px;
  background-position: 0 -300px;
}

.small_btn_02 {
  width: 120px;
  height: 43px;
  line-height: 43px;
  background-position: 0 -343px;
}

.small_btn_03 {
  width: 120px;
  height: 43px;
  line-height: 43px;
  background-position: 0 -387px;
}

/* 低い大ボタン3種 */
.big_btn_short_01, .big_btn_short_02, .big_btn_short_03 {
  width: 204px;
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 0px;
  font-weight: bold;
  background-size: 204px 31px;
  background-color: transparent;
  cursor: pointer;
  margin: 0 auto;
  /* 大ボタンはライン上に1点しか置けないので中央寄せ */
}

.big_btn_short_01 {
  background-image: url(../img_s/layout/btn_long_01.png);
}

.big_btn_short_02 {
  background-image: url(../img_s/layout/btn_long_02.png);
}

.big_btn_short_03 {
  background-image: url(../img_s/layout/btn_long_03.png);
}

.mini_btn_01, .mini_btn_02, .mini_btn_03 {
  text-decoration: none;
  background-size: 90px 31px;
  background-color: transparent;
  cursor: pointer;
  line-height: 31px;
  width: 90px;
  height: 31px;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 0px;
  font-weight: bold;
}

.mini_btn_01 {
  background-image: url(../img_s/layout/btn_short_01.png);
}

.mini_btn_02 {
  background-image: url(../img_s/layout/btn_short_02.png);
}

.mini_btn_03 {
  background-image: url(../img_s/layout/btn_short_03.png);
}
