@charset "utf-8";/* =======================================	Footer CSS========================================== */#footer.new .inner ul#footerNav li a,#footer p#copyright,#page-top a {    text-indent: 100%;    white-space: nowrap;    overflow: hidden; }#footer {	position: relative;	margin: 0 auto;	top: 20px;	width: 100%;	border: none;	background: #7D1919;}#footer address {	position: absolute;	left: 10px;	top: 10px;}/* Footer Nav */#footer  ul#footerNav {	margin: 0 auto 0 675px;	*margin: 0 auto 0 625px;	padding: 0;}#footer  ul#footerNav:after { /* for Modern Browser */	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;}#footer  ul#footerNav li {	float: left;	display: inline;	padding-left: 9px;	margin-left: 20px;	white-space: nowrap;	background: url(../../img/common/arrow_red.gif) no-repeat left 3px;}#footer  ul#footerNav li.first {	margin-left: -20px;}/*リニューアル後footer*/#footer.new {}#footer.new .inner {	position: relative;	padding: 20px 0 0;	background: #7D1919;	overflow: hidden;	width: 970px;	height: 100px;	margin: 0 auto;}#footer.new ul#footerNav {	margin: 0 auto 20px;	padding: 7px 0 16px;	width: 540px;	text-align: center;	background: url(/img/index/line_02.png) no-repeat center bottom;}#footer.new ul#footerNav li {	margin: 0 10px;	padding: 0;	display: inline-block;	float: none;	background: none;}#footer.new ul#footerNav li a {	display: block;	height: 20px;	background: url(/img/index/txt_footerNav.png) no-repeat;}#footer.new ul#footerNav li.no01 a {background-position: 0 0; width: 138px;}#footer.new ul#footerNav li.no02 a {background-position: 0 -20px; width: 173px;}#footer.new ul#footerNav li.no03 a {background-position: 0 -40px; width: 110px;}#footer.new ul#footerNav li.no01 a:hover {background-position: 0 -60px;}#footer.new ul#footerNav li.no02 a:hover {background-position: 0 -80px;}#footer.new ul#footerNav li.no03 a:hover {background-position: 0 -100px;}#footer p#copyright {	height: 10px;	width: 100%;	background: url(/img/index/txt_copy.png) no-repeat center;	text-align: center;}#footer.new.full {	padding: 141px 0 0 0;	width: 100%;	height: 158px;	border-top: 0;	background: url(/img/index/bg_05.png) repeat-x;}#footer.new.full ul#footerNav {	float: none;}#footer.new.full .inner {	padding: 0;	background: #7D1919;	overflow: hidden;	width: 100%;	height: 160px;}#footer.new.full .inner ul#footerNav {	position: relative;	margin: 0 auto 30px;	padding: 30px 0 20px;	width: 970px;}#footer.new.full .inner ul#footerNav li {	margin: 0 15px;	padding: 0 14px 0 0;}#footer.new.full p#copyright {	position: relative;	width: 100%;	text-align: center;}/*ページトップへ*/#page-top {    position: fixed;    bottom: 40px;    right: 20px;    font-size: 77%;    z-index: 100;    display: none;    box-shadow: 0 0 10px #DFDAC9;}#page-top a {	width: 180px;	height: 49px;	display: block;	border: 1px solid #EBDBC9;	background: url(../../img/common/btn_toTop.png) no-repeat 0 0;}#page-top a:hover {	background-position: 0 -50px;}