@charset "Shift_JIS";

/**********************************************
** Site Name: AFRo
** Site URI: http://www.a-fro.jp/
** Description: 各ケース用の通知ページ
** Author: a-yamamoto
** Last Update: 2019/02/14
** Updater: a-yamamoto
**********************************************/

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - 汎用スタイル
    1.1 - 1カラム用表示
    1.2 - 説明文
    1.3 - 見出し
    1.4 - 戻るボタン

---------------------------------------------*/

/*-------------------------------------------*/
/*  1.0 - 汎用スタイル
/*-------------------------------------------*/
#footer p.copy {
  padding: 17px 0 15px;
}


/*  1.1 - 1カラム用表示
/*-------------------------------------------*/
.notification .detail {
  padding: 25px 0 20px;
  background: #f2f2f2;
}
.notification .detail .inner {
  width: 945px;
  margin: 0 auto;
  padding: 30px 30px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

/*  1.2 - 説明文
/*-------------------------------------------*/
.notification .txt {
  margin: 0 0 30px 15px;
  letter-spacing: 1px;
  line-height: 2.1em;
  font-size: 16px;
}
.notification .txt span {
  font-weight: bold;
  color: #fe194a;
}

/*  1.3 - 見出し
/*-------------------------------------------*/
h3.heading { font-size: 22px;}

/*  1.3 - 見出し
/*-------------------------------------------*/
.notification .return a {
  width: 300px;
  height: 50px;
  display: block;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 10px 0 0;
  border: none;
  border-radius: 3px;
  background: #40a7fb;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: .2s linear;
}
.notification .return a:hover { opacity: 0.6;}

