/* CSS Document */
iframe.sidebarFrame {
	height: 4200px
}

iframe.footFrame {
	height: 400px;
}

#le_content {
	width: 650px;
	margin-left: 20px;
}

section #guide table {
	line-height: 120%;
	border-bottom: 1px dotted #000000;
	table-layout: fixed;
}

section #guide table th {
	background-color: #EEEEEE;
	border-top: 1px dotted #000000;
	color: #2B2B2B;
	font-size: 75%;
	font-weight: bold;
	padding: 15px 20px;
	width: 100px;
}

section #guide table th.shopGuidePointClass {
	width: 530px;
}

section #guide table td {
	font-size: 75%;
	border-top: 1px dotted #000000;
	padding: 15px 20px;
	width: 530px;
}

#shopGuide_wrap section {
	background-color: #FFF;
	padding: 0px 5px 0px 5px;
}

#shopGuide_wrap section #guide table td {
	width: 50%;
}

section #guide table th.shopGuidePointClass {
	width: 50%;
}

section #guide ul {
	margin: 0px 40px;
}

section #guide ul li {
	list-style-type: square;
}

section #guide ol {
	margin: 0px 40px;
}

section #guide ol li {
	list-style-type: decimal;
}

div#main-container {
	/* font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	-webkit-text-size-adjust: 100%;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.8;
	transition-duration: .8s;
	transition-property: opacity;
	width: 1000px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}

article.main-container-inner {
	width: 1000px;
	margin: 0 auto;
	min-height: 500px;
}

article.main-container-inner h2.pageTtl {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	display: block;
	height: 48px;
	line-height: 48px;
	margin: 20px auto 0px 50px;
	padding: 15px 0px 0px 50px;
}

article.main-container-inner h3.pageTtl {
	margin: 50px auto 0;
	padding: 0;
	display: flex;
	align-items: center;
	font-size: 1.75rem;
}

section#privacypolicy-wrap {
	width: 750px;
	margin: 20px auto 0px 50px;
	padding: 15px 0px 0px 0px;
	line-height: 1.8 !important;
	font-size: 14px !important;
}

div.privacypolicy-inner h4 {
	font-size: 18px !important;
	font-weight: bold !important;
	padding: 0 0 0 .75em;
	border-left: 6px solid #ccc;
}

div.privacypolicy-inner p {
	font-size: 14px !important;
	margin: 20px 0 !important;
}

div.privacypolicy-inner {
	margin-bottom: 40px !important;
}

div.privacypolicy-inner dl {}

div.privacypolicy-inner dl dt {
	font-size: 16px !important;
	font-weight: normal !important;
}

div.privacypolicy-inner dl dd {
	font-size: 14px !important;
	padding: 10px 0 30px 38px !important;
	line-height: 1.8 !important
}

div.privacypolicy-inner dl dd a {
	font-size: 14px !important;
	padding: 10px 0 30px 38px !important;
	line-height: 1.8 !important;
	color: #666;
}

div.privacypolicy-inner dl dd a:hover {
	font-size: 14px !important;
	padding: 10px 0 30px 38px !important;
	line-height: 1.8 !important;
	color: #00F;
	text-decoration: underline;
}

#shopInfo {
	margin: 20px auto 0px auto;
	width: 750px;
}

#shopInfo img {
	border: solid 1px #CCC;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#shopInfo dt img, #shopInfo dd img {
	vertical-align: bottom;
}

#shopInfo dl dt {
	float: left;
}

#shopInfo dl dd {
	float: left;
}

#shopInfo dl dd img {
	margin: 0 0 10px 7px;
}