@charset "utf-8";
/* CSS Document */

/* 2014-7-9 add by lk  */
.mt20{margin-top: 20px;}
.errorDiv{
  width:756px;
  /*height:250px;       */
  margin:0 auto;
  background:url('warn.png') 40px center no-repeat #F7F7F7;
  margin-top:100px;
  border:1px solid #ECDFC4;
  padding:50px 80px 50px 160px;
  font-weight:bold;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, "メイリオ", sans-serif;
  color: #444444;
  text-align:left;
}
.limit{
  line-height:24px;
  margin: 10px 0 20px 60px;
  font-size:16px;
}
.ip_limit{
  padding:35px;
}
.errorDiv{
  background:url('error.png') 30px center no-repeat #F7F7F7;
}

.btn_yellow_149{
  border: none;
  cursor: pointer;
  display: inline-block;
  width: 149px;
  height: 31px;
  line-height: 31px;
  color:#fff;
  font-size:14px;
  text-align:center;
  text-decoration: none;
  overflow: hidden;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,"メイリオ",sans-serif;
  background: url("button02/btn_yellowbg_149.gif") no-repeat;
}