@charset "utf-8";

/* page_sitemap
------------------------------------------------ */
#page_sitemap {
}

	#page_sitemap .box {
		margin-bottom: 40px;
	}

		#page_sitemap .box .sub_title1 {
			margin-bottom: 10px;
		}

		#page_sitemap .box ul {
			margin: 0 40px;
		}

			#page_sitemap .box ul li {
				float: left;
				margin-top: 14px;
				width: 20%;
			}

				#page_sitemap .box ul li a { display: inline-block; vertical-align: top; }
				#page_sitemap .box ul li a:before { content: ">"; display: inline-block; margin-right: .4em; vertical-align: baseline; font-size: 85%; }

		#page_sitemap .box dl {
			margin-top: 30px;
		}

			#page_sitemap .box dl dt { margin: 0 40px; font-size: 116%; font-weight: bold; }
			#page_sitemap .box dl dd {}

/* site_brand */
#page_sitemap #site_brand {
}

	#page_sitemap #site_brand .sub_title1 {
		background: url(/shop/item/makes/design/img01/plus3.png) no-repeat 98% center #bbb;
		color: #fff;
		cursor: pointer;
	}
	#page_sitemap #site_brand .sub_title1.on { background-image: url(/shop/item/makes/design/img01/minus3.png); }

	#page_sitemap #site_brand .sub_box {
		display: none;
		margin: 30px 40px;
	}

		#page_sitemap #site_brand .sub_box .sub_title1 {
			background: url(/shop/item/makes/design/img01/plus4.png) no-repeat 98% center #f4f4f4;
			color: #000;
		}
		#page_sitemap #site_brand .sub_box .sub_title1.on { background-image: url(/shop/item/makes/design/img01/minus4.png); }

		#page_sitemap #site_brand .sub_box ul {
			display: none;
			margin-left: -24px;
		}

			#page_sitemap #site_brand .sub_box ul li {
				margin-left: 64px;
				width: 400px;
			}
