/*up*/
#up{
  background:#ffffff;
}

#up .blocks{
  margin-top:10px;
}

#up article{
  position:relative;
  margin:5px;
  padding:5px;
  min-height:80px;
  border-bottom:1px dotted #e4e8f4;
}

#up article::before,#up article::after{
  content:"";
  display:table;
}

#up article::after{
clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
#up article {
  zoom:1;
}

#up article h3{
  margin-bottom:5px;
  margin-left:20%;
  padding-bottom:5px;
  border-bottom:1px dashed #D6DCED;
  -moz-box-shadow:0 1px 0 #ffffff;
  -webkit-box-shadow:0 1px 0 #ffffff;
  box-shadow:0 1px 0 #ffffff;
  font-size:13px;
  text-shadow:0 1px 0 #ffffff;
  overflow:hidden;
vertical-align: top;
}

#up article h3 span{
float: right;
font-size:12px;
font-weight:normal;
color: #666666;
}

#up article .img{
  position:absolute;
  top:8px;
  left:0;
  margin:0;
  padding:0;
  width:20%;
  text-align:center;
}

#up article .img img{
  width:50px;
  border:1px solid #e1e1e1;
  overflow:hidden;
}

#up article .img a img{
  border:1px solid #73C1E9;
	background: none repeat scroll 0 0 #ADE3FF;
}

#up article .img a::after{
  content:attr(title);
  display:block;
  width:20%;
  text-align:center;
}

#up article .comment{
  margin:0 0 0 20%;
  padding:0;
  line-height:1.6;
}

#up article .comment span{
  color:#888888;
  font-size:11px;
}

#up article .comment .newface{
  width:14px;
  height:14px;
}

/*up pageNAVI*/
.pageNAVI{
  margin:10px auto 0;
  width:94%;
  text-align:center;
}

.pageNAVI li{
  display:-moz-inline-box;
  display:inline-block;
  height:28px;
  font-size:12px;
  font-weight:bold;
  text-align:center;
}

.pageNAVI li.nextback{
  margin:0 1%;
  width:30%;
}

.pageNAVI li.numeric{
  width:11%;
}

.pageNAVI li a{
  display:block;
  margin:0 auto;
  padding:5px 0;
  width:100%;
  height:18px;
  background:-moz-linear-gradient(top, #73C1E6 0%, #2D67FA 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#73C1E6), color-stop(100%,#2D67FA));
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid rgba(0,0,0,0.1);
  color:#ffffff;
  font-weight:bold;
  text-shadow:1px 1px 1px rgba(0,0,0,0.1);
  line-height:18px;
}


.pageNAVI li a.select{
background:-moz-linear-gradient(top, #f6f6f6 0%, #ffffff 30%, #ffffff 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(30%,#ffffff), color-stop(100%,#ffffff));
border:1px solid gba(255,255,255,0.2);
color:#008EE6;
}

