/**************************************/
/*           COLOR SCHEME             */
/**************************************/

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

#nameSquare {
  padding-left: 15px;
  float: left;
}
#name2 {
  padding-left: 10px;
  font-size: 20px;
  float:left;
}

#wscroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

#scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
/**************************************/
/*              NEWS                  */
/**************************************/
.newsDiv {
  margin-top: 28px;
  margin-left: 20px;
  padding-right:0px;
}

.thmLiWrapIn{
  margin-right: 17px;
}

.newsContent {
  margin-left: 2px;
  padding-right: 10px;
  word-wrap: break-word;
  width:340px;
}

.newsDate {
  margin-left: 10px;
  color: #888;
  font-size: 11px;
}
.newsMargin {
  height:24px;
}
.profileLink {
  cursor:pointer;
}
.profileLink a {
  text-decoration: none;
  color:#333;
  
}
.profileLink a:link{
  color:#333;
}
.profileLink a:visited{
  color:#333;
}
/**************************************/
/*              WORK                  */
/**************************************/
#workLink {
  cursor:pointer;
}

#workLink2 {
  cursor:pointer;
}

#worksDiv {
  position: absolute;
  top: 70px;
  width:900px;
}

.workSv {
  width:600px;
}

.categoryMenu a {
  text-decoration: none;
  color:#FFF;
}
.categoryMenu a:link{
  color:#FFF;
}
.categoryMenu a:visited{
  color:#FFF;
}

.row .col {
  background-color: #fff;
}


#categoryList2 {
  color: #FFF;
  line-height:26px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left:26px;
}
.categoryMenu {
  margin-left:15px;
  margin-right:15px;
  cursor:pointer;
}

#workList2 {
  line-height: 28px;
  padding-left: 38px;
}

.workContent {
  font-size: 14px;
  color: #333;
}

#layout1 {
  width:800px;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.content-inner {
  padding-top: 5px;
  padding-bottom: 20px;
}

.line {
  position: relative;
  font-size: 17px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 12px;
}


.enText {
  font-size: 12px; 
  font-weight: bold;
  margin-right: 8px;
}

.mainContent {
    width:  420px;
    height:530px;
    padding-top: 70px;
    margin-left: 43px;
}

#thumbnails {
  position:absolute;
  top:0px;
  right:-30px;
  width: 500px;
}
#thumbnails2 {
  position:absolute;
  top: 0px;
  left:890px;
  width: 200px;
  z-index:2;
}

.thumbnail {
  float: left;
  margin-left:13px;
  cursor:pointer;
}

#actorName {
  font-size: 24px;

}

#actorKana {
  font-size: 14px;
}

.actorImg {
  width: 80px;
  height: 120px;
}

.actorMainImg {
  width: 400px;
  height: 600px;
  zoom: 1;
}


.workItem {
  cursor:pointer;
}

.thmLiWrap {
  position: relative; }

.message {
  font-size: 14px;
  line-height: 28px;
  padding-right:20px;
}

.workProfile {
  clear: both;
  width: 800px;
  font-size: 14px;
  line-height: 20px;
}

#workAnime {
  position: absolute;
  top: -29px;
  left: 420px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 315px;
  height: 55px;
  background:url(../img/anime/bio.png) no-repeat 0 0;
  margin: 0 auto;
}

.infoContent {
  position: relative;
  left: 85px;
}

.fixed {
  position: absolute;
  top: 0px;
  left: 0px;
}

.link {
  white-space: nowrap;
}
/**************************************/
/*              YOUTUBE                */
/**************************************/

.youtubeDiv {
  position: relative;
  margin-left: 0px;
  margin-top: 30px;
}
.youtubeTitle {
  position: absolute;
  font-size: 12px;
  line-height: 22px;
  top: 10px;
  left : 200px;
  width: 200px;
}






