/*
Re:LieF 〜DeaR YoU〜
COPYRIGHT [C] RASK ALL RIGHTS RESERVED.
*/

/********************************************************************************

		IllustrationS

*********************************************************************************/

#illustWrap .item {
	float: left;
	width: 25%;
	margin-bottom: 40px;
}
#illustWrap .item:nth-child(4n+1) {
	padding: 0 15px 0 0;
}
#illustWrap .item:nth-child(4n+2) {
	padding: 0 10px 0 5px;
}
#illustWrap .item:nth-child(4n+3) {
	padding: 0 5px 0 10px;
}
#illustWrap .item:nth-child(4n+4) {
	padding: 0 0 0 15px;
}
#illustWrap .item .info {
	padding: 12px 0 2px 0;
}
#illustWrap .item .info p {
	line-height: 1.4;
	letter-spacing: 2px;
	text-align: right;
}
#illustWrap .item .info p:first-child {
	font-size: 14px;
}
#illustWrap .item .info p:nth-child(2) {
	font-size: 10px;
}
#illustWrap .item .illust {
	width: 100%;
}
#illustWrap .item .illust img {
	width: 100%;
	border: 1px solid #cccccc;
}
@media screen and (max-width : 680px) {
	#illustrationsWrap {
		padding: 0 20px;
	}
	#illustWrap .item {
		width: 50%;
		height: auto;
		margin-bottom: 20px;
	}
	#illustWrap .item:nth-child(4n+1) {
		padding: 0;
	}
	#illustWrap .item:nth-child(4n+2) {
		padding: 0;
	}
	#illustWrap .item:nth-child(4n+3) {
		padding: 0;
	}
	#illustWrap .item:nth-child(4n+4) {
		padding: 0;
	}
	#illustWrap .item:nth-child(2n+1) {
		clear: both;
		padding-right: 5px;
	}
	#illustWrap .item:nth-child(2n+2) {
		padding-left: 5px;
	}
	#illustWrap .item .info p {
		letter-spacing: 1.5px;
	}
	#illustWrap .item .info p:first-child {
		font-size: 12px;
	}
}
