@charset "utf-8";
/* CSS Document */

.newinfo {
  border: solid 1px #000;
  padding: 30px;
  margin-bottom: 100px;
  }

h2.noline-tittle {
  clear: both;
  color: #000;
  margin-bottom: 15px;
  border-bottom: none;
  padding: 0px 0px 5px 13px;
  font-size: 18px;
  font-weight: 700;
  }
  
.txt-right {
  text-align:right;
  }
  
ol.newitem {
  padding-left: 25px;
  margin-top:35px;
  }
  
ol.newitem li {
  margin-bottom: 25px;
  }

ol.newitem li.newitem-last {
  margin-bottom: 0px;
  }

.icoTxtLink {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 0px 0px 10px;
  background: url(/support/gps/images/arrow_black.png) no-repeat 0px 5px;
}