/***************************/
/*prof_cell*/
/***************************/
.prof_cell{
  margin:0px 0 0;
  padding:0;
  width:100%;
  background: #fff;
}

#contents section .castinfo{
  position:relative;
  margin:10px;
  padding:5px;
  background:#FFFFFF;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -moz-box-shadow:inset 0 0 1px rgba(255,255,255,0.9),1px 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow:inset 0 0 1px rgba(255,255,255,0.9),1px 2px 3px rgba(0,0,0,0.3);
  box-shadow:inset 0 0 1px rgba(255,255,255,0.9),1px 2px 3px rgba(0,0,0,0.3);
  font-size: 14px;
}

/***************************/
/*profImages*/
/***************************/
#profImages{
  margin:0;
  padding:10px 0;
  overflow:hidden;
  background: #FFBFCF;
}

.slideRight{
  display: none;
}

.slideLeft{
  display: none;
}

#profImages ul{
  text-align:center;
}

#profImages li{
  text-align:center;
  vertical-align:middle;
}

#profImages li img.photo{
  width:90%;
  height:auto;
  vertical-align: middle;
  border: 3px solid #fff;
    border-radius:6px;
  -moz-box-shadow:inset 0 0 1px rgba(255,255,255,0.9),1px 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow:inset 0 0 1px rgba(255,255,255,0.9),1px 2px 3px rgba(0,0,0,0.3);
  box-shadow:inset 0 0 1px rgba(255,255,255,0.9),1px 2px 3px rgba(0,0,0,0.3);
}


.container{
  position:relative;
  clear:both;
  margin:0;
  padding:0;
  height:320px;
  overflow:hidden;
}

.itemBox{
  position:relative;
  margin:0;
  padding:0;
}

.moving {
  -webkit-transition: -webkit-transform .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out;
  -o-transition: -o-transform .2s ease-out;
  -ms-transition: -ms-transform .2s ease-out;
}

.item{
  float:left;
  margin:0;
  padding:0;
  text-align:center;
}

.item figure{
  margin:0 auto;
  padding:0;
  width:240px;
  height:320px;
}

.item figure img{
  width:240px;
  height:320px;
  pointer-events:none;
}


/***************************/
/*next_prev*/
/***************************/
.next_prev{
  margin:0;
  padding:0;
  width:100%;
}

.next_prev li{
  display:-moz-inline-box;
  display:inline-block;
  margin:5px 10px 0;
  padding:5px;
  width:30px;
  height:25px;
  background:#CCCCCC;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  cursor:pointer;
  text-align:center;
  line-height:25px;
}

.next_prev li.off{
  display:none;
}

.next_prev li.prev{
  float:left;
}

.next_prev li.next{
  float:right;
}

/***************************/
/*flickNav*/
/***************************/
.flickNav{
  margin:0 auto 10px;
  padding:0;
  width:100%;
  height:20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  overflow:hidden;
  text-align:center;
}

.flickNav li{
  display:-moz-inline-box;
  display:inline-block;
  margin:0 5px 0 0;
  padding:0;
  width:10px;
  height:10px;
  text-align:center;
  overflow:hidden;
}

.flickNav li a{
  display:block;
  margin:0;
  padding:0;
  width:10px;
  height:10px;
  background:#CCCCCC;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.flickNav li.selected a{
  background:#212121;
}

/***************************/
/*castinfo*/
/***************************/

#contents .castinfo .items{
  color: #FF872F;
  font-weight: bold;
}
.castinfo{
  margin:5px;
  padding:0;
  background:#FFFFFF;
  font-size:12px;
}

p.castinfo{
  padding:5px;
}

.castinfo li{
  padding:8px 8px 0px 6px;
  border-bottom:1px dotted #999999;
}

.castinfo li:first-child{
}

.castinfo li:last-child{
  border-bottom:none;
  padding-bottom: 8px;
}

/***************************/
/*class etc*/
/***************************/
.category{
  margin:0 0 0 5px;
  padding:0;
  color:#FF0000;
}

.items{
  color:#ff704b;
}

.sat{
  color:#0000FF;
}

.sun{
  color:#FF0000;
}

#contents h2{
  padding-left: 10px;
}

.prftwitter{
    width:100%;
    height:500px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}