@charset "UTF-8";
/* CSS Document */
.wrap { width:900px; text-align:left; margin-left: auto; margin-right: auto; font-family:"Times New Roman", Times, serif;}    
.alarm { text-align: left; width:500px; float:left; }  
.sb { text-align: left; width:480px; float:right; }  
.clear { clear:both; }  
.clear hr { display:none; }  
.paper {height:150px; padding-left:2em; text-indent:-2em; }
.headding {font-size:larger; font-style:italic; font-weight:bold; text-decoration: underline; display: inline-block; _display: inline; }
.headding2 {font-style:italic; font-weight:bold; display: inline-block; _display: inline;}
.floatleft {width: 400px; float:left; }
.floatright {width: 450px; float:right; }
table {width:100%; }
td.year { vertical-align:top; width: 150px;  padding-bottom: 1%; }
td.yearj { vertical-align:top; width: 250px; }
td.list { vertical-align:top; width: 700px; padding-bottom: 1%; }

.floatrightphoto {
	float:right; 
	position:relative;
	right:40px;
}
.floatlefttitle {width: 400px; float:left; position:relative; left:40px;}

.floatleftIBNS{width: 680px; float:left; position:relative;}

  /* --- 研究紹介タブ--- */

    
#ie-test { 
	position: relative; 
	width: 900px; 
	margin: 0; 
	padding: 0;
	}
	
#boxLinks { 
	list-style: none; 
	overflow: hidden; 
	}

#boxLinks li {  
	display: inline; 
	margin-left: 20px; 
	}
        	
#box { 
	height: 420px; 
	border: solid 1pt #CCCCCC; 
	overflow: hidden; 
	padding: 0px 10px 0px 10px; 
	position: relative; 
	top: -17px; 
	left:0px; 
	}

.box { 
	display: none; 
	height: 420px; 
	overflow: auto; 
	display: block; 
	position: relative; 
	overflow-x: hidden; 
	}
	
        	
#box1:target, #box2:target, #box3:target { 
	display: block; 
	}
	
.wrap9 {
	width:870px; 
	margin-left: auto; 
	margin-right: auto;
	
}
   /* --- 研究紹介タブ終了--- */
   
   

   
/* --- Rによる統計と効果量--- */

.wraptable {
	width:300px; 
}

.wraptable_wide {
	width:500px; 
}

   
/* --- 全体の幅--- */

.ac-container{
    width: 900px;
    margin: 10px auto 30px auto;
}
/* --- 全体の幅--- */

/* --- ラベルのスタイル--- */
.ac-container label{
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    line-height: 33px;
    font-size: 19px;
}

/* --- ラベルのスタイル--- */

.thisyear{
    font-size: 19px;
}


/* --- ホバーにアイコン--- */

.ac-container label:after,
.ac-container input:checked + label:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 15px;
    right: 200px;
    top: 7px;
    background: transparent url(pics/plus.jpg) no-repeat center center;
}
/* --- ホバーにアイコン--- */

/* --- 選択されたアイコン--- */
.ac-container input:checked + label:after{
    background-image: url(pics/minus.jpg);
}
/* --- 選択されたアイコン--- */

/* --- ラジオボックス--- */
.ac-container input{
    display: none;
}
/* --- ラジオボックス--- */

/* --- コンテンツスタイル--- */
.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition:
        height 0.3s ease-in-out,
        box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
    transition:
        height 0.5s ease-in-out,
        box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 0px rgba(155,155,155,0.3);
}
/* --- コンテンツスタイル--- */

/* --- 開く高さ--- */

.ac-container input:checked ~ article.ac-1{
    height: 900px;
}
 
 .ac-container input:checked ~ article.ac-2{
    height: 600px;
}
 
 .ac-container input:checked ~ article.ac-3{
    height: 2000px;
}
 
  .ac-container input:checked ~ article.ac-4{
    height: 1300px;
}
 
 /* --- Rによる統計と効果量--- */


