@charset "utf-8";
/* CSS Document */


/* =============================================================================
 Top Page Styles
============================================================================= */

/* layout */

.topPage #mainAreaInner {
	max-width: inherit;
}
.topPage #contents {
	padding-bottom: 0;
}
.topPage #contents section > div {
	margin: 0 auto;
	padding: 30px 0;
	max-width: 1000px;
}

@media screen and (max-width: 768px) {
#mainArea.topPage {
	padding-top: 0;
}
.topPage #mainAreaInner {
	padding-bottom: 0;
}
.topPage #contents {
	padding-bottom: 0;
}
.topPage #contents section > div {
	padding: 4.6875% 0;
}
}

/* slider */
#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) {
#slideArea {
	padding-top: 52px;
	cursor: pointer !important;
}
#slideArea .sp-slide,
#slideArea .sp-slide:hover {
	opacity: 1;
}
#slideArea .sp-slide:before {
	display: none;
}
}


/* top content common */

#topPage .topColumn01 {
	background-color: #eeeeee;
}
#topPage .topColumn02 {
	background-color: #f6f6f6;
}

#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.8rem;
}
.btnMore {
	margin: 0 auto;
	width: 84%;
	background-color: #fff;
	box-sizing: border-box;
}
.btnMore a {
	padding: 10px 0 8px 0;
	border: 1px #e7e7e7 solid;
	position: relative;
	display: block;
	color: #8e8c8c;
	text-align: center;
	text-decoration: none;
	font-size: 2.1rem;
	font-weight: bold;
}
.btnMore a:after {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 1.6%;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(/institution/iccer/common/images/icon_arrow04.png) top left no-repeat;
	background-size: 24px 24px;
}
#topPage .btnDetail {
	margin: 0 auto;
	width: 50%;
	background-image: -ms-linear-gradient(bottom left, #565656 50%, #494949 50%);
	background-image: -moz-linear-gradient(bottom left, #565656 50%, #494949 50%);
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.5, #565656), color-stop(0.5, #494949));
	background-image: -webkit-linear-gradient(bottom left, #565656 50%, #494949 50%);
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMTAwJSIgeTI9IjAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzU2NTY1NiIgb2Zmc2V0PSIwLjUiLz48c3RvcCBzdG9wLWNvbG9yPSIjNDk0OTQ5IiBvZmZzZXQ9IjAuNSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1MjIpIiAvPgo8L3N2Zz4=);
	background-image: linear-gradient(to top right, #565656 50%, #494949 50%);
}
#topPage .btnDetail:hover {
	opacity: 0.7;
}
#topPage .btnDetail a {
	padding: 12px 0;
	position: relative;
	display: block;
	line-height: 1.28;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#topPage .btnDetail a:after {
	margin-top: -11px;
	position: absolute;
	top: 50%;
	right: 4%;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(/institution/iccer/common/images/icon_arrow05.png) top left no-repeat;
	background-size: 22px 22px;
}
#topPage .columnBox01 {
	margin-bottom: 3.5%;
}
#topPage .columnBox01 p {
	margin-bottom: 2%;
	color: #565656;
	font-size: 1.6rem;
}
@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;
	font-size: 0.9rem;
}
.btnMore {
	width: 71.875%;
}
.btnMore a {
	padding: 5px 0 3px 0;
	font-size: 1.4rem;
}
.btnMore a:after {
	margin-top: -7px;
	right: 3.25%;
	width: 14px;
	height: 14px;
	background: url(/institution/iccer/common/images/icon_arrow04.png) top left no-repeat;
	background-size: 14px 14px;
}
#topPage .btnDetail {
	width: 71.875%;
}
#topPage .btnDetail a {
	padding: 8px 0;
	font-size: 14px;
}
#topPage .btnDetail a:after {
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background: url(/institution/iccer/common/images/icon_arrow05.png) top left no-repeat;
	background-size: 14px 14px;
}
#topPage .columnBox01 {
	margin-bottom: 5.46875%;
	margin-left: 6.25%;
	margin-right: 6.25%;
}
#topPage .columnBox01 p {
	margin-bottom: 3.5%;
	font-size: 1.2rem;
}
}

/* topics */

@media screen and (max-width: 768px) {
#topPage .topicList ul li:nth-of-type(n+5) {
	display: none;
}
}

/* information */

#topPage .topInfo {
}

@media screen and (max-width: 768px) {
#topPage .topInfo {
}
}

/* professor */

#topPage .dvp .columnBox01 {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
#topPage .dvp .columnBox01 {
	margin-bottom: 3.125%;
}
}


/* intro labo */

.introICCER {
	position: relative;
}
.introICCER .graph {
	position: relative;
	z-index: 5;
}
.introICCER .introBox {
	border-width: 1px;
	border-style: solid;
	position: absolute;
	width: 24%;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 10;
}
.introICCER .introBox.icst {
	border-color: #949fab;
}
.introICCER .introBox.xbreed {
	border-color: #58af92;
}
.introICCER .introBox.ifes {
	border-color: #767ab0;
}
.introICCER .introBox.ibs {
	border-color: #ce7d7e;
}
.introICCER .introBox.ims {
	border-color: #e9a749;
}
.introICCER .introBox.rism{
	border-color: #A3CFC0;
}
.introICCER .introBox.rcss {
	border-color: #CFB9A3;
}
.introICCER .introBox.surcas{
	border-color: #99B9D9;
}
.introICCER .introBox:after {
	content: "";
	display: block;
	clear: both;
}
.introICCER .introBox .image {
	margin: 12.2% auto 0 auto;
	width: 75.6%;
}
.introICCER .introBox .linkSite {
	padding: 5% 0 9% 0;
	width: 100%;
	text-align: center;
}
.introICCER .introBox.ibs .linkSite {
	padding-top: 9%;
}
.introICCER .introBox.ims .linkSite {
	padding-top: 9%;
}
.introICCER .introBox .linkSite a {
	padding: 6px 0 4px;
	position: relative;
	display: inline-block;
	width: 75%;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.introICCER .introBox .linkSite a:before {
	margin-top: -6.5px;
	position: absolute;
	top: 50%;
	left: 14px;
	content: "";
	display: block;
	width: 16px;
	height: 13px;
	background: url(/institution/iccer/common/images/icon_another_site_s.png) top left no-repeat;
	background-size: 16px 13px;
}
.introICCER .introBox .linkSite a:after {
	margin-top: -6.5px;
	position: absolute;
	top: 50%;
	right: 9px;
	content: "";
	display: block;
	width: 7px;
	height: 13px;
	background: url(/institution/iccer/common/images/icon_arrow03.png) top left no-repeat;
	background-size: 7px 13px;
}
.introICCER .introBox.icst .linkSite a {
	background-color: #949fab;
}
.introICCER .introBox.xbreed .linkSite a {
	background-color: #58af92;
}
.introICCER .introBox.ifes .linkSite a {
	background-color: #767ab0;
}
.introICCER .introBox.ibs .linkSite a {
	background-color: #ce7d7e;
}
.introICCER .introBox.ims .linkSite a {
	background-color: #e9a749;
}
.introICCER .introBox .linkSite a:hover {
	opacity: 0.7;
}
.introICCER .introBox .image {
}
.introICCER .introBox .text {
}
.introICCER .introBox .text dl {
	margin: 0 auto;
	width: 75.6%;
}
.introICCER .introBox .text dl dt {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1;
}
.introICCER .introBox .text dl dd {
	line-height: 1.3;
	font-size: 1.3rem;
}
.introICCER .introBox.icst {
	bottom: 0;
	left: 27.755%;
}
.introICCER .introBox.xbreed {
	bottom: 0;
	right: 0;
}
.introICCER .introBox.ifes {
	top: 0;
	right: 0;
}
.introICCER .introBox.ims {
	top: 0;
	left: 0;
}
.introICCER .introBox.ibs {
	bottom: 0;
	left: 0;
}
.introICCER .introBox.icst {
	padding-bottom:0;
	width: 44.6%;
}
.introICCER .introBox.icst .image {
	margin: 5.6%;
	float: left;
	width: 40.5%;
}
.introICCER .introBox.icst .text {
	margin: 5.6% 0 0 0;
	float: left;
	width: 42.7%;
}
.introICCER .introBox.icst .text dl {
	width: 100%;
}
.introICCER .introBox.icst .text dl dt {
	margin-top: 0;
	margin-bottom: 5px;
}
.introICCER .introBox.icst .linkSite {
	margin-bottom: 5.6%;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 5.6%;
	left: auto;
	width: 42.7%;
}
.introICCER .introBox.icst .linkSite a {
	width: 100%;
}
 #topPage #contents section .introLabo {
	padding-bottom: 50px;
}
.introLabo ul {
	position: relative;
}
.introLabo ul:after {
	content:"";
	display: block;
	clear: both;
}
.introLabo ul li {
	margin-top: -2px;
	margin-right: 1%;
	float: left;
	width: 19.2%;
}
.introLabo ul li:first-child {
	display: none;
}
.introLabo ul li:last-child {
	margin-right: 0;
}
.introLabo ul li dl {
	display: none;
}
@media screen and (min-width: 769px) {
#topPage .introLabo .lbl_list_wrap{
	background: url(/institution/iccer/images/lbl_back.png) center center no-repeat;
}
.introLabo .lbl_list_wrap .inner{
	position:relative;
	width:728px;
	height:691px;
	margin:0 auto;
}
.introLabo .lbl_list_wrap ul li:first-child{
	display:block;
}
.introLabo .lbl_list_wrap li{
	position:absolute;
	width:224px;	
	display:block;	
}
.introLabo .lbl_list_wrap li.lbl_01{
	top:213px;
	right:0;
	left:0;
	margin:0 auto;
}
.introLabo .lbl_list_wrap li.lbl_02{
	top:5px;
	left:127px;
}
.introLabo .lbl_list_wrap li.lbl_03{
	top:5px;
	left:380px;
}
.introLabo .lbl_list_wrap li.lbl_04{
	top:216px;
	left:505px;
}
.introLabo .lbl_list_wrap li.lbl_05{
	top:432px;
	left:380px;
}
.introLabo .lbl_list_wrap li.lbl_06{
	top:432px;
	left:127px;
}
.introLabo .lbl_list_wrap li.lbl_07{
	top:216px;
	left:0;
}
}
@media screen and (max-width: 900px) {
.introICCER {
	display: none;
}
#topPage #contents section .introLabo {
	padding-bottom: 12.5%;
}
.introLabo ul li {
	margin: 0 auto 1px auto;
	float: none;
	width: 87.5%;
}
.introLabo ul li:first-child {
	display: block;
}
.introLabo ul li:last-child {
	margin-right: auto;
}
.introLabo ul li dl {
	display: block;
}
.introLabo ul li dl dt {
	position: relative;
	cursor: pointer;
}
.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/iccer/images/icon_labo.png) top left no-repeat;
	background-size: 7px 13px;
}
.introLabo ul li dl dt.open:after {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.introLabo ul li dl dd {
	padding: 10px 0;
	border: 3px transparent solid;
	border-top: none;
	display: none;
	background-color: #fff !important;
}
.introLabo ul li:first-child dl dd,
.introLabo ul li:first-child dl dd .link a {
	border-color: #565656;
	background-color: #565656;
}
.introLabo ul li:nth-child(2) dl dd,
.introLabo ul li:nth-child(2) dl dd .link a {
	border-color: #949fab;
	background-color: #949fab;
}
.introLabo ul li:nth-child(3) dl dd,
.introLabo ul li:nth-child(3) dl dd .link a {
	border-color: #58af92;
	background-color: #58af92;
}
.introLabo ul li:nth-child(4) dl dd,
.introLabo ul li:nth-child(4) dl dd .link a {
	border-color: #767ab0;
	background-color: #767ab0;
}
.introLabo ul li:nth-child(5) dl dd,
.introLabo ul li:nth-child(5) dl dd .link a {
	border-color: #e9a749;
	background-color: #e9a749;
}
.introLabo ul li:nth-child(6) dl dd,
.introLabo ul li:nth-child(6) dl dd .link a {
	border-color: #ce7d7e;
	background-color: #ce7d7e;
}
.introLabo ul li dl dd .image {
	margin-left: 3.5%;
	float: left;
	width: 32.5%;
}
.introLabo ul li dl dd .text {
	margin-right: 3.5%;
	float: right;
	width: 57.5%;
}
.introLabo ul li dl dd .text p {
	line-height: 1.3;
	color: #565656;
	font-size: 1.2rem;
}
.introLabo ul li dl dd .link {
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
	width: 75%;
}
.introLabo ul li dl dd .link a {
	display: block;
}
}


/* =============================================================================
 Common Page Styles
============================================================================= */

.mainVisual {
	border: 3px #fff solid;
}

@media screen and (max-width: 768px) {
.mainVisual {
	border: none;
}
}


/* =============================================================================
 About Page Styles
============================================================================= */

.aboutPage article {
	margin-bottom: 5.5%;
	padding: 5% 3.5% 5.5% 3.5%;
	background-color: #fff;
}
.aboutPage article h2 {
	margin-bottom: 3%;
	color: #565656;
	font-size: 3.5rem;
}
.aboutPage article p {
	font-size: 1.5rem;
}
.aboutPage .introLabo h2 {
	margin-bottom: 4.5%;
	color: #565656;
	line-height: 1.2;
	font-weight: normal;
	text-align: center;
}
.aboutPage .introLabo h2 span {
	display: block;
	font-size: 5rem;
}
.aboutPage .introLabo h2 span.jpn {
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
.aboutPage article {
	padding-left: 6.25%;
	padding-right: 6.25%;
	padding-bottom: 6.25%;
}
.aboutPage article h2 {
	margin-bottom: 3%;
	font-size: 1.8rem;
}
.aboutPage article p {
	font-size: 1.2rem;
}
.aboutPage .introLabo h2 span {
	font-size: 2.5rem;
}
.aboutPage .introLabo h2 span.jpn {
	font-size: 0.9rem;
}
}


/* =============================================================================
 Division Page Styles
============================================================================= */

/* researcher list */

.dvpPage article {
	padding: 3% 3.5% 1.5% 3.5%;
	background-color: #fff;
}
.dvpPage article h2 {
	margin-bottom: 1.5%;
	color: #565656;
	font-size: 3.5rem;
}
.dvpPage article p {
	margin-bottom: 5%;
	font-size: 1.5rem;
}
.dvpPage .researcher *:last-child {
	margin-bottom: 0;
}
.dvpPage .researcherList {
	margin-bottom: 2%;
}
.dvpPage .researcherList.ibs {
	margin-bottom: 0;
}
.dvpPage .researcherList h3 {
	margin-bottom: 2%;
	padding: 6px 0 6px 80px;
	line-height: 44px;
	color: #565656;
	font-size: 2.2rem;
	font-weight: bold;
}
.dvpPage .researcherList.icst h3 {
	background: #e4e7ea url(/institution/iccer/images/dvp/logo_dcp_01.png) 16px center no-repeat;
	background-size: 44px 44px;
}
.dvpPage .researcherList.xbreed h3 {
	background: #daede7 url(../../images/dvp/logo_dcp_02.png) 16px center no-repeat;
	background-size: 44px 44px;
}
.dvpPage .researcherList.ifes h3 {
	background: #e4e4ef url(../../images/dvp/logo_dcp_03.png) 16px center no-repeat;
	background-size: 44px 44px;
}
.dvpPage .researcherList.ims h3 {
	background: #fbeddb url(../../images/dvp/logo_dcp_04.png) 16px center no-repeat;
	background-size: 44px 44px;
}
.dvpPage .researcherList.ibs h3 {
	background: #f5e5e5 url(../../images/dvp/logo_dcp_05.png) 16px center no-repeat;
	background-size: 44px 44px;
}
.dvpPage .researcherList.rism h3 {
	background: #A3CFC0 url(../../images/dvp/logo_dcp_06.png) 16px center no-repeat;
	background-size: 44px 44px;
}
.dvpPage .researcherList.rcss h3 {
	background: #CFB9A3 url(../../images/dvp/logo_dcp_07.png) 16px center no-repeat;
	background-size: 44px 44px;
}
.dvpPage .researcherList.surcas h3 {
	background: #99B9D9 url(../../images/dvp/logo_dcp_07.png) 16px center no-repeat;
	background-size: 44px 44px;
}
.dvpPage .researcherList ul {
}
.dvpPage .researcherList ul:after {
	content: "";
	display: block;
	clear: both;
}
.dvpPage .researcherList ul li {
	margin: 0 2.1% 3.5% 0;
	float: left;
	width: 23.4%;
}
.dvpPage .researcherList ul li:nth-child(4n) {
	margin-right: 0;
}
.dvpPage .researcherList ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.dvpPage .researcherList ul li a:hover {
	opacity: 0.7;
}
.dvpPage .researcherList ul li a span {
	display: block;
}
.dvpPage .researcherList ul li a .image {
	position: relative;
}
.dvpPage .researcherList ul li a .image .invite {
	padding: 15px 20px 13px 7.7%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(/institution/iccer/common/images/bg_overlay.png) top left repeat;
	font-size: 1.2rem;
	box-sizing: border-box;
}
.dvpPage .researcherList ul li a .nameArea {
}
.dvpPage .researcherList.icst ul li a .nameArea {
	background-color: #949fab;
}
.dvpPage .researcherList.xbreed ul li a .nameArea {
	background-color: #58af92;
}
.dvpPage .researcherList.ifes ul li a .nameArea {
	background-color: #767ab0;
}
.dvpPage .researcherList.ims ul li a .nameArea {
	background-color: #e9a749;
}
.dvpPage .researcherList.ibs ul li a .nameArea {
	background-color: #ce7d7e;
}
.dvpPage .researcherList.rism ul li a .nameArea {
	background-color: #A3CFC0;
}
.dvpPage .researcherList.rcss ul li a .nameArea {
	background-color: #CFB9A3;
}
.dvpPage .researcherList.surcas ul li a .nameArea {
	background-color: #99B9D9;
}
.dvpPage .researcherList ul li a .nameArea .name {
	padding: 7.7%;
	padding-bottom: 0;
	font-size: 2rem;
}
.dvpPage .researcherList ul li a .nameArea .post {
	padding: 7.7%;
	padding-top: 0;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
.dvpPage article {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 6.25%;
}
.dvpPage article h2 {
	padding-left: 6.25%;
	padding-right: 6.25%;
	margin-bottom: 3%;
	font-size: 1.8rem;
}
.dvpPage article p {
	padding-left: 6.25%;
	padding-right: 6.25%;
	font-size: 1.2rem;
}
.dvpPage .researcherList h3 {
	margin-bottom: 3.90625%;
	padding: 5px 0 5px 18%;
	line-height: 30px;
	background: url(/institution/iccer/images/dvp/logo_dcp_01.png) 6.25% center no-repeat;
	background-size: 30px 30px;
	font-size: 1.6rem;
}
.dvpPage .researcherList ul li {
	margin: 0 0 4.375% 6.25%;
	float: left;
	width: 41.875%;
}
.dvpPage .researcherList ul li:nth-child(2n) {
	margin-left: 3.75%;
}
.dvpPage .researcherList ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.dvpPage .researcherList ul li a:hover {
	opacity: 0.7;
}
.dvpPage .researcherList ul li a span {
	display: block;
}
.dvpPage .researcherList ul li a .image {
	position: relative;
}
.dvpPage .researcherList ul li a .image .invite {
	padding: 10px 10px 8px 7.7%;
	font-size: 1rem;
}
.dvpPage .researcherList ul li a .nameArea {
	background-color: #767ab0;
}
.dvpPage .researcherList ul li a .nameArea .name {
	font-size: 1.4rem;
}
.dvpPage .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-width: 5px;
	border-style: solid;
	width: 100% !important;
	box-sizing: border-box;
	background-color: #fff;
}
.fancybox-skin {
	padding: 0 !important;
}
.fancybox-close {
	border-width: 4px;
	border-style: solid;
	border-radius: 48px;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
}
.fancybox-close img {
	display: none;
}
.fancybox-close.closeIcst {
	border-color: #949fab;
	background: #fff url(../images/icon_close_pp_icst.gif) center center no-repeat
}
.fancybox-icst .fancybox-inner {
	border-color: #949fab;
}
.fancybox-close.closeXbreed {
	border-color: #58af92;
	background: #fff url(../images/icon_close_pp_xbreed.gif) center center no-repeat
}
.fancybox-xbreed .fancybox-inner {
	border-color: #58af92;
}
.fancybox-close.closeIfes {
	border-color: #767ab0;
	background: #fff url(../images/icon_close_pp_ifes.gif) center center no-repeat
}
.fancybox-ifes .fancybox-inner {
	border-color: #767ab0;
}
.fancybox-close.closeIms {
	border-color: #e9a749;
	background: #fff url(../images/icon_close_pp_ims.gif) center center no-repeat
}
.fancybox-ims .fancybox-inner {
	border-color: #e9a749;
}
.fancybox-close.closeIbs {
	border-color: #ce7d7e;
	background: #fff url(../images/icon_close_pp_ibs.gif) center center no-repeat
}
.fancybox-ibs .fancybox-inner {
	border-color: #ce7d7e;
}
.fancybox-close.closerism {
	border-color: #A3CFC0;
	background: #fff url(../images/icon_close_pp_rism.gif) center center no-repeat
}
.fancybox-rism .fancybox-inner {
	border-color: #A3CFC0;
}
.fancybox-close.closercss {
	border-color: #CFB9A3;
	background: #fff url(../images/icon_close_pp_rcss.gif) center center no-repeat
}
.fancybox-rcss .fancybox-inner {
	border-color: #CFB9A3;
}
.fancybox-close.closesurcas {
	border-color: #99B9D9;
	background: #fff url(../images/icon_close_pp_surcas.gif) center center no-repeat
}
.fancybox-surcas .fancybox-inner {
	border-color: #99B9D9;
}

.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: #767ab0;
	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/iccer/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: #767ab0;
}
.fancybox-icst .ppBox dl dt {
	background-color: #949fab;
}
.fancybox-xbreed .ppBox dl dt {
	background-color: #58af92;
}
.fancybox-ifes .ppBox dl dt {
	background-color: #767ab0;
}
.fancybox-ims .ppBox dl dt {
	background-color: #e9a749;
}
.fancybox-ibs .ppBox dl dt {
	background-color: #ce7d7e;
}
.fancybox-rism .ppBox dl dt {
	background-color: #A3CFC0;
}
.fancybox-rcss .ppBox dl dt {
	background-color: #DEB6B6;
}
.fancybox-rcss .ppBox dl dt {
	background-color: #CFB9A3;
}
.fancybox-surcas  .ppBox dl dt {
	background-color: #99B9D9;
}
.ppBox dl dd {
	padding-left: 9em;
	line-height: 2;
}
.ppBox dl dd a {
	color: #4c7cb3;
	padding-right: 15px;
	background: url(/institution/iccer/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/iccer/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;
}
}


/* =============================================================================
 RSS Page Styles
============================================================================= */

.rssPage article {
	padding: 3% 3.5% 3.5% 3.5%;
	background-color: #fff;
}
.rssPage article h2 {
	margin-bottom: 3%;
	color: #565656;
	font-size: 3.5rem;
}
.rssPage article p {
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
.rssPage article {
	padding-left: 6.25%;
	padding-right: 6.25%;
	padding-bottom: 6.25%;
}
.rssPage article h2 {
	margin-bottom: 3%;
	font-size: 1.8rem;
}
.rssPage article p {
	font-size: 1.2rem;
}
}


/* =============================================================================
 Interview Page Styles
============================================================================= */

.interviewPage {
}
.interviewPage article {
	padding: 3% 3.5% 3% 3.5%;
	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 dl {
	margin-bottom: 5%;
	font-size: 1.5rem;
}
.interviewPage article dl dt {
	color: #757575;
	font-weight: bold;
}
.interviewPage article dl dd {
	margin-bottom: 2.5%;
}
.interviewPage article dl dd.source {
	margin-top: -2.5%;
	color: #a9a9a9;
	font-size: 1.4rem;
	text-align: right;
}
.interviewPage article .profile {
	padding: 3.2% 0;
	background-color: #f4f4f4
}
.interviewPage article .profile:after {
	content: "";
	display: block;
	clear: both;
}
.interviewPage article .profile .image {
	margin-left: 3.2%;
	float: left;
	width: 37.4%;
}
.interviewPage article .profile .text {
	margin-right: 3.2%;
	float: right;
	width: 52.7%;
	color: #565656;
	font-size: 1.4rem;
}
.interviewPage article .profile .text .post {
}
.interviewPage article .profile .text .name {
	font-size: 3.3rem;
	font-weight: bold;
}
.interviewPage article .profile .text .name span {
	margin-left: 1em;
	font-size: 2rem;
}
.interviewPage article .profile .text .nameEng {
	margin-bottom: 2.5%;
}
.interviewPage article .profile .text .career {
	margin-bottom: 5%;
}
.interviewPage article .profile .text table {
}
.interviewPage article .profile .text table th {
	padding-right: 1em;
	font-weight: normal;
}
.interviewPage article .profile .text table td {
}
.interviewPage article .profile .text p {
}
.interviewPage article .profile .text dl {
	margin-bottom: 1em;
	display: table;
	width: 100%;
}
.interviewPage article .profile .text dl dt {
	display: table-cell;
	width: 7em;
	color: #565656;
	font-size: 1.5rem;
	font-weight: normal;
}
.interviewPage article .profile .text dl.career dt {
	width: 4em;
}
.interviewPage article .profile .text dl dd {
	display: table-cell;
}

@media screen and (max-width: 768px) {
.interviewPage article {
	padding-left: 6.25%;
	padding-right: 6.25%;
	padding-bottom: 6.25%;
}
.interviewPage article h2 {
	font-size: 2.2rem;
}
.interviewPage article h3 {
	font-size: 1.6rem;
}
.interviewPage article dl {
	margin-bottom: 10%;
	font-size: 1.4rem;
}
.interviewPage article dl dd {
	margin-bottom: 5%;
	font-size: 1.2rem;
}
.interviewPage article dl dd.source {
	margin-top: -5%;
	color: #a9a9a9;
	font-size: 1rem;
}
.interviewPage article .profile {
	padding: 3.2% 0;
	background-color: #f4f4f4
}
.interviewPage article .profile:after {
	content: "";
	display: block;
	clear: both;
}
.interviewPage article .profile .image {
	margin: 0 auto;
	margin-bottom: 3.2%;
	float: none;
	width: 93.6%;
}
.interviewPage article .profile .text {
	margin: 0 auto;
	float: none;
	width: 93.6%;
	font-size: 1.2rem;
}
.interviewPage article .profile .text .post {
}
.interviewPage article .profile .text .name {
	font-size: 1.8rem;
	font-weight: bold;
}
.interviewPage article .profile .text .name span {
	margin-left: 1em;
	font-size: 1.2rem;
}
.interviewPage article .profile .text .nameEng {
	margin-bottom: 2.5%;
}
.interviewPage article .profile .text .career {
	margin-bottom: 5%;
}
.interviewPage article .profile .text table {
}
.interviewPage article .profile .text table th {
	padding-right: 1em;
	font-weight: normal;
	width: 4em;
}
.interviewPage article .profile .text table td {
}
.interviewPage article .profile .text p {
}
.interviewPage article .profile .text dl {
	margin-bottom: 1em;
	display: block;
}
.interviewPage article .profile .text dl dt {
	display: block;
	width: auto;
	font-size: 1.2rem;
}
.interviewPage article .profile .text dl.career dt {
	width: auto;
}
.interviewPage article .profile .text dl dd {
	display: block;
}
}


/* =============================================================================
 Institute Page Styles
============================================================================= */

.institutesPage {
}
.institutesPage article {
	padding: 3% 3.5% 3% 3.5%;
	background-color: #fff;
}
.institutesPage article dl {
}
.institutesPage article dl dt {
	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;
}
.institutesPage article dl dt.rism {
	background: url(/institution/iccer/images/institute/logo_01.gif) top left no-repeat;
	background-size: 52px 52px;
}
.institutesPage article dl dt.rcss {
	background: url(/institution/iccer/images/institute/logo_02.gif) top left no-repeat;
	background-size: 52px 52px;
}
.institutesPage article dl dt.ifes {
	background: url(/institution/iccer/images/institute/logo_03.gif) top left no-repeat;
	background-size: 52px 52px;
}
.institutesPage article dl dt.ims {
	background: url(/institution/iccer/images/institute/logo_04.gif) top left no-repeat;
	background-size: 52px 52px;
}
.institutesPage article dl dt.ibs {
	background: url(/institution/iccer/images/institute/logo_05.gif) top left no-repeat;
	background-size: 52px 52px;
}
.institutesPage article dl dt.surcos {
	background: url(/institution/iccer/images/institute/logo_06.gif) top left no-repeat;
	background-size: 52px 52px;
}
.institutesPage article dl dd {
	margin-bottom: 5%;
}
.institutesPage article dl dd:last-child {
	margin-bottom: 0;
}
.institutesPage article dl dd:after {
	content: "";
	display: block;
	clear: both;
}
.institutesPage article dl dd .image {
	float: left;
	width: 38.7%;
}
.institutesPage article dl dd .text {
	float: right;
	width: 58.6%;
}
.institutesPage article dl dd .text h3 {
	margin-bottom: 3.65%;
	line-height: 1.3;
	color: #565656;
	font-size: 2rem;
	font-weight: bold;
}
.institutesPage article dl dd .text p {
	margin-bottom: 5.5%;
}
.institutesPage article dl dd .text .link {
	margin: 0 auto;
	width: 73.4%;
}
.institutesPage article dl dd .text .link a {
	padding: 10px 0 8px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(/institution/iccer/common/images/icon_arrow03.png) 95% center no-repeat;
	background-size: 9px 19px;
}
.institutesPage article dl dd .text .link a:hover {
	opacity: 0.7;
}
.institutesPage article dl dd .text .link.icst a {
	background-color: #949fab;
}
.institutesPage article dl dd .text .link.xbreed a {
	background-color: #58af92;
}
.institutesPage article dl dd .text .link.ifes a {
	background-color: #B2B4CF;
}
.institutesPage article dl dd .text .link.ibs a {
	background-color: #DEB6B6;
}
.institutesPage article dl dd .text .link.ims a {
	background-color: #ECCB9C;
}
.institutesPage article dl dd .text .link.icst a span {
	padding: 0 40px;
	background: url(/institution/iccer/common/images/icon_another_site_s.png) 0 center no-repeat;
	background-size: 17px 13px;
}
.institutesPage article dl dd .text .link.rism a {
	background-color:#A3CFC0;
}
.institutesPage article dl dd .text .link.rcss a {
	background-color:#CFB9A3;
}
.institutesPage article dl dd .text .link.surcos a {
	background-color:#99B9D9;
}
@media screen and (max-width: 768px) {
.institutesPage article {
	padding-left: 6.25%;
	padding-right: 6.25%;
	padding-bottom: 6.25%;
}
.institutesPage article dl dt {
	margin-bottom: 3.25%;
	padding: 0 0 5px 34px;
	height: 27px;
	line-height: 27px;
	font-size: 1.6rem;
}
.institutesPage article dl dt.icst,
.institutesPage article dl dt.xbreed,
.institutesPage article dl dt.ifes,
.institutesPage article dl dt.ims,
.institutesPage article dl dt.ibs {
	background-size: 27px 27px;
}
.institutesPage article dl dd {
	margin-bottom: 12.5%;
}
.institutesPage article dl dd .image {
	margin-bottom: 3.25%;
	float: none;
	width: 100%;
}
.institutesPage article dl dd .text {
	float: none;
	width: 100%;
}
.institutesPage article dl dd .text h3 {
	margin-bottom: 3.25%;
	font-size: 1.4rem;
}
.institutesPage article dl dd .text p {
	margin-bottom: 3.25%;
	font-size: 1.2rem;
}
.institutesPage article dl dd .text .link {
	width: 100%;
}
.institutesPage article dl dd .text .link a {
	padding: 6px 0 4px;
	display: block;
	color: #fff;
	font-size: 12px;
	background: url(/institution/iccer/common/images/icon_arrow03.png) 95% center no-repeat;
	background-size: 6px 13px;
}
.institutesPage article dl dd .text .link.icst a span {
	padding: 0 30px;
	background-size: 13px 10px;
}
}


/* =============================================================================
 Research Center Page Styles
============================================================================= */

.researchCenterPage {
}
.researchCenterPage article {
	padding: 3% 3.5% 3% 3.5%;
	background-color: #fff;
}
.researchCenterPage article dl {
}
.researchCenterPage article dl dt {
	margin-bottom: 2.15%;
	padding: 0 0 9px 0;
	border-bottom: 1px #e8e8e8 solid;
/*	height: 52px;*/
	line-height: 52px;
	color: #565656;
	font-size: 2.6rem;
	font-weight: bold;
}
.researchCenterPage article sup {
	vertical-align: super;
	font-size: smaller;
}
.researchCenterPage article dl dt img.logo {
	width: 52px;
	margin-right: 10px;
}
.researchCenterPage article dl dd {
	margin-bottom: 5%;
}
.researchCenterPage article dl dd:last-child {
	margin-bottom: 0;
}
.researchCenterPage article dl dd:after {
	content: "";
	display: block;
	clear: both;
}
.researchCenterPage article dl dd .image {
	float: left;
	width: 38.7%;
}
.researchCenterPage article dl dd .text {
	float: right;
	width: 58.6%;
}
.researchCenterPage article dl dd .text h3 {
	margin-bottom: 3.65%;
	line-height: 1.3;
	color: #565656;
	font-size: 2rem;
	font-weight: bold;
}
.researchCenterPage article dl dd .text p {
	margin-bottom: 5.5%;
}
.researchCenterPage article dl dd .text .link {
	margin: 0 auto;
	width: 73.4%;
}
.researchCenterPage article dl dd .text .link a {
	padding: 10px 0 8px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(/institution/iccer/common/images/icon_arrow03.png) 95% center no-repeat;
	background-size: 9px 19px;
}
.researchCenterPage article dl dd .text .link a:hover {
	opacity: 0.7;
}
.researchCenterPage article dl dd .text .link a {
	background-color: #565656;
}
@media screen and (max-width: 768px) {
.researchCenterPage article {
	padding-left: 6.25%;
	padding-right: 6.25%;
	padding-bottom: 6.25%;
}
.researchCenterPage article dl dt {
	margin-bottom: 3.25%;
	padding: 0 0 5px 0;
/*	height: 27px;*/
	line-height: 27px;
	font-size: 1.6rem;
}
.researchCenterPage article dl dt img.logo {
	width: 27px;
	margin-right: 5px;
}
.researchCenterPage article dl dd {
	margin-bottom: 12.5%;
}
.researchCenterPage article dl dd .image {
	margin-bottom: 3.25%;
	float: none;
	width: 100%;
}
.researchCenterPage article dl dd .text {
	float: none;
	width: 100%;
}
.researchCenterPage article dl dd .text h3 {
	margin-bottom: 3.25%;
	font-size: 1.4rem;
}
.researchCenterPage article dl dd .text p {
	margin-bottom: 3.25%;
	font-size: 1.2rem;
}
.researchCenterPage article dl dd .text .link {
	width: 100%;
	background-color: #565656;
}
.researchCenterPage article dl dd .text .link a {
	padding: 6px 0 4px;
	display: block;
	color: #fff;
	font-size: 12px;
	background: url(/institution/iccer/common/images/icon_arrow03.png) 95% center no-repeat;
	background-size: 6px 13px;
}
}


/* =============================================================================
 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: #565656;
	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%;
}
}


/* =============================================================================
 Contact Page Styles
============================================================================= */

.contactPage {
}
.contactPage article {
	padding: 3% 3.5% 5% 3.5%;
	background-color: #fff;
}
.contactPage article dl {
}
.contactPage article dl dt {
	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;
}
.contactPage article dl dt.rism {
	background: url(/institution/iccer/images/institute/logo_01.gif) top left no-repeat;
	background-size: 52px 52px;
}
.contactPage article dl dt.rcss {
	background: url(/institution/iccer/images/institute/logo_02.gif) top left no-repeat;
	background-size: 52px 52px;
}
.contactPage article dl dt.ifes {
	background: url(/institution/iccer/images/institute/logo_03.gif) top left no-repeat;
	background-size: 52px 52px;
}
.contactPage article dl dt.ims {
	background: url(/institution/iccer/images/institute/logo_04.gif) top left no-repeat;
	background-size: 52px 52px;
}
.contactPage article dl dt.ibs {
	background: url(/institution/iccer/images/institute/logo_05.gif) top left no-repeat;
	background-size: 52px 52px;
}
.contactPage article dl dt.surcas{
	background: url(/institution/iccer/images/institute/logo_05.gif) top left no-repeat;
	background-size: 52px 52px;
}
.contactPage article dl dd {
	margin-bottom: 5%;
}
.contactPage article dl dd:last-child {
	margin-bottom: 0;
}
.contactPage article .btn {
	margin: 0 auto;
	margin-top: 5%;
	width: 40%;
}
.contactPage article .btn a {
	padding: 10px 0;
	display: block;
	color: #fff;
	background-color: #979797;
	text-align: center;
	text-decoration: none;
}
.contactPage article .btn a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
.contactPage article {
	padding-left: 6.25%;
	padding-right: 6.25%;
	padding-bottom: 6.25%;
}
.contactPage article dl dt {
	margin-bottom: 3.25%;
	padding: 0 0 5px 34px;
	height: 27px;
	line-height: 27px;
	font-size: 1.6rem;
}
.contactPage article dl dt.icst,
.contactPage article dl dt.xbreed,
.contactPage article dl dt.ifes,
.contactPage article dl dt.ims,
.contactPage article dl dt.ibs {
	background-size: 27px 27px;
}
.contactPage article dl dd {
	margin-bottom: 12.5%;
}
.contactPage article .btn {
	margin-top: 10%;
	width: 100%;
}
.contactPage article .btn a {
	padding: 6px 0;
}
}


/* =============================================================================
 Sitemap Page Styles
============================================================================= */

.sitemapPage {
}
.sitemapPage article {
	padding: 3% 3.5% 5% 3.5%;
	background-color: #fff;
}
.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: #979797;
}
.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) {
.sitemapPage article {
	padding-left: 6.25%;
	padding-right: 6.25%;
	padding-bottom: 6.25%;
}
}

.rssPage .button {
    margin: 0 auto;
    width: 100%;
}

.rssPage .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;
}

.rssPage .button a:after {
    margin-top: -12px;
    position: absolute;
    top: 50%;
    right: 1.65%;
    content: "";
    width: 24px;
    height: 24px;
    background: url(https://www.shinshu-u.ac.jp/institution/ims/common/images/icon_arrow05.png) top left no-repeat;
    background-size: 24px 24px;
}

@media screen and (max-width: 768px) {
.rssPage .button a:after {
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(https://www.shinshu-u.ac.jp/institution/ims/common/images/icon_arrow05.png) top left no-repeat;
	background-size: 12px 12px;
}
.rssPage .button a span {
	font-size: 1rem;
}

.rssPage .button a {
    padding: 10px 0 8px 0;
    line-height: 12px;
    font-size: 1.2rem;
}

}