@charset "utf-8";

.return-navigation{
	margin: 0px;
	text-align: center;
	height: 52px;
}
/* navigation */
.site-footer .widget.widget_nav_menu {
	width: 80%;
	margin: 0 auto;
}.site-footer .widget.widget_nav_menu li {
	display: inline-block;
}
.site-footer .widget.widget_nav_menu li::before {
	content: "／";
	margin: 0 5px;
}.site-footer .widget.widget_nav_menu li:first-child::before {
	content: none;
	margin: 0;
}
/**** footer ****/
#footer {
	padding-bottom: 0px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	height: auto;
}
@media print {
	#footer {
	display: none;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	}
}

/* return-navigation */
#footer .return-navigation {
	font-size: 0;
	line-height: 0;
	margin-bottom: 57px;
	margin-top: -35px;
	text-align: center;
}


#footer .social {
	font-size: 0;
	line-height: 0;
	padding-bottom: 6px;
	padding-left: 35px;
	padding-top: 5px;
	width: 50%;
}
#footer .social p {
	margin-bottom: 16px;
}
#footer .social p {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	text-align: center;
	transition: opacity 0.5s linear;
}
#footer.scrolled-bottom .social p {
	-webkit-animation: footer-social-bounce 0.5s;
	animation: footer-social-bounce 0.5s;
	opacity: 1;
}
@-webkit-keyframes footer-social-bounce {
	0%, 100% { -webkit-transform: translateY(0); }
	50% { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}
@keyframes footer-social-bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-20px); }
	80% { transform: translateY(-10px); }
}
#footer .social ul {
}
#footer .social ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#footer .social li {
	float: left;
}
#footer .social li:not(:last-child) {
	margin-right: 12px;
}

/* link */
#footer .link {
	text-align: center;
	margin-bottom: 26px;
}
#footer .link li {
	display: inline;
	margin-right: 1em;
	margin-left: 1em;
}
#footer .link a {
	text-decoration: none;
}

/* copyright */
#footer .copyright {
	font-size: small;
	text-align: center;
	margin-top: 20px;
}
#footer .t_news ul li {
	list-style-type: none;
}
ul.global_menu {
	width:100%;
	padding:0;
	font-size:0px;
}
ul.global_menu li {
    width:50%;
    display: inline-block;
    font-size:16px;
}


ul.global_menu li a {
    display: block;
}
#footer .t_news .global_menu li ul li {
	float: left;
	width: auto;
}
#footer .t_news table tr td ul li {
	float: left;
	padding-right: 4px;
}
#footer .t_news table tr td p{
	font-size: small;
	padding-left: 8%;
}
.td_hr {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #111;
}
#footer .t_news table {
	margin-bottom: 30px;
}
#content .t_news .location-wrapper #newstore {
}
#content .t_news .location-wrapper .title-03.border-01 {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
.fo_bo {
	width: 160px;
	display: table-cell;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCC;
	margin-right: -2px;
	font-size: small;
	height: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: text-top;
	margin-top: 10px;
}
.fo_bo ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;padding-bottom: 3px;
}
.fo_bo ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: x-small;
}
#footer .t_news {margin-bottom: 0px;
}
