@charset "utf-8";

/* ****************************************************

layout.css
-----------------------------------
1: common parts for PC
	1-1: header
	1-2: main
	1-3: footer
	1-4: breadcrumbNav
-----------------------------------
2: common parts for Smartphone
	2-1: header
	2-2: main
	2-3: footer
	2-4: breadcrumbNav
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */


/*=================================

	1: common parts for PC

================================ */

/* ja */
.headerBlock .siteLogo > a,
.corporateInfo .siteLogo > a {
	font-family: 'Noto Sans Japanese', serif;
}
.siteUtility .languageSwitch .current > a,
.siteUtility .languageSwitch .otherLanguage li > .ja,
.siteUtility .fontSizeSwitch ul > li > a,
.languageLinks > .ja > a {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
.siteUtility .languageSwitch .otherLanguage li > .en,
.languageLinks > .en > a {
	font-family: Verdana, sans-serif;
}
.siteUtility .languageSwitch .otherLanguage li > .cn,
.languageLinks > .cn > a {
	font-family: Microsoft Yahei, Hiragino Sans GB, Verdana;
}

#allContainer {
	position: relative;
}
#globalHeader > .headerBlock,
#globalNav > ul,
#breadcrumbNav > ul,
#globalContents,
#footerNav > ul,
#globalFooter > .footerBlock {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}

@media only screen and (min-width: 769px) {

#allContainer {
	overflow: hidden;
}

/* hover common settings */
.siteUtility .socialLink li > a,
.shareIconList > li > a,
#footerContainer .pageTop > a {
	-webkit-transition: opacity 0.2s ease-out 0s;
	-moz-transition: opacity 0.2s ease-out 0s;
	-ms-transition: opacity 0.2s ease-out 0s;
	-o-transition: opacity 0.2s ease-out 0s;
	transition: opacity 0.2s ease-out 0s;
	opacity: 1;
}
.siteUtility .socialLink li > a:hover,
.shareIconList > li > a:hover,
#footerContainer .pageTop > a:hover {
	opacity: 0.9;
}
#globalNav > ul > li > a {
	-webkit-transition: background-color 0.2s ease-out 0s;
	-moz-transition: background-color 0.2s ease-out 0s;
	-ms-transition: background-color 0.2s ease-out 0s;
	-o-transition: background-color 0.2s ease-out 0s;
	transition: background-color 0.2s ease-out 0s;
}
.pagePrint a,
#footerContainer .pageTop > a {
	-webkit-transition: transform 0.2s ease-out 0s;
	-moz-transition: transform 0.2s ease-out 0s;
	-ms-transition: transform 0.2s ease-out 0s;
	-o-transition: transform 0.2s ease-out 0s;
	transition: transform 0.2s ease-out 0s;
}
.pagePrint a:active,
#footerContainer .pageTop > a:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

}

/* tablet */
.tablet body {
	min-width: 1200px;
}


/* 1-1: header
================================ */

/* headerContainer */
#headerContainer {
	position: relative;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 6px rgba(95, 95, 95, 0.35);
	-moz-box-shadow: 0 2px 6px rgba(95, 95, 95, 0.35);
	box-shadow: 0 2px 6px rgba(95, 95, 95, 0.35);
	z-index: 100;
}

/* headerBlock */
#globalHeader > .headerBlock {
	position: relative;
	padding-top: 37px;
}

/* siteLogo */
.headerBlock .siteLogo {
	position: relative;
	width: 120px;
	margin: 0 auto;
	z-index: 15;
}

/* siteUtility */
.headerBlock .siteUtility {
	position: absolute;
	top: 0;
	right: 10px;
}
.siteUtility > .utilityBox {
	position: relative;
	float: left;
}
.siteUtility > .utilityBox > * {
	height: 45px;
	padding-top: 12px;
}
.siteUtility .globalLink,
.siteUtility .siteSearch {
	width: 45px;
}
.siteUtility .globalLink {
	border-left: 1px solid #e0e0e0;
}
.siteUtility .globalLink a {
	outline: none;
}
.siteUtility .globalLink span {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	background: url(/ja/common/img/header_ic02.png) no-repeat 0 0;
	text-indent: -9999px;
}
.siteUtility .languageSwitch,
.siteUtility .siteSearch {
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.siteUtility .languageSwitch .current,
.siteUtility .languageSwitch .otherLanguage li,
.siteUtility dt,
.siteUtility .fontSizeSwitch li {
	color: #666666;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.11;
}
.large .siteUtility .languageSwitch .current,
.large .siteUtility .languageSwitch .otherLanguage li,
.large .siteUtility dt,
.large .siteUtility .fontSizeSwitch li {
	font-size: 10px;
	font-size: 1rem;
}
.siteUtility .languageSwitch {
	padding: 16px 18px 0;
}
.siteUtility .languageSwitch .otherLanguage li > a {
	color: #666666;
	outline: none;
}
.siteUtility .languageSwitch .otherLanguage {
	overflow: hidden;
}
.siteUtility .languageSwitch .otherLanguage li {
	float: left;
}
.siteUtility .languageSwitch .otherLanguage li + li {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #cccccc;
}
.siteUtility .languageSwitch .otherLanguage li > a {
	color: #444444;
}
.siteUtility .fontSizeSwitch {
	padding: 13px 20px 0;
}
.siteUtility .fontSizeSwitch dt {
	position: relative;
	top: 0.3em;
	float: left;
	margin-right: 10px;
	color: #666666;
}
.siteUtility .fontSizeSwitch dd {
	float: left;
}
.siteUtility .fontSizeSwitch ul {
	overflow: hidden;
	border: 1px solid #666666;
}
.siteUtility .fontSizeSwitch ul > li {
	display: table;
	float: left;
	width: 24px;
	line-height: 17px;
}
.large .siteUtility .fontSizeSwitch ul > li {
	line-height: 20px;
}
.siteUtility .fontSizeSwitch ul > li + li {
	margin-left: -1px;
	padding-left: 1px;
}
.siteUtility .fontSizeSwitch ul > li > a {
	display: table-cell;
	height: 17px;
	vertical-align: middle;
	padding: 0.1em 4px 0;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	color: #666666;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.siteUtility .fontSizeSwitch ul > li > .standard {
	font-size: 10px;
	font-size: 1rem;
}
.large .siteUtility .fontSizeSwitch ul > li > .standard {
	font-size: 8px;
	font-size: 0.8rem;
}
.siteUtility .fontSizeSwitch ul > li > .large {
	font-size: 15px;
	font-size: 1.5rem;
}
.large .siteUtility .fontSizeSwitch ul > li > .large {
	font-size: 12.5px;
	font-size: 1.25rem;
}
.siteUtility .fontSizeSwitch ul > li > a:hover,
.siteUtility .fontSizeSwitch ul > .active > a {
	background-color: #666666;
	color: #ffffff;
}
.siteUtility .siteSearch a {
	outline: none;
}
.siteUtility .siteSearch span {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	background: url(/ja/common/img/header_ic03.png) no-repeat 0 0;
	text-indent: -9999px;
}
.siteUtility .searchField {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(102, 102, 102, 0.75);
	z-index: 100;
}
.searchField .searchInner {
	display: table;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
.searchField form {
	display: table-cell;
	vertical-align: middle;
}
.searchField form > .searchBlock {
	position: relative;
	width: 100%;
	height: 50px;
}
.searchField form > .searchBlock > input {
	height: 50px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
}
.searchField form > .searchBlock > input[type="text"] {
	width: 100%;
	padding: 10px 160px 10px 10px;
	background-color: #ffffff;
	font-size: 20px;
	font-size: 2rem;
}
.searchField form > .searchBlock > .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	padding-left: 66px;
	background: #003391 url(/ja/common/img/header_ic04.png) no-repeat 40px 50%;
	color: #ffffff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}
.searchField form > .closeBtn {
	width: 46px;
	height: 46px;
	margin: 2em auto 0;
}
.searchField form > .closeBtn > a {
	display: block;
	width: 46px;
	height: 46px;
	background: url(/ja/common/img/header_bt01.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
}
.searchField form > .closeBtn > a:before {
	top: 50%;
	left: 0;
	margin-top: -7px;
}

/* globalNav */
#globalNav {
	position: relative;
	margin-top: -35px;
	z-index: 10;
}
#globalNav > ul {
	position: relative;
	max-width: 1200px;
	padding: 0 14px;
}
#globalNav > ul > li {
	float: left;
	width: 14%;
}
#globalNav > ul > li:nth-child(3) {margin-right: 17.5%;}
#globalNav > ul > li:nth-child(6) {width: 12.5%;}
#globalNav > ul > li > a {
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 0 24px;
	color: #333333;
	text-align: center;
	outline: none;
	z-index: 50;
}
#globalNav > ul > li > a > .title {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
}
#globalNav > ul > li > a[href*="javascript:void(0);"] {
	cursor: default;
}
#globalNav > ul > li .release img.linkIcon[src*="blank"] {
	top: 0.25em;
}
#globalNav > ul > .current > a {
	text-decoration: underline;
}
#globalNav > ul > .current > a > .title {
	border-bottom-color: #004ea2;
	color: #000000;
}

@media print, screen and (min-width: 769px) {
	
#globalNav {
	display: block !important;
}
#globalNav > ul > li > a:hover,
#globalNav > ul > li > a:active,
#globalNav > ul > .active > a {
	text-decoration: none;
	z-index: 100;
}
#globalNav > ul > .active > a:before,
#globalNav > ul > .active > a:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -12px;
	border-top: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid;
	border-left: 12px solid transparent;
}
#globalNav > ul > .active > a:before {
	display: none;
}
#globalNav > ul > .active > a:after {
	bottom: -2px;
	border-bottom-color: #f0f1f3;
}
#globalNav > ul > .active > a > .title {
	border-bottom-color: #ffffff;
	color: #666666;
	font-weight: normal;
}

/* dropDownMenu */
#globalNav .dropDownMenu {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 3.09% 3.34%;
	border: 1px solid #cccccc;
	border-top: none;
	background-color: #f0f1f3;
	z-index: 100;
}
#globalNav .dropDownMenu .navHeader > *:first-child,
#globalNav .dropDownMenu .navContainer > *:first-child,
#globalNav .dropDownMenu [class*=navType] > .col > *:first-child {
	margin-top: 0 !important;
}
#globalNav .dropDownMenu .categoryTop {
	padding: 0;
	line-height: 1.2;
}
#globalNav .dropDownMenu .categoryTop > * {
	display: inline-block;
	color: #484848;
	font-size: 17px;
	font-size: 1.7rem;
}
#globalNav .dropDownMenu .categoryTop > a {
	padding-left: 20px;
	background: url(/ja/common/img/com_arrow_ic19.png) no-repeat 0 0.2em;
}
#globalNav .dropDownMenu .navHeader {
	float: left;
	width: 15%;
}
#globalNav .dropDownMenu .navHeader > .linkType01.pcElm {
	margin-top: 2em;
}
#globalNav .dropDownMenu .navContainer {
	display: table;
	overflow: hidden;
	width: 85%;
}
#globalNav .dropDownMenu [class*=navType] > .col {
	display: table-cell;
	vertical-align: top;
}
#globalNav .dropDownMenu .navType01 > .col {
	width: 25%;
	padding-right: 17px;
	padding-left: 17px;
	border-left: 1px solid #9c9c9c;
}
#globalNav .dropDownMenu .navType01 > .col:nth-child(4n) {
	padding-right: 0;
}
#globalNav .dropDownMenu .navType02 > .col {
	width: 75%;
	padding-right: 17px;
	padding-left: 17px;
	border-left: 1px solid #9c9c9c;
}
#globalNav .dropDownMenu .navType02 > .col:nth-child(2n) {
	width: 25%;
	padding-right: 0;
}
#globalNav .dropDownMenu .navType03 > .col {
	width: 25%;
	padding-right: 17px;
	padding-left: 17px;
	border-left: 1px solid #9c9c9c;
}
#globalNav .dropDownMenu .navType03 > .col:nth-child(2n) {
	width: 75%;
	padding-right: 0;
}
#globalNav .dropDownMenu .linkType01 li + li {
	margin-top: 0.5em;
}
#globalNav .dropDownMenu .linkType01 li > a {
	padding-left: 18px;
	color: #484848;
	font-size: 14px;
	font-size: 1.4rem;
}
#globalNav .dropDownMenu .linkType01 li > a:before {
	top: 0.2em;
}
#globalNav .dropDownMenu .bnrList li + li {
	margin-top: 1px;
}
#globalNav .dropDownMenu .bnrList li img {
	width: 100%;
}
#globalNav .dropDownMenu .linkExpand > .img + * {
	margin-top: 0.5em;
}
#globalNav .dropDownMenu .releaseWrap01 {
	margin-top: -9px;
	border-top: none;
}
#globalNav .dropDownMenu .releaseWrap01 .release {
	border-bottom: none;
}
#globalNav .dropDownMenu .releaseWrap01 .release .entryDetail {
	padding: 9px 0;
}
#globalNav .dropDownMenu .otherLinks {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #cccccc;
}
#globalNav .dropDownMenu .navType02 .linkType01.range3Col > li {
	width: 33.33%;
	margin: 1em 0 0;
	padding-left: 1px;
}
#globalNav .dropDownMenu .navType02 .linkType01.range3Col > li:nth-child(-n+3) {
	margin-top: 0;
}

}

/* fixed */
#headerContainer:hover {
	background-color: #ffffff !important;
}
#headerContainer.moving,
#headerContainer.fixed {
	position: fixed;
	width: 100%;
}
#headerContainer.moving {
	top: -130px !important;
}
#headerContainer.fixed {
	top: 0;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transition: top 0.5s ease, background-color 0.2s ease-out 0s;
	-moz-transition: top 0.5s ease, background-color 0.2s ease-out 0s;
	-ms-transition: top 0.5s ease, background-color 0.2s ease-out 0s;
	-o-transition: top 0.5s ease, background-color 0.2s ease-out 0s;
	transition: top 0.5s ease, background-color 0.2s ease-out 0s;
}
.fixed #globalHeader > .headerBlock {
	padding-top: 17px;
}
.fixed .headerBlock .siteLogo {
	width: 224px;
	margin: 0 0 0 2px;
	padding: 1px 0;
}
.fixed .siteUtility > .utilityBox > * {
	height: 31px;
	padding-top: 7px;
}
.fixed .siteUtility .languageSwitch {
	padding-top: 13px;
}
.fixed .siteUtility .languageSwitch .current:after {
	top: 1.3em;
}
.fixed .siteUtility .languageSwitch .otherLanguage {
	top: 31px;
}
.fixed .siteUtility .fontSizeSwitch {
	padding-top: 10px;
}
.fixed #globalNav {
	width: 100%;
	max-width: 1200px;
	height: 53px;
	margin: -36px auto 0;
	padding-left: 254px;
}
.fixed #globalNav > ul {
	position: static;
	float: right;
	width: auto;
	padding: 0;
}
.fixed #globalNav > ul > li {
	width: auto;
	margin: 0 !important;
}
.fixed #globalNav > ul > li > a {
	padding: 16px 24px 10px;
}
.fixed #globalNav > ul > li:last-child > a {
	padding-right: 0;
}
.fixed #globalNav > ul > li > a > .title {
	padding-bottom: 1px;
}

@media only screen and (max-width: 1050px) {

.fixed #globalNav > ul {
	width: 100%;
}
.fixed #globalNav > ul > li {
	width: 16%;
	letter-spacing: -0.04em;
}
.fixed #globalNav > ul > li:nth-child(4) {
	width: 24%;
}
.fixed #globalNav > ul > li:nth-child(5) {
	width: 11%;
}
.fixed #globalNav > ul > li:nth-child(6) {
	width: 17%;
}
.fixed #globalNav > ul > li > a {
	padding-right: 0;
	padding-left: 0;
}

}

/* menu */
body > .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}
#headerContainer .menuSwitch,
#globalNav .utilityLinks,
#globalNav .close {
	display: none;
}


/* 1-2: main
================================ */
#contentsContainer {
	padding-top: 1.5em;
}

/* globalContents */
#globalContents {
	position: relative;
	padding: 0 10px 100px;
}
#globalContents > .noSide #main {
	float: none;
	max-width: 1200px;
}

/* main */
#main {
	float: left;
	width: 100%;
	max-width: 920px;
}
#main > *:first-child {
	margin-top: 0 !important;
}

/* sidebar */
#sidebar {
	float: right;
	width: 240px;
}
#sidebar > *:first-child {
	margin-top: 0 !important;
}

/* localNav */
#localNav {
	margin-top: 2.5em;
	line-height: 1.3;
}
#localNav > *:first-child {
	margin-top: 0 !important;
}
#localNav a,
#localNav span {
	display: block;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	outline: none;
}
#localNav a {
	color: #333333;
}
#localNav a .linkIcon {
	top: 0.25em;
}
#localNav .category2nd {
	border-top: 2px solid #cccccc;
}
#localNav .category2nd > a {
	padding: 19px 19px 18px;
	font-size: 24px;
	font-size: 2.4rem;
}
#localNav .category3rd {
	border-bottom: 1px solid #dddddd;
}
#localNav .category3rd > li {
	border-top: 1px solid #dddddd;
}
#localNav .category3rd > li > a,
#localNav .category3rd > li > span {
	position: relative;
	padding: 20px 20px 18px 28px;
	font-size: 16px;
	font-size: 1.6rem;
}
#localNav .category3rd > li > a:before,
#localNav .category3rd > li > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url(/ja/common/img/com_arrow_ic28.png) no-repeat 0 0;
}
#localNav .category4th > li > a,
#localNav .category4th > li > span {
	padding: 12px 25px 9px 40px;
	font-size: 15px;
	font-size: 1.5rem;
}
#localNav .category5th > li > a,
#localNav .category5th > li > span {
	padding: 12px 20px 11px 60px;
	font-size: 14px;
	font-size: 1.4rem;
}
#localNav .category6th {
	padding-bottom: 20px;
}
#localNav .category6th > li > a,
#localNav .category6th > li > span {
	padding: 7px 20px 6px 80px;
	font-size: 13px;
	font-size: 1.3rem;
}
#localNav .category3rd a:hover,
#localNav .category3rd span:hover,
#localNav .category4th a:hover,
#localNav .category4th span:hover,
#localNav .category5th a:hover,
#localNav .category5th span:hover,
#localNav .category6th a:hover {
	background-color: #919eae;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#localNav .category3rd a:hover:before,
#localNav .category3rd span:hover:before {
	display: none;
}
#localNav .category4th > li > a,
#localNav .category4th > li > span,
#localNav .category5th > li > a,
#localNav .category5th > li > span,
#localNav .category6th > li > a,
#localNav .category6th > li > span {
	position: relative;
}
#localNav .category4th > li > a:before,
#localNav .category4th > li > span:before,
#localNav .category5th > li > a:before,
#localNav .category5th > li > span:before,
#localNav .category6th > li > a:before,
#localNav .category6th > li > span:before {
	content: "";
	position: absolute;
	background: no-repeat 0 0;
}
#localNav .category4th > li > a:before,
#localNav .category4th > li > span:before,
#localNav .category5th > li > a:before,
#localNav .category5th > li > span:before {
	width: 8px;
	height: 12px;
	background-image: url(/ja/common/img/com_arrow_ic03.png);
}
#localNav .category4th > li > a:before,
#localNav .category4th > li > span:before {
	top: 1em;
	left: 20px;
}
#localNav .category5th > li > a:before,
#localNav .category5th > li > span:before {
	top: 1.1em;
	left: 40px;
}
#localNav .category6th > li > a:before,
#localNav .category6th > li > span:before {
	display: none;
}
#localNav .switch {
	position: relative;
	cursor: pointer;
}
#localNav .switch:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(/ja/common/img/com_other_ic02.png) no-repeat 0 -28px;
}
#localNav .switch > ul {
	-webkit-transition: background-color 0.2s ease-out 0s;
	-moz-transition: background-color 0.2s ease-out 0s;
	-ms-transition: background-color 0.2s ease-out 0s;
	-o-transition: background-color 0.2s ease-out 0s;
	transition: background-color 0.2s ease-out 0s;
}
#localNav .active > a,
#localNav .active > span {
	background-color: #f0f1f3;
	font-weight: bold;
}
#localNav .active > .switch:after {
	background-position: -14px -28px;
}
#localNav .active > ul,
#localNav .current > ul {
	background-color: #f0f1f3;
}
#localNav .current > a,
#localNav .current > a:hover,
#localNav .current > span,
#localNav .current > span:hover {
	background-color: #919eae;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#localNav .current > a:before,
#localNav .current > span:before {
	display: none !important;
}

/* sideNav */
[class*=sideNav] {
	margin-top: 2.5em;
}
[class*=sideNav] > *:first-child {
	margin-top: 0 !important;
}

/* sideNav01 */
.sideNav01 > .title {
	padding: 15px 0 14px;
	background-color: #f0f2f5;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.sideNav01 > .linkList > li > a {
	display: block;
	position: relative;
	padding: 8px 0 6px 20px;
	color: #444444;
	font-size: 14px;
	font-size: 1.4rem;
}
.sideNav01 > .linkList > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 12px;
	margin-top: -6px;
	background: url(/ja/common/img/com_arrow_ic03.png) no-repeat 0 0;
}
.sideNav01 > .linkList > li > a:hover {
	color: #0a5fbe;
}

/* sideNav02 */
.sideNav02 > .title {
	border-top: 2px solid #cccccc;
}
.sideNav02 > .title > span {
	display: block;
	padding: 24px 17px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.11;
}
.sideNav02 > .linkList {
	border-bottom: 1px solid #dddddd;
}
.sideNav02 > .linkList > li {
	border-top: 1px solid #dddddd;
}
.sideNav02 > .linkList > li > a {
	display: block;
	padding: 17px 0 15px 40px;
	background: url(/ja/common/img/com_arrow_ic03.png) no-repeat 20px 1.5em;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
}

/* sideWrap */
[class*=sideWrap] {
	margin-top: 2.5em;
}
[class*=sideWrap] > *:first-child {
	margin-top: 0 !important;
}

/* sidebarLinks */
.sidebarLinks + .sidebarLinks {
	margin-top: 2.5em;
}
.sidebarLinks .linkTitle {
	margin-top: 1em;
}
.sidebarLinks .banner figcaption {
	display: block;
	position: relative;
	margin-top: 1em;
	padding-left: 21px;
	line-height: 1.33;
}
.sidebarLinks .banner figcaption:before {
	content: "";
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 8px;
	height: 12px;
	background: url(/ja/common/img/com_arrow_ic03.png) no-repeat 0 0;
}
.sidebarLinks .banner figcaption .linkIcon {
	top: 0.1em;
	margin-right: 0;
}
.sidebarLinks .banner figcaption img[src*=blank].linkIcon,
.sidebarLinks .banner figcaption img[src*=sound].linkIcon {
	top: 0.25em;
}
.sidebarLinks .linkTitle {
	font-weight: bold;
}
.sidebarLinks .paragraph01,
.sidebarLinks [class*=linkType] {
	margin-top: 0.5em;
}
.sidebarLinks [class*=linkType] .linkIcon {
	margin-right: 0;
}

/* contentUtility */
.contentUtility {
	position: absolute;
	top: -54px;
	right: 10px;
}
.contentUtility > * {
	float: right;
	margin-right: 40px;
}
.contentUtility > *:first-child {
	margin-right: 0;
}

/* pagePrint */
.pagePrint a {
	display: table;
	padding: 0 20px;
	border: 1px solid #f0f2f5;
	background-color: #f0f2f5;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	color: #555555;
	outline: none;
}
.pagePrint a:link,
.pagePrint a:visited {
	text-decoration: none;
}
.pagePrint a:hover,
.pagePrint a:active {
	text-decoration: none;
	opacity: 0.9;
}
.pagePrint span {
	display: table-cell;
	height: 38px;
	vertical-align: middle;
	padding-left: 22px;
	background: url(/ja/common/img/com_print_ic01.png) no-repeat 0 50%;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

/* languageLinks */
.languageLinks > li {
	display: table;
	float: left;
	margin-left: 20px;
}
.languageLinks > li:first-child {
	margin-left: 0;
}
.languageLinks > li > a {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
	padding-left: 14px;
	background: url(/ja/common/img/com_arrow_ic03.png) no-repeat 0 50%;
	font-size: 12px;
	font-size: 1.2rem;
}
.languageLinks > li > a:link,
.languageLinks > li > a:visited {
	color: #444444;
	text-decoration: none;
}
.languageLinks > li > a:hover,
.languageLinks > li > a:active {
	color: #0a5fbe;
	text-decoration: underline;
}
.languageLinks > li .linkIcon {
	top: 0.25em;
}

/* otherContentsWrap */
#otherContentsWrap {
	background-color: #f0f2f5;
}


/* 1-3: footer
================================ */

/* footerNav */
#footerNav {
	position: relative;
	background-color: #313131;
}
#footerNav > ul {
	padding: 0 4.58%;
}
#footerNav > ul > li {
	float: left;
	width: 15%;
}
#footerNav > ul > li:nth-child(3) {width: 13%;}
#footerNav > ul > li:nth-child(4) {width: 20%;}
#footerNav > ul > li:nth-child(5) {width: 20%;}
#footerNav > ul > li:nth-child(6) {width: 17%;}
#footerNav > ul > li a {
	display: table;
	width: 100%;
	color: #ffffff;
}
#footerNav > ul > li .title {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	padding-top: 3px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
#footerNav > ul > li img.linkIcon[src*="blank"] {
	top: 0.45em;
	margin: 0 0 0 0.5em;
}

/* globalFooter */
#globalFooter {
	padding-top: 50px;
}
#globalFooter > .footerBlock {
	position: relative;
	padding-top: 90px;
	padding-bottom: 30px;
}

/* siteUtility */
.siteUtility .socialLink {
	position: absolute;
	right: 10px;
	bottom: 0;
}
.siteUtility .socialLink li {
	display: table;
	float: left;
	width: 100px;
	margin-left: 1px;
}
.siteUtility .socialLink li:nth-child(2n+1) {
	margin-left: 0;
}
.siteUtility .socialLink li > a {
	display: table-cell;
	height: 100px;
	vertical-align: bottom;
	padding-bottom: 15px;
	color: #ffffff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.1;
	text-align: center;
}
.siteUtility .socialLink li > .youtube {
	background: #333333 url(/ja/common/img/footer_ic01.png) no-repeat 50% 38px;
}
.siteUtility .socialLink li > .facebook {
	background: #333333 url(/ja/common/img/footer_ic02.png) no-repeat 50% 36px;
}
.siteUtility .footerLink li {
	position: relative;
	float: left;
	margin-right: 1.5%;
}
.siteUtility .footerLink li:last-child {
	margin-right: 0;
}
.siteUtility .footerLink li > a {
	padding-left: 14px;
	color: #444444;
	font-size: 13px;
	font-size: 1.3rem;
}
.siteUtility .footerLink li > a:hover {
	color: #0a5fbe;
}
.siteUtility .footerLink li > a:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 8px;
	height: 12px;
	background: url(/ja/common/img/com_arrow_ic03.png) no-repeat 0 0;
}
.large .siteUtility .footerLink li > a:before {
	top: 0.6em;
}

/* corporateInfo */
.corporateInfo {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	padding: 0 10px;
}
.corporateInfo > * {
	display: table-cell;
	height: 48px;
	vertical-align: middle;
}
.corporateInfo .siteLogo {
	width: 65%;
}
.corporateInfo .siteLogo img {
	max-width: 282px;
}
.corporateInfo .catchCopy {
	width: 35%;
	text-align: right;
}

/* copyright */
#copyright {
	margin-top: 1.5em;
	line-height: 1.1;
}
#copyright small {
	font-size: 12px;
	font-size: 1.2rem;
}

/* pageTop */
#footerContainer .pageTop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 200;
}
#footerContainer .pageTop > a {
	display: block;
	width: 55px;
	height: 55px;
	background: url(/ja/common/img/com_pagetop_bt01.png) no-repeat 0 0;
	-webkit-background-size: 55px auto;
	background-size: 55px auto;
	text-indent: -9999px;
	outline: none;
}


/* 1-4: breadcrumbNav
================================ */
#breadcrumbNav {
	padding-top: 1.7em;
}
#breadcrumbNav > ul {
	padding-right: 25em;
}
#breadcrumbNav > ul > li {
	position: relative;
	float: left;
	padding-left: 0.85em;
	font-size: 12px;
	font-size: 1.2rem;
}
#breadcrumbNav > ul > li:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 4px;
	height: 7px;
	background: url(/ja/common/img/breadcrumb_ic01.png) no-repeat 0 0;
}
#breadcrumbNav > ul > li > a {
	color: #484848;
}
#breadcrumbNav > ul > li:first-child {
	padding-left: 0;
}
#breadcrumbNav > ul > li:first-child:before {
	display: none;
}
#breadcrumbNav > ul > li:last-child {
	color: #000000;
}
#breadcrumbNav > ul > li[itemscope] {
	margin-right: 0.65em;
	font-weight: normal;
}



@media only screen and (max-width: 768px) {

/*=================================

	2: common parts for Smartphone

================================ */
#allContainer {
	padding-top: 0 !important;
}
#globalHeader > .headerBlock,
#globalNav > ul,
#breadcrumbNav > ul,
#globalContents,
#footerNav > ul,
#globalFooter > .footerBlock {
	padding: 0;
}

/* menu */
#headerContainer .menuSwitch,
#globalNav .close {
	display: block;
}


/* 2-1: header
================================ */
#headerContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: none;
	z-index: 150;
}
.menuOpening #headerContainer {
	position: absolute !important;
}

/* headerBlock */
#globalHeader > .headerBlock {
	padding: 14px 15px 13px;
	border-bottom: 1px solid #dddddd;
}

/* siteLogo */
.headerBlock .siteLogo {
	width: 149px !important;
	margin: 0 !important;
}
.headerBlock .siteLogo img {
	width: 100%;
}

/* siteUtility */
.headerBlock .siteUtility {
	right: 60px;
}
.siteUtility > .utilityBox {
	display: none;
}
.siteUtility > .utilityBox:last-child {
	display: block;
}
.siteUtility .siteSearch {
	display: table-cell;
	vertical-align: middle;
	padding-top: 0 !important;
	border: none;
}
.siteUtility .siteSearch a {
	display: table;
	width: 60px;
	height: 60px;
}
.siteUtility .siteSearch span {
	display: table-cell;
	width: 60px;
	height: 60px;
	vertical-align: bottom;
	padding-bottom: 10px;
	background-position: 50% 16px;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
	font-size: 0.8rem;
	text-align: center;
	text-indent: 0;
}
.searchField form {
	padding: 0 20px;
}
.searchField form > .searchBlock,
.searchField form > .searchBlock > input {
	height: 40px;
}
.searchField form > .searchBlock > input[type="text"] {
	padding: 8px 100px 8px 8px;
	font-size: 1.6rem;
}
.searchField form > .searchBlock > .submit {
	width: 90px;
	padding-left: 37px;
	background-position: 18px 50%;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
	font-size: 1.4rem;
}
.searchField form > .closeBtn {
	width: 37px;
	height: 37px;
}
.searchField form > .closeBtn > a {
	width: 37px;
	height: 37px;
	-webkit-background-size: 37px auto;
	background-size: 37px auto;
}

/* menuSwitch */
.menuSwitch {
	position: absolute;
	top: 0;
	right: 0;
}
.menuSwitch > a {
	display: table;
	width: 60px;
	height: 60px;
	text-decoration: none;
	outline: none;
}
.menuSwitch > a > span:nth-of-type(1),
.menuSwitch > a > span:nth-of-type(2),
.menuSwitch > a > span:nth-of-type(3) {
	display: inline-block;
	position: absolute;
	left: 19px;
	width: 22px;
	height: 3px;
	border-radius: 10px;
	background-color: #004da1;
	transition: all .4s;
}
.menuSwitch > a > span:nth-of-type(1) { top: 16px; }
.menuSwitch > a > span:nth-of-type(2) { top: 23px; }
.menuSwitch > a > span:nth-of-type(3) { top: 30px; }
.menuSwitch > a > .title {
	display: table-cell;
	width: 60px;
	height: 60px;
	vertical-align: bottom;
	padding-bottom: 10px;
	font-size: 0.8rem;
	text-align: center;
}
.menuSwitch.active > a {
	background-color: #004da1;
	color: #ffffff;
}
.menuSwitch.active > a > span:nth-of-type(1),
.menuSwitch.active > a > span:nth-of-type(3) {
	left: 18px;
	width: 24px;
	background-color: #ffffff;
}
.menuSwitch.active > a > span:nth-of-type(1) {
	top: 15px;
	-webkit-transform: translateY(8px) rotate(-315deg);
	transform: translateY(8px) rotate(-315deg);
}
.menuSwitch.active > a > span:nth-of-type(2) {
	opacity: 0;
}
.menuSwitch.active > a > span:nth-of-type(3) {
	top: 31px;
	-webkit-transform: translateY(-8px) rotate(315deg);
	transform: translateY(-8px) rotate(315deg);
}
.ie9 .menuSwitch.active > a {
	background: #004da1 url(/ja/common/img/header_ic09.png) no-repeat 50% 16px;
}
.ie9 .menuSwitch.active > a > span:nth-of-type(1),
.ie9 .menuSwitch.active > a > span:nth-of-type(2),
.ie9 .menuSwitch.active > a > span:nth-of-type(3) {
	display: none;
}

/* globalNav */
#globalNav {
	display: none;
	position: absolute;
	width: 100%;
	margin-top: 0;
	background-color: #ffffff;
	z-index: 150;
}
#globalNav > ul > li {
	float: none;
	width: 100% !important;
	border-bottom: 1px solid #cccccc;
}
#globalNav > ul > li > a {
	display: table;
	padding: 0;
	outline: none;
}
#globalNav > ul > li > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(/ja/common/img/com_other_ic02.png) no-repeat 0 0;
}
#globalNav > ul > li > a[target="_blank"]:after {
	display: none;
}
#globalNav > ul > li > a > .title {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	padding: 0 30px 0 15px;
	border-bottom: none;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: left;
}
#globalNav > ul > .current > a {
	color: #464646;
	text-decoration: none;
}
#globalNav .dropDownMenu {
	display: none;
}
#globalNav .dropDownMenu a {
	color: #333333;
	font-size: 1.5rem;
}
#globalNav .dropDownMenu .navContainer > *:first-child,
#globalNav .dropDownMenu [class*="navType"] > .col > *:first-child,
#globalNav .dropDownMenu [class*="linkType"] li + li {
	margin-top: 0 !important;
}
#globalNav .dropDownMenu .linkExpand > .img,
#globalNav .dropDownMenu .releaseWrap01,
#globalNav .dropDownMenu .linkType01 > li > a:before {
	display: none;
}
#globalNav .dropDownMenu .categoryTop {
	border-top: 1px solid #cccccc;
	line-height: 1.33;
}
#globalNav .dropDownMenu .categoryTop > a,
#globalNav .dropDownMenu .linkType01 > li > a {
	display: block;
	padding: 15px 30px 14px;
}
#globalNav .dropDownMenu .linkType01 > li {
	border-top: 1px solid #cccccc;
}
#globalNav .dropDownMenu .bnrList {
	padding: 16px 15px;
	border-top: 1px solid #cccccc;
}
#globalNav .dropDownMenu .bnrList > li + li {
	margin-top: 10px;
}
#globalNav .dropDownMenu .bnrList > li img {
	width: 100%;
}
#globalNav .dropDownMenu .otherLinks {
	margin-top: 0;
}
#globalNav .dropDownMenu .otherLinks > li > a {
	padding-left: 45px;
}
#globalNav > ul > .active > a:after {
	background-position: -14px 0;
}
#globalNav .utilityLinks {
	display: block;
	padding: 16px 15px;
	background-color: #cccccc;
}
#globalNav .utilityLinks .globalLink > a,
#globalNav .utilityLinks .otherLanguage > li > a {
	display: block;
	padding: 17px 0 15px;
	background-color: #ffffff;
	color: #333333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
#globalNav .utilityLinks .globalLink > a > span {
	display: inline-block;
	padding-left: 27px;
	background: url(/ja/common/img/header_ic02.png) no-repeat 0 50%;
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
}
#globalNav .utilityLinks .languageSwitch > .current {
	display: none;
}
#globalNav .utilityLinks .otherLanguage {
	overflow: hidden;
}
#globalNav .utilityLinks .otherLanguage > li {
	float: left;
	width: 50%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#globalNav .utilityLinks .otherLanguage > li:nth-child(2n+1) {
	border-left: none;
}
#globalNav .close {
	display: block;
	padding: 14px 0 12px;
	border-bottom: 1px solid #cccccc;
	background-color: #999999;
	text-align: center;
	cursor: pointer;
}
#globalNav .close > a {
	display: inline-block;
	padding-right: 22px;
	background: url(/ja/common/img/header_ic05.png) no-repeat 100% 50%;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	color: #ffffff;
	font-size: 1.5rem;
	text-decoration: none;
}


/* 2-2: main
================================ */
#contentsContainer {
	padding: 75px 10px 0;
}
.menuOpening #contentsContainer {
	display: none;
}

/* globalContents */
#globalContents {
	padding-right: 0;
}

/* main */
#main {
	float: none;
	width: 100%;
	padding-bottom: 40px;
}

/* sidebar */
#sidebar {
	display: none;
	float: none;
	width: 100%;
	padding-bottom: 40px;
}

/* localNav */
#localNav {
	display: none;
}
#localNav + * {

	margin-top: 0 !important;
}

/* sideNav */
[class*=sideNav] {
	display: none;
}
[class*=sideNav] + * {
	margin-top: 0 !important;
}

/* sideNav02 */
.sideNav02 {
	display: block;
	border: 1px solid #cccccc;
}
.sideNav02 > .title {
	border-top: none;
}
.sideNav02 > .title > span {
	padding: 16px 14px 15px;
	font-size: 1.6rem;
}
.sideNav02 > .linkList {
	border-bottom: none;
	background-color: #eeeeee;
}
.sideNav02 > .linkList > li {
	border-top: 1px solid #dddddd;
}
.sideNav02 > .linkList > li > a {
	padding: 13px 14px 12px 34px;
	background: none;
	font-size: 1.5rem;
}
.sideNav02 > .linkList > li > a img.linkIcon[src*="blank"] {
	top: 0.35em;
}
.sideNav02 > .spAcodSwitch {
	position: relative;
}
.sideNav02 > .spAcodSwitch:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(/ja/common/img/com_other_ic02.png) no-repeat 0 0;
}
.sideNav02 > .spAcodSwitch.active:before {
	background-position: -14px 0;
}
.sideNav02 > .spAcodSwitch > span {
	padding-right: 30px;
}

/* contentUtility */
.contentUtility {
	display: none;
}

/* otherContentsWrap */
#otherContentsWrap {
	overflow: hidden;
	margin: 0 -10px 56px;
}


/* 2-3: footer
================================ */
.menuOpening #footerContainer {
	display: none;
}

/* footerNav */
#footerNav {
	display: none;
}

/* globalFooter */
#globalFooter {
	padding-top: 0;
}
#globalFooter > .footerBlock {
	padding: 0 10px 10px;
}

/* siteUtility */
.footerBlock .siteUtility {
	padding: 1.4em 0 0;
	border-top: 1px solid #cccccc;
}
.footerBlock .siteUtility > *:first-child {
	margin-top: 0 !important;
}
.siteUtility .socialLink {
	position: static;
	width: 151px;
	margin: 0 auto;
}
.siteUtility .socialLink li {
	width: 75px;
}
.siteUtility .socialLink li > a {
	height: 75px;
	padding-bottom: 18px;
	font-size: 0.7rem;
}
.siteUtility .socialLink li > .youtube {
	background-position: 50% 21px;
}
.siteUtility .socialLink li > .facebook {
	background-position: 50% 20px;
}
.siteUtility .footerLink {
	position: relative;
	margin-top: 1.4em;
}
.siteUtility .footerLink:before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 50%;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
}
.siteUtility .footerLink li {
	width: 46.67%;
	margin: 0 0 0 6.66%;
}
.siteUtility .footerLink li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.siteUtility .footerLink li > a {
	font-size: 1.04rem;
}
.siteUtility .footerLink li > a:before {
	top: 0.4em;
}

/* corporateInfo */
.corporateInfo {
	position: static;
	height: auto;
	margin-top: 1.4em;
	padding: 1.4em 0 0;
	border-top: 1px solid #cccccc;
}
.corporateInfo > * {
	display: table-cell;
	height: auto;
	vertical-align: middle;
}
.corporateInfo .siteLogo {
	width: 50%;
	padding-right: 10px;
}
.corporateInfo .catchCopy {
	width: 50%;
	padding-left: 10px;
}
.corporateInfo .siteLogo img,
.corporateInfo .catchCopy img {
	width: 100%;
}
.corporateInfo .catchCopy img {
	display: block;
}

/* copyright */
#copyright {
	margin-top: 1.4em;
	text-align: center;
}
#copyright small {
	font-size: 0.96rem;
}

/* pageTop */
#footerContainer .pageTop > a {
	width: 56px;
	height: 56px;
	-webkit-background-size: 56px auto;
	background-size: 56px auto;
}


/* 2-4: breadcrumbNav
================================ */
#breadcrumbNav {
	display: none;
}

}


@media print {

/*=================================

	3: print for PC

================================ */
body {
	width: 100% !important;
}
.spElm,
.headerBlock .siteLogo img,
.headerBlock .siteUtility,
#globalNav,
#breadcrumbNav,
#sidebar,
.pagePrint,
.languageLinks,
#otherContentsWrap,
#footerNav,
.footerBlock .siteUtility,
.corporateInfo,
#footerContainer .pageTop {
	display: none !important;
}
#allContainer {
	padding-top: 0 !important;
}
#headerContainer {
	position: relative !important;
}
#globalHeader > .headerBlock {
	padding-bottom: 17px;
}
.headerBlock .siteLogo {
	width: 120px !important;
	height: 82px !important;
	margin: 0 auto !important;
	background: url(/ja/common/img/header_logo01.png) no-repeat 0 0;
}
#main {
	float: none;
	width: 100% !important;
	max-width: 1200px !important;
	min-width: 920px !important;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2.2em;
}
#footerContainer {
	border-top: 2px solid #cccccc;
}
#globalFooter {
	padding-top: 17px;
}
#globalFooter > .footerBlock {
	padding-top: 0;
}
#copyright {
	margin-top: 0;
}
table {
	border-collapse: separate;
}

.colWrap > .col,
.range2Col > *,
.range3Col > *,
.range4Col > *,
.range5Col > *,
.range6Col > *,
.range7Col > * {
	height: auto !important;
}
img,tr {page-break-inside: avoid;}

.printLayout01 {
	display: flex;
	flex-wrap: wrap;
}
.printPageBreak {
	page-break-before: always;
}

}


/*=================================

	clearfix

=================================*/
.headerBlock .siteUtility:after,
.siteUtility .fontSizeSwitch dl:after,
#globalNav > ul:after,
.contentsWrap:after,
.contentUtility:after,
.languageLinks:after,
#footerNav > ul:after,
.siteUtility .socialLink:after,
.siteUtility .footerLink:after,
.corporateInfo:after,
#breadcrumbNav > ul:after {
	content: "";
	display: block;
	clear: both;
}
.headerBlock .siteUtility,
.siteUtility .fontSizeSwitch dl,
#globalNav > ul,
.contentsWrap,
.contentUtility,
.languageLinks,
#footerNav > ul,
.siteUtility .socialLink,
.siteUtility .footerLink,
.corporateInfo,
#breadcrumbNav > ul {
	zoom: 1;
}