@charset "utf-8";
/* -----------------------------------------
page.css
個別ページ設定用css
----------------------------------------- */


.linkListArea {
	margin-bottom: 40px;
}
.linkListArea .sitemapCol {
	display: table;
	margin-bottom: 0;
	width: 100%;
}
.linkListArea .sitemapCol .column {
	display: table-cell;
	float: none;
	border-left: 1px solid #ccc;
	margin-left: 0;
	padding: 0 20px 30px 24px;
	width: 290px;
}
.linkListArea .sitemapCol .column:first-child {
	border-left: none;
	padding-left: 0;
}
.linkListArea .sitemapCol .column li {
	margin-bottom: 5px;
}
body.sp .linkListArea {
	margin-bottom: 20px;
}
body.sp .linkListArea .sitemapCol {
	display: block;
}
body.sp .linkListArea .sitemapCol .column {
	display: block;
	border-left: none;
	padding: 0 10px !important;
	width: auto;
	margin-bottom: 20px;
}

