@charset "UTF-8";

/*
フォントサイズ早見表
回り込み
カラム
左右ボックス
リスト型メニュー
リスト各種
記述リスト
表組み
よくある質問
動画埋め込み
Googleマップ埋め込み
SNSシェアボタン
罫線
個別調整
リセット
ClearFix
*/


/* ■ フォントサイズ早見表 ==================================================================================== */

/*
font-size percent/px (100% = 14px)
10px = 72%
11px = 79%
12px = 86%
13px = 93%
14px = 100%
15px = 108%
16px = 115%
17px = 122%
18px = 129%
19px = 136%
20px = 143%
21px = 150%
22px = 158%
23px = 165%
24px = 172%
25px = 179%
26px = 186%
27px = 193%
28px = 200%
29px = 207%
30px = 214%
*/



/* テキスト・リンク色  --------------------------------------------------- */

/* テキスト色 */
body {
color: #000;

}

/* アラート色 */
.Alert {
color: #ff0000;

}

/* ListKomeAlert */
.ListKomeAlert li {
color: #ff0000;
}

/* リンク色  */
a:link {
color: #000;
}

a:active {
color: #000;
}

a:visited {
color: #000;
}

a:hover {
color: #000;
}


/* ■ リセット ==================================================================================== */

body {
margin: 0;
padding: 0;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
line-break: strict;
font-feature-settings: "palt";
}

h1,h2,h3,h4,h5,h6,p,th,td,dl,ul,ol,caption,blockquote,input,select,textarea,div {
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 100%;
line-height: 1.8em;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
display: block;
margin: 0;
padding: 0;
box-sizing: border-box;
}

input,select,textarea {
margin: 0;
padding: 0;
box-sizing: border-box;
}

*:focus {
outline: none; 
}

img {
border: none;
vertical-align: bottom;
width: 100%;
}

form {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

blockquote {
margin: 0 0 0 30px;
}

small {
font-size: 86%;
line-height: 1.5em;
}

strong, em {
font-style: normal;
font-weight: bold;
}



/* 背景 --------------------------------------------------- */

body {
/* position: relative; */
/* overflow: hidden; */
}



/* 全体 --------------------------------------------------- */


@media only screen and (max-width: 767px) {

	#Xmas #Contents {
	margin: 15px;
	background-color: #fff;
	border-radius: 6px;
	padding: 15px;
	}

}

@media print, screen and (min-width: 768px) {

	#Xmas #Contents {
	width: 720px;
	background-color: #fff;
	border-radius: 15px;
	padding: 30px;
	margin: 0x auto;
	}

}

@media print, screen and (min-width: 1090px) {

	#Xmas #Contents {
	width: 1000px;
	background-color: #fff;
	border-radius: 25px;
	padding: 50px;
	margin: 0 auto;
	}

}




/* Header（ヘッダー） --------------------------------------------------- */


@media only screen and (max-width: 767px) {

	#Header {
	display: none;
	}

}


@media print, screen and (min-width: 768px) {

	#Header {
	width: 100%;
	height: 40px;
	background: #000;
	}
	
	#HeaderUnit {
	width: 100%;
	}
	
	/* Logo */
	#HeaderUnit .Logo {
	float: left;
	width: 100px;
	}
	
	#HeaderUnit .Logo a {
	display: block;
	float: left;
	width: 100px;
	padding: 2px 0 0 16px;
	}
	
	/* SubNav */
	#HeaderUnit .SubNav {
	float: right;
	margin: 0 7px 0 0;
	}
	
	#HeaderUnit .SubNav li {
	display: inline;
	zoom: 1;
	}
	
	#HeaderUnit .SubNav li a {
	float: left;
	display: block;
	height: 25px;
	background: url(../img/common/header/SubNav.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	}
	
	#HeaderUnit .SubNav li.Menu1 a {
	width: 25px;
	margin: 7px 4px 0 0;
	background-position: 0 0;
	}
	
	#HeaderUnit .SubNav li.Menu2 a {
	width: 25px;
	margin: 7px 4px 0 0;
	background-position: -29px 0;
	}
	
	#HeaderUnit .SubNav li.Menu3 a {
	width: 25px;
	margin: 7px 0 0 0;
	background-position: -58px 0;
	}
	
	
	#HeaderUnit #google_translate_element {
	float: right;
	margin: 6px 10px 0 0;
	}

}


@media print, screen and (min-width: 1090px) {

}




/* ハンバーガーメニュー --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#nav-toggle {
	position: fixed;
	top: 15px;
	right: 15px;
	cursor: pointer;
	background: #000;
	width: 45px;
	height: 45px;
	}

}

@media print, screen and (min-width: 768px) {

	#nav-toggle {
	position: fixed;
	top: 15px;
	right: 15px;
	cursor: pointer;
	background: #000;
	width: 45px;
	height: 45px;
	}

}
@media print, screen and (min-width: 1090px) {

	#nav-toggle {
	position: fixed;
	top: 30px;
	right: 30px;
	cursor: pointer;
	background: #000;
	width: 45px;
	height: 45px;
	}

}

#nav-toggle > div {
width: 20px;
position: absolute;
top: 40%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-\ transform: translateY(-50%) translateX(-50%);
}

#nav-toggle > div > span.toggle {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #fff;
position: absolute;
transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, top .5s ease;
transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}

header.deteal_header #nav-toggle > div > span.toggle {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #fff;
position: absolute;
transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, top .5s ease;
transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}

#nav-toggle span.toggle:nth-child(1) {
top: 0;
}
#nav-toggle span.toggle:nth-child(2) {
}
#nav-toggle span.toggle:nth-child(3) {
top: 10px;
}
.open #nav-toggle span.toggle {
background: #fff;
}
.open #nav-toggle span.toggle:nth-child(1) {
top: 5px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.open #nav-toggle span.toggle:nth-child(2) {
top: 10px;
width: 0;
left: 50%;
}
.open #nav-toggle span.toggle:nth-child(3) {
top: 5px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
z-index: 1000;
}
#container {
z-index: 900;
}
#gloval-nav {
background-color: rgba(0, 0, 0, .8);
color: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 990;
text-align: center;
display: flex;
visibility: hidden;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 29px;
opacity: 0;
transition: opacity .3s ease, visibility .3s ease;
}
#gloval-nav a {
display: block;
color: #fff;
text-decoration: none;
padding: 20px 0;
transition: color .3s ease;
font-size: 28px;
font-family: 'Poppins', sans-serif;
font-weight: 300;
letter-spacing: .2em;
}
#gloval-nav a:hover {
color: #666;
}
#gloval-nav ul {
list-style: none;
padding: 0;
}
#gloval-nav ul li {
opacity: 0;
-webkit-transform: translateX(200px);
transform: translateX(200px);
transition: opacity .2s ease, -webkit-transform .3s ease;
transition: transform .3s ease, opacity .2s ease;
transition: transform .3s ease, opacity .2s ease, -webkit-transform .3s ease;
}
#gloval-nav ul li:nth-child(2) {
transition-delay: .05s;
}
#gloval-nav ul li:nth-child(3) {
transition-delay: .15s;
}
#gloval-nav ul li:nth-child(4) {
transition-delay: .25s;
}
/* open */
.open {
overflow: hidden;
}
.open #gloval-nav {
visibility: visible;
opacity: 1;
}
.open #gloval-nav li {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
transition: opacity .9s ease, -webkit-transform 1s ease;
transition: transform 1s ease, opacity .9s ease;
transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

@media screen and (max-width: 767px) {

	#nav-toggle {
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	}

	#gloval-nav a {
	font-size: 24px;
	padding: 5px 0;
	}
}



/* ■ フッターナビ（FooterNav） ==================================================================================== */

#FooterNav {
background-color: var(--color-main);
}

.FooterNav_Menu a {
color: #fff;
}

/* 親メニュー */
.Footer_Mds {
color: #fff;
font-family: AvenirNextLTPro-Demi;
}

/* SNS */
.Footer_SNS .Icon_SNS {
text-indent: -9999px;
}


.Footer_SNS li {
margin-right: 3rem;
}

.Footer_SNS li:last-child {
margin-right: 0;
}

@media only screen and (max-width: 767px) {

	#FooterNav {
	padding: 4.2rem 2rem 6rem 2rem;
	text-align: center;
	}

	/* 親メニュー */
	.FooterNav_Level1 {
	margin-top: 5rem;
	}

	.FooterNav_Level1:first-child {
	margin-top: 4rem;
	}
	
	.FooterNav_Level1 .Footer_Mds {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.01em;
	}

	/* 子メニュー */
	.FooterNav_Level2 {
	margin-top: 2.2rem;	
	}
	
	.FooterNav_Level2 li {
	margin-top: 1.4rem;
	}

	.FooterNav_Level2 a {
	font-size: 1.3rem;
	}

	/* SNS */
	.Footer_SNS {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
	}
	
	.Footer_SNS .Icon_SNS span,
	.Footer_Mds.Footer_SNSMds {
	display: none;
	}

}

@media print, screen and (min-width: 768px) {

	#FooterNav {
	padding-top: 8.3rem;
	padding-bottom: 8rem;
	}

	/* SNS */
	.Footer_SNS {
	display: flex;
	justify-content: center;
	margin-top: 1.8rem;
	}

	.Footer_SNS .Icon_SNS {
	position: relative;
	}
	
	.Footer_SNS .Icon_SNS:before {
    display: inline-block;
	position: absolute;
	left: 0;
	width: 3.4rem;
    height: 3.4rem;
	border: 1px solid #fff;
	border-radius: var(--border-r3);
	content: "";
	}
	
	.Footer_SNS li:first-child .Icon_SNS:after {
	display: block;
    position: absolute;
    left: 0.6rem;
    right: 0;
    margin: auto;
	width: 1.8rem;
	height: 1.8rem;
	background: url(/img/common/icon/Icon_Instagram.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain !important;
	content: "";
	}

	.Footer_SNS li:nth-child(2) .Icon_SNS:after {
	display: block;
    position: absolute;
    left: 0.4rem;
    right: 0;
    margin: auto;
	width: 2.6rem;
	height: 1.6rem;
	background: url(/img/common/icon/Icon_Twitter.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain !important;
	content: "";
	}

	.Footer_SNS li:nth-child(3) .Icon_SNS:after {
	display: block;
    position: absolute;
    left: 0.5rem;
    right: 0;
    margin: auto;
	width: 1rem;
	height: 2rem;
	background: url(/img/common/icon/Icon_Facebook.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain !important;
	content: "";
	}

	.Footer_SNS li:nth-child(4) .Icon_SNS:after {
	display: block;
    position: absolute;
    left: 0.5rem;
    right: 0;
    margin: auto;
	width: 2.3rem;
	height: 1rem;
	background: url(/img/common/icon/Icon_Line.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain !important;
	content: "";
	}

	.Footer_SNS .Icon_SNS span {
	display: inline-block;
	margin-left: 3.6rem;
	font-size: 1.3rem;
	}

	.Footer_SNS li {
	margin-bottom: 0.8rem;
	}

	.Footer_SNS .Icon_SNS img {
	display: none;
	}
	
	.Footer_SNS .Icon_SNS_Reverse {
	border: 1px solid transparent;
	background: var(--color-main);
	}
	
}

@media print, screen and (min-width: 1110px) {

	.FooterNav_Menu a:hover {
	color: var(--color-sub1);
	}
	
	.FooterNav_Level1 > a:hover {
	color: #fff;
	}

}

@media print, screen and (min-width: 1110px) {

	.Footer_SNS .Icon_SNS:hover {
	text-indent: -9999px;
	}

	.Footer_SNS .Icon_SNS:hover:after {
	filter: invert(89%) sepia(55%) saturate(13%) hue-rotate(206deg) brightness(107%) contrast(103%);
	content: "";
	}

	.Footer_SNS .Icon_SNS:hover:before {
	border: 1px solid transparent;
	background: #fff;
	}

}

/* ■ フッター（Footer） ==================================================================================== */

#Footer {
text-align: center;
background: #000;
}

/* コピーライト */
.Footer_Copyright {
color: #fff;
}

.Footer_Credit {
position: relative;
}

.Footer_Logo a {
display: block;
}

@media only screen and (max-width: 767px) {

	#Footer {
	padding: 4rem 2rem 8rem 2rem;	
	}

	#FooterUnit.FooterUnit2 {
	height: auto;
	padding-top: 4.5rem;
	padding-bottom: 0.5rem;
	}

	/* コピーライト */
	.Footer_Copyright {
	font-size: 1.2rem;
	line-height: 2.2;
	letter-spacing: 0.04em;
	}

	.Footer_Credit {
	padding-top: 3rem;
	}

	.Footer_Credit:before {
	top: 0;
	width: 8.46rem;
	height: 4.22rem;
	}
	
	.Footer_Logo {
	width: 8.46rem;
	margin: 0 auto;	
	}
	
	.Footer_Copyright {
	margin-top: 2.5rem;
	}

}

@media only screen and (max-width: 372px) {
	
	/* コピーライト */
	.Footer_Copyright {
	font-size: 1rem;
	}

}

@media print, screen and (min-width: 768px) {

	#FooterUnit {
	height: 20.2rem;
	padding-top: 2rem;
	}

	#FooterUnit.FooterUnit2 {
	height: auto;
	padding-top: 4rem;
	padding-bottom: 4rem;
	}
	
	.Footer_Credit {
	margin-top: 2rem;
	}
	
	/* コピーライト */
	.Footer_Copyright {
	padding-top: 2.1rem;
	font-size: 1rem;
	letter-spacing: 0.04em;
	}
	
	.Footer_Logo {
	display: flex;
	justify-content: center;
	}

	.Footer_Credit:before {
	width: 8.55rem;
	height: 4.28rem;
	}

}



/*
/* -------------------------------------------------------------------------- */

.PageFooter {
	position: relative;
	padding: 74px 20px;
	background: #000;
	color: #fff;
}

.PageFooter__SocialLinks {
	display: flex;
	gap: 28px;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.PageFooter__SocialLinks a {
	text-decoration: none;
}

.PageFooter__SocialLinks .Icon {
	position: static;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	display: flex;
	width: 33px;
	height: 33px;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	background: #fff;
}

.PageFooter__Logo {
	display: flex;
	justify-content: center;
	margin-top: 56px;

	& img {
		display: block;
		width: auto !important;
	}
}

.PageFooter__Copyright {
	margin-top: 35px;
	font-size: 12px;
	text-align: center;
}

@font-face {
	font-family: "icon";
	font-style: normal;
	font-weight: normal;
	src: url( "data:font/woff2;base64,d09GMgABAAAAAAWgAAsAAAAADPAAAAVQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIIGBmAAhhgKhySGQQE2AiQDeAs+AAQgBYQWB4FBG4cLUVRuNiH7AttGPsYyzbmc1x2DmpIOYBDY7oULyG6wBtEAAAAQRLXfZ88+hE90DPYuRIoQPbBGFCY2FRVhgYQluG/tN4OIpUWjehJLKnt3c2J7b2/uf8QyiQpZI4lMCaQAPNBf7e1tZ6c1iR8nRRdFRUs/TzNfgUSz3VyugZ3C7mDZsYT8oRCOuzj7b782STkPiQDg6fN/r2qmhf4DybqZzwISxbFH15jWLVqgsRdhrVStWU+JSlwT8eo1e7gakbcfggDXkAnUaWljG2qC5Bg66NRSQdpagudIKBsE6S3nFzbxSJm8PtNssuU8eWk1oKPHFwhF2hnXnEdxpDKyPDl5nsKgoUFXVpSmDa9mKUlkZQXi/YTOYUjk1GQppphGl0gFLLqAK8uqMimVuKtNFylJD8TpMh+TlVdUVqXriC5TDOY5ACThh48zNUMxEtQ15naLFvwgB5wFeM5dpH64nAMMoIE+oEP69qoHCkkd0bi3L3Ic4LMpum0Smfzg/39YJ6Bz3CzUUfiqOvTpKvCE+WTAvTz7JWJFBalIRf5i719WYjBZbA6hLt4fR3LUbl7pVwM3V0uI54U02p/AKDv8FWRLHyABNTWwzsID6xGCDfDBRlTBJgRgM1ywBTmwFTWwDQnYgRjsRBHsQgHsRgr2IAJ7UQH7kQcHkAEHkQWHUAZHpCV8gMLAB6Ew8UFRWPigUdj4oFM4+GBQCD6YDlZxWXAAlw3zJ6V5HcDYqTeXFcgFlGCazYRBJ5QU6tHALrkAp6faYbaqvgaDjTghVSqgzdaCYscGV6XKiJKTcSOScm5VT522OUnDWFvTxH6uyisidsmzgW4+sUrftV4G2F13mkENDOTIWPENDDvCrRCAR5DHIHEcMN2w23zc4aOGUUIRAUAMEAFasCARXFhYw53pgbPfn4Mu+BQ7DdZXUAUQn4/y96elcxU5skt2bTCV0We3dWfJY74qjqNBrHPy5XEV6CFbhPpK09AvBAPpYSJ/fsJARraB7q802bWZD95FaG68tqzyjR8lmaQ/28/ER+n3jjL4Dv2i7cVzqM9oedqI0WK0GqOWMSf/auRyxr0j52BA7jOe9RnioetBGH0FdoutxHosu/WhmCKFAgaMvX2jPTrkf1JXYonqUFIa5ZeLdiVZiqXakOQJEr6+YssdMf71n/S/Kz/Nh7kirWnvo83wbnth/Njhl+G8ZOe11WKWbI5tw4MqT1nKvNkdokVhy5F8V+m00q63rfRtvAjO3mWy1DxD/ZMzxb+Xuv6lOq6SAWC/bgnAKbt5rkeOOCdrXWgf/Q4EgpvfaZ+z2tmvLGcBfHly6sMgZ+uqbQpsI/XzB32evPWWEdkfZZyy4y9YphiAAi4XfO3SsdeH6pW/kJagWOzUrsEdga3zCzB4GjDZeuDqNXK4J2OVQpI6iNheASV0FprYRbbOvwFD3guYYq/gWux3BU9H1LPNVLFtevEmOVko9cISCndJp16pGBoYKt5mmWLSkskSxqVIc84wsy1srSKx1HI5CkMlEq18MrnfZU6mBwY31+3Tb6oIPCYlZvvrs03EkQnJR2wQGjSvuYtoKW/5wrABQwz2sjNmKUuMWKdZ75JwQI5j2EHMlpttpikRYcZqcRLqKkXYW7+ej5hYv60rVCSmDcrJNnOd/bt3R4/09Pgu/Hv1SIkmuhhiiiW2OOKKJ74EEkoksSSSSkaykpO8FKQoJSlLRapSk7o0sDtpkqFUUO7FKUtHy6go9GIq5bzHTLoozsKwIEuKQrK5yFL5uFh7jstoo0QTCQ1UGKCHMabI6KDGCEPMY4YJWugCAAAA" );
}

:root {
	--iconfont: "icon";

	--icon-facebook: "\e005";

	--icon-instagram: "\e006";

	--icon-line: "\e007";

	--icon-twitter: "\e008";

	--icon-null: "\e000";

	--icon-up: "\e001";

	--icon-left: "\e002";

	--icon-down: "\e003";

	--icon-right: "\e004";

}

.Icon {
	--icon: none;
	display: inline-block;
	font-family: var( --iconfont );
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	vertical-align: middle;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* stylelint-disable */
	/* For With CJK Text =========== */
	position: relative;
	top: -0.1em;
	/* stylelint-enable */
}

.Icon::before {
	content: var( --icon );
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-variant: inherit;
	line-height: inherit;
	text-transform: inherit;
	vertical-align: inherit;
}


.Icon.-facebook {
	--icon: var(--icon-facebook);
}

.Icon.-instagram {
	--icon: var(--icon-instagram);
}

.Icon.-line {
	--icon: var(--icon-line);
}

.Icon.-twitter {
	--icon: var(--icon-twitter);
}

.Icon.-null {
	--icon: var(--icon-null);
}

.Icon.-up {
	--icon: var(--icon-up);
}

.Icon.-left {
	--icon: var(--icon-left);
}

.Icon.-down {
	--icon: var(--icon-down);
}

.Icon.-right {
	--icon: var(--icon-right);
}





/* ページの先頭へ（PageTop） --------------------------------------------------- */
#PageTop {
	position: fixed;
	z-index: 1000;
}

@media only screen and (max-width: 767px) {

	#PageTop {
	right: 10px;
	bottom: 10px;
	}
	
	#PageTop img {
	width: 40px;
	height: auto;
	}


}

@media print, screen and (min-width: 768px) {

	#PageTop {
	display: none;
	right: 20px;
	bottom: 20px;
	}

}



/* 見出し --------------------------------------------------- */


@media only screen and (max-width: 767px) {

	#SubMenu {
	    margin: 25px 0;
	    text-align: center;
	}
	
	#SubMenu h2 {
	    font-size: 24px;
	    color: #fff;
	    line-height: 1.2em;
	}

}


@media print, screen and (min-width: 768px) {

	#SubMenu {
	    margin: 40px auto;
	    text-align: center;
	}
	
	#SubMenu h2 {
	    font-size: 50px;
	    color: #fff;
	}

}


/* 注意書き --------------------------------------------------- */

/* ListKome */
.ListKome li {
margin: 0 0 3px 0;
padding: 0 0 0 15px;
line-height: 1.6em;
background: url(../img/common/icon/Icon_ListKome.png) no-repeat top;
background-position: 0 3px;
}

/* ListKomeS */
.ListKomeS li {
margin: 0 0 3px 0;
padding: 0 0 0 12px;
background: url(../img/common/icon/Icon_ListKomeS.png) no-repeat top;
background-position: 0 4px;
}


@media only screen and (max-width: 767px) {

	    .ListKomeS {
	    margin-bottom: 20px;
	    }

	    .ListKomeS li {
	    margin: 5px 0 5px 0;
	    font-size: 86%;
	    color: #e6e6e6;
	    line-height: 1.4em;
	    }

}

@media print, screen and (min-width: 768px) {
	
	    .ListKomeS {
	    margin-bottom: 25px;
	    }

	    .ListKomeS li {
	    margin: 5px 0 5px 0;
	    font-size: 86%;
	    line-height: 1.4em;
	    }

}


/* ClearFix  --------------------------------------------------- */

.ClearFix {
zoom: 1;
}

.ClearFix:after {
content: ""; 
display: block; 
clear: both;
}

#Header, #Footer, #GlobalNav, #Stage, #PageTop, #FooterNav, .IndexMenu, .IndexMenu1, .IndexMenu2, .InstaMenu, .TabMenu, .LRBox, .PageNation {
zoom: 1;
}

#Header:after, #Footer:after, #GlobalNav:after, #Stage:after, #PageTop:after, #FooterNav:after, .IndexMenu:after, .IndexMenu1:after, .IndexMenu2:after, .InstaMenu:after, .TabMenu:after, .LRBox:after, .PageNation:after {
content: ""; 
display: block; 
clear: both;
}


