@charset "UTF-8";
/* cmn_contents.css */

/* !自動でアイコン設定
------------------------------------------------------------ */
a span.pdflink {	/*PDFアイコン*/
	background: url(../images/icon_pdflink.gif) no-repeat;
	margin-left: 3px;
	height: 16px;
	width: 13px;
	display: inline-block;
	vertical-align: top;
}
a span.extralink {	/*外部リンクアイコン*/
	background: url(../images/icon_extralink.gif) no-repeat;
	margin-left: 3px;
	height: 16px;
	width: 16px;
	display: inline-block;
	vertical-align: top;
}
a span.ziplink {	/*zipアイコン*/
	background: url(../images/icon_ziplink.gif) no-repeat;
	margin-left: 3px;
	height: 16px;
	width: 13px;
	display: inline-block;
	vertical-align: top;
}
a span.wordlink {	/*wordアイコン*/
	background: url(../images/icon_wordlink.gif) no-repeat;
	margin-left: 3px;
	height: 16px;
	width: 13px;
	display: inline-block;
	vertical-align: top;
}
a span.excellink {	/*Excelアイコン*/
	background: url(../images/icon_excellink.gif) no-repeat;
	margin-left: 3px;
	height: 16px;
	width: 13px;
	display: inline-block;
	vertical-align: top;
}
a span.pptlink {	/*pptアイコン*/
	background: url(../images/icon_pptlink.gif) no-repeat;
	margin-left: 3px;
	height: 16px;
	width: 13px;
	display: inline-block;
	vertical-align: top;
}
a img.extralink {
	margin-left: 3px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
}
/* !画像フロート
------------------------------------------------------------ */
.imgR {
	display: inline;
	float: right;
	margin-left: 10px;
}
.imgL {
	display: inline;
	float: left;
	margin-right: 10px;
}
.imgboxR {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	clear: both;
}
.imgboxR img {
	display: inline;
	float: right;
	margin-bottom: 10px;
}
.imgboxL {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	clear: both;
}
.imgboxL img {
	display: inline;
	float: left;
	margin-bottom: 10px;
}
.imgboxC {
	text-align: center;
	margin: 40px 0;
}
.imgboxC img {
	text-align: center;
	margin-bottom: 10px;
}
.imgbox {
	font-size: 92%;
	margin: 40px 0;
	line-height: 1.5;
}
.imgbox img {
	margin-bottom: 10px;
}
.imgbox .inner {
	width: 48.5%;
	display: inline;
	float: left;
	margin-bottom: 20px;
}
.imgbox .oddbox {
	margin-right: 15px;
}
.imgbox .evenbox {
}
@media screen and (max-width: 560px) {
	.imgbox .inner {
		width: auto;
	}
	.imgbox .oddbox {
		margin-right: 0;
	}
}
.imgbox .oddbox img, .imgbox .evenbox img {
	height: auto;
	width: 100%;
	padding:5px;
	border: 1px solid #999;
	box-sizing: border-box;
}
.imgbox .oddbox a:hover img, .imgbox .evenbox a:hover img {
	border: 1px solid #CCC;
}
.imgbox dl {
}
.imgbox dt {
	font-weight: bold;
	margin-bottom: 5px;
}
/* #carousel
------------------------------------------------------------ */
#carouselbox {
	width: 100%;
	background: #333;
}
#carousel {
	background: url(../images/carousel_navi_bg.png) repeat-x center bottom;
	width: 100%;
	min-height: 240px;
	margin-bottom: 15px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}
#carousel .screenreadertext {
	color: #fff;
}
#carousel ul.slide {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
}
#carousel ul.slide li {
	display: block;
	width: 100%;
	min-width: 100%;
}
#carousel ul.slide li .slideItem {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#carousel a, #carousel img, #carousel a img {
	text-decoration: none;
	border: 0 none;
}
@media screen and (max-width: 580px) {
	#carousel ul.slide li .slideItem {
		flex-direction: column;
	}
}
/* !image
------------------------------ */
#carousel .image {
	width: 400px;
	height: 0;
	padding-bottom: 34.5%;
	position: relative;
}
#carousel .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 240px;
}
@media screen and (max-width: 800px) and (min-width: 740px) {
	#carousel .image {
		width: 57%;
	}
}
@media screen and (max-width: 580px) {
	#carousel .image {
		width: 100%;
		padding-bottom: 60%;
	}
	#carousel .image img {
		min-height: 0;
	}
}
/* !caption
------------------------------ */
#carousel .caption {
	width: calc(100% - 400px);
	padding: 40px 10px 20px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start
}
#carousel .caption h2 {
	font-size: 180%;
	line-height:1.2;
	color: #FFF;
	margin-bottom: 10px;
}
.en #carousel .caption h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#carousel .caption p {
	font-size: 122%;
	line-height: 1.3;
	margin: 0;
	color: #CCC;
}
#carousel .caption p.details {
	font-size: 100%;
	display: inline-block;
	border: 1px solid #666;
	padding: 1px;
	background: linear-gradient(to bottom, #767676, #656565);
	margin-top: 10px;
}
#carousel .caption p.details a {
	display: block;
	border: 1px solid #333;
	padding: 3px 24px 3px 6px;
	background: url(../images/carousel_details.png) no-repeat right center;
	color: #fff;
}
.en #carousel .caption p.details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
@media screen and (max-width: 580px) {
	#carousel .caption {
		width: 100%;
		padding: 20px;
	}
	#carousel .caption h2 {
		font-size: 150%;
	}
	#carousel .caption p {
		font-size: 100%;
	}
}
/* .carouselnavi
------------------------------ */
#carousel .navi {
	height: 16px;
	width: 100%;
	margin: 0;
	padding: 5px 0 10px 0;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	box-sizing: content-box;
}
#carousel .navi li {
	display: inline-block;
	margin: 0 2px;
	height: 16px;
	width: 16px;
 *display: inline;
 *zoom:1;
	position: relative;
}
#carousel .navi li::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background: #88C324;
	border: 1px solid #528200;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow: 0 3px 3px rgba(0,0,0,.4) inset;
}
#carousel .navi li:hover::before{
	background: #558801;
}
#carousel .navi li.current::before {
	background: #ffff66;
}
#carousel .navi li button {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 10px;
	background: transparent;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	cursor: pointer;
}
/* .carouselcontrol
------------------------------ */
#carousel .control {
	position: absolute;
	height: 16px;
	width: 16px;
	bottom: 9px;
	right: 10px;
	background: #88C324;
	border: 1px solid #528200;
	box-shadow: 0 3px 3px rgba(0,0,0,.4) inset;
	cursor: pointer;
}
#carousel .control:hover {
	background: #558801;
}
#carousel .control::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 4px;
	height: 10px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}
#carousel .control.stop::before {
	width: 0;
	height: 0;
	border-width: 5px 0 5px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
#carousel .control button {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 10px;
	background: transparent;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	cursor: pointer;
}

/* #topicpath
------------------------------------------------------------ */
#topicpath {
	border-top: 5px solid #DDD;
	clear: both;
	font-size: 84%;
	padding: 5px 10px;
	text-align: left;
}
#topicpath p {
	margin: 0px;
}
#topicpath p a {
}
/* #headline
------------------------------------------------------------ */
#headline {
	background: url(../images/headline_bg.png) no-repeat center top;
	line-height: 1.5;
}
#headline h1 {
	font-size: 180%;
	padding: 10px 10px 10px 20px;
	margin: 10px 10px 10px 20px;
	border-left: solid 2px #7A0;
}
#headline h1 span.en {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 63%;
}
.en #headline h1 {
}
/* #lead
------------------------------------------------------------ */
#lead {
	margin: 20px;
	clear: both;
	line-height: 1.7;
}
@media screen and (max-width: 800px) {
	#lead {
		margin-bottom: 0;
	}
}

/* #info
------------------------------------------------------------ */
#info {
	background: url(../images/info_bg.png) repeat-x left bottom;
	padding: 0 10px 15px;
	margin: 10px;
	border-radius: 0 0 4px 4px;
	line-height: 1.5;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
#info h2 {
	font-weight: bold;
}
#info h2.contact,
#info h2.relatedlinks {
	border: 1px solid #ccc;
	padding: 1px;
	color: #fff;
	font-weight: normal;
}
.en #info h2.contact,
.en #info h2.relatedlinks {
	text-transform: uppercase;
}
#info h2.contact span,
#info h2.relatedlinks span {
	display: block;
	padding: 0 80px 0 10px;
}
#info h2.contact span {
	background: url(../images/contact_icon.png) no-repeat 96% 50%, linear-gradient(to right, #666, #999);
}
#info h2.relatedlinks span {
	background: url(../images/relatedlink_icon.png) no-repeat 96% 50%, linear-gradient(to right, #666, #999);
}
#info .access {
	margin-top: 3px;
	border: 1px solid #ccc;
	border-right: 0;
	background: #f4f4f4;
	font-size: 86%;
	position: relative;
}
#info .access::after {
	content: '';
	position: absolute;
	top: 0;
	right: -1em;
	width: 1em;
	height: 100%;
	background: url(../images/access_arrow.png) no-repeat 100% 50%;
}
#info .access a {
	margin: 1px 0 1px 1px;
	padding: 2px 2px 2px 12px;
	background: #528200;
	color: #fff;
	text-decoration: none;
	font-feature-settings: 'palt';
	position: relative;
}
#info .access a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 25px;
	background: url(../images/access_icon.png) no-repeat 50% 50%;
}
/* #info .pi
------------------------------ */
#info .pi {
	width: 50%;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
@media screen and (max-width: 560px) {
	#info .pi {
		width: 100%;
		padding-right: 0;
		border-right: 0;
	}
}
#info .pi .access {
	display: inline-block;
	margin-top: 15px;
}
#info .pi .image {
	margin-top: 15px;
}
#info .pi .image img {
	padding-bottom: 5px;
	background: url(../images/pi_image_bg.png) no-repeat center bottom;
}
#info .pi .name {
	font-size: 136%;
	display: inline;
	margin-right: 10px;
}
.en #info .pi .name {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#info .pi .en {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 77%;
	margin-left: 10px;
}
#info .pi .degree {
	display: inline;
}
#info .pi .cv {
	overflow: hidden;
	margin: 15px 10px;
}
#info .pi .cv p.open, #info .pi .cv p.close, #info .pi .cv p.researcherid {
	margin: 0px;
	height: 20px;
	width: 125px;
	display: inline;
	float: left;
}
#info .pi .cv p.close {
	display: none;
}
#info .pi .cv p.researcherid {
	margin-left: 10px;
}
#info .pi .cv dl {
	border-bottom: 1px dotted #CCC;
	padding: 10px 0;
	clear: left;
}
#info .pi .cv dt {
	border-top: 1px dotted #CCC;
	width: 4em;
	display: inline;
	float: left;
	padding: 5px 0;
}
#info .pi .cv dd {
	border-top: 1px dotted #CCC;
	padding: 5px 0;
	overflow: hidden;
}
#info .pi .leftp{
	margin-right: 10px;
	margin-left: 10px;
}

/* #info .lab
------------------------------ */
#info .lab {
	width: 50%;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 560px) {
	#info .lab {
		width: 100%;
		padding-left: 0;
	}
}
#info .lab p {
	margin-right: 10px;
	margin-left: 10px;
	clear: left;
}
#info .lab .access {
	display: inline;
	float: right;
	margin: 11px 20px 0 0;
}
#info .lab .email {
	float: left;
}
#info .lab .mailriken {
	background: url(../images/mail_riken.gif) no-repeat right center;
	padding-right: 68px;
	display: inline-block;
	margin-bottom: 0;
 *display: inline;
 *zoom: 1;
}
#info .lab .mailpscriken {
	background: url(../images/mail_pscriken.gif) no-repeat right center;
	padding-right: 95px;
	display: inline-block;
	color: #F00;
 *display: inline;
 *zoom: 1;
}
#info .lab .lablink {
	/*background: url(../images/relatedlink_lab_icon.gif) no-repeat left center;*/
	background: url(../images/relatedlink_lab_icon.png) no-repeat left center;
	padding-left: 42px;
}
#info .lab .rikenlink {
	background: url(../images/relatedlink_riken_icon.png) no-repeat left center;
	padding-left: 42px;
}
#info .lab .archivelink {
	/*background: url(../images/relatedlink_archive_icon.gif) no-repeat left center;*/
	background: url(../images/relatedlink_archive_icon.png) no-repeat left center;
	padding-left: 42px;
}
#info .lab .linklink {
	background: url(../images/relatedlink_link_icon.png) no-repeat left center;
	padding-left: 42px;
}

#info .lab ul {
	margin: 1em 10px;
}
#info .lab li {
	background: url(../images/arrow_circle.gif) no-repeat left center;
	padding-left: 16px;
}
/* #info .deputy
------------------------------ */
#info .deputy {
	width: 320px;
	display: inline;
	float: right;
	margin-bottom: 20px;
}
#info .deputy ul {
}
#info .deputy ul li {
	width: 90px;
	display: inline;
	float: left;
	margin-right: 10px;
}
#info .deputy ul li img {
	margin: 10px 0px;
}
/* #maintxt
------------------------------------------------------------ */
#maintxt {
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 1.7;
}
#maintxt h2, #lead h2 {
	background: url(../images/h2_bg.png) no-repeat left top;
	font-size: 152%;
	padding: 20px 0 0;
	margin: 40px 0 20px;
	clear: both;
}
#maintxt .indexbox h2, #maintxt .newslist h2 {
	background: none;
	font-size: 100%;
	padding: 0;
	margin: 30px 0 0;
	clear: both;
}
#maintxt h3, #lead h3 {
	border-left: 2px solid #690;
	font-size: 122%;
	margin: 32px 0 16px 0;
	padding-left:16px;
	clear: both;
}
#maintxt h4, #lead h4 {
	border-left: 2px solid #ccc;
	font-size: 112%;
	margin: 24px 0 16px 0;
	padding-left:16px;
	clear: both;
}
#maintxt h5, #lead h5 {
	font-weight: bold;
	margin: 16px 0 16px;
	clear: both;
}

/* !研究室データ
------------------------------ */
#outline .image img {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	background: url(../images/lab_image_bg.jpg) no-repeat center bottom;
	padding-bottom: 5px;
}
#fields, #keywords, #subjects {
}
#fields p, #keywords p {
	margin: 0px;
}
#subjects ol {
	margin: 0px;
}
#fields h3,
#keywords h3,
#subjects h3
{
	border-left: none;
	font-size: 100%;
	padding-left:0;
	font-weight: bold;
	margin: 16px 0 0;
	clear: both;
}



/* .section
------------------------------------------------------------ */
.section {
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
}
.article {
	margin-right: 10px;
	margin-left: 10px;
}
/* .indexbox
------------------------------------------------------------ */
.indexbox {
	clear: both;
	line-height: 1.5;
}
.indexbox .inner {
	width: 320px;
	margin-bottom: 20px;
	display: inline;
	float: left;
}
.indexbox .oddbox {
	margin-right: 20px;
}
.indexbox .evenbox {
}
.indexbox img {
	margin: 0.5em 0;
}
.indexbox dt {
	font-weight: bold;
	font-size: 122%;
	background: none;
	margin: 0 0 0.5em;
}
.indexbox dd {
	margin: 0.5em 0 0 0;
}
/* .linkodd .linkeven
------------------------------------------------------------ */
#main p.linkodd, 
#main p.linkeven {
	width: 48.5%;
	margin-bottom: 20px;
	margin-right: 3%;
	display: flex;
	flex-direction: column;
	float: left;
	line-height: 1.5;
}
#main p.linkeven{
	margin-right: 0;
}
#main p.linkodd img:not(.extralink), 
#main p.linkeven img:not(.extralink) {
	margin: 0 0 0.5em;
	display: block;
}
#main p.linkodd a, 
#main p.linkeven a {
	font-weight: bold;
	font-size: 122%;
	background: none !important;
	padding-right: 0 !important;
	margin: 0 0 0.5em;
}
@media screen and (max-width: 560px) {
	#main p.linkodd, 
	#main p.linkeven {
		width: auto;
		margin-right: 0;
	}
}


/* .labsindex
------------------------------------------------------------ */
.labsindex {
	clear: both;
	background: #EEE;
	line-height: 1.5;
}
.labsindex ul, .labsindex li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.labsindex .groupbox {
	clear: both;
	margin-bottom: 15px;
	padding: 25px 10px 15px 10px;
}
.labsindex .teambox {
	clear: both;
	background: #FFF;
	border: 1px solid #DDD;
	border-bottom: 1px solid #AAA;
	display: flex;
	flex-wrap: wrap;
}
.labsindex .inner {
	padding: 20px 15px;
	width: 50%;
	box-sizing: border-box;
}
.labsindex .inner:nth-child(odd){
	background: url(../images/labsindex_bg_l.jpg) no-repeat right top;
}
.labsindex .inner:nth-child(even){
	background: url(../images/labsindex_bg_r.jpg) no-repeat left top;
}
.labsindex .inner:nth-child(1){
	background: url(../images/labsindex_bg_top_l.jpg) no-repeat right top;
}
.labsindex .inner:nth-child(2){
	background: url(../images/labsindex_bg_top_r.jpg) no-repeat left top;
}
@media screen and (max-width: 560px) {
	.labsindex .teambox {
		flex-direction: column;
	}
	.labsindex .inner {
		width: 100%;
	}
	.labsindex .inner:nth-child(odd),
	.labsindex .inner:nth-child(even),
	.labsindex .inner:nth-child(2){
		background: url(../images/labsindex_bg_c.jpg) no-repeat center top;
		background-size: 100% 110px;
	}
	.labsindex .inner:nth-child(1) {
		background: url(../images/labsindex_bg_top_r.jpg) no-repeat center top;
	}
	.labsindex .inner:empty {
		display: none;
	}
}
.labsindex .groupbox img {
	margin: 0 20px 20px 20px;
	float: left;
	background: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	border-bottom: 1px solid #999;
}
.labsindex .teambox img {
	margin: 0 10px 0 0;
	float: left;
	padding: 0;
	border: 0 none;
	cursor: pointer;
}
.labsindex .groupbox .orgname {
	font-size: 150%;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
	display: flex;
    align-items: center;
}
.labsindex .groupbox .orgname:before,
.labsindex .groupbox .orgname:after {
    border-top: 1px solid #690;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.labsindex .groupbox .orgname:before {
    margin-right: 16px;
}
.labsindex .groupbox .orgname:after {
    margin-left: 16px;
}


.labsindex .groupbox .nord {
	display: block;
	text-align: center;
	margin-bottom: 8px;
}
.labsindex dl {
	overflow: hidden;
	*zoom:1;
	margin-bottom: 8px;
}
.labsindex dt {
	font-weight: bold;
}
.labsindex .groupbox dt {
	font-size: 136%;
	margin-bottom: 1em;
}
.labsindex .groupbox dd {
}
.labsindex .teambox dt {
	font-size: 100%;
	margin-bottom: 0.5em;
}
.labsindex .teambox dd {
}
.labsindex .groupbox .position {
}
.labsindex .groupbox .piname {
	font-size: 136%;
}
.labsindex .teambox .position {
	font-size: 84%;
}
.labsindex .teambox .piname {
	font-size: 100%;
	padding-left: 8px; 
}
.labsindex .rcrt {
	color: #C75000;
	font-size: 90%;
	margin-top: 8px;
	padding: 0 4px;
	display: inline-block;
	border-top: 1px dashed #C75000;
	border-bottom: 1px dashed #C75000;
}
@media screen and (max-width: 560px) {
	.labsindex dd.position,
	.labsindex dd.piname {
		display: inline-block;
	}
	.labsindex .rcrt {
		display: block;
		width: calc(5em + 4px);
	}
}
/*
#teams .labsindex {
	padding: 10px;
}
#teams .labsindex .load {
	text-align: center;
}
#teams .labsindex .load img {
	float:none;
	margin:none;
}
#teams .labsindex ul {
	display: none;
}
*/
/* .memberlist
------------------------------------------------------------ */
.publist {
	color: rgb(0, 0, 0);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif; 
	font-size: 92.86%; 
	font-style: normal; 
	font-variant-ligatures: normal; 
	font-variant-caps: normal; 
	font-weight: 400;
	letter-spacing: normal; 
	orphans: 2; 
	text-align: left; 
	text-indent: 0px; 
	text-transform: none; 
	white-space: normal; 
	widows: 2; 
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px; 
	background-color: rgb(255, 255, 255); 
	text-decoration-style: initial; 
	float: none;
}
/* .memberlist
------------------------------------------------------------ */
.memberlist {
	clear: both;
}
.memberlist table {
	width: 100%;
	border-top: 1px dotted #CCC;
}
.memberlist td {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
.memberlist .name {
	width: 33%;
}
@media screen and (max-width: 480px) {
	.memberlist .name {
		display: inline-block;
		width: auto;
		padding-bottom: 0;
		border-bottom: 0;
		box-sizing: border-box;
	}
	.en .memberlist .name {
		width: 100%;
	}
	.memberlist .post {
		display: block;
		padding-top: 0;
		padding-left: 25px;
		border-bottom: 1px dotted #ccc;
	}
}
/* .articlelist
------------------------------------------------------------ */
.articlelist {
	clear: both;
	line-height: 1.5;
}
.articlelist td {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
.articlelist .date, .articlelist .eventdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	white-space: nowrap;
	color: #888;
	font-size: 114%;
}
.articlelist .ttl {
}
/* .newslist
------------------------------------------------------------ */
.newslist {
	clear: both;
	line-height: 1.5;
	overflow: hidden;
}
.newslist .inner {
	margin-bottom: 20px;
	width: 320px;
	display: inline;
	float: left;
}
.newslist .oddbox {
	margin-right: 20px;
}
.newslist .evenbox {
}
.newslist .load {
	text-align:center;
}
.newslist table {
	display: none;
	width: 100%;
}
.newslist tr {
}
.newslist td {
	padding: 5px 10px;
	border-bottom: 1px dotted #CCC;
}
.newslist td.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 136%;
	color: #999;
	background: #F5F5F5;
	white-space: nowrap;
}
.newslist td.ttl {
	font-size: 92%;
}
/* #eventlist
------------------------------------------------------------ */
#eventlist {
	width: 220px;
	margin: 10px 5px 20px;
	font-size: 88%;
	line-height:1.2;
}
#eventlist .outer {
	display: none;
}
#eventlist dl {
	padding: 5px 0px;
	border-bottom: 1px dotted #CCC;
}
#eventlist dt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#eventlist dd {
}
#eventlist .load {
	text-align:center;
}
/* #orgchart 
------------------------------------------------------------ */
#orgchart {
	line-height: 1.5;
}
#orgchart ul, #orgchart li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FFF;
}
#orgchart ul li ul {
	background: #FFF;
	padding-left: 20px;
	display: none;
}
#orgchart ul li ul li {
	background: #FFF url(../images/orgchart_middle.gif) no-repeat 0px -487px;
	padding-left: 20px;
 *display: inline;
 *zoom: 1;
}
/*:first-childと.firstchildを一緒に書くとIEでオカシイので別々に書くこと。*/
#orgchart ul li ul li:last-child {
	background: #FFF url(../images/orgchart_bottom.gif) no-repeat 0px -487px;
}
#orgchart ul li ul li.lastchild {
	background: #FFF url(../images/orgchart_bottom.gif) no-repeat 0px -487px;
}
#orgchart ul li ul li ul {
	display: block;
	vertical-align: middle;
 *display: inline;
 *zoom: 1;
}
#orgchart ul li ul li ul li {
	background: #FFF url(../images/orgchart_middle.gif) no-repeat 0px -487px;
	padding-left: 20px;
}
#orgchart ul li ul li ul li:last-child {
	background: #FFF url(../images/orgchart_bottom.gif) no-repeat 0px -487px;
}
#orgchart ul li ul li ul li.lastchild {
	background: #FFF url(../images/orgchart_bottom.gif) no-repeat 0px -487px;
}
#orgchart dl {
	clear: both;
	*display: inline;
	*zoom:1;
}
#orgchart dt, #orgchart dd {
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
#orgchart dt {
	width: 300px;
	max-width: 100%;
}
#orgchart .onlychild > dl dt {
	width: 380px;
}
#orgchart dd {
	padding-left: 20px;
}
#orgchart .groupbox > dl dd {
	display: none;
}
#orgchart .load {
	text-align: center;
}
#orgchart .position {
	font-size: 85%;
	margin-right: 5px;
}
/* !お問い合わせ
------------------------------------------------------------ */
#lead p.contact {
	background: url(../images/contact_icon.gif) no-repeat left top;
	padding-left: 140px;
	min-height: 70px;
}
/* .imagepanel
------------------------------------------------------------ */
#lead h2.introduction {
	border-top: 1px solid #CCC;
	background: none ; 
	clear: none ;
	margin-top: 16px ;
	padding-left: 15px ;
	font-size: 180% ;
	line-height: 1.5 ;
	padding-top: 56px;
	padding-right: 296px;
}
.en #lead h2.introduction {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#lead p.introduction {
	border-bottom: 1px solid #CCC;
	text-align: right;
	margin: 40px 0 40px;
	padding-bottom: 40px;
	padding-right: 296px;
	padding-left: 15px;
}
/*
#lead p.introduction:after {
	content: "";
	display: block;
	clear: both;
}
*/
@media screen and (max-width: 560px) {
	#lead .alignright {
		float: none;
		display: block;
		margin: 8px auto;
	}
	#lead h2.introduction {
		padding-top: 20px;
		padding-right: 0;
		padding-left: 0;
		font-size: 170%;
	}
	#lead p.introduction {
		margin-top: 20px;
		padding-bottom: 20px;
		padding-right: 0;
		padding-left: 0;
	}
}
/* .publications
------------------------------------------------------------ */
#lead h2.publications{
	margin: 0;
	padding: 20px 10px 20px;
	background: url(../images/h2_bg.png) #EEE no-repeat left top;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	overflow: hidden;
	position: relative;
}
#lead h2.publications::before,
#lead h2.publications::after{
	position: absolute;
	top:0;
	border-top:  3px solid #EEE;
	width: 10px;
	content: " ";
	display: block;
}
#lead h2.publications::before{
	left:0;
}
#lead h2.publications::after{
	right:0;
}
#lead p.publications{
	background: #EEE;
	margin: 0;
	border: 1px solid #DDD;
	border-top: none;
	padding: 0 10px 24px;
	line-height: 1;
	min-height: 220px;
}
#lead p.publications img.alignleft{
	margin-right: 6.25%;
}
#lead span.pubalignright{
	padding-left: calc(140px + 7.8%);
	display: block;
	line-height: 1.5;
}
#lead a.download {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 30px 5px 75px;
	background: #528200;
	color: #fff;
	font-size: 150%;
	text-decoration: none;
	line-height: 1;
	position: relative;
}
#lead a.download::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 50%;
	width: 49px;
	height: 57px;
	transform: translateY(-60%);
	background: url(../images/pdfdownload_icon.png) no-repeat;
}
#lead a.download::after {
	content: '';
	position: absolute;
	right: 4px;
	top: 50%;
	width: 18px;
	height: 24px;
	transform: translateY(-50%);
	background: url(../images/pdfdownload_arrow.png) no-repeat;
}
#lead a.download .filesize {
	font-size: 70%;
	display: inline-block;
}
@media screen and (max-width: 480px) {
	#lead p.publications img.alignleft {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	#lead span.pubalignright {
		padding-left: 0;
		text-align: center;
	}
	#lead span.pubalignright + br {
		display: none;
	}
}

/* #main h2.lead
------------------------------------------------------------ */
#main h2.lead {
	color: #528200;
	padding: 0;
	background: none;
	margin: 30px 0px 10px;
	line-height: 1.5;
}
.en #main h2.lead {
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* .yeartab
------------------------------------------------------------ */
.yeartab, .yeartab li {
	margin: 0;
	padding:0;
	list-style:none;
}
.yeartab {
	border-bottom: 1px solid #CCC;
}
.yeartab li {
	float:left;
	/*padding: 5px 10px;*/
	padding: 0;
	margin: 0 5px;
	border: 1px solid #CCC;
	border-bottom:0 none;
	background: #FFF;
	background: -moz-linear-gradient(top, #FFF 40%, #EEE 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#FFF), color-stop(60%,#EEE));
	background: -webkit-linear-gradient(top, #FFF 40%, #EEE 60%);
	background: -o-linear-gradient(top, #FFF 40%, #EEE 60%);
	background: -ms-linear-gradient(top, #FFF 40%, #EEE 60%);
	background: linear-gradient(to bottom, #FFF 40%, #EEE 60%);
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.yeartab li:hover {
	background: #EEE;
	background: -moz-linear-gradient(top, #F5F5F5 40%, #E5E5E5 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#F5F5F5), color-stop(60%,#E5E5E5));
	background: -webkit-linear-gradient(top, #F5F5F5 40%, #E5E5E5 60%);
	background: -o-linear-gradient(top, #F5F5F5 40%, #E5E5E5 60%);
	background: -ms-linear-gradient(top, #F5F5F5 40%, #E5E5E5 60%);
	background: linear-gradient(to bottom, #F5F5F5 40%, #E5E5E5 60%);
	cursor: pointer;
}
.yeartab li.active {
	padding: 5px 10px;
	color:#FFF;
	background:#588213 ;
	background: -moz-linear-gradient(top, #588213  40%, #456F00 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#588213 ), color-stop(60%,#456F00));
	background: -webkit-linear-gradient(top, #588213  40%, #456F00 60%);
	background: -o-linear-gradient(top, #588213  40%, #456F00 60%);
	background: -ms-linear-gradient(top, #588213  40%, #456F00 60%);
	background: linear-gradient(to bottom, #588213  40%, #456F00 60%);
/*
	background:#390;
	background: -moz-linear-gradient(top, #298425 40%, #197415 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#298425), color-stop(60%,#197415));
	background: -webkit-linear-gradient(top, #298425 40%, #197415 60%);
	background: -o-linear-gradient(top, #298425 40%, #197415 60%);
	background: -ms-linear-gradient(top, #298425 40%, #197415 60%);
	background: linear-gradient(to bottom, #298425 40%, #197415 60%);
*/
	cursor: default;
}
.yeartab li a {
	display: inline-block;
	padding: 5px 10px;
	color:#333;
}
.yeartab li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 480px) {
	.yeartab li {
		margin: 0 1% 0 0;
	}
}

/* .achievements
------------------------------------------------------------ */
.achievements {
	margin-top:15px;
	font-weight:bold;
}
.achievements ul {
	/*display: inline;*/
	margin-left: 10px !important;
	font-weight: normal;
	list-style: none;
}
.achievements li {
	/*display: inline;*/
	margin: 10px 10px 0px 0px !important;
}
