@charset "UTF-8";
/* エラー共通設定 shared.css適用時
----------------------------------- */
.site-error .hdg-lv1-01{
  margin-bottom:20px;
}

.btn-box,
.btn-block{
  margin-top:40px;
}

.errorlead-01{
  margin-bottom:5px;
}

.errorlead-02{
  margin-bottom:10px;
}

.errorlead-03{
  margin-bottom:15px;
}

.errorlead-04{
  margin-bottom:20px;
}

.errorlead-01b{
  margin-bottom:5px;
  font-weight:bold;
}

.errorlead-02b{
  margin-bottom:10px;
  font-weight:bold;
}

.errorlead-03b{
  margin-bottom:15px;
  font-weight:bold;
}

.errorlead-04b{
  margin-bottom:20px;
  font-weight:bold;
}

/* ボックス */
.site-error-box{
  margin-right:auto;
  margin-left:auto;
  width:60%;
}

/* アテンションブロック */
.box-siteerror-01{
  padding-top:0;
  padding-bottom:0;
}

/* mypage用設定
----------------------------------- */
/*エラー調整用*/
.str-error{
  margin-bottom:20px;
}

/*ボックス*/
.inner-mypage-box-01{
  padding-bottom:10px;
}

.inner-mypage-box-02{
  padding-bottom:20px;
}

.inner-mypage-box-03{
  padding-bottom:30px;
}

.inner-mypage-box-04{
  padding-bottom:40px;
}

.btn-box .ico-close:before{
  display:inline-block;
  margin-right:3px;
  width:10px;
  height:10px;
  background-image:url(//s.skygate.co.jp/pc/shared/images/parts/ico/ico_cross_gray-01.png);
  content:"";
}