@charset "utf-8";
/* CSS Document */


/* =============================================================================
 Top Page Styles
============================================================================= */

/* layout */

.topPage #mainAreaInner {
}

@media screen and (max-width: 768px) {
#mainArea.topPage {
	padding-top: 0;
}
.topPage #mainAreaInner {
	padding-top: 6.25%;
}
}

/* slider */
#mvArea {
	background-color: #ececec;
}
#mvArea .inner {
	margin: 0 auto;
	max-width: 1000px;
}
#slideArea {
	cursor: pointer !important;
}
#slideArea .sp-slide {
	opacity: 0.7;
	cursor: pointer !important;
}
#slideArea .sp-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
}
#slideArea .sp-slide:hover:before {
	background-color: #000;
	opacity: 0.7;
}
#slideArea .sp-selected:before {
	display: none;
}
#slideArea .sp-selected {
	opacity: 1;
}
#slideArea .sp-slide:hover {
	opacity: 0.7;
}
#slideArea .sp-fade-arrows {
	opacity: 1;
	transition: opacity 0s ease 0s;
}
#slideArea .sp-fade-arrows .sp-arrow:hover {
	opacity: 0.7;
	transition: opacity 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
#mvArea {
	padding-top: 65px;
	cursor: pointer !important;
}
header:has(.migrationNotice) + #mvArea {
    padding-top: 205px;
}
#slideArea .sp-slide,
#slideArea .sp-slide:hover {
	opacity: 1;
}
#slideArea .sp-slide:before {
	display: none;
}
}


/* intro division */
.introDivision {
	background-color: #ececec;
}
.introDivision .inner {
	margin: 0 auto;
	padding: 30px 0 20px;
}
.introDivision h1 {
	margin: 0 auto;
	margin-bottom: 15px !important;
	max-width: 1000px;
}
.introDivision ul {
	width: 100%;
	text-align: center;
	font-size: 0px;
}
.introDivision ul li {
	padding: 0 11px;
	display: inline-block;
	width: 16.6%;
	max-width: 256px;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
.introDivision ul li a {
	text-decoration: none;
}
.introDivision ul li a .image {
	margin-bottom: 10px;
	border: 7px #fff solid;
	display: block;
	box-sizing: border-box;
	max-width: 234px;
}
.introDivision ul li a:hover .image {
	opacity: 0.7;
}
.introDivision ul li a .name {
	font-size: 1.3rem;
	font-weight: bold;
}
.introDivision ul li a:hover .name {
	border-bottom: 1px #7a7a7a solid;
}
@media screen and (max-width: 768px) {
.introDivision h1 {
	margin-bottom: 4.6875% !important;
}
.introDivision .inner {
	margin: 0 auto;
	padding: 4.6875% 0;
}
.introDivision ul {
	width: 100%;
	text-align: left;
}
.introDivision ul:after {
	content: "";
	display: block;
	clear: both;
}
.introDivision ul li {
	margin: 0 0 4% 6.25%;
	padding: 0;
	display: block;
	float: left;
	width: 41.875%;
	max-width: inherit;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
.introDivision ul li:nth-child(2n) {
	margin-left: 3.75%;
}
.introDivision ul li:nth-child(2n+1) {
	clear: left;
}
.introDivision ul li a {
	text-decoration: none;
}
.introDivision ul li a .image {
	margin-bottom: 10px;
	border: 3px #fff solid;
	max-width: inherit;
}
.introDivision ul li a:hover .image {
	opacity: 0.7;
}
.introDivision ul li a .name {
	font-size: 1rem;
}
}

/* top content common */

#topPage h1 {
	margin-bottom: 1.5%;
	line-height: 1;
	color: #565656;
}
#topPage h1 span {
	padding-right: 0.5em;
	font-size: 2.6rem;
}
#topPage h1 span.jpn {
	padding-top: 10px;
	padding-right: 0;
	display: inline-block;
	font-size: 1.6rem;
}
#topPage .btnMore {
	margin: 0 auto;
	width: 84%;
	background-color: #fff;
	box-sizing: border-box;
}
#topPage .btnMore a {
	padding: 10px 0 8px 0;
	border: 1px #e7e7e7 solid;
	position: relative;
	display: block;
	color: #565656;
	text-align: center;
	text-decoration: none;
	font-size: 2.1rem;
	font-weight: bold;
}
#topPage .btnMore a:after {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 1.6%;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(/institution/ims/common/images/icon_arrow04.png) top left no-repeat;
	background-size: 24px 24px;
}
@media screen and (max-width: 768px) {
#topPage h1 {
	margin-bottom: 3.125%;
	margin-right: 6.25%;
	margin-left: 6.25%;
}
#topPage h1 span {
	font-size: 1.6rem;
}
#topPage h1 span.jpn {
	padding-top: 5px;
	display: block;
	font-size: 0.9rem;
}
#topPage .btnMore {
	width: 71.875%;
}
#topPage .btnMore a {
	padding: 5px 0 3px 0;
	font-size: 1.4rem;
}
#topPage .btnMore a:after {
	margin-top: -7px;
	right: 3.25%;
	width: 14px;
	height: 14px;
	background: url(/institution/ims/common/images/icon_arrow04.png) top left no-repeat;
	background-size: 14px 14px;
}
}


/* topics */

#topPage .topicList {
	padding-top: 3%;
}
@media screen and (max-width: 768px) {
#topPage .topicList {
	padding-top: 0;
}
#topPage .topicList ul li:nth-of-type(n+5) {
	display: none;
}
}

/* information */

#topPage .topInfo {
	margin-bottom: 3%;
	padding-bottom: 6.7%;
	border-bottom: 1px #e1e1e1 solid;
}
#topPage .topInfo .btnMore {
	margin-bottom: 6.2%;
}
#topPage .topInfo .bannerLink {
}
#topPage .topInfo .bannerLink ul {
}
#topPage .topInfo .bannerLink ul:after {
	content:"";
	display: block;
	clear: both;
}
#topPage .topInfo .bannerLink ul li {
	float: right;
	width: 47.7%;
}
#topPage .topInfo .bannerLink ul li:first-child {
	position: relative;
	float: left;
}
#topPage .topInfo .bannerLink ul li:nth-child(2) {
	margin-bottom: 4.5%;
}
#topPage .topInfo .bannerLink ul li:first-child span {
	padding: 15px 60px 12px 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	color: #fff;
	background: url(/institution/ims/common/images/bg_overlay.png) top left repeat;
	font-size: 1.8rem;
	box-sizing: border-box;
}
#topPage .topInfo .bannerLink ul li:first-child span:after {
	position: absolute;
	bottom: 10%;
	right: 3%;
	content: "";
	width: 24px;
	height: 24px;
	background: url(/institution/ims/common/images/icon_arrow05.png) top left no-repeat;
	background-size: 24px 24px;
}

@media screen and (max-width: 768px) {
#topPage .topInfo {
	margin-bottom: 5%;
	padding-bottom: 10%;
}
#topPage .topInfo .btnMore {
	margin-bottom: 15%;
}
#topPage .topInfo .bannerLink {
	margin-right: 6.25%;
	margin-left: 6.25%;
}
#topPage .topInfo .bannerLink ul li {
	float: none;
	width: 100%;
}
#topPage .topInfo .bannerLink ul li:first-child {
	margin-bottom: 7.15%;
	float: none;
}
#topPage .topInfo .bannerLink ul li:nth-child(2) {
	margin-bottom: 7.15%;
}
#topPage .topInfo .bannerLink ul li:first-child span {
	padding: 8px 40px 6px 13px;
	line-height: 1.4;
	font-size: 1rem;
}
#topPage .topInfo .bannerLink ul li:first-child span:after {
	bottom: 10%;
	right: 3%;
	content: "";
	width: 14px;
	height: 14px;
	background: url(/institution/ims/common/images/icon_arrow05.png) top left no-repeat;
	background-size: 14px 14px;
}
}


/* intro labo */

#topPage .introLabo {
}
#topPage .introLabo .tree {
	position: relative;
}
#topPage .introLabo .tree .btnImg {
	margin-left: -33.2%;
	position: absolute;
	top: 0;
	left: 50%;
	width: 66.4%;
}
#topPage .introLabo ul {
	position: relative;
}
#topPage .introLabo ul:after {
	content:"";
	display: block;
	clear: both;
}
#topPage .introLabo ul li {
	margin-top: -2px;
	margin-right:1.26%;
	float: left;
	width:15.586%;
}
#topPage .introLabo ul li:nth-chid(2){
	margin-left: -3%;
}
#topPage .introLabo ul li:first-child {
	display: none;
}
#topPage .introLabo ul li:last-child {
	margin-right: 0;
}
#topPage .introLabo ul li dl {
	display: none;
}


@media screen and (max-width: 768px) {
#topPage .introLabo .tree {
	display: none;
}
#topPage .introLabo ul li {
	margin: 0 auto 1px auto;
	float: none;
	width: 87.5%;
}
#topPage .introLabo ul li:first-child {
	display: block;
}
#topPage .introLabo ul li:last-child {
	margin-right: auto;
}
#topPage .introLabo ul li dl {
	display: block;
}
#topPage .introLabo ul li dl dt {
	position: relative;
	cursor: pointer;
}
#topPage .introLabo ul li dl dt:after {
	margin-top: -6.5px;
	position: absolute;
	top: 50%;
	right: 3.2%;
	display: block;
	content: "";
	width: 7px;
	height: 13px;
	background: url(/institution/ims/images/icon_labo.png) top left no-repeat;
	background-size: 7px 13px;
}
#topPage .introLabo ul li dl dt.open:after {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#topPage .introLabo ul li dl dd {
	padding: 10px 0;
	border: 3px transparent solid;
	border-top: none;
	display: none;
	background-color: #fff !important;
}
#topPage .introLabo ul li:first-child dl dd,
#topPage .introLabo ul li:first-child dl dd .link a {
	border-color: #565656;
	background-color: #565656;
}
#topPage .introLabo ul li:nth-child(2) dl dd,
#topPage .introLabo ul li:nth-child(2) dl dd .link a {
	border-color: #949fab;
	background-color: #949fab;
}
#topPage .introLabo ul li:nth-child(3) dl dd,
#topPage .introLabo ul li:nth-child(3) dl dd .link a {
	border-color: #58af92;
	background-color: #58af92;
}
#topPage .introLabo ul li:nth-child(4) dl dd,
#topPage .introLabo ul li:nth-child(4) dl dd .link a {
	border-color: #767ab0;
	background-color: #767ab0;
}
#topPage .introLabo ul li:nth-child(5) dl dd,
#topPage .introLabo ul li:nth-child(5) dl dd .link a {
	border-color: #e9a749;
	background-color: #e9a749;
}
#topPage .introLabo ul li:nth-child(6) dl dd,
#topPage .introLabo ul li:nth-child(6) dl dd .link a {
	border-color: #ce7d7e;
	background-color: #ce7d7e;
}
#topPage .introLabo ul li dl dd .image {
	margin-left: 3.5%;
	float: left;
	width: 32.5%;
}
#topPage .introLabo ul li dl dd .text {
	margin-right: 3.5%;
	float: right;
	width: 57.5%;
}
#topPage .introLabo ul li dl dd .text p {
	line-height: 1.3;
	color: #565656;
	font-size: 1.2rem;
}
#topPage .introLabo ul li dl dd .link {
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
	width: 75%;
}
#topPage .introLabo ul li dl dd .link a {
	display: block;
}
}


/* =============================================================================
 Overview Page Styles
============================================================================= */

.overviewPage {
}
.overviewPage .mainVisual {
	margin-bottom: 5.5%;
}
.overviewPage article {
	margin-bottom: 3.5%;
}
.overviewPage article h2 {
	margin-bottom: 3.5%;
	line-height: 1.3;
	color: #565656;
	font-size: 3.5rem;
}
.overviewPage article p {
	margin-bottom: 7%;
	font-size: 1.5rem;
}
.overviewPage article ul li {
	padding-left: 20px;
	position: relative;
	font-size: 1.5rem;
}
.overviewPage article ul li:before {
	position: absolute;
	top: 0.4em;
	left: 0;
	border-radius: 14px;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #e9a749;
}
.overviewPage .button {
	margin: 0 auto;
	width: 84%;
}
.overviewPage .button a {
	padding: 12px 0 8px 0;
	position: relative;
	display: block;
	color: #fff;
	line-height: 24px;
	background-color: #565656;
	font-size: 2.1rem;
	text-decoration: none;
	text-align: center;
}
.overviewPage .button a:after {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 1.65%;
	content: "";
	width: 24px;
	height: 24px;
	background: url(/institution/ims/common/images/icon_arrow05.png) top left no-repeat;
	background-size: 24px 24px;
}
.overviewPage .button a span {
	font-size: 1.4rem;
}
.overviewPage .button a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
.overviewPage article {
	margin-bottom: 6.25%;
	margin-left: 6.25%;
	margin-right: 6.25%;
}
.overviewPage article h2 {
	font-size: 2.2rem;
}
.overviewPage article p {
	font-size: 1.2rem;
}
.overviewPage .button a {
	padding: 10px 0 8px 0;
	line-height: 12px;
	font-size: 1.2rem;
}
.overviewPage article ul li {
	padding-left: 15px;
	font-size: 1.2rem;
}
.overviewPage article ul li:before {
	top: 0.4em;
	border-radius: 1.px;
	width: 10px;
	height: 10px;
}
.overviewPage .button a:after {
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(/institution/ims/common/images/icon_arrow05.png) top left no-repeat;
	background-size: 12px 12px;
}
.overviewPage .button a span {
	font-size: 1rem;
}
}


/* =============================================================================
 Message Page Styles
============================================================================= */

.messagePage {
}
.messagePage article {
	margin-bottom: 7%;
}
.messagePage article h2 {
	margin-bottom: 3.5%;
	line-height: 1.3;
	color: #565656;
	font-size: 3.5rem;
}
.messagePage article p {
	font-size: 1.5rem;
}
.messagePage article .signature {
	text-align: right;
}
.messagePage .headInfo {
	margin-bottom: 5%;
	padding-bottom: 7.5%;
	border-bottom: 1px #e1e1e1 solid;
}
.messagePage .headPanel {
	margin-bottom: 4%;
	background-color: #525252;
}
.messagePage .headPanel:after {
	content: "";
	display: block;
	clear: both;
}
.messagePage .headPanel .image {
	float: left;
	width: 39.5%;
}
.messagePage .headPanel .text {
	padding: 3.5% 3% 0 3%;
	float: left;
	width: 60.5%;
	color: #fff;
	box-sizing: border-box;
}
.messagePage .headPanel .text .post {
	margin-bottom: 1em;
}
.messagePage .headPanel .text .status {
}
.messagePage .headPanel .text .name {
	margin-top: 5px;
	line-height: 1;
	font-size: 3.3rem;
	font-weight: bold;
}
.messagePage .headPanel .text .nameEng {
}
.messagePage .button {
	margin: 0 auto;
	width: 73.4%;
}

@media screen and (max-width: 768px) {
.messagePage article {
	margin-bottom: 6.25%;
	margin-left: 6.25%;
	margin-right: 6.25%;
}
.messagePage article h2 {
	font-size: 2.2rem;
}
.messagePage article p {
	font-size: 1.2rem;
}
.messagePage .headInfo {
	margin-left: 6.25%;
	margin-right: 6.25%;
}
.messagePage .headPanel {
	margin-bottom: 4.6875%;
	background-color: #525252;
}
.messagePage .headPanel .image {
	float: none;
	width: 100%;
}
.messagePage .headPanel .text {
	padding: 6.5% 6%;
	float: none;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	font-size: 1.2rem;
}
.messagePage .headPanel .text .name {
	margin-top: 5px;
	line-height: 1;
	font-size: 2.2rem;
}
.messagePage .button {
	width: 87.5%;
}
}


/* =============================================================================
 Interview Page Styles
============================================================================= */

.interviewPage {
}
.interviewPage article {
	padding: 5% 4% 0 4%;
	border-bottom: 2px #f4f4f4 solid;
	background-color: #fff;
}
.interviewPage article h2 {
	margin-bottom: 3.5%;
	line-height: 1.3;
	color: #565656;
	font-size: 3.5rem;
}
.interviewPage article h3 {
	margin-bottom: 3.5%;
	line-height: 1.3;
	color: #565656;
	font-size: 2.8rem;
}
.interviewPage article p {
	margin-bottom: 5%;
	line-height: 1.86;
	font-size: 1.5rem;
}
.interviewPage article p.source {
	margin-top: -5%;
	color: #a9a9a9;
	text-align: right;
	font-size: 1.4rem;
}
.interviewPage .headInfo {
	padding: 4% 0 6% 0;
	background-color: #fff;
}
.interviewPage .headPanel {
}
.interviewPage .headPanel:after {
	content: "";
	display: block;
	clear: both;
}
.interviewPage .headPanel .image {
	margin-left: 4%;
	float: left;
	width: 29%;
}
.interviewPage .headPanel .text {
	margin-right: 4%;
	float: right;
	width: 60%;
	box-sizing: border-box;
}
.interviewPage .headPanel .text .post {
	margin-bottom: 1em;
}
.interviewPage .headPanel .text .status {
}
.interviewPage .headPanel .text .name {
	margin-top: 5px;
	line-height: 1;
	font-size: 3.3rem;
	font-weight: bold;
}
.interviewPage .headPanel .text .nameEng {
}

@media screen and (max-width: 768px) {
.interviewPage article {
	margin-left: 6.25%;
	margin-right: 6.25%;
}
.interviewPage article h2 {
	font-size: 2.2rem;
}
.interviewPage article h3 {
	font-size: 1.6rem;
}
.interviewPage article p {
	font-size: 1.2rem;
}
.interviewPage .headInfo {
	margin-left: 6.25%;
	margin-right: 6.25%;
}
.interviewPage .headPanel .image {
	float: none;
	width: 92%;
}
.interviewPage .headPanel .text {
	padding: 3.5% 4% 0 4%;
	float: none;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.2rem;
}
.interviewPage .headPanel .text .name {
	margin-top: 5px;
	line-height: 1;
	font-size: 2.2rem;
}
}


/* =============================================================================
 Topics Page Styles
============================================================================= */

.topicsPage .topicList {
	margin-bottom: 3.5%;
}


/* =============================================================================
 Information Page Styles
============================================================================= */

.infoPage #contents:after {
	content: "";
	display: block;
	clear: both;
}
.infoPage .archiveYear {
	float: left;
	width: 15%;
	background-color: #fff;
}
.infoPage .archiveYear ul {
	padding: 30px 0;
}
.infoPage .archiveYear ul li {
	margin-bottom: 15px;
	padding: 0 10px;
	position: relative;
}
.infoPage .archiveYear ul li:hover:after,
.infoPage .archiveYear ul li.current:after {
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: -16px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #ffffff;
}
.infoPage .archiveYear ul li:last-child {
	margin-bottom: 0;
}
.infoPage .archiveYear ul li a {
	padding-right: 0.5em;
	display: block;
	height: 26px;
	line-height: 26px;
	color: #565656;
	text-decoration: none;
	text-align: center;
}
.infoPage .archiveYear ul li a:before {
	content: "・";
}
.infoPage .archiveYear ul li.current a,
.infoPage .archiveYear ul li a:hover {
	color: #fff;
	background-color: #e9a749;
	font-weight: bold;
}
.infoPage .archiveYear .selectYear {
	display: none;
}
.infoPage .listArea {
	padding: 50px 30px;
	float: right;
	width: 82%;
	background-color: #fff;
	box-sizing: border-box;
}
.infoPage .listArea ul {
	margin-bottom: 0;
}
.infoPage .listArea ul li {
	margin-bottom: 15px;
}
.infoPage .listArea ul li:last-child {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
.infoPage .archiveYear ul {
	display: none;
}
.infoPage .archiveYear {
	margin: 0 auto;
	float: none;
	width: 87.5%;
}
.infoPage .archiveYear .selectYear {
	margin-bottom: 3.125%;
	padding: 10px 0;
	display: block;
	text-align: center;
}
.infoPage .archiveYear .selectYear select {
	border: 1px #ccc solid;
	width: 80%;
	height: 30px;
}
.infoPage .listArea {
	margin: 0 auto;
	padding: 6.25% 4.6875%;
	float: none;
	width: 87.5%;
}
.infoPage .listArea ul li {
	margin-bottom: 3.5%;
}
}


/* =============================================================================
 Division Page Styles
============================================================================= */

/* tab */

.divisionPage .divisionTab {
	margin-bottom: 2%;
}
.divisionPage .divisionTab ul {
	border-bottom: 3px #e9a749 solid;
}
.divisionPage .divisionTab ul:after {
	content: "";
	display: block;
	clear: both;
}
.divisionPage .divisionTab ul li {
	margin-top: 12px;
	margin-right: 1%;
	float: left;
	width: 15.83%;
	text-align: center;
	background-color: #fff;
}
.divisionPage .divisionTab ul li:last-child {
	margin-right: 0;
	float: right;
}
.divisionPage .divisionTab ul li a {
	border-top: 3px #f4d3a4 solid;
	display: table;
	width: 100%;
	height: 70px;
	line-height: 20px;
	color: #565656;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.divisionPage .divisionTab ul li a span {
	padding: 0 10px;
	display: table-cell;
	width: 100%;
	height: 70px;
	vertical-align: middle;
}
.divisionPage .divisionTab ul li.current,
.divisionPage .divisionTab ul li:hover {
	margin-top: 0;
	background-color: #e9a749;
}
.divisionPage .divisionTab ul li.current a,
.divisionPage .divisionTab ul li:hover a {
	border-top: 3px #e9a749 solid;
	height: 82px;
	color: #fff;
}
.divisionPage .divisionTab ul li.current a span,
.divisionPage .divisionTab ul li:hover a span {
	height: 82px;
}

/* tab added to 07.2015 */

.divisionPage .divisionTab2 {
	margin-bottom: 2%;
}
.divisionPage .divisionTab2 ul {
	border-bottom: 3px #e9a749 solid;
}
.divisionPage .divisionTab2 ul:after {
	content: "";
	display: block;
	clear: both;
}
.divisionPage .divisionTab2 ul li {
	margin-top: 12px;
	margin-right: 1%;
	float: left;
	width: 24.2%;
	text-align: center;
	background-color: #fff;
}
.divisionPage .divisionTab2 ul li:last-child {
	margin-right: 0;
	float: right;
}
.divisionPage .divisionTab2 ul li a {
	border-top: 3px #f4d3a4 solid;
	display: table;
	width: 100%;
	height: 70px;
	line-height: 20px;
	color: #565656;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.divisionPage .divisionTab2 ul li a span {
	padding: 0 10px;
	display: table-cell;
	width: 100%;
	height: 70px;
	vertical-align: middle;
}
.divisionPage .divisionTab2 ul li.current,
.divisionPage .divisionTab2 ul li:hover {
	margin-top: 0;
	background-color: #e9a749;
}
.divisionPage .divisionTab2 ul li.current a,
.divisionPage .divisionTab2 ul li:hover a {
	border-top: 3px #e9a749 solid;
	height: 82px;
	color: #fff;
}
.divisionPage .divisionTab2 ul li.current a span,
.divisionPage .divisionTab2 ul li:hover a span {
	height: 82px;
}

@media screen and (max-width: 768px) {
.divisionPage .divisionTab ul {
	margin-left: 6.25%;
	margin-right: 6.25%;
	border-bottom: none;
}
.divisionPage .divisionTab ul li {
	margin-top: 0;
	margin-bottom: 3.125%;
	margin-right: 0;
	float: none;
	width: 100%;
	text-align: left;
}
.divisionPage .divisionTab ul li:last-child {
	margin-bottom: 0;
	margin-right: 0;
	float: none;
}
.divisionPage .divisionTab ul li a {
	padding: 5px;
	border-top: none;
	border-left: 3px #f4d3a4 solid;
	width: 100%;
	height: 3em;
	line-height: 1.5;
	font-size: 12px;
	box-sizing: border-box;
}
.divisionPage .divisionTab ul li a span {
	padding: 0 0;
	width: auto;
	height: 3em;
}
.divisionPage .divisionTab ul li.current,
.divisionPage .divisionTab ul li:hover {
	margin-top: 0;
	background-color: #e9a749;
}
.divisionPage .divisionTab ul li.current a,
.divisionPage .divisionTab ul li:hover a {
	border-top: none;
	border-left: 3px #e9a749 solid;
	height: 3em;
}
.divisionPage .divisionTab ul li.current a span,
.divisionPage .divisionTab ul li:hover a span {
	height: 3em;
}
}


@media screen and (max-width: 768px) {
.divisionPage .divisionTab2 ul {
	margin-left: 6.25%;
	margin-right: 6.25%;
	border-bottom: none;
}
.divisionPage .divisionTab2 ul li {
	margin-top: 0;
	margin-bottom: 3.125%;
	margin-right: 0;
	float: none;
	width: 100%;
	text-align: left;
}
.divisionPage .divisionTab2 ul li:last-child {
	margin-bottom: 0;
	margin-right: 0;
	float: none;
}
.divisionPage .divisionTab2 ul li a {
	padding: 5px;
	border-top: none;
	border-left: 3px #f4d3a4 solid;
	width: 100%;
	height: 3em;
	line-height: 1.5;
	font-size: 12px;
	box-sizing: border-box;
}
.divisionPage .divisionTab2 ul li a span {
	padding: 0 0;
	width: auto;
	height: 3em;
}
.divisionPage .divisionTab2 ul li.current,
.divisionPage .divisionTab2 ul li:hover {
	margin-top: 0;
	background-color: #e9a749;
}
.divisionPage .divisionTab2 ul li.current a,
.divisionPage .divisionTab2 ul li:hover a {
	border-top: none;
	border-left: 3px #e9a749 solid;
	height: 3em;
}
.divisionPage .divisionTab2 ul li.current a span,
.divisionPage .divisionTab2 ul li:hover a span {
	height: 3em;
}
}


/* lead */

.divisionPage .divisionLead {
	margin-bottom: 3%;
	padding: 2.5% 0;
	background-color: #353535;
}
.divisionPage .divisionLead:after {
	content: "";
	display: block;
	clear: both;
}
.divisionPage .divisionLead .text {
	margin-left: 3.5%;
	float: left;
	width: 26.5%;
	color: #fff;
}
.divisionPage .divisionLead .text h2 {
	margin-bottom: 15%;
	line-height: 1.2;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
}
.divisionPage .divisionLead .text p {
	margin-bottom: 13%;
	line-height: 1.85;
}
.divisionPage .divisionLead .text ul {
}
.divisionPage .divisionLead .text ul li {
	margin-bottom: 3.5%;
	padding-left: 1.2em;
	font-size: 1.2rem;
	text-indent: -1.2em;
}
.divisionPage .divisionLead.noImg .text {
	margin-right: 3.5%;
	float: none;
	width: auto;
}
.divisionPage .divisionLead.noImg .text h2,
.divisionPage .divisionLead.noImg .text p {
	margin-bottom: 3%;
}
.divisionPage .divisionLead .image {
	margin-right: 3.5%;
	float: right;
	width: 63.6%;
}

@media screen and (max-width: 768px) {
.divisionPage .divisionLead {
	margin-bottom: 6.25%;
	margin-left: 6.25%;
	margin-right: 6.25%;
	padding: 3.125%;
}
.divisionPage .divisionLead .text {
	margin-left: 0;
	float: none;
	width: 100%;
	color: #fff;
}
.divisionPage .divisionLead.noImg .text {
	margin-right:0;
	width: 100%;
}
.divisionPage .divisionLead .text h2 {
	margin-bottom: 3.5%;
	line-height: 1.2;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.divisionPage .divisionLead .text p {
	margin-bottom: 3.5%;
}
.divisionPage .divisionLead .text ul {
	margin-bottom: 5%;
}
.divisionPage .divisionLead .text ul li {
	margin-bottom: 1.5%;
}
.divisionPage .divisionLead .image {
	margin-right: 0;
	float: none;
	width: 100%;
}
}

/* researcher head */

.divisionPage .researcher h3 {
	margin-bottom: 1.5%;
	color: #565656;
	font-size: 2.5rem;
	font-weight: bold;
}
.divisionPage .headPanel {
	margin-bottom: 4%;
	padding: 3.5%;
	border: 4px #e9a749 solid;
	background-color: #fff;
}
.divisionPage .headPanel:after {
	content: "";
	display: block;
	clear: both;
}
.divisionPage .headPanel .image {
	float: left;
	width: 25.4%;
}
.divisionPage .headPanel .image a {
	padding: 8px 0 6px 0;
	position: relative;
	display: block;
	color: #fff;
	background-color: #585858;
	text-decoration: none;
	text-align: center;
}
.divisionPage .headPanel .image a:hover {
	opacity: 0.7;
}
.divisionPage .headPanel .image a:after {
	margin-top: -6px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	width: 7px;
	height: 13px;
	background: url(/institution/ims/common/images/icon_arrow03.png) top left no-repeat;
	background-size: 7px 13px;
}
.divisionPage .headPanel .text {
	float: right;
	width: 70%;
	color: #565656;
	box-sizing: border-box;
}
.divisionPage .headPanel .text .post {
	margin-bottom: 1em;
}
.divisionPage .headPanel .text .status {
}
.divisionPage .headPanel .text .name {
	margin-top: 5px;
	line-height: 1;
	font-size: 3.3rem;
	font-weight: bold;
}
.divisionPage .headPanel .text .nameEng {
}
.divisionPage .headPanel .text .researcherInfo {
	margin-top: 5%;
}
.divisionPage .headPanel .text .researcherInfo dt {
	width: 15%;
}
.divisionPage .headPanel .text .researcherInfo dd {
	width: 83%;
}

@media screen and (max-width: 768px) {
.divisionPage .researcher h3 {
	margin-bottom: 6.25%;
	margin-left: 6.25%;
	margin-right: 6.25%;
	font-size: 1.8rem;
}
.divisionPage .headPanel {
	margin-left: 6.25%;
	margin-right: 6.25%;
	margin-bottom: 4.6875%;
}
.divisionPage .headPanel .image {
	margin-bottom: 6.25%;
	float: none;
	width: 100%;
}
.divisionPage .headPanel .text {
	float: none;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.2rem;
}
.divisionPage .headPanel .text .name {
	margin-top: 5px;
	line-height: 1;
	font-size: 2.2rem;
}
.divisionPage .headPanel .text .researcherInfo dt {
	width: 35%;
}
.divisionPage .headPanel .text .researcherInfo dd {
	width: 100%;
}
}


/* researcher list */

.divisionPage .researcher *:last-child {
	margin-bottom: 0;
}
.divisionPage .researcherList {
	margin-bottom: 0;
}
.divisionPage .researcherList ul {
}
.divisionPage .researcherList ul:after {
	content: "";
	display: block;
	clear: both;
}
.divisionPage .researcherList ul li {
	margin: 0 2.1% 3.5% 0;
	float: left;
	width: 23.4%;
}
.divisionPage .researcherList ul li:last-child {
	margin-bottom: 3.5%;
}
.divisionPage .researcherList ul li:nth-child(4n) {
	margin-right: 0;
}
.divisionPage .researcherList ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.divisionPage .researcherList ul li a:hover {
	opacity: 0.7;
}
.divisionPage .researcherList ul li a span {
	display: block;
}
.divisionPage .researcherList ul li a .image {
	position: relative;
}
.divisionPage .researcherList ul li a .image .invite {
	padding: 15px 20px 13px 7.7%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(/institution/ims/common/images/bg_overlay.png) top left repeat;
	font-size: 1.2rem;
	box-sizing: border-box;
}
.divisionPage .researcherList ul li a .nameArea {
	background-color: #e9a749;
}
.divisionPage .researcherList ul li a .nameArea .name {
	padding: 7.7%;
	padding-bottom: 0;
	font-size: 2rem;
}
.divisionPage .researcherList ul li a .nameArea .post {
	padding: 7.7%;
	padding-top: 0;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
.divisionPage .researcherList h3 {
	margin-left: 6.25%;
	margin-right: 6.25%;
}
.divisionPage .researcherList ul li {
	margin: 0 0 4.375% 6.25%;
	float: left;
	width: 41.875%;
}
.divisionPage .researcherList ul li:nth-child(2n) {
	margin-left: 3.75%;
}
.divisionPage .researcherList ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.divisionPage .researcherList ul li a:hover {
	opacity: 0.7;
}
.divisionPage .researcherList ul li a span {
	display: block;
}
.divisionPage .researcherList ul li a .image {
	position: relative;
}
.divisionPage .researcherList ul li a .image .invite {
	padding: 10px 10px 8px 7.7%;
	font-size: 1rem;
}
.divisionPage .researcherList ul li a .nameArea {
}
.divisionPage .researcherList ul li a .nameArea .name {
	font-size: 1.4rem;
}
.divisionPage .researcherList ul li a .nameArea .post {
	font-size: 1rem;
}
}

/* researcher popup */

.fancybox-wrap {
	width: 90% !important;
	max-width: 825px !important;
}
.fancybox-inner {
	padding: 7.6% 10%;
	border: 5px #e9a749 solid;
	width: 100% !important;
	box-sizing: border-box;
	background-color: #fff;
}
.fancybox-skin {
	padding: 0 !important;
}
.fancybox-close {
	border: 4px #e9a749 solid;
	border-radius: 48px;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background: #fff url(../images/icon_close_pp.gif) center center no-repeat
}
.fancybox-close img {
	display: none;
}


.popupContents {
	display: none;
}
.ppBox {
	width: 100%;
	max-width: 630px;
	background-color: #fff;
}
.ppBox .ppHeader {
	padding-bottom: 36px;
	position: relative;
}
.ppBox .ppHeader:after {
	content: "";
	display: block;
	clear: both;
}
.ppBox .ppHeader .image {
	float: left;
	width: 37.15%;
}
.ppBox .ppHeader .info {
	float: right;
	width: 56.35%;
	font-size: 14px;
}
.ppBox .ppHeader .info .post {
}
.ppBox .ppHeader .info .name {
	margin: 10% 0 3% 0;
	line-height: 1;
	font-size: 33px;
	font-weight: bold;
}
.ppBox .ppHeader .info .nameEng {
}
.ppBox .ppHeader .info .btnSOAR {
	position: absolute;
	bottom: 36px;
	left: 43.65%;
	display: block;
	width: 36.5%;
}
.ppBox .ppHeader .info .btnSOAR a {
	padding: 10px 0;
	position: relative;
	display: block;
	line-height: 1;
	color: #fff;
	background-color: #e9a749;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.ppBox .ppHeader .info .btnSOAR a:before {
	margin-top: -6px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	width: 7px;
	height: 13px;
	background: url(/institution/ims/common/images/icon_arrow03.png) top left no-repeat;
	background-size: 7px 13px;
}
.ppBox .ppHeader .info .btnSOAR a:hover {
	opacity: 0.7;
}
.ppBox dl {
	padding: 18px 0;
	border-top: 1px #e8e8e8 solid;
	position: relative;
}
.ppBox dl:last-child {
	margin-bottom: 9.5%;
	border-bottom: 1px #e8e8e8 solid;
}
.ppBox dl dt {
	position: absolute;
	top: 18px;
	left: 0;
	color: #fff;
	width: 8em;
	text-align: center;
	background-color: #e9a749;
}
.ppBox dl dd {
	padding-left: 9em;
	line-height: 2;
}
.ppBox dl dd a {
	color: #4c7cb3;
	padding-right: 15px;
	background: url(/institution/ims/common/images/icon_another_site_s2.png) right 3px no-repeat;
}

@media screen and (max-width: 768px) {
.fancybox-close {
	border-radius: 48px;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	background: #fff url(../images/icon_close_pp.gif) center center no-repeat;
	background-size: 10px 10px;
}
.ppBox .ppHeader {
	padding-bottom: 20px;
}
.ppBox .ppHeader .image {
	float: none;
	width: 100%;
}
.ppBox .ppHeader .info {
	float: none;
	width: 100%;
	font-size: 10px;
}
.ppBox .ppHeader .info .post {
	margin-top: 5%;
}
.ppBox .ppHeader .info .name {
	margin: 6% 0 2% 0;
	font-size: 22px;
}
.ppBox .ppHeader .info .btnSOAR {
	margin-top: 5%;
	position: static;
	bottom: auto;
	left: auto;
	width: 85%;
}
.ppBox .ppHeader .info .btnSOAR a {
	padding: 7px 0;
	font-size: 10px;
}
.ppBox .ppHeader .info .btnSOAR a:before {
	margin-top: -5px;
	width: 5px;
	height: 9px;
	background: url(/institution/ims/common/images/icon_arrow03.png) top left no-repeat;
	background-size: 5px 9px;
}
.ppBox .ppHeader .info .btnSOAR a:hover {
	opacity: 0.7;
}
.ppBox dl {
	padding: 3% 0;
	border-top: 1px #e8e8e8 solid;
	position: relative;
}
.ppBox dl dt {
	position: static;
	top: auto;
	left: auto;
	font-size: 12px;
}
.ppBox dl dd {
	padding-left: 0;
	line-height: 2;
	font-size: 12px;
}
}


/* =============================================================================
 Special Page Styles
============================================================================= */

.specialPage .backNumber {
	padding-top: 1.5%;
	border-top: 1px #e1e1e1 solid;
}
.specialPage .backNumber .label {
	margin-bottom: 3%;
	color: #565656;
	font-size: 2.4rem;
	font-weight: bold;
}
.specialPage .backNumber ul {
}
.specialPage .backNumber ul:after {
	content: "";
	display: block;
	clear: both;
}
.specialPage .backNumber ul li {
	margin-right: 1.6%;
	float: left;
	width: 23.4%;
	height: 400px;
}
.specialPage .backNumber ul li:nth-child(4n) {
	margin-right: 0;
}
.specialPage .backNumber ul li a {
	display: block;
	text-decoration: none;
}
.specialPage .backNumber ul li a .image {
	border: 7px #fff solid;
	position: relative;
	display: block;
	height: 150px;
	overflow: hidden;
	background: #fff url(../images/logo_ims_sp.png) center center no-repeat;
	background-size: 100% auto;
}
.specialPage .backNumber ul li a .image img {
	position: absolute;
	width: auto;
	height: auto;
	background-color: #fff;
}
.specialPage .backNumber ul li a .title {
	margin-top: 10px;
	padding: 0 7px;
	display: block;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: bold;
}
.specialPage .backNumber ul li a .title span {
	display: inline;
}
.specialPage .backNumber ul li a .date {
	margin-top: 10px;
	padding: 0 7px;
	display: block;
	font-size: 1.2rem;
}
.specialPage .backNumber ul li a:hover .image {
	opacity: 0.7;
}
.specialPage .backNumber ul li a:hover .title span {
	border-bottom: 1px #7c7c7c solid;
}

@media screen and (max-width: 768px) {
.specialPage .backNumber {
	margin-left: 6.25%;
	margin-right: 6.25%;
}
.specialPage .backNumber ul li {
	margin-right: 0;
	margin-bottom: 3.125%;
	float: none;
	width: 100%;
}
.specialPage .backNumber ul li:last-child {
	margin-bottom: 0;
}
.specialPage .backNumber ul li a .image {
	height: 182px;
}
.specialPage .backNumber ul li a .title {
	margin-top: 5px;
	font-size: 1.4rem;
}
.specialPage .backNumber ul li a .date {
	margin-top: 0;
	font-size: 1.1rem;
}
}

/* special layout */


.specialPage .articleBody .imgFull {
	margin-bottom: 2.6%;
}
.specialPage .articleBody article {
	margin-bottom: 3.5%;
}
.specialPage .articleBody article:last-child {
	margin-bottom: 0;
}
.specialPage .articleBody h2.bg {
	margin-bottom: 3.2%;
	display: table;
	width: 100%;
	line-height: 1;
	color: #565656;
	background: url(/institution/ims/images/special/bg_special_ttl.png) bottom left no-repeat;
	font-size: 2.8rem;
	font-weight: bold;
	vertical-align: middle;
}
.specialPage .articleBody h2.bg span {
	padding: 10px 0 10px 65px;
	display: table-cell;
	width: 100%;
	height: 86px;
	vertical-align: middle;
	background: url(/institution/ims/images/special/logo_ims.gif) center left no-repeat;
	background-size: 44px 44px;
}
.specialPage .articleBody .caption {
	margin-top: 2%;
	line-height: 1.5;
	font-size: 1.3rem;
}
.specialPage .articleBody .col2 {
	margin-bottom: 3.2%;
}
.specialPage .articleBody .col2:after {
	content: "";
	display: block;
	clear: both;
}
.specialPage .articleBody .col2 .left {
	float: left;
}
.specialPage .articleBody .col2 .right {
	float: right;
}
.specialPage .articleBody .col2 .box01 {
	width: 50%;
}
.specialPage .articleBody .col2 .box02 {
	width: 46.5%;
}
.specialPage .articleBody .col2 .box03 {
	width: 68.8%;
}
.specialPage .articleBody .col2 .box04 {
	width: 28%;
}
.specialPage .articleBody .noticeList {
	padding-top: 3.5%;
	border-top: 2px #f4f4f4 solid;
}
.specialPage .articleBody .noticeList li {
	padding-left: 3em;
	text-indent: -3em;
	font-size: 1.3rem;
}



@media screen and (max-width: 768px) {
.specialPage .articleBody article {
	margin-bottom: 5%;
}
.specialPage .articleBody .imgFull {
	margin-bottom: 3.5%;
}
.specialPage .articleBody h2.bg {
	background: url(/institution/ims/images/special/bg_special_ttl.png) bottom left no-repeat;
	background-size: 100% auto;
	font-size: 1.6rem;
}
.specialPage .articleBody h2.bg span {
	padding: 6px 0 6px 35px;
	height: 43px;
	background: url(/institution/ims/images/special/logo_ims.gif) center left no-repeat;
	background-size: 30px 30px;
}
.specialPage .articleBody .caption {
	font-size: 1.1rem;
}
.specialPage .articleBody .col2 {
	margin-bottom: 6.25%;
}
.specialPage .articleBody .col2 .left,
.specialPage .articleBody .col2 .right {
	float: none;
}
.specialPage .articleBody .col2 .box01,
.specialPage .articleBody .col2 .box02,
.specialPage .articleBody .col2 .box03,
.specialPage .articleBody .col2 .box04 {
	width: 100%;
}
.specialPage .articleBody .noticeList li {
	font-size: 1.1rem;
}
}



/* =============================================================================
 Contact Page Styles
============================================================================= */

.contactPage {
}
.contactPage article {
	padding: 5% 3.5% 7% 3.5%;
	background-color: #fff;
}
.contactPage article .contactArea h2 {
	margin-bottom: 2.15%;
	padding: 0 0 9px 68px;
	border-bottom: 1px #e8e8e8 solid;
	height: 52px;
	line-height: 52px;
	color: #565656;
	font-size: 2.6rem;
	font-weight: bold;
	background: url(/institution/ims/images/contact/logo_04.gif) top left no-repeat;
	background-size: 52px 52px;
}
.contactPage article dl {
	margin-bottom: 1em;
	display: table;
	width: 100%;
}
.contactPage article dl:last-child {
	margin-bottom: 0;
}
.contactPage article dl dt {
	padding: 5px 0;
	display: table-cell;
	width: 5em;
	color: #fff;
	background-color: #e9a749;
	text-align: center;
	font-weight: bold;
}
.contactPage article dl dd {
	padding: 5px 0 0 1.5em;
	display: table-cell;
}
.contactPage article .btn {
	margin: 0 auto;
	margin-top: 5%;
	width: 40%;
}
.contactPage article .btn a {
	padding: 10px 0;
	display: block;
	color: #fff;
	background-color: #e9a749;
	text-align: center;
	text-decoration: none;
}
.contactPage article .btn a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
.contactPage article .contactArea h2 {
	margin-bottom: 3.25%;
	padding: 0 0 5px 34px;
	height: 27px;
	line-height: 27px;
	font-size: 1.6rem;
	background-size: 27px 27px;
}
.contactPage article dl {
	margin-bottom: 1em;
	display: block;
	width: 100%;
}
.contactPage article dl:last-child {
	margin-bottom: 0;
}
.contactPage article dl dt {
	margin-bottom: 5px;
	padding: 3px 10px;
	display: inline-block;
	width: auto;
	color: #fff;
}
.contactPage article dl dd {
	padding: 0;
	display: block;
}
.contactPage article .btn {
	margin-top: 10%;
	width: 100%;
}
.contactPage article .btn a {
	padding: 6px 0;
}
}


/* =============================================================================
 Sitemap Page Styles
============================================================================= */

.sitemapPage {
}
.sitemapPage .sitemapList {
}
.sitemapPage .sitemapList ul {
}
.sitemapPage .sitemapList ul li {
	margin-bottom: 1em;
}
.sitemapPage .sitemapList ul li:last-child {
	margin-bottom: 0;
}
.sitemapPage .sitemapList ul li:before {
	margin-right: 0.5em;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #e9a749;
}
.sitemapPage .sitemapList ul li a {
}
.sitemapPage .sitemapList ul li ul {
}
.sitemapPage .sitemapList ul li ul li {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.sitemapPage .sitemapList ul li ul li:before {
	content: "∟";
	width: auto;
	height: auto;
	background-color: transparent;
}
@media screen and (max-width: 768px) {
}

