@charset "utf-8";

/*
	SITEMAP
*/


/*=============================================
	PC
=============================================*/

/*------------------------------
	VISUAL
------------------------------*/
#visual .inner{
	background: url(/sitemap/images/visual_photo.jpg) no-repeat center top;
}

/*------------------------------
	CONTENTS
------------------------------*/
/*
	TOP
*/
#sitemap #foot{
	background: none !important;
}
#sitemap #foot .inner{
	width: 100% !important;
	background: none !important;
	margin: 0 !important;
}
#sitemap #foot ul{
	width: 290px;
	background: none !important;
}
#sitemap #footInfo{
	display: none !important;
}
#sitemap #left,
#sitemap #right{
	width: 330px;
	float: left;
}

/*
	FOOT
*/
	#sitemap ul{
		padding: 0 20px;
		float: none;
		background: none;
	}
		#sitemap ul li{
			background: url(/common/images/bg_doted01.gif) repeat-x left bottom;
		}
		#sitemap ul li a{
			display: block;
			_zoom:1;
			padding: 10px 0 10px 18px;
			background: url(/common/images/arrow01.gif) no-repeat left center;
		}
	#sitemap .deep{
		background: none;
		padding: 0 0 10px;
		float: none;
		font-size: 85%;
	}
		#sitemap .deep li{
			background: none;
		}
		#sitemap .deep li a{
			padding: 3px 0 3px 18px;
			background: url(/common/images/arrow02.gif) no-repeat 7px center;
		}


/*=============================================
	RESPONSE
=============================================*/
@media(max-width:600px){
	
	#sitemap #foot table tr td{
		background: none !important;
		padding: 0 !important;
	}
	.section #sitemap table td:last-child{
		border-bottom: none !important;
	}
}