@charset "utf-8";

.ir_content { width:960px;} .ir_content.last { border-top:1px solid #f6f6f6; padding-top:60px;margin-top:0 !important;}
.stock_statistic{ padding-bottom:70px; margin:0 auto; padding-top:120px; margin-top:-120px; width:720px;}
.stock_statistic.first { padding-bottom:0; margin-top:0;padding-top:0;}
.stock_statistic.last { padding-bottom:0;}

.stock_statistic .stock_item {
overflow: hidden;
border-top:1px solid #dddddd;
}
.stock_statistic .stock_item > dt {
  width: 160px;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.7;
  padding:20px; background-color:#FAFAFA;
	display:table-cell;
}
.stock_statistic .stock_item > dd {
  width:auto;
display:table-cell;
padding:20px;
}
.stock_statistic .stock_item:last-child {border-bottom:1px solid #dddddd; }
.stock_statistic p {
  font-size: 1.3rem;
  color: #333;
  line-height: 1.7;
}


.stock_statistic .link {
  font-size: 1.3rem;
  color: #f2aa00;
  text-decoration: none;
  display: inline-block;
}


.margin_bottom {
  margin-bottom: 120px;
}
.button_link.stock-btn { margin-top:30px;}
.button_link.stock-btn a {  text-decoration: none; }
.button_link.stock-btn a:hover .inner_button{ opacity:0.7;}
.button_link.stock-btn .inner_button {
    display: block;
    line-height:50px;
    text-align: center;
    position: relative;

  background-image: -moz-linear-gradient( -45deg, rgb(0,0,0) 0%, rgb(51,51,51) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(0,0,0) 0%, rgb(51,51,51) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(0,0,0) 0%, rgb(51,51,51) 100%);
  opacity: 0.851;
  width: 360px;
  height: 50px;
  color:#FFFFFF;
}
.button_link.stock-btn .inner_button span { position:relative;}
.button_link.stock-btn svg { color:#FFFFFF; 
	width: 10px;
    height: 8px;
    display: block;
    vertical-align: middle;
    fill: currentColor;
    position: absolute;
    bottom: 5px;
    right: -15px;}