.logo1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 150px;
  height: 150px;
  background:url(../img/anime/logo01.png) no-repeat 0 0;
  margin-left: -7px;
}

.logo2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 150px;
  height: 150px;
  background:url(../img/anime/logo02.png) no-repeat 0 0;
  margin-left: -7px;
}

.logo3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 150px;
  height: 150px;
  background:url(../img/anime/logo03.png) no-repeat 0 0;
  margin-left: -7px;
}

.actor a {
  text-decoration: none;
}
.actor a:link{
  color:#333;
}
.actor a:visited{
  color:#333;
}

.actorImg {
  border: 0;
  width: 118px;
  height: 133px;
}

.actorImg2 {
  border: 0;
  width: 118px;
  height: 105px;
}

/**************************************/
/*              NEWS                  */
/**************************************/
#week {
  width: 705px;
  height: 221px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.newsDiv {
  margin-top: 28px;
  margin-left: 20px;
  padding-right:30px;
}

.newsContent {
  margin-left: -5px;
  padding-right: 40px;
}

.newsDate {
  margin-left: 20px;
  color: #888;
  font-size: 11px;
}

.news {
  font-size: 13px;
  line-height: 25px;
  max-height: 150px;
  overflow: hidden;
}

/*改行用*/
.news2 {
  font-size: 13px;
  line-height: 25px;
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 10px;
}

.newsLeft {
  float: left;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/


.actorBlock {
  float: left;
  padding-left: 2px;
}

.actorBlock.left {
  border-left: dashed 1px #BBB;
  border-right: dashed 1px #BBB;
  padding-left: 0px;
  margin-right: 6px;
}

.actor {
  padding-bottom: 8px;
  cursor:pointer;
}

/* 空欄にする */
.actor2 {
  padding-bottom: 8px;
}

.actor.left {
  border-left: dashed 1px #BBB;
}
.actor.right {
  border-right: dashed 1px #BBB;
}
.actor.top {
  border-top: dashed 1px #BBB;
}

.actorThumbnail {
}

/* line-heightを19→20pxへ。safariとgoogleでのずれを直すため */
.actorName {
  text-align: center;
  line-height: 20px;
}
.actorName2 {
  text-decoration: none;
  display: inline-block;
}
.actorName3 {
//  border: dashed 1px #BBB;
  margin-top: -6px;
  text-align: center;
  line-height: 19px;
  margin-bottom: 6px;
}
.actorName4 {
//  border: dashed 1px #BBB;
  text-align: center;
  line-height: 19px;
  font-size: 8px;
  margin-left: 10px;
}
.actorName5 {
//  border: dashed 1px #BBB;
  text-align: center;
  line-height: 19px;
  font-size: 8px;
  margin-left: -10px;
}
.actorName_ruby1 {
  transform: scale(0.7);
  position: absolute;
  top:144px;
  width: 118px;
  font-size: 10px;
  text-align: center;
}
.actorName_ruby2 {
//  border: dashed 1px #BBB;
  transform: scale(0.7);
  position: absolute;
  top:308px;
  width: 118px;
  font-size: 10px;
  text-align: center;
}
.en .actorName {
  margin-top: -5px;
  font-size: 9px;
  line-height: 16px;
}
.newAnime1 {
  position: absolute;
  top: -65px;
  left: 0px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 44px;
  height: 44px;
  background:url(../img/anime/new.png) no-repeat 0 0;
  margin: 0 auto;
}
.newAnime1.latest {
  background:url(../img/anime/unnamed.png) no-repeat 0 0;
}

.newAnime2 {
  position: absolute;
  top:220px;
  left:65px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 50px;
  background:url(../img/anime/new_l.png) no-repeat 0 0;
  margin: 0 auto;
}

.continue {
  position: absolute;
  bottom: 20px;
  right: 24px;
  font-size: 13px;
}
.continue a {
  text-decoration: none;
}
.continue a:link{
  color:#333;
}
.continue a:visited{
  color:#333;
}

.continue2 {
  position: absolute;
  bottom: 20px;
  right: 24px;
  font-size: 13px;
}
.noline a {
  text-decoration: none;
}
.noline a:link{
  color:#333;
}
.noline a:visited{
  color:#333;
}

.noline {
  text-decoration: none;
}

.cursor {
  cursor: pointer;
}


/**************************************/
/*          今週のユマニテ              */
/**************************************/
.week {
  background-color: #F1F1F1;
}

.weekLine {
  font-size: 15px;
  line-height: 26px;
  overflow:hidden;
  width: 715px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.weekEnDiv {
  position: absolute;
  top:0px;
  left:0px;
  background-color: #AAA;
  width: 120px;
  height:100%;
}
.weekEn {
  position: absolute;
  top:40px;
  left:0px;
}
/**************************************/
/*          ユマニテの風景              */
/**************************************/
.special {
//  min-height: 330px;
}
.scene {
  position: relative;
  padding-top: 8px;
  clear: both;
  height: 108px;
  cursor:pointer;
}

.sceneLeft {
  position: absolute;
  top:0px;
  left:0px;
  width: 180px;
  text-align: center;
}

.sceneRight {
  position: absolute;
  top:0px;
  left:180px;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.sceneTitle {
  color: #3F8CCE;
  margin-left: 16px;
  margin-top: 5px;
  font-size: 14px;
}

.sceneDate {
  color: #BBB;
  margin-left: 18px;
  margin-top: 5px;
  font-size: 14px;
}

.sceneContent {
  clear:both;
  margin-left: 18px;
  font-size: 14px;
  width:550px;
}


.scene a {
  text-decoration: none;
}
.scene a:link{
  color:#333;
}
.scene a:visited{
  color:#333;
}


