﻿
.long_incentive {
  color: #ffffff;
  background-color: #0078c3;
  line-height: 1;
  text-align: center;
  padding: 5px 20px;
}
.short_incentive {
  color: #ffffff;
  background-color: #f5aa3c;
  line-height: 1;
  text-align: center;
  padding: 5px 20px;
}
.fluctuations_stocks {
  background-color: #96b9e1;
  line-height: 1;
  text-align: center;
  padding: 5px 20px;
}
.fixed_stocks {
  background-color: #96b9e1;
  line-height: 1;
  text-align: center;
  padding: 5px 20px;
}
.fluctuations_money {
  background-color: #facd91;
  line-height: 1;
  text-align: center;
  padding: 5px 20px;
}
.fixed_money {
  background-color: #bedc96;
  line-height: 1;
  text-align: center;
  padding: 5px 20px;
}


.border {
  margin-bottom: 1em;
}
.box-attention-gray {
  background-color: #fafafa;
}
.box {
  margin-top: 30px;
  min-height: 1px;
  zoom: 1;
}
.box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*
.box .list-ol li,
.box .list-ul li {
  margin-top: 10px;
}
*/

@media screen and (max-width: 767px) {
  .box {
    margin-top: 20px;
  }
}

.module_table th span,
.module_table td span {
	display: inline-block;
	padding-top: 7px;
}

.background-arrow {
  background: #fff url("../../../management/images/index_arrow.gif") no-repeat center center;
  min-height: 25px;
}

.common_padding__0px {
  padding: 0px !important;
}
.common_padding__10px {
  padding: 10px !important;
}

@media screen and (max-width : 768px) { 
	.module_table th span,
	.module_table td span {
		display: inline-block;
		padding-top: 10px;
	}

}

.module_table.module_table-noborder {
  width: auto;
  border-top: 0;
}
.module_table.module_table-noborder th,
.module_table.module_table-noborder td {
  border: 0;
  padding: 2px 15px 2px 0;
}


