@charset "utf-8";

/*-----------------------------------------------
 com
-----------------------------------------------*/
 .banner { height:418px; }

 .newsBar { color:#9E9E9E; height:35px; line-height:35px;  background:url('/ca/com/images/news_back01.png') no-repeat 0 0; margin-top:20px; padding-left:75px; }
 .newsBar ul { float:left; height:30px; width:780px; overflow:hidden;}
 .newsBar .more { float:right; padding:9px 10px 0 0; }
 .newsBar .date { padding-right:15px;  }

 .imgLink { margin-top:20px;  }
 .imgLink ul li { float:left; margin-left:6px; }
 .imgLink ul li:first-child { margin-left:1px; }


/*-----------------------------------------------
 floating
-----------------------------------------------*/

#floating {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 500;
}

#floating .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#floating .movieIn {
  background-color: #000;
  width: 700px;
  height: 395px;
  padding: 35px 10px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -360px;
  margin-top: -214px;
}

#floating .movieIn .inr {
  position: relative;
}

#floating .movieIn .inr iframe {
  width: 700px;
  height: 395px;
}

#floating .movieIn .inr .closeBtn {
  position: absolute;
  top: -31px;
  right: -4px;
  display: block;
  background-image: url(http://www.kenwood.ca/UserFiles/Media/Common/2011-KIV/int/img/bt_close.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  width: 29px;
  height: 28px;
  cursor: pointer;
}
