@charset "utf-8";

/*------------------------------------------------------------------------------
XXXXXXXXXX - CSS Modules Import
URL: http://
Date: 200X-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/


/* 2columm
------------------------------- */

.sitemap {
	margin-bottom: 200px;
}

.leftCol {
	float: left;
	width: 270px;
}

.rightCol {
	float: right;
	width: 360px;
}

.sitemap li {
	margin: 0 0 15px 40px;
	padding: 0 10px 0 20px;
	color: #fff;
	background: url(/files/img/common/icon_arrow_02.png) left center no-repeat;
}


/* ----------------------------------------

clearfix (基本的にクラス指定では使用しない)

---------------------------------------- */

/* Modern Browsers
------------------------------- */

.sitemap:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

.sitemap {
	*zoom: 1;
}