@charset "utf-8";

.frame-maintenance-information{
  position:relative;
  width:84%;
  border:#333 solid 1px;
  margin:3% 8% 4%;
  padding:3% 0 1%;
  box-sizing:border-box;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic",'Meiryo UI', "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-weight: normal;
}

.btn_shop{
  position:relative;
  width:46%;
  padding:4% 13%;
  box-sizing:border-box;
  margin:2% auto 0%;
}

.frame-maintenance-information a{
	text-decoration: none;
}

.maintenance-title{
  font-size: 120%;
  margin:4% 0;
}

.maintenance-tx-underline{
  position:relative;
  display: inline-block;
  border-bottom:#333 solid 1px;
  margin:0 auto 2%;
}

.maintenance-term{
  font-size: 88%;
  margin:5% 0 2%;
}

.maintenance-days{
  font-size: 120%;
  margin:1% 0 4%;
}

.maintenance-text{
  font-size: 88%;
  margin:2% 0;
  line-height:130%;
}

.shop-link{
  font-size:86%;
  margin:4% 0;
}

