/*
 * iweb52-style16
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 11 / 01
 */


/* + album
*----------------------------------------------------------------------------*/
#album ,
#album ul {
	overflow: hidden;
}

#album .photoItem ,
#album ul li {
	margin: 10px 1%;
	float: left;
	width: 23%;
}

#album .photoItem .bookPhoto {
	margin-bottom: 10px;
	border: 1px #ccc solid;
	background: #fff;
}

#album .photoItem .bookPhoto a.photo {
	transition: all 0.4s ease;
}

#album .photoItem:hover .bookPhoto a.photo {
	background-size: auto 120%;
}

#album .photoItem a.info {
	display: block;
	text-align: center;
	font-size: 20px;
}

#article article {
	margin-bottom: 15px;
	font-size: 20px;
}


/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#album .photoItem ,
	#album ul li {
		width: 48%;
	}
}

/* +width:320 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
	#album .photoItem ,
	#album ul li {
		margin: 10px 0;
		width: 100%;
	}
}
