@charset "utf-8";
h3 {
	text-align: left;
	}
hr {
	clear: both;
	}
div#info {
	text-align: center;
	margin: 1em 10%;
	}
	div#info p {
		margin: 0px 10%;
		text-align: left;
		line-height: 150%;
		}
dl#info02 {
	text-align: left;
	margin-left: 5%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	dl#info02 dt {
		border-top: 1px solid #000;
		padding: 1em 1em 0px 1em;
		font-weight: bold;
		}
		dl#info02 dt span {
			font-size: 80%;
			font-weight: normal;
			display: block;
			}
	dl#info02 dd {
		margin-left: 7em;
		}
		dl#info02 dd b {
			color: #f00;
			background-color: transparent;
			}
div.shop {
	width: 90%;
	margin: 1em 5% 2em 5%;
	border: 1px solid #ccc;
	}
	div.shop div.cont {
		float: left;
		width: 45%;
		margin-top: 0.5em;
		}
	div.shop h4 {
		text-indent: 0px;
		background-image: none;
		text-align: center;
		color: #000;
		background-color: #eee;
	}
	div.shop dl {
		text-align: left;
		margin-top: 1em
		}
	div.shop dt {
		font-weight: bold;
		margin-left: 2em;
		border-left: 6px solid #f00;
		text-indent: 3px;
		}
	div.shop dd {
		margin-left: 5em;
		margin-bottom: 2px;
		}
