div.list .box .staffPhoto .staffPhotoInner {
    width: 86px;
    height: 66px;
    overflow: hidden;
}
div.list .box .staffPhoto {
    float: left;
    margin-right: 15px;
    height: 74px;
    width: 92px;
    /*background: url(../images/bg_column_photo01.gif) 0px 0px no-repeat transparent;*/
    padding-top: 4px;
    padding-left: 5px;
}
#main-container h3 {
    _color: #212121;
    border-left: none;
}
.pageContent a img{
    display: block;
    margin: 0 auto;
}
.post .head, div.list .box .cf {
    margin-bottom: 8px;
    padding-bottom: 8px;
    /*background: url(../images/list_box_cf.gif) repeat-x 100% 100%;*/
}
.post, div.list .box {
    margin-bottom: 15px;
    padding: 8px 5px;
    border: 2px solid #d3d3d3;
    text-align: left;
}
div.list .box .more {
    text-align: right;
}
div.list .box .more a {
    padding-left: 16px;
    /*background: url(../images/icon/common_icon10.png) no-repeat 0 50%;*/
}
.pageTitle {
    margin: 10px 0 0px 0;
    padding: 0 0 6px 0;
    display: block;
    /*background: url(../images/common_h_line.png) left bottom;*/
    width: 100%;
    font-size: 20px;
    text-align: center;
    /* text-align: left; */
    background-repeat: no-repeat;
    color: #000;
}
div.list .box h3 a {
    font-size: 15px;
    line-height: 15px;
}

.pageLink.cf .prev a {
    background-image: url(../images/icon/common_icon10-2.png);
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}
.post .head, div.list .box .cf {
    margin-bottom: 5px;
    padding-bottom: 5px;
    /* background: url(../images/list_box_cf.gif) repeat-x 100% 100%; */
}
.pageLink {
    /* background: #f7f7f7; */
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.pageLink .prev {
    float: left;
}
.pageLink .next {
    float: right;
}
ol.post-note {
    clear: both;
    color: grey;
    font-size: 9px;
    line-height: 1.5;
    padding-top: 20px;
    text-align: left;
}
ol.post-note li {
    display: block;
    list-style: none !important;
    line-height: 1.5 !important;
    margin: 0 0 3px 0 !important;
    padding: 0 0 0 18px !important;
    position: relative;
}
ol.post-note li:first-child:before {
    content: '※1';
}
ol.post-note li:nth-child(2):before {
    content: '※2';
}
.pageLink.cf .next a {
    background-image: url(../images/icon/column_common_icon10.png);
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}
.head h3{
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: 700;
    padding-top: 10px;
    font-size: 1.45em;
    line-height: 1.3em;
}
.post .staffPhotoSingle {
    /*background: url(../images/bg_single_photo01.gif) no-repeat 0 0;*/
    width: 169px;
    height: 174px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.post .staffPhotoSingleInner {
    position: absolute;
    top: 5px;
    left: 5px;
}
span.area_top_to_down {

     position: absolute;
    height: 42px;
    width: 100%;
    display: block;
    top: 55px;

}

.arrow_top_to_bottom {
  animation: MoveUpDown 2s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;
}

@keyframes MoveUpDown {
  0 {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}
.main_img_ant {
    position: relative;
}

.test {
  animation: MoveUpDown 2s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;
}

@keyframes MoveUpDown {
  0 {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}
#main-container h3 {
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: 700;
}