.contentWrapper {
    width: 470px;
    margin-bottom: 75px;
    margin: 0 auto;
    margin-left: 10%;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

.z_newTitleBox {
	width: 100%;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.8);
}

.z_newTitleBox p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #a9a9a9;
    font-size: 12px;
}

.titleBox {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    margin-bottom: 5px;
}

.singleContent{
	background-color: rgba(0, 0, 0, 0.8);
	margin-bottom: 30px;
}

span.msgLoading{
	color: white;
	font-size: 12px;
}

.contentWrapper.infinite{
	background-color: rgba(0, 0, 0, 0.8);
}

#infscr-loading img{
	width:30%;
	height:auto;
	margin-bottom:10px;
}


.lifeArticle img{
		width: 100%;
		height: auto;
	}


@media screen and (max-width:736px){
	#infscr-loading img{
		width:60%;
		height:auto;
	}

	.lifeArticle img{
		width: 100%;
		height: auto;
	}

}