body {
	min-width: 1090px;
	overflow-x: auto;
}
.policyH2Com {
	background: url(../img/policy/bg_h2.jpg) center no-repeat;
	background-size: cover;
}
.sitemapH2Com {
	background: url(../img/sitemap/bg_h2.jpg) center no-repeat;
	background-size: cover;
}
.txt80 {
	color: #808080;
}
/*===========================
	Policy page
=============================*/
.policyBox {
	line-height: 1.9;
	max-width: 880px;
	margin: 0 auto 100px;
}
.policyBox a {
	text-decoration: underline;
}
.policyBox a:hover {
	text-decoration: none;
}
.policyBox .txtSpace1 {
	letter-spacing: 1px;
}
.policyBox .txtSummary {
	margin-bottom: 48px;
}
.policyBox .ttlBox {
	background: #262626;
	padding: 10px 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 17px;
}
.policyBox .txtBox {
	margin-bottom: 50px;
}
.policyBox .iconBul {
	background: url(../img/policy/icon_bullet.png) 5px 12px no-repeat;
	padding-left: 20px;
}
.policyBox .box {
	display: table;
	margin-top: 43px;
	width: 100%;
}
.policyBox .box .imgBox {
	display: table-cell;
	width: 140px;
	padding-top: 5px;
}
.policyBox .box .txt {
	display: table-cell;
	vertical-align: top;
	line-height: 1.7;
}
/*=========================
	Sitemap page
===========================*/
.sitemapBox {
	max-width: 580px;
	margin: 0 auto 85px;
	padding: 0 10px;
}
.sitemapBox .menuBox {
	float: left;
	width: 33.33333%;
}
.sitemapBox .menuBox li {
	line-height: 2;
}
.sitemapBox .menuBox li a {
	display: block;
}
.sitemapBox .menuBox .subMenu {
	padding-left: 12px;
}
.sitemapBox .menuBox .subMenu a {
	background: url(../img/sitemap/icon_arrow.png) left 5px no-repeat;
	padding-left: 15px;
}
