@charset "utf-8";

/* ****************************************************

layout.css
-----------------------------------
1: for PC
	1-1: header
	1-2: globalNav
	1-3: breadcrumbNav
	1-4: fixed
	1-5: main
	1-6: footer
-----------------------------------
2: for Smartphone
	2-1: header
	2-2: globalNav
	2-3: breadcrumbNav
	2-4: fixed
	2-5: main
	2-6: footer
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */

/*=================================

	1: for PC

================================ */
/* box-sizing */
#globalHeader,
#stakeholderNav,
#stakeholderNav ul li,
#searchBox .menuSwitch a,
#headerSearch input,
#globalNav .menuSwitch a,
#globalNav .contentsNav li,
#globalNav .contentsNav li a,
#globalNav .utilityLink,
#globalNav .utilityLink li,
#breadcrumbNav ul,
#breadcrumbNav ul li,
#globalNav .socialMediaBox,
#contents,
#footerNav,
#footerNav .menuSwitch a,
#footerNav .details .categoryLink li,
#commonLink ul,
#siteIdentity,
#siteIdentity ul li,
.details {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

/* 1-1: header
================================ */
#headerContainer {
	background: rgba(255, 255, 255, 0.9);
}
#globalHeader {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px 15px;
}
#headerContainer.noBc {
	padding-bottom: 14px;
}
.noBc #globalHeader {
	padding-bottom: 0;
}

/* siteLogo */
.siteLogo {
	position: relative;
	float: left;
	width: 138px;
	height: 36px;
	margin: 20px 5.51% 0 0;
	z-index: 10;
}
.siteLogo img {
	vertical-align: top;
}

/* stakeholderNav */
#stakeholderNav {
	position: relative;
	float: left;
	width: 54.81%;
	margin: 35px 0 0;
	z-index: 10;
}
#stakeholderNav ul li {
	float: left;
	margin-right: 3.31%;
	padding-left: 1.99%;
	background: url(/common/images/header_ic01.png) no-repeat 0 0.4em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: -0.05em;
}
#stakeholderNav ul li:last-child {
	margin-right: 0;
}

/* searchBox */
#searchBox {
	position: absolute;
	top: 29px;
	right: 104px;
	width: 18.70%;
	z-index: 10;
}
#searchBox .menuSwitch {
	display: none;
}
#searchBox .details {
	display: block;
}
#headerSearch {
	height: 28px;
}
#headerSearch input {
	height: 28px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
			    appearance: none;
	vertical-align: top;
}
#headerSearch .inputField {
	width: 70.5%;
	padding: 3px 5px;
	border: 1px solid #cccccc;
	border-right: none;
	font-size: 14px;
	font-size: 1.4rem;
}
#headerSearch .submitBtn {
	width: 29.5%;
	border: 1px solid #b5b5b5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eaeaea));
	background-image: -webkit-linear-gradient(#f8f8f8, #eaeaea);
	background-image:    -moz-linear-gradient(#f8f8f8, #eaeaea);
	background-image:      -o-linear-gradient(#f8f8f8, #eaeaea);
	background-image:         linear-gradient(#f8f8f8, #eaeaea);
	line-height: 26px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	cursor: pointer;
}
#searchBox.isPc .details {
	display: block !important;
}

/* 1-2: globalNav
================================ */
#globalNav {
	position: relative;
	width: 100%;
	z-index: 1;
}

/* menuSwitch */
#globalNav .menuSwitch {
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.28;
	text-align: center;
}
#globalNav .menuSwitch a {
	display: block;
	width: 74px;
	height: 57px;
	padding-top: 35px;
	background: #5789c5 url(/common/images/header_ic03.png) no-repeat 20px 8px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
#globalNav.active .menuSwitch a {
	background-position: -34px 4px;
}

/* details */
#globalNav .details {
	position: absolute;
	top: 57px;
	display: none;
	width: 100%;
	padding-top: 15px;
	background: url(/common/images/header_bg01.png) no-repeat 100% 0;
	z-index: 1000;
}
#globalNav .details .navWrap {
	padding: 36px 6.45% 44px;
	background: #c9ddf4;
}
#globalNav .contentsNav li {
	float: left;
	width: 14.29%;
	padding-left: 1px;
	text-align: center;
}
#globalNav .contentsNav li a {
	display: block;
	height: 92px;
	padding-top: 59px;
	background-color: #0a54ac;
	background-repeat: no-repeat;
	background-position: 50% 16px;
	color: #ffffff;
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: none;
	text-shadow: 0 1px 0 #073b78;
}
#globalNav .contentsNav li:nth-child(even) {
	width: 14.28%;
}
#globalNav .contentsNav li a:hover {
	background-color: #00316a;
}
#globalNav .contentsNav .icAbout a {
	background-image: url(/common/images/header_ic04.png);
}
#globalNav .contentsNav .icAcademics a {
	background-image: url(/common/images/header_ic05.png);
}
#globalNav .contentsNav .icEffort a {
	background-image: url(/common/images/header_ic06.png);
}
#globalNav .contentsNav .icResearch a {
	background-image: url(/common/images/header_ic07.png);
}
#globalNav .contentsNav .icInternational a {
	background-image: url(/common/images/header_ic08.png);
}
#globalNav .contentsNav .icCareer a {
	background-image: url(/common/images/header_ic09.png);
}
#globalNav .contentsNav .icCampusLife a {
	background-image: url(/common/images/header_ic10.png);
}
#globalNav .contentsNav li a .isSpBr {
	display: none;
}
#globalNav .utilityLink {
	/*float: left;
	width: 62.63%;*/
	margin-top: 12px;
}
#globalNav .utilityLink li {
	float: left;
	/*width: 26.67%;*/
	margin: 15px 0 0;
	padding-left: 1.75%;
	background: url(/common/images/header_ic02.png) no-repeat 0 0.35em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
#globalNav .utilityLink li:nth-child(1) {
	width: 17.04%;
}
#globalNav .utilityLink li:nth-child(2) {
	width: 21.69%;
}
#globalNav .utilityLink li:nth-child(3) {
	width: 14.67%;
}
#globalNav .utilityLink li:nth-child(4) {
	width: 17.66%;
}
#globalNav .utilityLink li:nth-child(5) {
	width: auto;
}
#globalNav .utilityLink li a {
	color: #333333;
}
#globalNav .utilityLink li .icon {
	position: relative;
	top: 0.2em;
	margin-left: 5px;
	vertical-align: baseline;
}
/*#globalNav .socialMediaBox {
	float: right;
	width: 35.38%;
	margin: 25px 0 0;
	padding: 15px 3.13%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background-image: -webkit-linear-gradient(#ffffff, #ebebeb);
	background-image:    -moz-linear-gradient(#ffffff, #ebebeb);
	background-image:      -o-linear-gradient(#ffffff, #ebebeb);
	background-image:         linear-gradient(#ffffff, #ebebeb);
}
#globalNav .socialMediaBox > dl {
	display: table;
	width: 100%;
}
#globalNav .socialMediaBox > dl > * {
	display: table-cell;
	vertical-align: middle;
}
#globalNav .socialMediaBox > dl > dt {
	max-width: 135px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.21;
}
#globalNav .socialMediaBox > dl > dd {
	width: 60px;
	padding-left: 12px;
}
#globalNav .socialMediaBox > dl > dd img {
	width: 100%;
}*/

/* MF_form_phrase */
#MF_form_phrase {
	position: static !important;
}

/* marsFinder */
#headerContainer.marsFinder {
	border-bottom: 1px solid #d4d4d4 !important;
}
#headerContainer.marsFinder *,
#footerContainer.marsFinder * {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
#footerContainer.marsFinder #siteIdentity #copyright small {
	color: #888888;
}

/* 1-3: breadcrumbNav
================================ */
#breadcrumbNav {
	overflow: hidden;
	min-height: 35px;
	background: #ececec;
	padding: 0 20px;
}
#breadcrumbNav ul {
	overflow: hidden;
	width: 100%;
	max-width: 1100px;
	margin: -2px auto 0;
}
#breadcrumbNav ul li {
	float: left;
	max-width: 15em;
	margin: 2px 0 0 -18px;
	padding: 0 18px;
	background: url(/common/images/breadcrumbs_bg01.png) no-repeat 100% 50%,  url(/common/images/breadcrumbs_bg02.png) no-repeat 0 50%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 35px;
}
#breadcrumbNav ul.sizeFree li {
	max-width: none;
}
#breadcrumbNav ul li a {
	overflow: hidden;
	display: block;
	height: 35px;
	padding: 0 14px 0 17px;
	background: #1b6cc4;
	color: #ffffff;
	-moz-text-overflow: ellipsis;
	 -ms-text-overflow: ellipsis;
	  -o-text-overflow: ellipsis;
	     text-overflow: ellipsis;
	white-space: nowrap;
}
#breadcrumbNav ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	font-size: 12px;
	font-size: 1.2rem;
}
#breadcrumbNav ul .current {
	background: url(/common/images/breadcrumbs_bg03.png) no-repeat 100% 50%,  url(/common/images/breadcrumbs_bg04.png) no-repeat 0 50%;
}
#breadcrumbNav ul .current a {
	background-color: #004ea2;
}
#breadcrumbNav [class^=scroll] {
	display: none !important;
	height: 0;
	font-size: 0;
}

/* 1-4: fixed
================================ */
#headerContainer.fixed {
	position: fixed;
	width: 100%;
	padding-bottom: 14px;
	border-bottom: 1px solid #d4d4d4;
	z-index: 1000;
}
#headerContainer.fixed #globalHeader {
	position: static;
}
#headerContainer.fixed .siteLogo {
	width: 110px;
	height: auto;
	margin: 18px 0 0;
}
#headerContainer.fixed #stakeholderNav,
#headerContainer.fixed #searchBox {
	display: none;
}
#headerContainer.fixed #globalNav .menuSwitch a {
	height: 55px;
	padding-top: 21px;
	background: #5789c5 none;
}
#headerContainer.fixed #globalNav .details {
	top: 55px;
}
#headerContainer.fixed #searchBox.isPc .details {
	display: none !important;
}
#headerContainer.fixed #breadcrumbNav {
	overflow: inherit !important;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	background: none;
}
#headerContainer.fixed #breadcrumbNav ul {
	width: 79%;
	max-width: inherit;
	margin: -57px 0 0 138px;
}

/* 1-5: main
================================ */
#contents {
	display: block;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 20px 40px;
}
#contents > *:first-child {
	margin-top: 0 !important;
}

/* 1-6: footer
================================ */
/* footerNav */
#footerNav {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
#footerNav .menuSwitch {
	width: 110px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 50px;
}
#footerNav .menuSwitch a {
	display: block;
	width: 110px;
	padding-left: 52px;
	background: #1056a1 url(/common/images/footer_ic03.png) no-repeat 20px 16px;
	color: #fcfdff;
	outline: none;
}
#footerNav.active .menuSwitch a {
	background-position: 20px -18px;
}
#footerNav .details {
	display: none;
	padding: 30px 4.54%;
	background: #00448d;
}
#footerNav .details .navWrap {
	float: left;
	width: 49%;
	margin-left: 2%;
}
#footerNav .details .navWrap section {
	float: left;
	width: 47.95%;
	margin: 0 0 38px 4.10%;
}
#footerNav .details .navWrap section#fNav01,
#footerNav .details .navWrap section#fNav04,
#footerNav .details .navWrap section#fNav05 {
	clear: both;
	float: none;
	width: 100%;
	/*margin: 0 0 57px;*/
}
#footerNav .details .navWrap section#fNav01 + section,
#footerNav .details .navWrap section#fNav05 + section {
	margin-right: 4.10%;
	margin-left: 0;
}
#footerNav .details .navWrap.cateGroup01,
#footerNav .details .navWrap section:nth-child(odd),
#footerNav .details .navWrap section#fNav04 {
	margin-left: 0;
}
#footerNav .details .categoryTop {
	padding-bottom: 1px;
	background: url(/common/images/footer_hr01.png) repeat-x 0 100%;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#footerNav .details .categoryTop a {
	display: block;
	padding: 4px 0 10px 23px;
	background: url(/common/images/footer_ic01.png) no-repeat 10px 0.8em;
	color: #ffffff;
}
#footerNav .details .categoryLink {
	padding: 10px 0 0;
}
#footerNav .details .categoryLink li {
	margin: 7px 0 0;
	padding-left: 24px;
	background: url(/common/images/footer_ic02.png) no-repeat 11px 0.6em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
#footerNav .details .categoryLink li a {
	color: #fcfdff;
}
#footerNav .details .navWrap section#fNav01 .categoryLink li,
#footerNav .details .navWrap section#fNav04 .categoryLink li {
	float: left;
	width: 52.24%;
}
#footerNav .details .navWrap section#fNav01 .categoryLink li:nth-child(even),
#footerNav .details .navWrap section#fNav04 .categoryLink li:nth-child(even) {
	width: 47.75%;
}

/* commonLink */
#commonLink {
	border-top: 1px solid #3974b3;
	background: #00448d;
}
#footerNav.active + #commonLink {
	border-top-color: #ffffff;
}
#commonLink ul {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 10px 20px 11px;
}
#commonLink ul li {
	display: table;
	float: left;
	margin-right: 1.36%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.41;
}
#commonLink ul li a {
	display: table-cell;
	height: 30px;
	padding: 0 10px;
	vertical-align: middle;
	color: #fcfdff;
}
#commonLink ul li:first-child a {
	padding-left: 0;
}

/* siteIdentity */
#siteIdentity {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 21px 20px 20px
}
#siteIdentity ul {
	float: left;
}
#siteIdentity ul li {
	float: left;
	margin: 0 40px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.21;
}
#siteIdentity ul li a {
	color: #333333;
}
#siteIdentity ul .forStaff {
	display: none;
}
#siteIdentity #copyright {
	float: right;
	color: #888888;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.54;
}

/* pageTop */
#footerContainer .pageTop {
	position: fixed;
	display: none;
	width: 130px;
	height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 36px;
	z-index: 500;
}
#footerContainer .pageTop a {
	display: block;
	padding: 0 10px 0 30px;
	border: 2px solid #5789c5;
	background: rgba(255, 255, 255, 0.9) url(/common/images/footer_ic04.png) no-repeat 12px 9px;
	color: #5789c5;
	outline: none;
}

/* marsFinder */
#footerContainer.marsFinder {
	border-top: 1px solid #00448d !important;
}


@media only screen and (max-width: 1140px) {

#globalHeader {
	padding-bottom: 10px;
}
.siteLogo {
	margin-right: 3.76%;
}
#stakeholderNav {
	width: 46.80%;
	margin-top: 17.5px;
}
#globalNav .contentsNav li {
	letter-spacing: -0.06em;
}
#globalNav .utilityLink li {
	width: 28.67%;
}
#globalNav .utilityLink li:nth-child(2),
#globalNav .utilityLink li:nth-child(5) {
	width: 37.33%;
}
#headerContainer.fixed #breadcrumbNav ul {
	width: 70%;
}

}


@media only screen and (max-width: 768px) {

/*=================================

	2: for Smartphone

================================ */
#headerContainer {
	position: relative;
	padding-top: 10px;
}
#globalHeader {
	position: static;
	padding: 0;
}
#headerContainer.noBc {
	padding-bottom: 0;
}
.noBc #globalHeader {
	margin-bottom: 0 !important;
}
.moving {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

/* 2-1: header
================================ */
/* siteLogo */
.siteLogo {
	float: none;
	margin: 0 0 0 15px;
}

/* stakeholderNav */
#stakeholderNav {
	float: none;
	width: 100%;
	margin-top: 5px;
	padding: 6px 15px 9px;
	background: #f4f4f4;
}
#stakeholderNav ul li {
	width: 30.34%;
	margin: 3px 0 0;
	padding-left: 11px;
	background-position: 0 0.6em;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.15;
}
#stakeholderNav ul li:nth-child(2),
#stakeholderNav ul li:nth-child(5) {
	width: 38.52%;
}
#stakeholderNav ul li:nth-child(3),
#stakeholderNav ul li:nth-child(6) {
	width: 26.22%;
}
#stakeholderNav ul li a {
	display: inline-block;
	padding: 5px 0;
}

/* searchBox */
#searchBox {
	position: static;
	width: 100%;
}
#searchBox .menuSwitch {
	position: absolute;
	top: 10px;
	right: 60px;
	display: block;
	font-size: 8px;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.12;
	text-align: center;
}
#searchBox .menuSwitch a {
	display: block;
	width: 35px;
	height: 35px;
	padding-top: 23px;
	background: #999999 url(/common/images/header_ic11.png) no-repeat 50% 4px;
	background-size: 17px 16px;
	color: #ffffff;
	text-decoration: none;
}
#searchBox.active .menuSwitch a {
	background-image: url(/common/images/header_ic03.png);
	background-position: -18px 6px;
	background-size: 44px 12px;
}
#searchBox .details {
	position: absolute;
	top: 45px;
	display: none;
	width: 100%;
	padding-top: 13px;
	background: url(/common/images/header_bg03.png) no-repeat 100% 0;
	background-size: 85px 13px;
	z-index: 1000;
}
#searchBox .details form {
	padding: 10px;
	background: #999999;
}
#headerSearch {
	height: 50px;
}
#headerSearch input {
	height: 50px;
}
#headerSearch .inputField {
	width: 78.66%;
	background: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
}
#headerSearch .submitBtn {
	width: 21.34%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 48px;
}

/* 2-2: globalNav
================================ */
#globalNav {
	position: static;
}

/* menuSwitch */
#globalNav .menuSwitch {
	position: absolute;
	top: 10px;
	right: 15px;
	float: none;
	font-size: 8px;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.12;
}
#globalNav .menuSwitch a {
	width: 35px;
	height: 35px;
	padding-top: 22px;
	background-position: 9px 6px;
	background-size: 44px 12px;
}
#globalNav.active .menuSwitch a {
	background-position: -18px 6px;
}

/* details */
#globalNav .details {
	top: 45px;
	padding-top: 13px;
	background: url(/common/images/header_bg02.png) no-repeat 100% 0;
	background-size: 41px 13px;
}
#globalNav .details .navWrap {
	padding: 14px 6px 20px;
}
#globalNav .contentsNav li,
#globalNav .contentsNav li:nth-child(even) {
	width: 25%;
	padding: 1px;
}
#globalNav .contentsNav li:nth-child(5) {
	margin-left: 12.17%;
}
#globalNav .contentsNav li a {
	height: 60px;
	padding-top: 43px;
	background-position: 50% 10px;
	background-size: 28.5px auto; 
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
}
#globalNav .contentsNav li:nth-child(4) a {
	padding-top: 33px;
	background-position: 50% 7px;
}
#globalNav .contentsNav li:nth-child(6) a {
	padding-top: 33px;
}
#globalNav .contentsNav li a .isSpBr {
	display: inline;
}
#globalNav .utilityLink {
	float: none;
	width: 100%;
	padding: 0 9px;
	margin-top: 6px;
}
#globalNav .utilityLink li {
	width: 33.33% !important;
	margin: 7px 0 0;
	padding-left: 12px;
	font-size: 12px;
	font-size: 1.2rem;
}
#globalNav .utilityLink li:nth-child(2) {
	width: 66.66% !important;
}
/*#globalNav .socialMediaBox {
	float: none;
	width: 78.73%;
	margin: 12px auto 0;
	padding: 14px 18px 14px 21px;
}
#globalNav .socialMediaBox > dl > dt {
	max-width: 94px;
	font-size: 12px;
	font-size: 1.2rem;
}
#globalNav .socialMediaBox > dl > dd {
	width: 43px;
	padding-left: 11px;
}
#globalNav .socialMediaBox > dl > dd img {
	width: 100%;
}*/

/* 2-3: breadcrumbNav
================================ */
#breadcrumbNav {
	min-height: 26px;
	padding: 0;
	background: #e0e0e0;
}
#breadcrumbNav ul {
	margin-top: -1px;
}
#breadcrumbNav ul li {
	margin-top: 1px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 26px;
}
#breadcrumbNav ul li:first-child {
	font-size: 11px;
	font-size: 1.1rem;
}
#breadcrumbNav ul li a {
	height: 26px;
	padding: 0 0 0 7px;
}

/* 2-4: fixed
================================ */
#headerContainer.fixed {
	padding: 0 0 7px;
}
#headerContainer.fixed #globalHeader {
	margin-bottom: 4px;
}
#headerContainer.fixed .siteLogo {
	width: 50%;
	height: auto;
	margin: 5px 0 0 14px;
}
#headerContainer.fixed .siteLogo a {
	display: block;
	height: 18px;
}
#headerContainer.fixed .siteLogo img {
	width: auto;
	height: 100%;
}
#headerContainer.fixed #globalNav,
#headerContainer.fixed #searchBox {
	z-index: 20;
}
#headerContainer.fixed #globalNav .menuSwitch,
#headerContainer.fixed #searchBox .menuSwitch {
	top: 5px;
}
#headerContainer.fixed #globalNav .menuSwitch a,
#headerContainer.fixed #searchBox .menuSwitch a {
	height: auto;
	padding: 0;
	background-image: none;
	line-height: 18px;
}
#headerContainer.fixed #globalNav .details,
#headerContainer.fixed #searchBox .details {
	top: 21px;
}
#headerContainer.fixed #searchBox {
	display: block;
}
#headerContainer.fixed #breadcrumbNav ul {
	width: 100%;
	margin: 0;
}

/* 2-5: main
================================ */
#mainContents {
	padding: 0 2.34%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
	overflow: hidden;
}
#contents {
	padding: 15px 0 53px;
	font-size: 14px;
	font-size: 1.4rem;
}


/* 2-6: footer
================================ */
/* footerNav */
#footerNav {
	padding-right: 0;
	padding-left: 0;
}
#footerNav .menuSwitch {
	display: none;
}
#footerNav .details {
	display: block !important;
	padding: 10px 15px;
}
#footerNav .details .navWrap section,
#footerNav .details .navWrap section#fNav01,
#footerNav .details .navWrap section#fNav01 + section {
	float: none;
	width: 100%;
	margin: 0;
}
#footerNav .details .categoryTop {
	margin-top: 1px;
	padding-bottom: 0;
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
}
#footerNav .details .categoryTop a {
	display: block;
	padding: 4px 0 4px 16px;
	background-position: 0 0.7em;
}
#footerNav .details .categoryLink {
	display: none;
}

/* commonLink */
#commonLink {
	border-top: 2px solid #ffffff;
}
#commonLink ul {
	padding:12px 15px;
}
#commonLink ul li {
	margin: 1px 12px 0 0;
}
#commonLink ul li a,
#commonLink ul li:first-child a {
	height: 25px;
	padding: 0 0 0 11px;
	background: url(/common/images/footer_ic05.png) no-repeat 0 0.7em;
	background-size: 4px 6px;
}

/* siteIdentity */
#siteIdentity {
	position: relative;
	overflow: hidden;
	padding-right: 0;
	padding-left: 0;
}
#siteIdentity ul {
	position: relative;
	left: 50%;
}
#siteIdentity ul li {
	position: relative;
	left: -50%;
	margin: 0 0 0 18px;
	padding: 0 0 0 19px;
	border-left: 1px solid #333333;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1;
}
#siteIdentity ul li:first-child {
	margin: 0;
	padding: 0;
	border-left: none;
}
#siteIdentity #copyright {
	clear: both;
	float: none;
	padding-top: 8px;
	font-size: 8px;
	font-size: 0.8rem;
	line-height: 1.1;
	text-align: center;
}

/* pageTop */
#footerContainer .pageTop {
	width: 93px;
	height: 29px;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 27px;
}
#footerContainer .pageTop a {
	display: block;
	padding: 0 0 0 21px;
	border-width: 1px;
	background-image: url(/common/images/footer_ic06.png);
	background-position: 7px 7px;
	background-size: 11px 12px;
}

}


@media print {

/*=================================

	3: print for PC

================================ */
#headerContainer,
#mainContents,
#footerContainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#headerContainer {
	position: inherit !important;
}

}


/*=================================

	clearfix

=================================*/
#globalHeader:after,
#globalNav .details .navWrap:after,
#globalNav .contentsNav:after,
#globalNav .utilityLink:after,
#stakeholderNav ul:after,
#breadcrumbNav ul:after,
#footerNav .details:after,
#footerNav .details .navWrap:after,
#footerNav .details .navWrap section#fNav01 .categoryLink:after,
#footerNav .details .navWrap section#fNav04 .categoryLink:after,
#commonLink ul:after,
#siteIdentity:after,
#siteIdentity ul:after {
	content: "";
	display: block;
	clear: both;
}
#globalHeader,
#globalNav .details .navWrap,
#globalNav .contentsNav,
#globalNav .utilityLink,
#stakeholderNav ul,
#breadcrumbNav ul,
#footerNav .details,
#footerNav .details .navWrap,
#footerNav .details .navWrap section#fNav01 .categoryLink,
#footerNav .details .navWrap section#fNav04 .categoryLink,
#commonLink ul,
#siteIdentity,
#siteIdentity ul {
	zoom: 1;
}