@charset "utf-8";
/* Note: This file is compiled from kabushiki.less */
#stockholder .image.left {
  margin-right: 0;
  padding-top: 0;
}
#stockholder .stockholder-table th,
#stockholder .stockholder-table td {
  padding: 6px 5px 4px;
}
#stockholder .stockholder-table th.index {
  background: #FFF;
  border-right: none;
  text-align: center;
}
#stockholder .stockholder-table th.label {
  border-left: none;
}
#stockholder .stockholder-table td.stock {
  border-right: none;
}
#stockholder .stockholder-table td.percent {
  border-left: none;
}

/*スマホ調整*/
@media screen and (max-width: 767px) {
	.image.left{ float:none; text-align:center; margin:0 auto !important; }
	
	.min-table{
         overflow: auto;
         white-space: nowrap;
	}
	
    .min-table::-webkit-scrollbar{
          height: 5px;
    }
    .min-table::-webkit-scrollbar-track{
         background: #F1F1F1;
    }
	.min-table::-webkit-scrollbar-thumb {
         background: #BCBCBC;
    }	
	
	.min-table table{
	     table-layout: auto;
	}

	
}