@charset "utf-8";
/* CSS Document */

/* =============================================================================
 Common Class
============================================================================= */

.on a:hover {
	opacity: 0.7;
}
.alignleft { text-align: left;}
.aligncenter { text-align: center;}
.alignright { text-align: right;}
.bold { font-weight: bold;}
.ml0 { margin-left: 0 !important;}
.mb0 { margin-bottom: 0 !important;}
.mb3_5 { margin-bottom: 3.5% !important;}
.mb5 { margin-bottom: 5% !important;}
.mb8 { margin-bottom: 8% !important;}
.mb10 { margin-bottom: 10% !important;}
.f12 {
	font-size: 1.2rem;
}
.f13 {
	font-size: 1.3rem;
}
.f14 {
	font-size: 1.4rem;
}
.f15 {
	font-size: 1.5rem;
}
.f16 {
	font-size: 1.6rem;
}
.f17 {
	font-size: 1.7rem;
}
.f18 {
	font-size: 1.8rem;
}
.fnormal {
	font-weight: normal;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: block;
}
.clearfix:after {
	clear: both;
}


/* =============================================================================
 Site Styles
============================================================================= */

/* common header */

#commonHeader {
}
#commonHeader a:hover {
	text-decoration: none;
}
#commonHeader .migrationNotice {
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
#commonHeader .migrationNotice p {
    text-align: center;
}
#commonHeader .migrationNotice p a {
    color: #0000ee;
}
#commonHeader .migrationNotice p a:hover {
    text-decoration: underline;
}
#commonHeader .searchPanel {
	padding: 20px 0;
	display: none;
	position: relative;
	background-color: #9195c0;
}
#commonHeader .searchPanel .serchBox {
	margin: 0 auto;
	width: 485px;
}
#commonHeader .searchPanel .serchBox input[type="text"] {
	margin-right: 7px;
	border: none;
	border-radius: 0;
	width: 408px;
	height: 29px;
	background-color: #fff;
	box-sizing: border-box;
}
#commonHeader .searchPanel .serchBox input[type="button"] {
	border: none;
	border-radius: 0;
	width: 62px;
	height: 31px;
	color: #fff;
	background-color: #373737;
	font-size: 14px;
	-webkit-appearance: none;
	box-sizing: border-box;
}
#commonHeader .searchPanel .panelClose {
	position: absolute;
	top: 25px;
	right: 15px;
	color: #fff;
}
#commonHeader .searchPanel .panelClose a {
	color: #fff;
}
#commonHeader .searchPanel .panelClose a:hover {
	opacity: 0.7;
}
#commonHeader .searchPanel .panelClose a:before {
	margin-right: 6px;
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/institution/ifes/common/images/icon_close.png) top left no-repeat;
	background-size: 12px 12px;
}
#commonHeader .headerPanelWrapper {
	height: 31px;
	background-color: #767ab0;
}
#commonHeader .headerPanelWrapper:after {
	clear: both;
	display: block;
	content: "";
}
#commonHeader .logoUniv {
	padding: 5px 0 0 20px;
	float: left;
	width: 84px;
	font-size: 10px;
}
#commonHeader .headerPanel {
	margin-right: 12px;
	float: right;
	line-height: 31px;
}
#commonHeader .headerPanel .searchOpen {
	margin-top: 5px;
	float: left;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#commonHeader .headerPanel .searchOpen:hover {
	opacity: 0.7;
}
#commonHeader .headerPanel #textsizer {
	margin-left: 30px;
	float: left;
	font-size: 0;
	height: 31px;
}
#commonHeader .headerPanel #textsizer p {
	margin-right: 5px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
#commonHeader .headerPanel #textsizer ul {
	display: inline-block;
	vertical-align: middle;
	height: 31px;
}
#commonHeader .headerPanel #textsizer ul li {
	margin-left: 5px;
	display: inline-block;
	font-size: 12px;
}
#commonHeader .headerPanel #textsizer ul li a {
	border-bottom: 1px transparent solid;
	color: #fff;
}
#commonHeader .headerPanel #textsizer ul li a:hover,
#commonHeader .headerPanel #textsizer ul li a.textresizer-active {
	border-bottom: 1px #fff solid;
}
#commonHeader .headerPanel #textsizer ul li a.textresizer-active:hover {
	opacity: 1;
}
#commonHeader .headerPanel .infoLink {
	margin-left: 20px;
	float: left;
}
#commonHeader .headerPanel .infoLink ul {
	color: #fff;
	font-size: 12px;
}
#commonHeader .headerPanel .infoLink ul li {
	float: left;
}
#commonHeader .headerPanel .infoLink ul li:first-child:after {
	margin: 0 12px;
	content: "|";
}
#commonHeader .headerPanel .infoLink ul li a {
	color: #fff;
	font-size: 12px;
}
#commonHeader .headerPanel .infoLink ul li a:hover {
	border-bottom: 1px #fff solid;
}
#commonHeader .headerPanel .infoLink ul li a:hover {
}
#commonHeader .headerPanel #gnaviControler {
	display: none;
}

@media screen and (max-width: 768px) {
#commonHeader .migrationNotice {
    height: 140px;
    display: flex;
    align-items: center;
}
#commonHeader .headerPanelWrapper {
	height: 15px;
}
#commonHeader .logoUniv {
	padding: 2px 0 0 8px;
	float: left;
	width: 46px;
}
#commonHeader .logoUniv a {
	display: block;
	height: 11px;
}
#commonHeader .headerPanel {
	display: none;
}
}

/* global navi */

#globalNavi {
	position: relative;
	background-color: #fff;
	font-size: 0;
}
#globalNavi:after {
	clear: both;
	display: block;
	content: "";
}
#globalNavi .logo {
	float: left;
	width: 30%;
	max-width: 302px;
	font-size: 14px;
	box-sizing: border-box;
}
#globalNavi ul {
	border-left: 1px #efefef solid;
	float: left;
	width: 70%;
	box-sizing: border-box;
}
#globalNavi ul li {
	border-right: 1px #efefef solid;
	display: inline-block;
	width: 15.7%;
	max-width: 110px;
	font-size: 14px;
}
#globalNavi dl {
	position: absolute;
	top: 14px;
	right: 10px;
}
#globalNavi dl dt {
	margin-right: 5px;
	float: left;
}
/*
#globalNavi dl dt a {
	padding-right: 10px;
	border-radius: 3px;
	position: relative;
	display: block;
	width: 102px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #578f5b;
	font-size: 12px;
	text-align: center;
}
#globalNavi dl dt a:after {
	position: absolute;
	top: 6px;
	right: 7px;
	content: "";
	width: 7px;
	height: 13px;
	background: url(/institution/ifes/common/images/icon_arrow03.png) top left no-repeat;
	background-size: 7px 13px;
}
*/
#globalNavi dl dt a:hover {
	opacity: 0.7;
}
#globalNavi dl dd {
	margin-top: 6px;
	margin-left: 5px;
	float: left;
	width: 12px;
	height: 12px;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
#globalNavi dl dd.ims {
	margin-left: 6px;
}
#globalNavi dl dd {
}
#globalNavi dl dd .icon {
	border-radius: 12px;
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
#globalNavi dl dd .icon:hover {
	opacity: 0.7;
}
#globalNavi dl dd .cb {
	position: absolute;
	top: 20px;
	right: 0;
	display: none;
}
#globalNavi dl dd .cb img {
	width: auto;
}
#globalNavi dl dd .cb a:hover img {
	opacity: 0.7;
}
#globalNavi .spNavi {
	display: none;
}
#globalNaviSP {
	display: none;
}
#globalNavi dl dd.ic01 .icon{
	background-color: #A3CFC0;
}
#globalNavi dl dd.ic02 .icon{
	background-color: #DEB6B6;
}
#globalNavi dl dd.ic03 .icon{
	background-color: #CFB9A3;
}
#globalNavi dl dd.ic04 .icon{
	background-color: #B2B4CF;
}
#globalNavi dl dd.ic05 .icon{
	background-color: #ECCB9C;
}
#globalNavi dl dd.ic06 .icon{
	background-color: #99B9D9;
}
@media screen and (max-width: 1095px) {
#globalNavi dl {
	width: 112px;
	text-align: right;
}
#globalNavi dl dt {
	margin: 0;
	display: block;
}
#globalNavi dl dd.icst {
	margin-left: 31px;
}
#globalNavi dl dd a .cb {
	top: 43px;
}
}
@media screen and (max-width: 880px) {
#globalNavi dl {
	width: 100px;
}
#globalNavi dl dt a {
	width: 90px;
}
#globalNavi dl dd.icst {
	margin-left: 19px;
}
}

@media screen and (max-width: 768px) {
#globalNavi {
	height: 50px;
}
#globalNavi ul {
	display: none;
}
#globalNavi dl {
	display: none;
}
#globalNavi .logo {
	max-width: inherit;
	width: 165px;
	height: 50px;
	font-size: 14px;
}
#globalNavi .spNavi {
	float: right;
	display: block;
}
#globalNavi .spNavi .location {
	padding-top: 12px;
	float: left;
	display: inline-block;
	color: #fff;
}
#globalNavi .spNavi .location a {
	padding: 0 13px;
	display: block;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 11px;
	background-color: #777bb2;
}
#globalNavi .spNavi #gnaviControler {
	float: right;
	width: 51px;
	height: 49px;
	cursor: pointer;
}
#globalNavi .spNavi #gnaviControler .icon {
	padding: 12px 13px 14px 14px;
	position: relative;
	cursor: pointer;
}
#globalNavi .spNavi #gnaviControler .gnaviClose {
	display: none;
}
#globalNavi .spNavi #gnaviControler .spOpen {
	background-color: #494949;
}
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000;
	opacity: 0.85;
}

#globalNaviSP {
	margin-top: 65px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	clear: both;
	background-color: #494949;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 50;
}
#container:has(.migrationNotice) + #globalNaviSP {
    margin-top: 205px;
}
#globalNaviSP:before {
}
#globalNaviSP .globalNaviSPInner {
	position: relative;
	z-index: 49;
}
#globalNaviSP .siteSearchSP {
	padding: 8px 20px 8px 20px;
	height: 27px;
	border-bottom: 1px #5c5c5c solid;
}
#globalNaviSP .siteSearchSP .searchEntry {
	width: 100%;
	height: 27px;
}
#globalNaviSP .siteSearchSP input[type="text"] {
	padding-left: 30px;
	border: none;
	width: 75%;
	height: 27px;
	background-color: transparent;
	background: #fff url(../images/icon_search.png) 6px 5px no-repeat;
	background-size: 16px 16px;
	box-sizing: border-box;
}
#globalNaviSP .siteSearchSP input[type="button"] {
	border: none;
	border-radius: 0;
	width: 25%;
	height: 27px;
	color: #fff;
	background-color: #868686;
	font-size: 1.2rem;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-appearance: none;
}
#globalNaviSP ul {
}
#globalNaviSP ul li {
	padding: 0 20px;
	border-bottom: 1px #5c5c5c solid;
}
#globalNaviSP ul li:last-child {
	border-bottom: none;
}
#globalNaviSP ul li a {
	padding: 15px 0;
	display: block;
	line-height: 13px;
	color: #fff;
	background: url(/institution/ifes/common/images/icon_arrow.png) right 15px no-repeat;
	background-size: 7px 13px;
	text-decoration: none;
	font-size: 1.2rem;
}
#globalNaviSP .menuClose {
	padding: 13px 0;
	background-color: #5c5c5c;
	text-align: center;
	cursor: pointer;
}
#globalNaviSP .menuClose span {
	padding-left: 20px;
	color: #fff;
	background: url(/institution/ifes/common/images/icon_close.png) top left no-repeat;
	background-size: 12px 12px;
	font-size: 11px;
}
}


/* common footer */

#commonFooter {
	background-color: #fff;
}
#commonFooter a:hover {
	text-decoration: none;
}
#commonFooter #footerNavi {
	margin: 0 41px;
	padding: 35px 0 20px 0;
	border-bottom: 1px #e8e8e8 solid;
	position: relative;
	color: #565656;
}
#commonFooter #footerNavi:after {
	content: "";
	display: block;
	clear: both;
}
#commonFooter #footerNavi a:hover {
	border-bottom: 1px #b7b7b7 solid;
}
#commonFooter #pagetop {
	position: absolute;
	top: 53px;
	right: 0;
}
#commonFooter #pagetop a {
	color: #565656;
	font-size: 12px;
}
#commonFooter #pagetop a:after {
	margin-left: 12px;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/institution/ifes/common/images/icon_pagetop.png) top left no-repeat;
	background-size: 32px 32px;
	vertical-align: middle;
}
#commonFooter #pagetop a:hover {
	border: none;
	opacity: 0.7;
}
#commonFooter .footerMainNavi {
}
#commonFooter .footerMainNavi .searchArea {
	display: none;
}
#commonFooter .footerMainNavi ul {
}
#commonFooter .footerMainNavi ul:after {
	content: "";
	display: block;
	clear: both;
}
#commonFooter .footerMainNavi ul li {
	float: left;
	width: 10em;
	font-size: 12px;
}
#commonFooter .footerMainNavi ul li:nth-child(3) {
	width: 15em;
}
#commonFooter .footerMainNavi ul li:nth-child(4) {
	width: 20em;
}
#commonFooter .footerMainNavi ul li:nth-child(5) {
	width: 13em;
}
#commonFooter .footerMainNavi ul li a,
#commonFooter .footerMainNavi ul li span {
	font-weight: bold;
}
#commonFooter .footerMainNavi ul li ul {
	margin-top: 15px;
}
#commonFooter .footerMainNavi ul li ul li {
	float: none;
	width: auto;
	line-height: 1.8;
}
#commonFooter .footerMainNavi ul li ul li:nth-child(3),
#commonFooter .footerMainNavi ul li ul li:nth-child(4),
#commonFooter .footerMainNavi ul li ul li:nth-child(5) {
	width: auto;
	max-width: inherit;
}
#commonFooter .footerMainNavi ul li ul li a {
	font-weight: normal;
}
#commonFooter .footerSubNavi {
	margin-top: 20px;
}
#commonFooter .footerSubNavi ul {
}
#commonFooter .footerSubNavi ul:after {
	content: "";
	display: block;
	clear: both;
}
#commonFooter .footerSubNavi ul li {
	color: #d1d1d1;
	float: left;
	font-size: 11px;
}
#commonFooter .footerSubNavi ul li:before {
	margin: 0 7px;
	content: "|";
}
#commonFooter .footerSubNavi ul li:first-child:before {
	display: none;
}
#commonFooter .footerSubNavi ul li a {
	color: #565656;
	font-size: 1.1rem;
}
#commonFooter .footerSubNavi ul li a.anotherSite {
	padding-right: 18px;
	background: url(/institution/ifes/common/images/icon_another_site_s2.png) right 1px no-repeat;
}
#commonFooter #relationSites {
	margin: 0 41px;
	padding: 30px 0 25px;
	position: relative;
	background-color: #fff;
}
#commonFooter #relationSites .linkUnivTop {
	margin-bottom: 9px;
	width: 142px;
}
#commonFooter #relationSites .linkICCERTop {
	width: 142px;
}
#commonFooter #relationSites ul {
	position: absolute;
	left: 158px;
	bottom: 25px;
}
#commonFooter #relationSites ul li {
	margin-right: 12px;
	display: inline-block;
	line-height: 12px;
}
#commonFooter #relationSites ul li a {
	padding-bottom: 2px;
	display: inline-block;
	font-size: 12px;
}
#commonFooter #relationSites ul li a:before {
	margin-bottom:1px;
	margin-right: 3px;
	border-radius: 12px;
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	vertical-align: text-top;
}
#commonFooter #relationSites ul li.rism a:before {
	background-color: #A3CFC0;
}
#commonFooter #relationSites ul li.rism a:hover,
#commonFooter #relationSites ul li.rism a.current {
	border-bottom: 2px #A3CFC0 solid;
}
#commonFooter #relationSites ul li.ibs a:before {
	background-color: #DEB6B6;
}
#commonFooter #relationSites ul li.ibs a:hover,
#commonFooter #relationSites ul li.ibs a.current {
	border-bottom: 2px #DEB6B6 solid;
}
#commonFooter #relationSites ul li.rcss a:before {
	background-color: #CFB9A3;
}
#commonFooter #relationSites ul li.rcss a:hover,
#commonFooter #relationSites ul li.rcss a.current {
	border-bottom: 2px #CFB9A3 solid;
}
#commonFooter #relationSites ul li.ifes a:before {
	background-color: #B2B4CF;
}
#commonFooter #relationSites ul li.ifes a:hover,
#commonFooter #relationSites ul li.ifes a.current {
	border-bottom: 2px #B2B4CF solid;
}
#commonFooter #relationSites ul li.ims a:before {
	background-color: #ECCB9C;
}
#commonFooter #relationSites ul li.ims a:hover,
#commonFooter #relationSites ul li.ims a.current {
	border-bottom: 2px #ECCB9C solid;
}
#commonFooter #relationSites ul li.surcas a:before {
	background-color: #99B9D9;
}
#commonFooter #relationSites ul li.surcas a:hover,
#commonFooter #relationSites ul li.surcas a.current {
	border-bottom: 2px #99B9D9 solid;
}

#commonFooter #footerBottom {
	padding: 16px 0;
	position: relative;
	background-color: #848484;
}
#commonFooter #footerBottom .footerLogo {
	position: absolute;
	top: 14px;
	left: 16px;
/*	width: 406px;*/
    width: 322px;
}
#commonFooter #footerBottom .copyright {
	margin-right: 20px;
}
#commonFooter #footerBottom .copyright p {
	line-height: 1;
	color: #fff;
	font-size: 10px;
	text-align: right;
}

@media screen and (max-width: 768px) {
#commonFooter #footerNavi {
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px #e8e8e8 solid;
	position: relative;
	color: #565656;
}
#commonFooter #footerNavi a:hover {
	border-bottom: none;
}
#commonFooter #pagetop {
	padding: 12px 6.25% 10px 6.25%;
	position: static;
	top: auto;
	right: auto;
	background-color: #848484;
	text-align: right;
}
#commonFooter #pagetop a {
	display: inline-block;
	height: 16px;
	color: #fff;
	font-size: 10px;
}
#commonFooter #pagetop a:after {
	margin-left: 12px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/institution/ifes/common/images/icon_pagetop_sp.png) top left no-repeat;
	background-size: 16px 16px;
	vertical-align: middle;
}
#commonFooter #pagetop a:hover {
	border: none;
	opacity: 1;
}
#commonFooter .footerMainNavi {
}
#commonFooter .footerMainNavi .searchArea {
	margin: 0 auto;
	padding: 9px 0;
	border-bottom: 1px #c2c2c2 solid;
	display: block;
	width: 100%;
	height: 24px;
}
#commonFooter .footerMainNavi .searchArea input[type="text"] {
	margin-left: 6.25%;
	padding-left: 30px;
	border: 1px #c2c2c2 solid;
	border-right: none;
	border-radius: 0;
	width: 70%;
	height: 24px;
	background-color: transparent;
	box-sizing: border-box;
	background: #fff url(../images/icon_search.png) 6px 4px no-repeat;
	background-size: 16px 16px;
}
#commonFooter .footerMainNavi .searchArea input[type="button"] {
	margin-right: 6.25%;
	border: none;
	border-radius: 0;
	width: 17.5%;
	height: 24px;
	color: #fff;
	background-color: #444444;
	font-size: 1.2rem;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-appearance: none;
}
#commonFooter .footerMainNavi ul {
}
#commonFooter .footerMainNavi ul:after {
	display: none;
}
#commonFooter .footerMainNavi ul li {
	border-bottom: 1px #e6e6e6 solid;
	float: none;
	width: 100%;
	font-size: 12px;
}
#commonFooter .footerMainNavi ul li:nth-child(3),
#commonFooter .footerMainNavi ul li:nth-child(4),
#commonFooter .footerMainNavi ul li:nth-child(5) {
	width: auto;
}
#commonFooter .footerMainNavi ul li a,
#commonFooter .footerMainNavi ul li span {
	font-weight: normal;
}
#commonFooter .footerMainNavi ul li a {
	padding: 15px 6.25%;
	display: block;
	background: url(/institution/ifes/common/images/icon_arrow02.png) 93.25% center no-repeat;
	background-size: 7px 13px;
}
#commonFooter .footerMainNavi ul li ul {
	margin-top: 0;
	display: none;
}
#commonFooter .footerMainNavi ul li ul li {
}
#commonFooter .footerSubNavi {
	margin-top: 0;
	padding: 12px 0;
}
#commonFooter .footerSubNavi ul {
}
#commonFooter .footerSubNavi ul:after {
	content: "";
	display: block;
	clear: both;
}
#commonFooter .footerSubNavi ul li {
	border-left: 1px #e6e6e6 solid;
	color: #d1d1d1;
	float: left;
	width: 33.3%;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	box-sizing: border-box;
}
#commonFooter .footerSubNavi ul li:first-child {
	border: none;
}
#commonFooter .footerSubNavi ul li:before {
	display: none;
}
#commonFooter .footerSubNavi ul li:first-child:before {
}
#commonFooter .footerSubNavi ul li a {
	color: #565656;
	font-size: 1.1rem;
}
#commonFooter #relationSites {
	margin: 0;
	padding: 0;
}
#commonFooter #relationSites .linkUnivTop {
	margin: 0 auto 9px auto;
	width: 87.5%;
}
#commonFooter #relationSites .linkICCERTop {
	margin: 0 auto;
	width: 87.5%;
}
#commonFooter #relationSites ul {
	margin: 15px auto 25px auto;
	width: 87.5%;
	position: static;
	left: auto;
	bottom: auto;
}
#commonFooter #relationSites ul li {
	margin-bottom: 10px;
	margin-right: 0;
	display: block;
	width: 100%;
	line-height: 1.5;
}
#commonFooter #relationSites ul li a {
	padding-bottom: 2px;
	border-bottom: 2px transparent solid;
	display: inline-block;
}
#commonFooter #relationSites ul li.icst a:before {
	background-color: #949fab;
}
#commonFooter #footerBottom {
}
#commonFooter #footerBottom .footerLogo {
	display: none;
}
#commonFooter #footerBottom .copyright {
	margin-right: 0;
}
#commonFooter #footerBottom .copyright p {
	text-align: center;
}
}


/* =============================================================================
 Topic Path Styles
============================================================================= */

#topicPath {
	margin-bottom: 46px;
	border-top: 1px #efefef solid;
	background-color: #fff;
}
#topicPath ul {
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
}
#topicPath ul:after {
	content: "";
	display: block;
	clear: both;
}
#topicPath ul li {
	margin-right: 4px;
	float: left;
	color: #797979;
	font-size: 1.2rem;
}
#topicPath ul li:after {
	margin-left: 4px;
	content: ">";
	display: inline;
}
#topicPath ul li:first-child:after,
#topicPath ul li:last-child:after {
	display: none;
}
#topicPath ul li:first-child {
	margin-right: 13px;
}
#topicPath ul li:last-child {
	margin-right: 0;
}
#topicPath ul li a {
	color: #797979;
	font-size: 1.2rem;
}
#topicPath ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
#topicPath {
	margin-bottom: 6.25%;
}
#topicPath ul {
	height: 25px;
	line-height: 25px;
}
#topicPath ul li:first-child {
	margin-right: 8px;
	height: 25px;
}
#topicPath ul li:first-child img {
	width: auto;
	height: 100%;
}
#topicPath ul li:last-child {
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#topicPath ul li,
#topicPath ul li a {
	font-size: 1rem;
}
}


/* =============================================================================
 Common Block Styles
============================================================================= */

/* page title setting */

.pageTitle {
	margin-bottom: 50px;
	background-color: #fff;
}
.pageTitle h1 {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 1000px;
	color: #565656;
	background: url(/institution/ifes/common/images/icon_ttl_ifes.gif) top right no-repeat;
	background-size: auto 100%;
	font-weight: normal;
}
.pageTitle h1 span {
	margin-right: 0.5em;
	font-size: 3.8rem;
}
.pageTitle h1 span.jpn {
	margin-right: 0;
	display: inline-block;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
.pageTitle {
	margin-bottom: 7.8125%;
}
.pageTitle h1 {
	padding: 10px;
}
.pageTitle h1 span {
	margin-right: 0.5em;
	font-size: 2.2rem;
}
.pageTitle h1 span.jpn {
	margin-right: 0;
	display: inline-block;
	font-size: 1.4rem;
}
}


/* =============================================================================
 Topics Styles
============================================================================= */

/* topic search */

.topicsSearch {
	margin-bottom: 3%;
	padding: 25px 0;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}
.topicsSearch:after {
	content: "";
	display: block;
	clear: both;
}
.topicsSearch dl {
	float: left;
}
.topicsSearch dl:after {
	content: "";
	display: block;
	clear: both;
}
.topicsSearch dl.division {
	margin-left: 5.5%;
	width: 40%;
}
.topicsSearch dl.year {
	width: 28%;
}
.topicsSearch dl dt {
	margin-right: 0.5em;
	float: left;
	width: 3em;
	color: #565656;
	line-height: 35px;
	font-size: 1.6rem;
	font-weight: bold;
}
.topicsSearch dl dd {
	float: left;
	width: 75%;
}
.topicsSearch dl dd select {
	border: 1px #c8c8c8 solid;
	height: 35px;
}
.topicsSearch dl.division dd select,
.topicsSearch dl.year dd select {
	width: 90%;
}
.topicsSearch .btnSelect {
	position: relative;
	float: left;
	width: 21%;
	height: 35px;
}
.topicsSearch .btnSelect input,
.topicsSearch .btnSelect a,
.topicsSearch .btnSelect span {
	border-radius: 0;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background-color: #313131;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
}
.topicsSearch .btnSelect span {
	background-color: #CCC;
	z-index: 10;
}
.topicsSearch .btnSelect .disable {
	display: none;
}
.topicsSearch .btnSelect:after {
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	width: 20px;
	height: 20px;
	background: url(/institution/ifes/common/images/icon_arrow05.png) top left no-repeat;
	background-size: 20px 20px;
	z-index: 11;
}
.topicsSearch .btnSelect input:hover,
.topicsSearch .btnSelect a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
.topicsSearch dl.division {
	margin-left: 6.25%;
	margin-bottom: 15px;
	float: none;
	width: 87.5%;
}
.topicsSearch.allTopics dl.division {
	margin-left: 6.25%;
	margin-bottom: 15px;
	float: none;
	width: 87.5%;
}
.topicsSearch dl dt {
	font-size: 1.2rem;
}
.topicsSearch dl.division dd {
	width: 81%;
}
.topicsSearch dl.division dd select {
	width: 100%;
}
.topicsSearch dl.year {
	margin-left: 6.25%;
	width: 60%;
}
.topicsSearch dl.year dd {
	width: 70%;
}
.topicsSearch .btnSelect {
	width: 25%;
}
.topicsSearch .btnSelect input {
	font-size: 1.2rem;
}
.topicsSearch .btnSelect:after {
	display: none;
}
}

/* topic list */

.topicList {
	margin-bottom: 5%;
}
.topicList a:hover {
	text-decoration: none;
}
.topicList ul {
}
.topicList ul:after {
	content: "";
	display: block;
	clear: both;
}
.topicList ul li {
	margin-right: 2.1%;
	margin-bottom: 2%;
	position: relative;
	float: left;
	width: 23.4%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(235,235,235,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(235,235,235,1);
	box-shadow: 0px 0px 8px 0px rgba(235,235,235,1);
}
.topicList ul li:nth-of-type(4n) {
	margin-right: 0;
}
.topicList ul li a {
	padding-bottom: 43px;
	display: block;
}
.topicList ul li a span {
	display: block;
}
.topicList ul li a .image {
	position: relative;
	height: 145px;
	overflow: hidden;
}
.topicList ul li a .image img {
	position: absolute;
	width: auto;
	height: auto;
}
.topicList ul li a .division {
	margin: 15px auto;
	padding: 8px 5px 6px 5px;
	border-radius: 3px;
	width: 87%;
	color: #fff;
	background-color: #767ab0;
	font-size: 1.1rem;
	text-align: center;
	box-sizing: border-box;
}
.topicList ul li a .title {
	margin: 0 auto 10px auto;
	width: 87%;
	line-height: 1.625;
	font-size: 1.6rem;
	font-weight: bold;
}
.topicList ul li a .date {
	margin: 0 auto;
	width: 87%;
	color: #a1a1a1;
	font-size: 1rem;
}
.topicList ul li a .date.new:before {
	margin-right: 0.5em;
	padding: 2px 5px 0 5px;
	content: "NEW";
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background-color: #ff2b49;
}
.topicList ul li a .more {
	padding: 0;
	border-top: 1px #eeeeee solid;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #565656;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
.topicList ul li a .more:after {
	margin-top: -9.5px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 4.7%;
	width: 19px;
	height: 19px;
	background: url(/institution/ifes/common/images/icon_arrow04.png) top left no-repeat;
	background-size: 19px 19px;
}
.topicList ul li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {

.topicList {
	margin-bottom: 12.1875%;
}
.topicList a:hover {
	text-decoration: none;
}
.topicList ul {
	margin-bottom: 1.5625%;
}
.topicList ul:after {
	content: "";
	display: block;
	clear: both;
}
.topicList ul li {
	margin-left: 6.25%;
	margin-right: 3.75%;
	margin-bottom: 3.125%;
	width: 41.875%;
}
.topicList ul li:nth-of-type(2n) {
	margin-left: 0;
}
.topicList ul li a {
	position: relative;
	padding-bottom: 40px;
	display: block;
	height: 100%;
	box-sizing: border-box;
}
.topicList ul li a span {
	display: block;
}
.topicList ul li a .image {
	height: 84px;
}
.topicList ul li a .division {
	margin: 10px auto;
	padding: 5px 3px 3px 3px;
	font-size: 0.8rem;
}
.topicList ul li a .title {
	margin: 0 auto 5px auto;
	line-height: 1.5;
	font-size: 1rem;
}
.topicList ul li a .date {
	font-size: 0.7rem;
}
.topicList ul li a .date.new:before {
	padding: 1px 3px 0 3px;
}
.topicList ul li a .more {
	height: 26px;
	line-height: 26px;
	font-size: 0.9rem;
}
.topicList ul li a .more:after {
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(/institution/ifes/common/images/icon_arrow04.png) top left no-repeat;
	background-size: 12px 12px;
}
.topicList ul li a:hover {
	opacity: 0.7;
}
}


/* =============================================================================
 Information Styles
============================================================================= */

.infoList {
	margin-bottom: 2%;
}
.infoList li {
	margin-bottom: 0.5%;
}
.infoList li a {
	padding-left: 7em;
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
}
.infoList li a span {
}
.infoList li a:hover .date span,
.infoList li a:hover .title {
	border-bottom: 1px #898989 solid;
}
.infoList li a .date {
	position: absolute;
	top: 0;
	left: 0;
}
.infoList li a .date:after {
	margin: 0 0.51em;
	display: inline;
	content: "｜";
}
.infoList li a:hover .date:after {
	border-bottom: none;
}
.infoList li a .title {
}

@media screen and (max-width: 768px) {
.infoList {
	margin-right: 6.25%;
	margin-left: 6.25%;
}
.infoList li {
	margin-bottom: 4.6875%;
}
.infoList li a {
	padding-left: 0;
	font-size: 1.2rem;
}
.infoList li a span {
}
.infoList li a:hover .date span,
.infoList li a:hover .title {
	border-bottom: none;
}
.infoList li a .date {
	position: static;
	top: auto;
	left: auto;
	display: block;
}
.infoList li a .date:after {
	display: none;
}
.infoList li a .title {
	display: block;
}
}


/* =============================================================================
 ResearcherInfo Styles
============================================================================= */

.researcherInfo {
}
.researcherInfo:after {
	content: "";
	display: block;
	clear: both;
}
.researcherInfo dt {
	margin-bottom: 2.5%;
	margin-right: 2%;
	float: left;
	clear: left;
	width: 10%;
	color: #fff;
	background-color: #767ab0;
	text-align: center;
}
.researcherInfo dd {
	margin-bottom: 2.5%;
	float: left;
	width: 88%;
}
.researcherInfo dd ul li {
	padding-left: 4.5em;
	text-indent: -4.5em;
}
.researcherInfo *:nth-last-child(1),
.researcherInfo *:nth-last-child(2) {
	margin-bottom:0;
}

@media screen and (max-width: 768px) {
.researcherInfo dt {
	margin-bottom: 2.5%;
	margin-right: 0;
	float: none;
	width: 7em;
	font-size: 1.2rem;
}
.researcherInfo dd {
	margin-bottom: 6.25%;
	float: none;
	width: 100%;
	font-size: 1.2rem;
}
.researcherInfo *:nth-last-child(2) {
	margin-bottom: 2.5%;
}
}


/* =============================================================================
 pager Styles
============================================================================= */

.pager {
	color: #565656;
	text-align: center;
}
.pager .prev,
.pager .next,
.pager ul,
.pager ul li {
	display: inline-block;
}
.pager .prev,
.pager .next {
	line-height: 30px;
}
.pager .prev {
	margin-right: 26px;
}
.pager .next {
	margin-left: 26px;
}
.pager .prev a,
.pager .next a {
	position: relative;
	font-size: 14px;
}
.pager .prev a {
	padding-left: 16px;
}
.pager .next a {
	padding-right: 16px;
}
.pager .prev a:hover,
.pager .next a:hover {
	text-decoration: underline;
}
.pager .prev a:before {
	margin-right: 5px;
	content: "<";
}
.pager .next a:after {
	margin-left: 5px;
	content: ">";
}
.pager ul {
	font-size: 0;
}
.pager ul li {
	margin: 0 2px;
}
.pager ul li a {
	border: 1px #e7e7e7 solid;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	background-color: #fff;
}
.pager ul li a:hover,
.pager ul li a.current {
	border: 1px #646464 solid;
	color: #fff;
	background-color: #646464;
	text-decoration: none;
}
.pager {
	line-height: 0;
	font-size: 0;
}
.pager a.link_page,
.pager span {
	margin: 0 2px;
	border: 1px #e7e7e7 solid;
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	background-color: #fff;
}
.pager a.link_page:hover,
.pager span.current_page {
	border: 1px #646464 solid;
	color: #fff;
	background-color: #646464;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
}



/* =============================================================================
 Article Detail Styles
============================================================================= */

/* article title */

.articleDetail .articleTitle {
	padding: 3% 3.4% 4% 3.4%;
	background-color: #fff;
}
.articleDetail .articleTitle .division {
	margin-right: 15px;
	padding: 0 15px;
	border-radius: 3px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #767ab0;
	font-size: 1.1rem;
}
.articleDetail .articleTitle .date {
	display: inline-block;
	line-height: 30px;
	color: #565656;
}
.articleDetail .articleTitle h1 {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px #e4e4e4 solid;
	line-height: 1.35;
	color: #565656;
	font-size: 2.6rem;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.articleDetail .articleTitle {
	margin-left: 6.25%;
	margin-right: 6.25%;
}
.articleDetail .articleTitle .date {
	margin: 8px 0 3px 0;
	display: block;
	line-height: 1.2;
	font-size: 1.2rem;
}
.articleDetail .articleTitle h1 {
	margin-top: 0;
	padding-bottom: 10px;
	font-size: 1.8rem;
}
}

/* article body */

.articleDetail .articleBody {
	margin-bottom: 2%;
	padding: 0 3.4% 3.4% 3.4%;
	background-color: #fff;
}

.articleDetail .articleBody .clearfix {
	margin-bottom: 1em;
}
.articleDetail .articleBody .clearfix a {
	display: block;
}
.articleDetail .articleBody .img01 {
	margin-bottom: 1em;
	width: 47.5%;
}
.articleDetail .articleBody .caption {
	margin: 5px 0 0;
	font-size: 1.2rem;
}
.articleDetail .articleBody .imgRight {
	margin-left: 1em;
	float: right;
}
.articleDetail .articleBody .imgLeft {
	margin-right: 1em;
	float: left;
}
.articleDetail .articleBody .img02,
.articleDetail .articleBody .img04 {
	float: left;
	width: 47.5%;
}
.articleDetail .articleBody .img03,
.articleDetail .articleBody .img05 {
	float: right;
	width: 47.5%;
}
.articleDetail .articleBody .subArea {
	border: 1px #767ab0  solid;
	padding: 1em 2em;
	box-sizing: border-box;
}
.articleDetail .articleBody .subArea h4 {
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	border-bottom: 1px #767ab0 solid;
}
.articleDetail .articleBody .subArea p {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
.articleDetail .articleBody .img01 {
	margin-left: 0 !important;
	margin-right: 0 !important;
	float: none !important;
	width: 100%;
}
}

.articleDetail .articleBody h2 {
	margin-bottom: 2.6%;
	padding: 0 0 0 10px;
	color: #fff;
	background-color: #767ab0;
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
.articleDetail .articleBody h2 {
	font-size: 1.7rem;
}
}

.articleDetail .articleBody h3 {
	margin-bottom: 2.6%;
	padding: 0 0 5px;
	border-bottom: 1px #767ab0 solid;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
.articleDetail .articleBody h3 {
	font-size: 1.4rem;
}
}

.articleDetail .articleBody p {
	margin-bottom: 2.6%;
}
.articleDetail .articleBody img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.articleDetail .articleBody .clear {
	clear: both;
}

@media screen and (max-width: 768px) {
.articleDetail .articleBody .image {
	margin-bottom: 6.25%;
}
.articleDetail .articleBody .image img {
	width: 100%;
}
.articleDetail .articleBody {
	margin-left: 6.25%;
	margin-right: 6.25%;
}
.articleDetail .articleBody .fLeft,
.articleDetail .articleBody .fRight {
	margin: 0;
	margin-bottom: 6.25%;
	float: none;
}
}

/*
.articleDetail .articleBody {
	margin-bottom: 2%;
	padding: 0 3.4% 3.4% 3.4%;
	background-color: #fff;
}
.articleDetail .articleBody .image {
	margin-bottom: 2.6%;
	text-align: center;
}
.articleDetail .articleBody .image img {
	width: auto;
	max-width: 100%;
}
.articleDetail .articleBody p {
	margin-bottom: 2.6%;
}
.articleDetail .articleBody .fLeft {
	margin: 0 2em 1em 0;
	float: left;
}
.articleDetail .articleBody .fRight {
	margin: 0 0 1em 2em;
	float: right;
}
.articleDetail .articleBody .clear {
	clear: both;
}

@media screen and (max-width: 768px) {
.articleDetail .articleBody .image {
	margin-bottom: 6.25%;
}
.articleDetail .articleBody .image img {
	width: 100%;
}
.articleDetail .articleBody {
	margin-left: 6.25%;
	margin-right: 6.25%;
}
.articleDetail .articleBody .fLeft,
.articleDetail .articleBody .fRight {
	margin: 0;
	margin-bottom: 6.25%;
	float: none;
}
}
*/
/* article panel */

.articleDetail .articlePanel {
}
.articleDetail .articlePanel:after {
	content: "";
	display: block;
	clear: both;
}
.articleDetail .articlePanel div {
	width: 7%;
	min-width: 70px;
}
.articleDetail .articlePanel div a {
	position: relative;
	display: block;
	color: #fff;
	height: 24px;
	line-height: 24px;
	color: #565656;
	font-size: 14px;
	text-decoration: none;
}
.articleDetail .articlePanel div a:hover {
	opacity: 0.7;
}
.articleDetail .articlePanel div a:before {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	content: "";
	width: 24px;
	height: 24px;
}
.articleDetail .articlePanel .backIndex {
	float: left;
}
.articleDetail .articlePanel .backIndex a {
	padding-left: 30px;
}
.articleDetail .articlePanel .backIndex a:before {
	left: 0;
	background: url(/institution/ifes/common/images/icon_back.png) top left no-repeat;
	background-size: 24px 24px;
}
.articleDetail .articlePanel .btnPrev {
	float: right;
}
.articleDetail .articlePanel .btnPrev a {
	padding-left: 30px;
}
.articleDetail .articlePanel .btnPrev a:before {
	left: 0;
	background: url(/institution/ifes/common/images/icon_prev.png) top left no-repeat;
	background-size: 24px 24px;
}
.articleDetail .articlePanel .btnNext {
	margin-left: 60px;
	float: right;
}
.articleDetail .articlePanel .btnNext a {
	padding-right: 30px;
	text-align: right;
}
.articleDetail .articlePanel .btnNext a:before {
	right: 0;
	background: url(/institution/ifes/common/images/icon_next.png) top left no-repeat;
	background-size: 24px 24px;
}

@media screen and (max-width: 768px) {
.articleDetail .articlePanel {
	margin-left: 6.25%;
	margin-right: 6.25%;
}
.articleDetail .articlePanel div a {
	height: 20px;
	line-height: 20px;
	font-size: 1.2rem;
}
.articleDetail .articlePanel div a:before {
	margin-top: -10px;
	position: absolute;
	top: 50%;
	content: "";
	width: 20px;
	height: 20px;
}
.articleDetail .articlePanel .backIndex a {
	padding-left: 25px;
}
.articleDetail .articlePanel .backIndex a:before {
	background: url(/institution/ifes/common/images/icon_back.png) top left no-repeat;
	background-size: 20px 20px;
}
.articleDetail .articlePanel .btnPrev a {
	padding-left: 25px;
}
.articleDetail .articlePanel .btnPrev a:before {
	background: url(/institution/ifes/common/images/icon_prev.png) top left no-repeat;
	background-size: 20px 20px;
}
.articleDetail .articlePanel .btnNext {
	margin-left: 0;
}
.articleDetail .articlePanel .btnNext a {
	padding-right: 25px;
}
.articleDetail .articlePanel .btnNext a:before {
	background: url(/institution/ifes/common/images/icon_next.png) top left no-repeat;
	background-size: 20px 20px;
}
}


/* =============================================================================
 Google Custom Search Fixed
============================================================================= */

form.gsc-search-box {
	margin: 0 !important;
}
table.gsc-search-box {
	margin: 0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0 !important;
}
.gsc-input-box {
    background: transparent !important;
    border: none !important;
    height: auto !important;
}
.gsst_b,
.gsst_a,
.gsib_a {
	padding: 0 !important;
}
.gsc-input-box {
	outline: none !important;
	box-shadow: none !important;
}
.gsst_a {
	position: absolute;
	top: -8px;
	right: 2px;
}
.gsc-input {
	width: 73%;
}
#gs_tti50 input{
	width: 408px !important;
	height: 29px !important;
	background-position:center center !important;
}
form.gsc-search-box {
	width: 93% !important;
}
#commonHeader .searchPanel input::-ms-clear { visibility:hidden }
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	margin-left: 10px !important;
    height: 17px !important;
    margin-top: 0 !important;
    min-width: inherit !important;
    padding: 6px 20px !important;
    width: auto !important;
}