@charset "UTF-8";

.secCastle_picList{
	list-style:none;
}

.secCastle_picList > li{
	margin:0 0 20px;	
}

.infoBox{
	border:1px solid #C3BFB1;
	padding:15px;
}

.infoBox_table{
    line-height: 1.4;
}

.infoBox_table th{
    text-align: left;
    padding: 0 1.5em 0 0;
}

.infoBox_table td{
    padding: 4px 0;
	
}

.linkList{
	list-style:none;
	margin: 25px 0 0;
}

.linkList > li{
	display:inline-block;
	margin: 0 2em 0 0;
}

.linkList > li > a{	
}

.linkList > li > a:before{
	content:">";
	margin: 0 5px 0 0;
	display: inline-block;
}

.linkList > li > a > .icon{
    margin: 0 0 0 5px;
	
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	
}

/* All SP */
@media screen and (max-width:639px) {
	
	.infoBox{
		padding:5px;	
	}
	
	.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;	
	}

}
