/*!
 * common.css ? v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  padding:20px 0 ;
  text-align:center;
  background:#f8f8f8; // 背景色
  font-size:16px; // テキストの大きさ
  color:#000000; // 文字色
  border-top:2px solid #ffffff; // ボタン上部の縁取りの色
}
.footer_fix_btn a {
  display:block;
  width:100%;
  text-decoration:none;
	height:80px !important;
}
.footer_fix_btn a:hover {
  opacity:0.5;
}

.footer_fix_btn a#bt_01{
	width:250px !important;
	margin: 20px 0 !important;
	line-height:3em;
	}