@charset "utf-8";
/*
**********************************************************************

* page.css

*********************************************************************
*/


.infoSect {
    margin-bottom: 36px;
}
.infoSect .sectTit {
}
.infoSect .sectMain {
    padding: 14px 18px;
}
.infoSect .sectMain .leadTxt {
    font-size: 130%;
    line-height: 1.4;
    margin-bottom: 21px;
}

.infoSect .sectMain .newsTblBlock {
  background:#ffffff;
  padding:5px;
}

.infoSect .sectMain .newsTblBlock .blockTit {
  font-size:16px;
}

.infoSect .sectMain .newsTblBlock .newstable {
}
.infoSect .sectMain .newsTblBlock .newstable tr.bgBl th,
.infoSect .sectMain .newsTblBlock .newstable tr.bgBl td {
  background:#C4E6F5;
}
.infoSect .sectMain .newsTblBlock .newstable tr.bgGr th,
.infoSect .sectMain .newsTblBlock .newstable tr.bgGr td {
  background:#D7E9C2;
}
.infoSect .sectMain .newsTblBlock .newstable tr.bgYel th,
.infoSect .sectMain .newsTblBlock .newstable tr.bgYel td {
  background:#F8F9CD;
}
.infoSect .sectMain .newsTblBlock .newstable th,
.infoSect .sectMain .newsTblBlock .newstable td {
  border:3px solid #ffffff;
  padding:5px;
}
.infoSect .sectMain .newsTblBlock .newstable th {
  padding-top:24px;
  width:80px;
  color:#E71424;
  font-weight:bold;
}

.infoSect .sectMain .newsTblBlock .newstable td {
  color:#1D67B2;
  font-weight:bold;
}
.infoSect .sectMain .newsTblBlock .newstable td strong {
  color:#E71424;
  font-weight:bold;
}
.infoSect .sectMain .tit {
    font-weight: bold;
    font-size: 130%;
    color: #E50011;
}
.infoSect .sectMain .txt {
    font-size: 130%;
    line-height: 1.4;
    margin-bottom: 20px;
}
.infoSect .sectMain .sectList {
    background: #fff;
    padding: 8px 0 3px;
    width: 644px;
}
.infoSect .sectMain .sectList li {
    float: left;
    width: 208px;
    text-align: center;
    margin: 0 0 0 5px;
    padding-bottom: 5px;
}
