
.back {
	text-align: center;
}

/*----------  ----------*/
.album{
	display: table-cell;
	text-align: center;
	margin: auto;
	padding: 8px 1% 48px;
}
.box1{
	position: relative;
	float: left;
	width: calc(100% / 2 - 2%);
	margin: 8px 1%;
	background: #f8f8f8;
	border: solid 1px #aaa;
	border-radius: 6px;
	box-shadow: 2px 2px 2px #eee;
}
	@media(max-width:640px){
		.box1 {
			width: calc(100% / 2 - 2%);
		}
	}
	@media(max-width:420px){
		.box1 {
			width: calc(100% / 2 - 2%);
		}
	}
	.box1 img{
		width: calc(100% - 2px);
		border-radius: 6px 6px 0 0;
		margin: 1px;
	}
	.box1 a{
		color: #000;
		text-decoration: none;
	}
	.box1 p{
		margin: 0 0 4px 0;
		padding: 0;
		text-align: center;
		color: #000;
		min-height: 1.8em;
	}
	.box1 img.loupe{
		position: absolute;
		width: 26px;
		right: 4px;
		bottom: 4px;
		border: inset 1px #777;
		border-radius: 8px;
		background: #dff;
	}

/*----------  ----------*/
.counter {
	clear: both;
	width: 100%;
	margin-top: 80px;
	text-align: center;
	bottom: 0;
	background:#fff;
	color:#000;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #000;
	padding-top: 6px;
	font-size: 9pt;
}
	.total {
		width: 78px;
	}
	.day {
		width: 30px;
	}