@charset "UTF-8";


.secCastle_picList{
	list-style:none;	
}

.secCastle_picList > li{
	margin:0 0 1em;	
}

.secCastle_picList_caption{
	text-align:right;	
	margin: 0.2em 0 0;
	line-height: 1.3;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	
}

/* All SP */
@media screen and (max-width:639px) {
	
	.secCastle_picList{
		margin:15px 0 0;	
	}
	
	.secCastle_picList:after{
		content:"";
		display:block;
		clear:both;	
	}
	
	.secCastle_picList > li{
		width:49.5%;
		margin:0 0 5px;
		float:left;
	}
	
	.secCastle_picList > li:nth-child(2n){
		float:right;	
	}
	
	.secCastle_picList > li:nth-child(2n + 1){
		clear:both;	
	}
	
	.secCastle_picList_caption{
		text-align:left;
	}
}
