@charset "Shift_JIS";

#pickup_block{
	background-color:#fff;
	padding: 20px;
}

#pickup_block #newface_list li{
	position:relative;
	min-height:310px;
	margin-bottom:20px;
	border-radius:5px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.newface_date{
	padding:10px 10px 10px 190px ;
	font-size:14px;
	line-height:18px;
	background-color:#C0D860;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.newface_date em{
	margin:0 5px 0 0;
	color:#C1204D;
	font-weight:bold;
}
.newface_date span{
	font-size:16px;
}
.newface_comment{
	padding:10px 10px 70px 190px;
	font-size:14px;
	line-height:18px;
}
.newface_link{
	position:absolute;
	width:630px;
	height:30px;
	bottom:10px;
	left:10px;
}
.newface_link a{
	display:block;
	width:630px;
	height:30px;
	color:#fff;
	text-align:center;
	line-height:30px;
	border-radius:5px;
	background:#009250;
	-moz-transition:0.2s linear ;
	-webkit-transition:0.2s linear ;
	transition:0.2s linear ;
}
.newface_link a:hover{
	color:#fff;
	text-decoration:none;
	background:#5EC84E;
}
#pickup_block .newface_img{
	position:absolute;
	top:10px;
	left:10px;
	border:5px solid #fff;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	background-color:#fff;
}
#pickup_block .newface_syukkin{
	position:absolute;
	width:50px;
	height:41px;
	padding-top:9px;
	top:-5px;
	right:-5px;
	color:#fff;
	font-size:14px;
	line-height:16px;
	text-align:center;
	border-radius:25px;
	background-color:#EDAD0B;
}

#newface_navi{
	text-align:center;
}
#newface_navi li{
	float:left;
	width:320px;
	margin-right:10px;
}
#newface_navi li:nth-of-type(2){
	margin-right:0;

}
#newface_navi li a{
	display:block;
	width:318px;
	padding:10px 0;
	text-decoration:none;
	border:1px solid #999;
	border-radius:5px;
	background:#b3e3ff;
	-moz-transition:0.2s linear ;
	-webkit-transition:0.2s linear ;
	transition:0.2s linear ;
}
#newface_navi li a:hover{
	color: #ffffff;
	background-color: #EDA184;
	border:#E06A3B 1px solid;
}