@charset "utf-8";
/* CSS Document */
body
{
  overflow-y: auto;
}
.policies-main
{
  width: 100%;
  text-align: center;
}
.policies-content
{
  width: 80%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  scroll: auto;
}
h2
{
  color: #26286B;
  margin-top: 10px;
  margin-bottom: 10px;
}
.policies-text
{
  color: #949494
}
.policies-text-level-1, .policies-text-right
{
  font-size: 1.0em;
  color: #393939;
}
.policies-text-right
{
  text-align: right;
}
.policies-text-level-2
{
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #393939;
}
.policies-text-level-3
{
  font-size: 0.8em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.policies-text-table-cell
{
  display: table-cell;
}
.policies-text-table-cell-width30
{
  width: 50px;
}
.policies-text-table-cell-width30-center
{
  width: 30px;
  text-align: center;
}
.space
{
  height: 20px;
}


.policies-main table
{
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0px 5px;
  font-size: 0.8em;
}
.policies-main table th,
.policies-main table td
{
  padding: 10px;
}

.policies-main table th.w250
{
  width: 250px;
}
.policies-main table th
{
  background: #26286b;
  vertical-align: middle;
  text-align: left;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
}
.policies-main table th.arrow_box:after
{
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #26286b;
  border-width: 10px;
  margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
.policies-main table th.arrow_box::after
{
  float: right;
  padding: 0;
  left: 30px;
  top: 10px;
  content: " ";
  height: 0;
  width: 0;
  position: relative;
  pointer-events: none;
  border: 10px solid transparent;
  border-left: #26286b 10px solid;
  margin-top: -10px;
}
}
.policies-main table td.w650
{
  width: 650px;
}
.policies-main table td
{
  background: #f8f8f8;
  width: 360px;
  padding-left: 20px;
}
