html,
body {
	width: 100%;
	height: 100%;
	font-size: 10px;
	font-size: 62.5%;
	color: #404040;
}

body {
	margin: 0;
	font-family: meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	background-color: #fff;
}

#container {
	width: 100%;
	height: 100%;
	height: auto;
	min-height: 100%;
}

/* Header */
#header {
	position: relative;
	width: 100%;
	height: 156px;
	z-index: 99;
}

#header h1 {
	position: absolute;
	top: 50%;
	left: 8px;
	width: 204px;
	height: 32px;
	margin: 0;
	transform: translateY(-50%);
	line-height: 0;
}
#headerLogo img {
	width: 204px;
	height: 32px;
	margin: 0;
}

#spHeaderLogo {
	display: none;
}

#subMenuBox ul {
	position: absolute;
	top: 16px;
	right: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#subMenuBox ul:after {
	clear: both;
	content: "";
	display: block;
}
#subMenuBox ul li {
	position: relative;
	margin-right: 40px;
	float: left;
}
#subMenuBox ul li:last-of-type {
	margin: 0;
}
#subMenuBox ul li a {
	font-size: 1.3rem;
	color: #404040;
	line-height: 100%;
	margin: 0;
	text-decoration: none;
}
#subMenuBox ul li a:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #008fdf;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
#subMenuBox ul li a:hover:after {
	transform: scale(1, 1);
}

#narrowHeader {
	position: fixed;
	top: -56px;
	left: 0;
	width: 100%;
	height: 56px;
	background-color: #fff;
	border-bottom: solid 1px #afafaf;
	margin: 0;
	opacity: 0;
	z-index: 999;
}
#narrowHeader h1 {
    margin: 0;
}
#nrHeaderLogo {
	position: absolute;
	top: 50%;
	left: 8px;
	width: auto;
	height: 26px;
	margin-top: -13px;
	padding: 0;
	display: block;
}
#nrHeaderLogo img {
	width: auto;
	height: 26px;
}

#header .inner,
#narrowHeader .inner {
	position: relative;
	width: 1184px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#nrMenuBox > ul > li > a,
#nrMenuBox > ul > li > ul > li > a {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}
#nrMenuBox > ul > li > a > img {
	width: 152px;
	height: 56px;
}
#nrMenuBox > ul > li > a:hover {
	transition: .5s;
	opacity: 0;
}

/* Menu */
#menuBox,
#nrMenuBox {
	position: absolute;
	right: 8px;
	width: 912px;
	margin: 0;
	padding: 0;
	display: block;
}
#menuBox {
	bottom: 0;
	height: 112px;
	background-image: url("../index/menu_back.gif");
	background-size: 912px 112px;
}
#nrMenuBox {
	top: 0;
	height: 56px;
}
#menuBox:after,
#nrMenuBox:after {
	display: block;
	content: "";
	clear: both;
}
#menuBox ul {
	list-style: none;
	width: 152px;
}
#menuBox > ul,
#nrMenuBox > ul {
	position: relative;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#menuBox > ul {
	background-image: url("../img/menu_back.gif");
	background-size: 912px 112px;
}
#nrMenuBox > ul {
	background-image: url("../img/menu_back_s.gif");
	background-size: 912px 56px;
}
#nrMenuBox > ul:after {
	display: block;
	content: "";
	clear: both;
}
#menuBox > ul > span:first-of-type,
#nrMenuBox > ul > span:first-of-type {
	position: absolute;
	left: 0;
	height: 56px;
	border-right: solid 1px #afafaf;
	z-index: 1;
}
#menuBox > ul > span:first-of-type {
	top: 50%;
	margin-top: -28px;
}
#nrMenuBox > ul > span:first-of-type {
	top: 0;
	margin: 0;
}
#menuBox ul li,
#nrMenuBox ul li {
	position: relative;
}
#menuBox > ul > li,
#nrMenuBox > ul > li {
	position: relative;
	width: 152px;
	margin: 0;
	float: left;
	flex: 1;
}
#menuBox > ul > li {
	height: 112px;
}
#nrMenuBox > ul > li {
	height: 56px;
}
#menuBox > ul > li > span,
#nrMenuBox > ul > li > span {
	position: absolute;
	right: 0;
	height: 56px;
	border-right: solid 1px #afafaf;
}
#menuBox > ul > li > span {
	top: 50%;
	margin-top: -28px;
}
#nrMenuBox > ul > li > span {
	top: 0;
	margin: 0;
}
#menuBox a {
	display: block;
	cursor: pointer;
}
#menuBox a:hover {
	text-decoration: none;
}
#menuBox > ul > li > a {
	width: 100%;
	height: 100%;
	padding: 0;
	display: block;
}
#menuBox > ul > li > a:hover {
	transition: .5s;
	opacity: 0;
}
#menuBox > ul > li > a > img {
	width: 152px;
	height: 112px;
}
#menuBox .level1,
#menuBox .level2,
#nrMenuBox .level1,
#nrMenuBox .level2 {
	position: absolute;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#menuBox .level1 {
	top: 112px;
	left: 0;
	width: 152px;
}
#nrMenuBox .level1 {
	top: 56px;
	left: 0;
	width: 152px;
}
#menuBox .level2,
#nrMenuBox .level2 {
	top: 0;
	left: 152px;
	width: auto;
	min-width: 152px;
	white-space: nowrap;
}
#menuBox .level1 a,
#menuBox .level2 a,
#nrMenuBox .level1 a,
#nrMenuBox .level2 a {
	height: 40px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 100%;
	text-decoration: none;
	background-color: rgba(0, 0, 0, .7);
	padding: 15px 12px 0;
	display: block;
	box-sizing: border-box;
}
#menuBox .level1 a,
#nrMenuBox .level1 a {
	width: 152px;
}
#menuBox .level2 a,
#nrMenuBox .level2 a {
	width: auto;
}
#menuBox .level1 a img,
#nrMenuBox .level1 a img {
	width: 14px;
	margin-left: 8px;
	vertical-align: -2px;
}
#menuBox .level1 .active,
#menuBox .level2 .active,
#nrMenuBox .level1 .active,
#nrMenuBox .level2 .active {
	color: #fff;
	background-color: #008fef;
}
#menuBox .levelArrow:after,
#nrMenuBox .levelArrow:after {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 7px;
	height: 7px;
	content: "";
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	margin-top: -4px;
}

#navi-btn,
#navi-menu {
	display: none;
}

/* Contents */
#contentsTitle {
	position: relative;
	width: 100%;
	height: 152px;
	background: #f0f0f0;
}
#contentsTitle .inner {
	position: relative;
	width: 1184px;
	height: 152px;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
}

#contentsTitle h1 {
	position: absolute;
	top: 50%;
	left: 80px;
	width: auto;
	height: 24px;
	transform: translateY(-50%);
	margin: 0;
}
#contentsTitle h1 img {
	width: auto;
	height: 24px;
}

#contents {
	margin: 0;
	padding: 0;
}

.contentsBox {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
#breadList .inner,
.contentsBox .inner,
#footer .inner{
	position: relative;
	width: 1184px;
	padding: 0 8px;
	margin: 0 auto;
	box-sizing: border-box;
}
#breadList .inner:after,
.contentsBox .inner,
#footer .inner:after {
	display: block;
	content: "";
	clear: both;
}

/* Under Layer Menu */
#underLayerMenu {
	width: 100%;
	background-color: #f0f0f0;
	margin: 0 0 8px;
	padding: 0;
}
#underLayerMenu .inner {
	position: relative;
	width: 1184px;
	margin: 0 auto;
	padding: 0 8px;
	box-sizing: border-box;
}
#underLayerMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#underLayerMenu ul:after {
	content: "";
	display: block;
	clear: both;
}
#underLayerMenu ul li {
	position: relative;
	line-height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	box-sizing: border-box;
}
#underLayerMenu ul li:before {
	position: absolute;
	top: 20px;
	left: 14px;
	width: 6px;
	height: 6px;
	border-top: solid 1px #004fc0;
	border-right: solid 1px #004fc0;
	content: "";
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#underLayerMenu ul li a {
	width: 100%;
	height: 48px;
	color: #404040;
	font-size: 1.4rem;
	line-height: 100%;
	text-decoration: none;
	padding: 18px 24px 0 32px;
	display: block;
	box-sizing: border-box;
}
#underLayerMenu ul li:hover {
	background-color: #008fdf;
}
#underLayerMenu ul li:hover:before {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}
#underLayerMenu ul li:hover a {
	color: #fff;
}
#underLayerMenu ul li.curent {
	height: 48px;
	color: #fff;
	font-size: 1.4rem;
	background-color: #004fc0;
	padding: 18px 24px 0 32px;
}
#underLayerMenu ul li.curent:before {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

/* Bread List */
#breadList {
	width: 100%;
	margin: 0;
	padding: 16px 0;
}
#breadList ul {
	width: 100%;
	height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadList ul:after {
	content: "";
	display: block;
	clear: both;
}
#breadList ul li {
	position: relative;
	height: 24px;
	font-size: 1.4rem;
	line-height: 100%;
	margin: 0;
	padding: 6px 12px 6px 20px;
	box-sizing: border-box;
	float: left;
}
#breadList ul li:first-of-type {
	margin: 0;
	padding: 0;
	padding-right: 8px;
}
#breadList ul li:first-of-type:before {
	content: none;
}
#breadList ul li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin: -3px 0 0;
	border-top: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#breadList ul li a {
	color: #404040;
	text-decoration: underline;
}
#breadList ul li a:hover {
	color: #008fdf;
	text-decoration: none;
}
#breadHome {
	width: 24px;
	height: 24px;
	background-image: url("../img/bread_home_icn.gif");
	background-size: 24px 48px;
	display: block;
}
#breadHome:hover {
	background-position: 0 -24px;
}

/* Title */
h2 {
	position: relative;
	width: 100%;
	height: 24px;
	text-align: center;
	margin: 0;
}
h2:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
	border-bottom: solid 1px #004fc0;
	content: "";
	display: block;
}
h2 strong {
	position: relative;
	height: 24px;
	background-color: #fff;
	font-size: 2.0rem;
	font-weight: lighter;
	line-height: 100%;
	letter-spacing: 0.1rem;
	text-indent: 0.1rem;
	margin: 0 auto;
	padding: 4px 16px 0;
	box-sizing: border-box;
	display: inline-block;
}

/* Footer */
#footer {
	position: relative;
	width: 100%;
	padding: 104px 0 32px;
	background-color: #002060;
}

#footerSitemap {
	width: calc(100% - 336px);
	float: left;
}
#footerSitemap:after {
	display: block;
	content: "";
	clear: both;
}
#footerSitemap .horizontal li {
	float: left;
}
#footerSitemap .horizontal li img {
	width: 13px;
	margin-left: 8px;
	vertical-align: -2px;
}
.sitemapBox {
	width: 176px;
	float: left;
	margin: 24px 24px 0 0;
}
.sitemapBox:first-of-type {
	width: 100%;
	margin: 0;
}
.sitemapBox p {
	font-size: 1.4rem;
	color: #fff;
	border-bottom: solid 1px #fff;
	margin: 0;
	padding: 0 4px 8px;
	line-height: 100%;
}
.sitemapBox ul,
.sitemapBox ul li ul {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}
.sitemapBox:first-of-type ul {
	margin: 0;
}
.sitemapBox:first-of-type ul:after {
	content: "";
	display: block;
	clear: both;
}
.sitemapBox ul li {
	position: relative;
	color: #fff;
	margin: 0;
	padding: 6px 0 6px 16px;
	box-sizing: border-box;
}
.sitemapBox ul li img {
	width: 13px;
	margin-left: 8px;
	vertical-align: -2px;
}
.sitemapBox ul li ul li {
	padding: 6px 0 6px 0;
}
.sitemapBox:first-of-type ul li {
	width: calc(100% / 5);
	padding: 6px 0 6px 16px;
}
.sitemapBox:first-of-type ul li:before,
.sitemapBox > ul > li:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	display: inline-block;
	content: "";
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sitemapBox ul li a,
.sitemapBox ul li span {
	color: #fff;
	line-height: 100%;
	font-size: 1.1rem;
	text-decoration: none;
	padding-left: 1px;
}
.sitemapBox ul li a:hover {
	border-bottom: solid 1px #fff;
}

#footerInfo {
	position: relative;
	width: 320px;
	background-color: rgba(255, 255, 255, .12);
	padding: 16px 16px 24px;
	float: right;
	box-sizing: border-box;
}
#footerOutside {
	width: 288px;
	height: auto;
	display: block;
}
#footerLogo {
	position: relative;
	width: 200px;
	margin: 16px 0 0;
}
#footerInfo p {
	position: relative;
	color: #fff;
	font-size: 1.2rem;
	line-height: 184%;
	margin: 8px 0 0;
}
#footerInfo ul {
	width: 80px;
	list-style: none;
	margin: 8px auto 0;
	padding: 0;
	display: block;
}
#footerInfo ul:after {
	content: "";
	display: block;
	clear: both;
}
#footerInfo ul li {
	float: left;
	margin: 0;
	padding: 0 4px;
}
#footerInfo ul li a {
	width: 32px;
	height: 32px;
	display: block;
}
#footerInfo ul li a img {
	width: 32px;
	height: 32px;
}

#copyright {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 1);
	padding: 12px 0;
	float: right;
}

/* Coming Soon */
#comingSoonBox {
	position: relative;
	width: 100%;
	margin: 24px 0 0;
	padding: 0 0 48px;
}
#comingSoonBox h3 {
	font-size: 2.4rem;
	color: #004fc0;
	text-align: center;
	margin: 0 0 24px;
	padding: 24px 0 0;
}
#comingSoonBox p {
	font-size: 1.4rem;
	line-height: 240%;
	text-align: center;
	margin: 0;
	padding: 0 0 64px;
}


@media screen and (max-width:414px) {
	/* Header */
	#header {
		position: fixed;
		top: 0;
		width: 100%;
		height: 48px;
		background-color: #fff;
		border-bottom: solid 1px #afafaf;
	}
	#header .inner {
		position: fixed;
		top: 0;
		width: 100%;
		height: 48px;
		padding: 0;
	}
	#header h1 {
		left: 16px;
		width: 168px;
		height: auto;
	}
	#headerLogo {
		width: 168px;
		height: auto;
	}
	#headerLogo img {
		width: 168px;
		height: auto;
	}

	#subMenuBox,
	#narrowHeader {
		display: none;
	}

	/* Menu Button */
	#menuBox {
		display: none;
	}
	.navi-btn {
		position: absolute;
		top: 50%;
		right: 16px;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		display: block !important;
		z-index: 9999;
	}
	.navi-btn span {
		position: absolute;
		top: 2px;
		display: block;
		width: 24px;
		height: 1px;
		background-color: #004fc0;
		border-radius: 1px;
		transition: all .3s;
	}
	.navi-btn span:nth-of-type(2) {
		top: 12px;
		opacity: 1;
		transition: all .3s;
	}
	.navi-btn span:last-of-type {
		top: 21px;
	}
	.navi-btn-on span:first-of-type {
		top: 11px;
		right: -4px;
		width: 32px;
		background-color: #fff;
		transform: rotate(-45deg);
	}
	.navi-btn-on span:nth-of-type(2) {
		transform: translateX(0);
		opacity: 0;
	}
	.navi-btn-on span:last-of-type {
		top: 11px;
		right: -4px;
		width: 32px;
		background-color: #fff;
		transform: rotate(45deg);
	}

	/* Menu */
	.navi-menu {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 20, 60, .8);
		padding: 48px 0 0;
		display: none;
		z-index: 9;
	}
	#menuBoxes {
		position: fixed;
		width: 100%;
		height: calc(100% - 64px);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.menuBox,
	.menuBox a {
		color: #fff;
		font-size: 1.6rem;
		line-height: 100%;
		margin: 0;
		padding: 0;
		text-decoration: none;
	}
	#menuBoxes .menuBox .menuTitle {
		position: relative;
		height: 40px;
		margin: 0;
		padding: 12px 16px 0;
		box-sizing: border-box;
		transition-duration: 0.2s;
	}
	#menuBoxes .menuBox .menuTitle img {
		width: 16px;
		margin-left: 8px;
		vertical-align: -2px;
	}
	#menuBoxes .menuBox .menuInner {
		display: none;
		padding: 0;
		box-sizing: border-box;
	}
	#menuBoxes .menuBox .menuInner .menuTitle {
		padding:  12px 32px;
	}
	#menuBoxes .menuBox .menuInner .menuInner .menuTitle {
		padding:  12px 48px;
	}
	#menuBoxes .menuBox .menuInner {
		background-color: rgba(0, 0, 0, .5);
	}
	#menuBoxes .menuBox .menuInner .menuInner {
		background-color: rgba(0, 0, 0, .6);
	}
	#menuBoxes .menuBox .menuTitle span {
		position: absolute;
		top: 50%;
		right: 16px;
		width: 24px;
		height: 24px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transition-duration: .2s;
		margin-top: -12px;
	}
	#menuBoxes .menuBox .menuTitle.open span {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	#menuBoxes .menuBox .menuTitle span:before,
	#menuBoxes .menuBox .menuTitle span:after {
		position: absolute;
		top: 50%;
		left: 4px;
		width: 16px;
		height: 1px;
		background-color: #fff;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transform: translateY(-50%);
		display: block;
		content: "";
	}
	#menuBoxes .menuBox .menuTitle span:before {
		top: 4px;
		left: 50%;
		width: 1px;
		height: 16px;
		transform: translateX(-50%);
	}
	#menuBoxes .menuBox .menuTitle.open span:before {
		content: none;
	}
	#menuBoxes .menuBox .menuTitle span:after {
		-webkit-transform: rotate(-0deg);
		transform: rotate(-0deg);
	}

	/* Contents */
	#contentsTitle {
		height: 96px;
		margin-top: 48px;
		overflow: hidden;
	}
	#contentsTitle .inner {
		width: 100%;
		height: 96px;
		margin: 0;
		padding: 0;
		line-height: 0;
	}

	#contentsTitle h1 {
		left: 50%;
		height: 20px;
		transform: translate(-50%, -50%);
	}
	#contentsTitle h1 img {
		height: 20px;
	}

	.contentsBox .inner,
	#breadList .inner,
	#footer .inner {
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}

	/* Under Layer Menu */
	#underLayerMenu .inner {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#underLayerMenu ul li {
		width: 50%;
		float: left;
	}
	#underLayerMenu ul li:before {
		top: 16px;
		left: 6px;
	}
	#underLayerMenu ul li a {
		height: 40px;
		font-size: 1.2rem;
		padding: 14px 0 0 22px;
	}
	#underLayerMenu ul li:hover {
		background-color: #f0f0f0;
	}
	#underLayerMenu ul li:hover:before {
		border-top: solid 1px #004fc0;
		border-right: solid 1px #004fc0;
	}
	#underLayerMenu ul li:hover a {
		color: #404040;
	}
	#underLayerMenu ul li.curent {
		height: 40px;
		font-size: 1.2rem;
		padding: 14px 0 0 22px;
	}

	/* Bread List */
	#breadList {
		padding: 12px 0 24px;
	}
	#breadList ul {
		height: auto;
	}
	#breadList ul li {
		height: 22px;
		font-size: 1.2rem;
		padding: 6px 5px 6px 16px;
	}
	#breadList ul li.multiple {
		margin: 6px 0 0 28px;
	}
	#breadList ul li a:hover {
		color: #404040;
		text-decoration: underline;
	}
	#breadList ul li:first-of-type {
		padding-right: 6px;
	}
	#breadHome:hover {
		background-position: 0 0;
	}
	#breadHome {
		width: 22px;
		height: 22px;
		background-image: url("../img/bread_home_icn.gif");
		background-size: 22px 44px;
		display: block;
	}

	/* Title */
	h2 strong {
		font-size: 1.8rem;
		padding: 4px 8px 0;
		letter-spacing: 0rem;
		text-indent: 0rem;
	}

	/* Footer */
	#footer {
		padding: 64px 0 16px;
	}
	#footerSitemap {
		width: 100%;
		float: none;
	}
	#footerSitemap .horizontal li {
		width: 50%;
	}
	.sitemapBox {
		width: 100%;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.sitemapBox {
		margin: 24px 0 0;
	}
	.sitemapBox:first-of-type {
		width: 100%;
		margin: 0;
	}
	.sitemapBox:first-of-type ul li {
		padding: 6px 0 6px 12px;
		box-sizing: border-box;
	}
	.sitemapBox p {
		font-size: 1.6rem;
		color: #fff;
		margin: 0px;
		padding: 0 8px 8px;
	}
	.sitemapBox ul {
		margin: 12px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.sitemapBox ul li ul {
		margin: 8px 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	.sitemapBox ul li {
		width: 50%;
		padding: 6px 0 6px 12px;
		box-sizing: border-box;
	}
	.sitemapBox ul li.underLayer {
		width: 100%;
	}
	.sitemapBox:first-of-type ul li:before,
	.sitemapBox > ul > li:before {
		top: 8px;
		left: 0;
	}
	.sitemapBox ul li ul li {
		padding: 6px 8px 6px 0;
	}
	.sitemapBox ul li a {
		font-size: 1.2rem;
	}
	.sitemapBox ul li.underLayer ul li {
		width: 50%;
	}
	.sitemapBox:nth-of-type(2) ul li:nth-of-type(4) ul li:first-of-type a {
		font-size: 1.1rem;
	}

	#footerInfo {
		width: 100%;
		background-color: rgba(255, 255, 255, .2);
		float: none;
		display: block;
		margin: 24px auto 0;
		box-sizing: border-box;
	}
	#footerOutside {
		width: 100%;
		height: auto;
	}
	#footerLogo {
		position: relative;
		top: auto;
		left: auto;
		width: 80%;
		height: auto;
		margin: 16px 0 0;
	}
	#footerInfo p {
		position: relative;
		top: auto;
		left: auto;
		margin: 8px 0 0;
	}

	#footerInfo ul {
		margin: 6px auto 0;
	}

	#copyright {
		float: none;
		font-size: 1.0rem;
		text-align: center;
	}

	/* Coming Soon */
	#comingSoonBox {
		padding: 0 0 40px;
	}
	#comingSoonBox h3 {
		font-size: 2.0rem;
		margin: 0 0 16px;
	}
}

@media all and (-ms-high-contrast: none) {
	#subMenuBox ul li a:after {
		bottom: -6px;
	}
}
@supports (-ms-ime-align: auto) {
	#subMenuBox ul li a:after {
		bottom: -6px;
	}
}
@-moz-document url-prefix() {
	#subMenuBox ul li a:after {
		bottom: -4px;
	}
}
