@charset "utf-8";
/* CSS Document */
/* =======================================

	NEWFACE

======================================= */
#newface{}
#newface .listBox{
    font-size: 0;
    text-align: left;
}

#newface .listBox li{
	display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    width: 590px;
}
#newface .listBox li:nth-child(2n){
    margin-right: 0;
}
#newface .listBox li .thum{
	width: 245px;
    height: 318px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#newface .listBox li .thum img{
	width: 100%;
}
#newface .listBox li .thum .today {
    position: absolute;
    top: 0;
    right: 0;
}
#newface .listBox li .detail{
	display: inline-block;
	padding-left:18px;
    width: 305px;
    vertical-align: top;
    text-align: left;
}
#newface .listBox li .day {
    color: #fff;
    font-size: 20px;
    background-color: #ffb131;
    display: block;
    padding: 14px 0;
    text-align: center;
    margin-bottom: 15px;
}
#newface .listBox li .name{
	font-size: 24px;
    margin-bottom: 5px;
    display: block;
}
#newface .listBox li .size{
    font-size: 13px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px dotted #ffffff;
    color: #313131;
}
#newface .listBox li .comment {
    padding: 0 10px 0 6px;
	font-size: 15px;
    display: block;
    line-height: 1.5;
    overflow: auto;
	height: 236px;
	color: #313131;
}
.list {
background-image: url(../images/bg_list.png);
    padding: 15px;
    border: 5px solid;
}