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


/* + album
*----------------------------------------------------------------------------*/
#album,#album ul{overflow:hidden}
#album .photoItem,#album ul li{margin:10px;float:left;width:30%}
#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;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
#article article{margin-bottom:15px;font-size:20px}
#album .photoItem a.info b{color:#000000}
#album ul li .photo{background-size:cover;}
/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width:768px){
	#album .photoItem,#album ul li{width:calc(50% - 20px)}
}

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