@charset "utf-8";

#footer {
	background: #ff8533;
	text-align: center;
	width: 100%;
}
#footerInner {
	color: #f5f5f5;
	font-size: 0.75em;
	margin: 0 auto;
	padding-bottom: 3.0em;
	padding-top: 2.0em;
}
#footerInner a {
   text-decoration: none;
   color: #f1f1f1;
}
#footerInner a:hover {
   text-decoration: underline;
   color: #f1f1f1;

}
.footerSitemap {
	display: none;
}
.footerSitemap_e {
	display: none;
}
#topGo {
	margin: 1.0em 0;
	width: 100%;
}
#topgoLeft {
	float: left;
	width: 50%;
}
#topgoRight {
	float: left;
	text-align: right;
	width: 50%;
}


/*1008px*/
@media screen and (min-width: 1008px) {
#topgoLeft {
	display: none;
}
#topgoRight {
	text-align: right;
	width: 100%;
}
#footerInner {
	width: 1008px;
}
.footerSitemap {
	display: inherit;
	float: left;
	text-align: left;
	width: 20%;
}
.footerSitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerSitemap ul ul {
	margin-left: 0.5em;
}
.footerSitemap li {
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 2;
	padding-bottom: 0.25em;
}

.footerSitemap_e {
	display: inherit;
	float: left;
	text-align: left;
	width: 33.333%;
}
.footerSitemap_e ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerSitemap_e ul ul {
	margin-left: 0.5em;
}
.footerSitemap_e li {
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 2;
	padding-bottom: 0.25em;
}
#copyRight {
	clear: both;
	text-align: center;
	}
}


/*print*/
@media print{
#topGo {
	display: none;
}
#footer {
	background: #ffffff;
}
#footerInner {
	color: #000000;
}
#copyRight figure{
	display: none;
	}
}