@import url(http://fonts.googleapis.com/css?family=Antic+Didone);

body { color: #333333; }

/* リンク */
a { color: #999966; }
a:hover { color: #996600; }

/* パンくずリスト */
.topicPath { font-size: 12px; }

/* ページの先頭へ戻る */
.pagetop {
	font-size: 12px;
	text-align: right;
	margin-top: 30px;
}
.pagetop a {
	background-image: url("../images/ico_pagetop.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
}

/*ページ*/
#page {
	width: 1020px;
	margin: 0 auto;
}

/* ページヘッダー */
#pageHead #siteTitlebanner{
	height: 110px;
}

#pageHead #siteTitlebanner #siteTitlebelongs{
	width: 650px;
	float: left;
}

#pageHead #siteTitlebanner #banner{
	width: 350px;
	float: right;
	padding-top: 10px;
}

#pageHead #siteTitlebanner #banner img{
	margin-left: 10px;
}

.img-right {float: right;}
.img-left {float: left;}

#pageHead #siteTitlebanner #siteTitlebelongs #siteTitle{
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0;

}
#pageHead #siteTitlebanner #siteTitlebelongs #belongs {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}



/*ページの回り込み防止*/
#pageHead #siteTitlebanner:afetr {
	content: "";
	clear: both;
	display: block;
}

/* グローバルナビ */
#pageHead .globalNavi {
	border: solid #CCCCCC;
	border-width: 1px 0;
	padding: 10px 0;
}

#pageHead .globalNavi ul {
	margin: 0;
	padding: 0;
}
#pageHead .globalNavi ul:after {
	content: "";
	clear: both;
	display: block;
}
#pageHead .globalNavi ul li {
	list-style: none;
	width: 170px;
	float: left;
	border-left: solid 1px #CCCCCC;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	line-height: 1.429;
}
#pageHead .globalNavi ul li:first-child {
	border-left: none;
}

#pageHead .globalNavi ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 5px 0;
}
#pageHead .globalNavi ul li a:hover,
#pageHead .globalNavi ul li.current a {
	background-color: #F2F2E5;
}

/*ページフッター*/
#pageFoot {
	border-top: solid 1px #CCCCCC;
	margin-top: 15px;
}

#pageFoot #copyright small {
	font-size: 12px;
	line-height: 1.5;
}

/* ページボディ */
#pageBody {
	margin-top: 30px;
}
#pageBody:after {

}

#pageBodyMain {

}

#pageBodySub {

}


/* ----- メインカラム内の装飾 ----- */

#pageBodyMain p {
	font-size: 14px;
	line-height: 1.429;
}



/* 表 */
#pageBodyMain table {
	font-size: 14px;
	line-height: 1.429;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
#pageBodyMain table th,
#pageBodyMain table td {
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
}
#pageBodyMain table th {
	background-color: #EEEEEE;
	text-align: left;
}
#pageBodyMain table caption {
	text-align: left;
	font-weight: bold;
}



/* 見出し */
#pageBodyMain .pageTitle {
	font-size: 24px;
	background-color: #F2F2E5;
	padding: 5px 15px;
	line-height: 1.231;
	margin-top: 0;
}










/* ----- トップページの内容 ----- */
/* メインビジュアル */








/*ここから改変！！！*/


#pageBody .mainVisual{
	width: 1020px;
	height: 380px;
	overflow: hidden;

}

#pageBody .mainVisual .slideshow .cp_slide_item {
	width: 1020px;
	height: 380px;
	float: left;
	position: relative;
}

#pageBody .mainVisual .slideshow {
width: 400%;/* slideの枚数×100% */
	position: relative;
	left: 0;
	animation: slider 40s infinite ease;/* スピード */
	animation-delay: 3s;
}




@-webkit-keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	25% {
	-webkit-transform: translateX(-1020px);
	transform: translateX(-1020px);
	}
	50% {
	-webkit-transform: translateX(-2040px);
	transform: translateX(-2040px);
	}
	75% {
	-webkit-transform: translateX(-3060px);
	transform: translateX(-3060px);
	}

	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	
}
@keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	25% {
	-webkit-transform: translateX(-1020px);
	transform: translateX(-1020px);
	}
	50% {
	-webkit-transform: translateX(-2040px);
	transform: translateX(-2040px);
	}
	75% {
	-webkit-transform: translateX(-3060px);
	transform: translateX(-3060px);
	}

	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}

}

/*ここまで改変*/











#pageBody .mainVisual .slideshow .mainVisualText {
	position: absolute;
	left: 30px;
	bottom: 30px;
	color: #FFF;
	background-color: rgba(0,0,0,0.4);
	width: 450px;
	padding: 15px 25px;

	box-sizing: border-box;
	
	z-index: 9999;/*テキストボックスを最前面へ*/
}
#pageBody .mainVisual .slideshow .mainVisualText h1 {
	font-size: 20px;
	line-height: 1.231;
	margin: 0;
	text-align:center;

}
#pageBody .mainVisual .slideshow .mainVisualText p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

#pageBody .mainVisual .slideshow .mainVisualText2 {
	position: absolute;
	left: 30px;
	bottom: 30px;
	color: #FFF;
	background-color: rgba(0,0,0,0.4);
	width: 215px;
	padding: 15px 25px;

	box-sizing: border-box;
	
	z-index: 9999;/*テキストボックスを最前面へ*/
}
#pageBody .mainVisual .slideshow .mainVisualText2 h1 {
	font-size: 14px;
	line-height: 1.231;
	margin: 0;
	text-align:center;
}
#pageBody .mainVisual .slideshow .mainVisualText2 p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 0;
	text-align:center;
}



/* おしらせ */
#pageBody .news {
/*	margin-top: 40px*/
	border-bottom: solid 1px #CCCCCC;
}

#pageBody .news h1 {
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}


#pageBody .news #newsscroll {
	overflow-y: scroll;
	width: 100%;
	height: 700px;
}






#pageBody .news table {
	width: 100%;
}
#pageBody .news table tr th,
#pageBody .news table tr td {
	font-size: 14px;
	line-height: 1.429;
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
}
#pageBody .news table tr th {
	white-space: nowrap;
	padding-right: 30px;
}
#pageBody .news table tr td {
	width: 100%;
}

#pageBody .linksociety #link {
	width: 660px;
	float: left;
}

#pageBody .linksociety #society {
	width: 320px;
	float: right;
	margin-left: 40px;
}


#pageBody .linksociety #link h1 {
	font-size: 16px;
}

#pageBody .linksociety #society h1 {
	font-size: 16px;
}

#pageBody .linksociety #link ul li {
	font-size: 14px;
	list-style: none;
}

#pageBody .linksociety #society ul li {
	font-size: 14px;
	list-style: none;
}

/* トップページ募集中 */
#pageBody .invitationIndex {
	margin-top: 40px;
}
#pageBody .invitationIndex:after {
	content: "";
	clear: both;
	display: block;
}

#pageBody .invitationIndex article {
	width: 490px;
	float: left;
	margin-left: 40px;
}
#pageBody .invitationIndex article:first-child {
	margin-left: 0;
}

#pageBody .invitationIndex article h2 {
	font-size: 18px;
	margin: 5px 0;
}

#pageBody .invitationIndex article p {
	margin-top: 0;
	font-size: 14px;
	line-height: 1.5;
}



/* 装置INDEX */
#pageBody .apparatusIndex {
	margin-top: 40px;
}
#pageBody .apparatusIndex:after {
	content: "";
	clear: both;
	display: block;
}

#pageBody .apparatusIndex article {
	width: 490px;
	float: left;
	margin-left: 40px;
}
#pageBody .apparatusIndex article:first-child {
	margin-left: 0;
}

#pageBody .apparatusIndex article h2 {
	font-size: 18px;
	margin: 5px 0;
}

#pageBody .apparatusIndex article p {
	margin-top: 0;
	font-size: 12px;
	line-height: 1.5;
}



/* 研究ページ */

/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70vw;
  height: 50vw;
  overflow-y: scroll;
}
/* チェックボックスの初期設定 */
#popup-on1{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on1:checked + .popup{
  display: block;
}

#popup-on2{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on2:checked + .popup{
  display: block;
}

#popup-on3{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on3:checked + .popup{
  display: block;
}

#popup-on4{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on4:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
}

.popup-content img {
  width: 100%;
}
