@charset "utf-8";
/* CSS Document */

@import "float.css";

.title3rd {
  margin-top: 10px;
}

.title4th {
  margin-top: 10px;
  color: #090;
}

.systemTop {
  margin: 20px 0;
}
.systemTop p {
  margin: 0 0 10px; padding: 0;
  line-height: 140%;
}

.hr {
  padding: 0 0 3px;
  margin-bottom: 15px;
  background: url(../../system/img/hr.gif) repeat-x left bottom;
}
.hr hr {
  display: none;
}

.hr2 {
  padding: 0 0 3px;
  margin-bottom: 15px;
  background: url(../../system/img/hr2.gif) repeat-x left bottom;
}
.hr2 hr {
  display: none;
}

.img_iso {
  padding-top: 40px;
  text-align: center;
}

.box_slash1 {
  border: 1px solid #c4eDFf;
  background-image: url(../../system/img/hr.gif);
  padding: 3px; margin:5px 10px 0;
  text-align: center;
}
.box_slash1 p {
  margin: 0;
  padding: 7px 12px;
  background-color: #fff;
}

.box_slash2 {
  border: 1px solid #c4eDFf;
  background-image: url(../../system/img/hr.gif);
  padding: 4px; margin: 0 0 15px;
}
.box_slash2 p {
  margin: 0;
  padding: 7px 12px;
  background-color: #fff;
}

.box_slash3 {
  border: 1px solid #c4eDFf;
  background-image: url(../../system/img/hr.gif);
  padding: 4px; margin: 0 40px 15px;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}
.box_slash3 h3 {
  margin: 0;
  padding: 7px 12px 0;
  background-color: #fff;
  color: #000099;
}
.box_slash3 p {
  margin: 0;
  padding: 7px 12px;
  background-color: #fff;
}

.box_border {
  line-height: 140%;
  margin-bottom: 15px;
}
.box_border p {
  margin: 0;
}

.list_number  {
  margin-bottom: 10px;
}
.list_number li {
  margin-bottom: 5px;
  text-indent: -1.1em;
  padding-left: 1.1em;
  list-style: none;
  line-height: 140%;
}
.list_arrow li {
  padding-left: 15px;
  background: url(../img/icon_arw_blue.gif) no-repeat 0 5px;
}

.list_other3 ul {
  padding-left: 40px;
  font-size: 80%;
  line-height: 120%;
}
.list_other3 li {
  float: left;
  padding: 0 3px 0 15px;
  background: url(../../system/img/icon_other3.gif) no-repeat 0 30px;
}
.list_other3 .first {
  padding: 0 3px 0 0;
  background: none;
}
.list_other3 span {
  color: #FF6600;
}

.list_other4 ul {
  font-size: 80%;
  line-height: 120%;
  width: 600px;
  float: left;
}
.list_other4 li {
  float: left;
  padding: 0 0 0 15px;
}
.list_other4 img {
  border: 1px solid #CCC;
}
.list_other4 .first {
  padding: 0;
}
.list_other4 span {
  color: #FF6600;
}
.list_other4 .pdf {
  display: block;
  text-align: center;
}

.list_other5 {
  line-height: 140%;
  padding: 0 10px;
}
.list_other5 span {
  color: #FF6600;
}

.dl_speed {
  padding: 0 20px 0 20px;
}
.dl_speed dt {
  padding: 1px 5px 2px;
  background-color: #F6F8E3;
  color: #060;
  border-bottom: 2px solid #c6c8b3;
}
.dl_speed dd {
  padding: 1px 5px 2px;
  margin-bottom: 10px;
  background: url(../../system/img/support/icon_3.gif) no-repeat 540px 3px #eee;
}

.dl_unpaid {
  padding: 0 20px 0 20px;
}
.dl_unpaid dt {
  padding: 1px 5px 2px;
  background-color: #F6F8E3;
  color: #060;
  border-bottom: 2px solid #c6c8b3;
}
.dl_unpaid dd {
  padding: 1px 5px 2px;
  margin-bottom: 10px;
  background: #eee;
}

.red {
  color: #FF0000;
  font-weight: 100;
}

.indent_1 {
  padding-left: 1.5em;
  text-indent: -1.5em;
  display: block;
}

.margin-b10 {
  padding-bottom: 10px;
}