@charset "UTF-8";
/* CSS Document */
#newsTicker {
  color: #a00;
}
#newsTicker a {
  color: #a00;
}
.newsTicksArea {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #eee;
  border-radius: 0.75em;
}
.newsBox {
  box-sizing: border-box;
  /*background-color:#fff;*/
  /*background-image: linear-gradient(-15deg, #ffcfcf, #FFFFFF);*/
  margin: 0;
  padding: 1.5em 1em;
  /*border:1px dotted #999;*/
  text-align: center;
  /*min-height:220px;*/
  color: #fff;
  border: 1px solid #fff;
}
.newsBox a {
  color: #fff;
  text-decoration: none;
}
.newsBox:hover {
  /*opacity:0.75;*/
}
.newsBox2 {
  /*background-color:#fff;*/
  /*background-image: linear-gradient(-15deg, #e0dddd, #FFFFFF);*/
  margin: 0;
  padding: 1em 1em;
  /*border:1px dotted #999;*/
  text-align: center;
  /*min-height:220px;*/
  color: #fff;
}
.newsBox2 a {
  color: #fff;
}
/*BOARD*/
.boardGeneral {
  background: #2c5089 url(../i/top_bg_03.png) no-repeat center center;
  background-size: cover;
  background-color: #2c5089;
  text-shadow: 1px 1px 2px #333;
  border-radius: 0.6em;
}
.boardCoronary {
  background: #c9161e url(../i/top_bg_03.png) no-repeat center center;
  background-size: cover;
  background-color: #c9161e;
  text-shadow: 1px 1px 2px #333;
  border-radius: 0.6em;
}
.boardPeripheral {
  background: #1f286f url(../i/top_bg_03.png) no-repeat center center;
  background-size: cover;
  background-color: #1f286f;
  text-shadow: 1px 1px 2px #333;
  border-radius: 0.6em;
}
.boardSurgical {
  background: #746114 url(../i/top_bg_03.png) no-repeat center center;
  background-size: cover;
  background-color: #746114;
  text-shadow: 1px 1px 2px #333;
  border-radius: 0.6em;
}
.boardSHD {
  background: blueviolet url(../i/top_bg_03.png) no-repeat center center;
  background-size: cover;
  background-color: blueviolet;
  text-shadow: 1px 1px 2px #333;
  border-radius: 0.6em;
}
.boardComedical {
  background: #00693e url(../i/top_bg_03.png) no-repeat center center;
  background-size: cover;
  background-color: #00693e;
  text-shadow: 1px 1px 2px #333;
  border-radius: 0.6em;
}
.boardEX {
  background: #2c5089 url(../i/top_bg_03.png) no-repeat center center;
  background-size: cover;
  background-color: #2c5089;
  text-shadow: 1px 1px 2px #333;
  border-radius: 0.6em;
}
.boardEX2 {
  background: mediumvioletred url(../i/top_bg_03.png) no-repeat center center;
  background-size: cover;
  background-color: mediumvioletred;
  text-shadow: 1px 1px 2px #333;
  border-radius: 0.6em;
}
.coiBtn {
  text-align: center;
  padding: 1em;
  /*background-color:teal;*/
  background-color: #162845;
  border-radius: 0.6em;
  font-size: 12px;
}
.coiBtn:hover {
  /*opacity:0.75;*/
}
.coiBtn a {
  color: white;
  text-decoration: none;
}
.banner {
  box-sizing: border-box;
  /*padding: 1em;*/
  /*background-color: #e6e6e6;*/
}
.banner img {
  box-sizing: border-box;
  border: 1px solid #fff;
  width: 100%;
  height: auto;
  margin: 0.5em 0;
}
.newsBox img {
  height: 2em;
  width: auto;
  margin: 0.5em;
}
.banner img {
  border-collapse: collapse;
  border: 1px solid #eee;
}