﻿@charset "utf-8";

/* ============================================
	/shop/index.html
============================================ */
.sectionLv1.shop {
	background: url(../img/pic_shop.jpg) no-repeat right top;
}
	.sectionLv1.shop dl {
	}
		.sectionLv1.shop dl dt {
			clear: both;
			float: left;
			width: 100px;
		}
		.sectionLv1.shop dl dd {
			margin-left: 100px;
			padding-bottom: 36px;
		}
			.sectionLv1.shop dl dd p {
				height: 1%;
			}
.sectionLv1.interior {
	width: 517px;
}
	.interior dl {
		margin-top: 55px;
	}
		.interior dt {
			clear: both;
			float: left;
			border-top: 3px solid #6e5600;
			width: 117px;
		}
			.interior dt span {
				padding-left: 10px;
			}
		.interior dd {
			background: url(../img/bg_line_01.gif) repeat-x left top;
			padding: 0 0 40px 117px;
			font-size: 85%;
		}
			.interior dd p {
				height: 1%;
			}

