@charset "UTF-8";

/* --------------------------------
 * 基本
 * -------------------------------- */
html {
  font-size: 70%;
}
body {
  color: #585858;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 font-size: 1.2rem;
 text-align: center;

}

* { 
    margin: 0px; 
    padding: 0px; 
}

*, *::before, *::after {
  box-sizing: border-box;
}
a:link {
  color: #585858;
  text-decoration: none;
}
a:visited { color:#585858; }
a:hover
{
  color: #cb986f;
  text-decoration: underline;
}

ul {
    list-style: outside none none;
}

.bold{
	font-weight:bold;
}

.container{width:100%;display: flex;
  justify-content: center;
  align-items: center;
}

/* ----------------------------
 * 関大共通ヘッダー
 * ----------------------------*/
#kandaicommon_header{
	width:980px;
	margin:0 auto;
}

#kandaicommon_header img.kandaicommon_title{
	float:left;
	width:121px;
	height:25px;
}

#kandaicommon_header ul#kandaicommon_navi{
	float:right;
	width:484px;
	height:25px;
	margin:0;
	padding:0;
	list-style:none;
}

#kandaicommon_header ul#kandaicommon_navi li{
	float:left;
	margin:0;
	padding:7px 0 0 0;
	display:block;
}

#kandaicommon_header ul#kandaicommon_navi li img{
	border:none;
}

#kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi01{
	width:99px;
}

#kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi02{
	width:91px;
}

#kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi03{
	width:109px;
}

#kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04{
	width:87px;
}

#kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi05{
	width:98px;
}


/* ----------------------------
 * 上部共通メニュー
 * ----------------------------*/

#TopMenu {
	margin:0 auto;
	width:980px;
	height:21px;
	font: 500 10px "Lato",sans-serif;
	clear: both
	
}
#TopMenu ul {
	float:right;
	clear:both;
	margin:6px 10px 4px 0;
	padding:0;
}
#TopMenu ul:last-child {
  margin-right: 0;
}

#TopMenu li {
	
	display:inline;
	margin:0px 10px 0 0;
}
#TopMaenu a {
text-decoration:none;
	padding: 0 5px 0 8px;
	 no-repeat left 4px;
}
#TopMenu a:hover {
text-decoration:underline;
	 no-repeat;
}


/*TopMenuリンク*/
.link1{
	padding-left:15px;
	background-image:url(../images/common_icon_link1_1.png);
	background-repeat:no-repeat;
	
	zoom:1;
}
	.link1:hover{
		background-image:url(../images/common_icon_link1_1_o.png);
		zoom:1;
	}

.linkSitemap1{
	padding-left:15px;
	background-image:url(../images/common_icon_sitemap1_1.png);
	background-repeat:no-repeat;
	
	zoom:1;
}
	.linkSitemap1:hover{
		background-image:url(../images/common_icon_sitemap1_1_o.png);
		zoom:1;
	}


/* ----------------------------
 * サイト共通ヘッダー
 * ----------------------------*/

#header{
	border-top:solid 9px #bd7f4d;
	clear: both;
}


.header_inner	{padding: 0px;
width: 980px;
margin: 0 auto;
vertical-align: top;
	line-height:0;
}

.header_title	{padding: 0;
	float: left;
	width: 350px;
	margin-top: 0;
	height:63px;
	
}
	.header_title img{
		width: 100%;
		height: auto;
	}

.navi_menu_box {
 height: 95px;
	float:right;	
}

.navi_menu ul {
text-align: center;
	display:inline-block;
		 height: 95px;
}

.navi_menu ul {
text-align: center;
	display:inline-block;
	vertical-align: top;
}

.navi_menu li {
 display: table-cell;
  vertical-align: middle;
	letter-spacing: 1px;
*zoom: 1;
	width: 102px;
	width: 100px;
	border-left: 1px dashed #d5ae8f;
	border-right: 1px dashed #d5ae8f;
	height: 95px;
	line-height:1.6;
	font-size:1.05rem;
	font-weight: bold;
}

.navi_menu li + li {
    border-left: 0;
    border-right: 1px dashed #d5ae8f;
    height: 95px;
    color: #B223B5;
}

/*navi_menuリンク*/

.home{border-bottom: inset 6px #ffffff; display: block;}
.home:hover{color: #a58152; border-bottom: inset 6px #a58152;text-decoration: none;}
.home2{color: #a58152; border-bottom: inset 6px #a58152;}
.home2 a:link{color: #a58152; border-bottom: inset 6px #a58152;}
.home2 a:visited { color:#a58152; }
.home2:hover{color: #a58152; border-bottom: inset 6px #a58152;text-decoration: none;}
.home_select{color: #a58152;}
.home_select:hover{color: #a58152;
	text-decoration: none;}


.history{border-bottom: inset 6px #ffffff; display: block;}
.history:hover{color: #7199a7; border-bottom: inset 6px #7199a7; text-decoration: none;}
.history2{color: #7199a7; border-bottom: inset 6px #7199a7;}
.history2 a:link{color: #7199a7; border-bottom: inset 6px #7199a7;}
.history2 a:visited { color:#7199a7; }
.history2 a:hover{color: #7199a7; border-bottom: inset 6px #7199a7;text-decoration: none;}
.history_select{color: #7199a7;}
.history_select:hover{color: #7199a7;
	text-decoration: none;}

.research{border-bottom: inset 6px #ffffff; display: block;}
.research:hover{color: #994943; border-bottom: inset 6px #994943;}
.research2{color: #994943; border-bottom: inset 6px #994943;}
.research2 a:link{color: #994943; border-bottom: inset 6px #994943;}
.research2 a:visited { color:#994943; }
.research2 a:hover{color: #994943; border-bottom: inset 6px #994943;text-decoration: none;}
.research_select{color: #994943;}
.research_select:hover{color: #994943;
	text-decoration: none;}

.external{border-bottom: inset 6px #ffffff; display: block;}
.external:hover{color: #9c9159; border-bottom: inset 6px #9c9159;}
.external2{color: #9c9159; border-bottom: inset 6px #9c9159;}
.external2 a:link{color: #9c9159; border-bottom: inset 6px #9c9159;}
.external2 a:visited { color:#9c9159; }
.external2 a:hover{color: #9c9159; border-bottom: inset 6px #9c9159;text-decoration: none;}
.external_select{color: #9c9159;}
.external_select:hover{color: #9c9159;
	text-decoration: none;}

.publication{border-bottom: inset 6px #ffffff; display: block;}
.publication:hover{color: #7ca58c; border-bottom: inset 6px #7ca58c;}
.publication2{color: #7ca58c; border-bottom: inset 6px #7ca58c;}
.publication2 a:link{color: #7ca58c; border-bottom: inset 6px #7ca58c;}
.publication2 a:visited { color:#7ca58c; }
.publication2 a:hover{color: #7ca58c; border-bottom: inset 6px #7ca58c;text-decoration: none;}
.publication_select{color: #7ca58c;}
.publication_select:hover{color: #7ca58c;
	text-decoration: none;}

.collection{border-bottom: inset 6px #ffffff; display: block;}
.collection:hover{color: #9A84A6; border-bottom: inset 6px #9A84A6;}
.collection2{color: #9A84A6; border-bottom: inset 6px #9A84A6;}
.collection2 a:link{color: #9A84A6; border-bottom: inset 6px #9A84A6;}
.collection2 a:visited { color:#9A84A6; }
.collection2 a:hover{color: #9A84A6; border-bottom: inset 6px #9A84A6;text-decoration: none;}
.collection_select{color: #9A84A6;}
.collection_select:hover{color: #9A84A6;
	text-decoration: none;}

.digital_contents{border-bottom: inset 6px #ffffff; display: block; color: #474747;}
.digital_contents:hover{color: #A68484;border-bottom: inset 6px #A68484;}
.digital_contents2{color: #A68484; border-bottom: inset 6px #A68484;}
.digital_contents2 a:link{color: #A68484; border-bottom: inset 6px #A68484;}
.digital_contents2 a:visited { color:#A68484; }
.digital_contents2 a:hover{color: #A68484; border-bottom: inset 6px #A68484;text-decoration: none;}
.digital_contents_select{color: #A68484;}
.digital_contents_select:hover{color: #A68484;
	text-decoration: none;}



/* ----------------------------
 * スライドショー
 * ----------------------------*/
#slider {
	clear: both;
	overflow:hidden;
	display: block;
    position:relative;
    width:100%;
	background:#f1e4d9;
	height:360px;

}

#sliderInner {
   vertical-align: top;
	position:relative;
    left:50%;
    width:2956px;
    margin-left:-1478px;
	height:360px;
	
}
#sliderInner li {
width:980px;
height:360px;
	
}



.bx-wrapper {
    margin:0 auto;
    position:relative;
}

.bx-wrapper .bx-pager {
    margin:0 auto;
    width:980px;
    background:#fff;
}

/* コントローラー */
.bx-wrapper .bx-prev {
    
	left:970px;
    background:url(../../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right:970px;
    background:url(../../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position:0 0;
}

.bx-wrapper .bx-next:hover {
    background-position:-43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:165px;
    outline:0;
    width:32px;
    height:32px;
    text-indent:-9999px;
    z-index:9999;
}

.intro_box{background-color: #fad7a7;
	width: 100%;height:"34px";}
.intro
{width: 980px; margin: 0 auto;
	padding: 1px 0 0;
}

/* ----------------------------
 * トップ　メイン
 * ----------------------------*/

/* お知らせ */

#publishing {
    color: #fff;
    height: 100%;
    width: 100%;
	padding: 10px 0 20px 0;
	background: #FFF;
	font: 15px/150% "Lato",sans-serif;]
	 line-height: 1;
}

#publishing .inner{
	max-width: 980px;
    margin: 0 auto;
}

#publishing h1 {
	color: #bd7f4d;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:36px;
	font-weight: bold;
	clear:both;
	margin: 60px auto 40px;
	letter-spacing: 0.05em
}

#movie{}
#movie h1 {
	color: #bd7f4d;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:36px;
	font-weight: bold;
	clear:both;
	margin: 40px auto 20px;
	letter-spacing: 0.02em;
}

/* 動画コンテナ */
.movie_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}

/* 上段共通 */
.movie_box > div:not(.row2),
.row2 > div {
  width: 312px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 130%;
}

/* 画像 */
.movie_box img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}

/* 下段（movie04,05）の中央寄せ */
.row2 {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 44px; /* 中央の空き */
}

/* スマホ表示対応 */
@media (max-width: 768px) {
  .movie_box {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px;
  }

  .movie_box > div:not(.row2),
  .row2 > div {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .row2 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}


/* 最近の研究成果 */

#now_research{}
#now_research h1 {
	color: #bd7f4d;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:36px;
	font-weight: bold;
	clear:both;
	margin: 80px auto 20px;
	letter-spacing: 0.02em
}

.now_research_box{margin:0 auto;
    width:980px;
    display: flex;
	 text-align: left;
		 line-height: 1.5;
	
}
.now_research01{margin-right:28px; border: solid 1px #cccccc; width:474px; padding:10px;text-align: left;}
.now_research02{ border: solid 1px #cccccc;  width:474px;padding:10px;}
.now_research_title{background-color:#cddcd2;font-size:16px;padding: 5px 10px 5px 10px; text-align: left; margin-bottom:10px;letter-spacing: 0.03em;line-height: 1.4;}
.now_research_link_box{margin:0 auto; width:100%; margin-top:30px; text-align: center; display: inline-block; 
    vertical-align: bottom;}

.now_research_link a {clear:both; color: #ffffff; margin right:10px; float:left; padding:3px; background-color:  #7da58c; width:220px;text-decoration: none;}
.now_research_link a:hover{ filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;}

.now_research_external_funds a {float:right; color: #ffffff; padding:3px; background-color:  #9c9159; width:220px;text-decoration: none; width:220px;}
.now_research_external_funds a:hover{ filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;}

.now_research_research a {float:right; color: #ffffff; padding:3px; background-color:  #994943; width:220px;text-decoration: none;}
.now_research_research a:hover{ filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;}


#byoubu{}
#byoubu h1 {
	color: #bd7f4d;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:36px;
	font-weight: bold;
	clear:both;
	margin: 80px auto 20px;
	letter-spacing: 0.02em
}
	.byoubu iframe{
		margin-bottom: 50px;
		width: 980px;
		/* width: 100%; */
		height: 600px;
		border: none;
		/* border-top: 1px solid #ccc; */
		vertical-align: bottom;
	}




/* ----------------------------
 * フッター
 * ----------------------------*/

footer {
    margin-top: 100px;
    background: #bd7f4d none repeat scroll 0 0;
    color: #fff;
    clear: both;
}
	.page__home footer{
		margin-top: 0;
	}

.footer_box{display:flex; margin: 0 auto; width:786px; background-color: #bd7f4d;padding-top:27px; padding-bottom:9px;}
.footer_logo{padding: 0;float:left; background-color: #bd7f4d; width:393px; border-right: solid 1px #d1a683;text-align: left; padding-bottom:9px; }
.footer_right{float: right; padding-bottom:9px; margin-left:15px; color:#ffffff; }
.footer_address{line-height:1.4; text-align: left;}
.footer_form { color:#ffffff; border:solid 1px #ffffff;padding: 5px 5px 5px 21px;  width:155px; margin-top:10px;font-size:11px; background-color: #bd7f4d;background-image:  url(../images/common_icon_link1_1.png);background-repeat: no-repeat;background-position: 5px 50%;letter-spacing: 0.03em;}

.footer_form a{color:#ffffff;}
.footer_form a:hover{color:#ffffff;}

.copyright{margin-top:35px;padding-bottom:25px;}

/* ----------------------------
 * ページの上に戻る
 * ----------------------------*/

.pagetop {
display: none;
position: fixed;
bottom: 30px;
right: 15px;
}
.pagetop a {
display: block;
background-color: #f7b52c;
text-align: center;
color: #fff;
font-size: 18px;
text-decoration: none;
padding: 10px 15px;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
.pagetop a:hover {
display: block;
background-color: #f7da9d;
text-align: center;
color: #bd7f4d;
font-size: 18px;
text-decoration: none;center
padding:10px 15px;none;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}


/* ----------------------------
 * ぱんくずリスト
 * ----------------------------*/
.breadcrumb{list-style:none;padding:3px 0px;font-size:11px;width:980px;text-align:left;margin: 15px auto 25px auto;}
.breadcrumb a {}
.breadcrumb li {display:inline-block;}
.breadcrumb li::after{content:">";padding: 0 5px;color:#bd7f4d;}
.breadcrumb li:last-child::after{content:none;}


/* ----------------------------
 * 概要・挨拶
 * ----------------------------*/
.outline_hd{border-top:solid 1px #f7b52c;border-bottom:solid 1px #f7b52c;height:185px;background-color:#f1e4d9;clear:both; line-height:0;}
.outline_box{width:100%;height:183px;display: flex;
  justify-content: center;
  align-items: center;background:url(../../images/outline_hd.jpg) no-repeat ;background-position: center center;line-height:0; }
.outline_hd_text{font-size: 56px;color:#fff;width:980px;text-align:left;margin: auto;display: inline-block;vertical-align: middle;line-height:0; font-family:"メイリオ", Meiryo, serif;font-weight:bold; text-shadow:0px 0px 10px #000000;letter-spacing:1px; }

.outline_md_box{width:980px;border-left:10px solid #fce3b0;background-color: #fef7e9;display: flex;margin-bottom:12px;}
.outline_md{margin-top:7px;padding:0 8px 3px 10px;color:#f7b52c;font-size:21px;font-weight: bold;}
.outline_main{width:980px;text-align:left;line-height:1.7; }
.outline_main h2 {font-size:16px;color:#bd7f4d;margin-bottom:5px; }
.outline_about {border:solid 1px #f7b52c;padding:12px; }
.outline_right{text-align: right}
ul.asterisk li {
  margin-left:24px;
list-style-type: none;
	font-size:11px;
  text-indent: -1em;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}


/* ----------------------------
 * 沿革
 * ----------------------------*/
.history_hd{border-top:solid 1px #7199a7;border-bottom:solid 1px #7199a7;height:185px;background-color:#f1e4d9;clear:both; line-height:0;}
.history_box{width:100%;height:183px;display: flex;
  justify-content: center;
  align-items: center;background:url(../../images/history_hd.jpg) no-repeat ;background-position: center center;line-height:0; }
.hd_text{font-size: 56px;color:#fff;width:980px;text-align:left;margin: auto;display: inline-block;vertical-align: middle;line-height:0; font-family:"メイリオ", Meiryo, serif;font-weight:bold; text-shadow:2px 2px 3px #585858;}

/* 沿革　表 */
.table_box{width:100%;display: flex;
  justify-content: center;
  align-items: center;margin-bottom:20px;}
.history_table{width:980px;border:1px solid #7199a7;display: flex;}
.history_year{
    background-color: #7199a7;
    width: 122px;
    min-height: 142px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-right: 10px;
}
.history_center{padding-top:10px;padding-bottom:10px;text-align:left;line-height:1.5; width:588px;}
.history_img{float:right;width:220px;padding:10px;}
.history_center h3 {font-size:11px;}
.history_center h2 {font-size:16px;color:#7199a7;margin-bottom:5px; }
.history_center h2 a {color:#7199a7;}
.history_center h2 a:hover{color: #7199a7;}



.table_box{width:100%;display: flex;
  justify-content: center;
  align-items: center;margin-bottom:20px;}
.digital_contents_table{width:980px;border:1px solid #B18197;display: flex;}
.digital_contents_year{
    background-color: #B18197;
    width: 122px;
    min-height: 142px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-right: 10px;
}
.digital_contents_center{padding-top:10px;padding-bottom:10px;text-align:left;line-height:1.5; width:588px;}
.digital_contents_img{float:right;width:220px;padding:10px;}
.digital_contents_center h3 {font-size:11px;}
.digital_contents_center h2 {font-size:16px;color:#B18197;margin-bottom:5px; }
.digital_contents_center h2 a {color:#B18197;}
.digital_contents_center h2 a:hover{color: #B18197;}

/* ----------------------------
 * 特別研究
 * ----------------------------*/
.research_hd{border-top:solid 1px #994943;border-bottom:solid 1px #994943;height:185px;background-color:#f1e4d9;clear:both; line-height:0;}
.research_box{width:100%;height:183px;display: flex;
  justify-content: center;
  align-items: center;background:url(../../research/images/research_hd.jpg) no-repeat ;background-position: center center;line-height:0; }
.hd_text{font-size: 56px;color:#fff;width:980px;text-align:left;margin: auto;display: inline-block;vertical-align: middle;line-height:0; font-family:"メイリオ", Meiryo, serif;font-weight:bold; text-shadow:0px 0px 10px #474747;letter-spacing:6px; }

.reaserch_md_box{width:980px;border-left:10px solid #d9bbb9;background-color: #f5ecec;display: flex;margin-bottom:12px;}
.reaserch_md{margin-top:7px;padding:0 8px 3px 10px;color:#994943;font-size:21px;font-weight: bold;}
.research_main{width:980px;text-align:left;line-height:1.5; }

/* 特別研究　一覧 */

#researchContents {
	width:980px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	
}
#researchContentsL {
	width:200px;
	float:left;
	text-align:center;
}
#researchContentsL li {
	display:block;
	width:190px;
	height:29px;
	line-height:29px;
	border:1px solid #994943;
	margin:0 0 10px 0;
}
#researchContentsL li a {
	color:#000;
	height:29px;
	display: inline-block; 
}
#researchContentsL li a:hover {
	display:block;
	background:#f5ecec;
height:28px;
	border-bottom:1px solid #994943;
	text-decoration: none;
	
}
#researchContentsR {
	width:780px;
	float:right;
	text-align:left;
/*	background:#FFF;
	filter: alpha(opacity=70);
    opacity: 0.7;*/
}
#researchContentsR h2 {
	width:160px;
	height:29px;
	/*background: #b4cb90;*/
	background:url(../../research/images/research_h2_03.png) no-repeat;
	line-height: 29px;
	text-indent:1.2em;
	font-size:12px;
}
.researchBox {
	width:650px;
	/*padding-left:130px;*/
	display:table;
	margin:20px 0 15px 130px;
	/*border-top: solid 1px #b4cb90;*/
	border-bottom: dotted 1px #994943;
	padding-bottom:5px;
}
.researchBoxL {
	width:125px;
	display:table-cell;
}
.researchBoxR {
	width:525px;
	display:table-cell;
	vertical-align:bottom;
}
.researchList {
	overflow:hidden;
}
.researchList dt {
	color: #994943;
	font-size:130%;
	font-weight:bold;
	line-height: 150%;
	border-top: solid 1px #994943;
	border-bottom:dotted 1px #994943;
	margin: 0 0 10px 0;
	text-indent:0.5em;
}
.researchList dt a {
	color: #994943;
}
.researchList dt a:hover {
	color:#d8bbb9;
}
.researchList li {
	text-indent:1.5em;
	line-height:1.5em;
	
}

/* 特別研究　詳細ページ */

#researchMain {
	width:780px;
	margin: 0 auto;
}
#researchMain h2 {
	text-align:left;
	text-indent: 1em;
	color: #994943;
	font-size:140%;
	font-weight:bold;
	line-height: 150%;
	border-top: solid 1px #994943;
	border-bottom:dotted 1px #994943;
	margin: 0 0 10px 0;
}
#researchMain table {
	width:760px;
	margin:0 0 0 10px;
	border-collapse:collapse;
    border-spacing:0;
	border:1px solid #CCC;
}
#researchMain table th {
	width:170px;
	background:#f3f3f3;
	font-weight: normal; 
	border:1px solid #CCC;
	text-align:  center;vertical-align: middle;
	padding: 2px 5px 2px 5px;
}
#researchMain table td {
	width:564px;
	border:1px solid #CCC;
	background:#FFF;
	text-align:left;
	padding: 5px 8px 5px 8px;
}
#researchMain table td img {
	float:right;
	margin:8px;
}

#studyresults {
	width:760px;
	margin:20px 20px 20px 10px;
	background-color:#FFF;
	position:relative;
}
#studyresults h3 {
	text-align:left;
	font-weight:bold;
	
	color: #994943;
	margin:0 0 5px 0px;
	padding-top:20px;
}
#studyresults p.rightp {
padding-right:60px;
}
#studyresults p.rightp img {
float:left; 
margin:0 30px 0 80px;
}
#studyresults p.leftp {
clear:both;
padding-top:40px;
padding-left:60px; 
}
#studyresults p.leftp img {
float:right;
margin:0 80px 0 30px;
}
#studyresults ul li {
	display:inline-block;
/*	margin-right:20px;
	margin-bottom:20px;*/
	margin:30px 30px 20px 0
}
#studyresults ul li:last-child {
	margin-right:0;
}
#borderbox {
	width:650px;
	/*height:1px;*/
	border-bottom:#994943 solid 1px;
	position:absolute;
	top:30px;
	left:110px;
}
#studyresults .seikaImg {
	margin:20px 0 ;
}
#studyresults p {
	text-align:left;
	font-weight: normal;
	display:block;
	
}

.research_hr {margin: auto;
	border-bottom: dotted 1px #994943;
	width: 100%;
  text-align: center;
	padding-bottom:5px;}
	
.gazo {
float: right;
width:210px;
margin:0 0 0 auto;
text-align:center;
font-size:10px;
line-height:1.1;

}

/* ボタン */
.reList_l {
	float:left;
	width:425px;
}

.libtn {
	float:left;
	width:100px;
}
.libtn ul li {
	background-image:url(../../research/images/research_btn.png);
	background-repeat:no-repeat;
	color:#333;
	line-height:20px;
	margin-bottom:5px;text-indent:1.1em;
}	
.libtn ul li a {
	
}
.libtn ul li a:hover {
/*	filter: alpha(opacity=50);
    opacity: 0.5;*/
	
}
p.db_button a {
	display:block;
	width:180px;
	height:36px;
	text-align:center;
	padding:8px 0;
	margin-top:8px; 
	margin-left:580px;
	background-color:#927d75;
	color:#fff;
	font-size: 12px;

}
p.db_button a:hover {
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
	
}

p.back_button a {
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 30px auto 0 auto;
	width:180px;
	height:36px;
	text-align:center;
	padding:8px 0;
	/*background-color:#927d75;*/
	/*color:#fff;*/
	font-size: 12px;
	border:solid 1px #927d75;
	color:#927d75;

}
p.back_button a:hover {
	border:solid 1px #927d75;
	background-color:#e4dcd8;
	*opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
	
	
}


/* ----------------------------
 * 外部資金
 * ----------------------------*/
.funds_hd{border-top:solid 1px #9c9159;border-bottom:solid 1px #9c9159;height:185px;background-color:#f1e4d9;clear:both; line-height:0;}
.funds_box{width:100%;height:183px;display: flex;
  justify-content: center;
  align-items: center;background:url(../../external_funds/images/funds_hd.jpg) no-repeat ;background-position: center center;line-height:0; }
.hd_text{font-size: 56px;color:#fff;width:980px;text-align:left;margin: auto;display: inline-block;vertical-align: middle;line-height:0; font-family:"メイリオ", Meiryo, serif;font-weight:bold; text-shadow:0px 0px 10px #000000;letter-spacing:6px; }

.funds_md_box{width:980px;border-left:10px solid #dad6c1;background-color: #f5f4ee;display: flex;margin-bottom:12px;}
.funds_md{margin-top:7px;padding:0 8px 3px 10px;color:#9c9159;font-size:21px;font-weight: bold;}
.funds_main{width:980px;text-align:left;line-height:1.5; }

/* 外部資金　一覧 */

#fundsContents {
	width:980px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	
}
#fundsContentsL {
	width:200px;
	float:left;
	text-align:center;
}
#fundsContentsL li {
	display:block;
	width:190px;
	height:29px;
	line-height:29px;
	border:1px solid #9c9159;
	margin:0 0 10px 0;
}
#fundsContentsL li a {
	color:#000;
	height:29px;
	display: inline-block; 
}
#fundsContentsL li a:hover {
	display:block;
	background:#f9f9f9;
height:28px;
	border-bottom:1px solid #9c9159;
	text-decoration: none;
	
}
#fundsContentsR {
	width:780px;
	float:right;
	text-align:left;
/*	background:#FFF;
	filter: alpha(opacity=70);
    opacity: 0.7;*/
}
#fundsContentsR h2 {
	width:160px;
	height:29px;
	/*background: #b4cb90;*/
	background:url(../../external_funds/images/funds_h2_03.png) no-repeat;
	line-height: 29px;
	text-indent:1.2em;
	font-size:12px;
}
.fundsBox {
	width:650px;
	display:table;
	margin:20px 0 15px 130px;
	border-bottom: dotted 1px #9c9159;
	padding-bottom:5px;
}
.fundsBoxL {
	width:125px;
	display:table-cell;
}
.fundsBoxR {
	width:525px;
	display:table-cell;
	vertical-align:bottom;
}
.fundsList {
	overflow:hidden;
}
.fundsList dt {
	color: #9c9159;
	font-size:130%;
	font-weight:bold;
	line-height: 150%;
	border-top: solid 1px #9c9159;
	border-bottom:dotted 1px #9c9159;
	margin: 0 0 10px 0;
	text-indent:0.5em;
}
.fundsList dt a {
	color: #9c9159;
}
.fundsList dt a:hover {
	color:#dad6bf;
}
.fundsList li {
	text-indent:1.5em;
	line-height:1.5em;
	
}

/* 外部資金　詳細ページ */

#fundsMain {
	width:780px;
	margin: 0 auto;
}
#fundsMain h2 {
	text-align:left;
	text-indent: 1em;
	color: #9c9159;
	font-size:140%;
	font-weight:bold;
	line-height: 150%;
	border-top: solid 1px #9c9159;
	border-bottom:dotted 1px #9c9159;
	margin: 0 0 10px 0;
}
#fundsMain table {
	width:760px;
	margin:0 0 0 10px;
	border-collapse:collapse;
    border-spacing:0;
	border:1px solid #CCC;
}
#fundsMain table th {
	width:170px;
	background:#f3f3f3;
	font-weight: normal; 
	border:1px solid #CCC;
	text-align:  center;vertical-align: middle;
	padding: 2px 5px 2px 5px;
}
#fundsMain table td {
	width:564px;
	border:1px solid #CCC;
	background:#FFF;
	text-align:left;
	padding: 5px 8px 5px 8px;
}
#fundsMain table td img {
	float:right;
	margin:8px;
}

#funds_studyresults {
	width:760px;
	margin:20px 20px 20px 10px;
	background-color:#FFF;
	position:relative;
}
#funds_studyresults h3 {
	text-align:left;
	font-weight:bold;
	
	color: #9c9159;
	margin:0 0 5px 0px;
	padding-top:20px;
}

#funds_borderbox {
	width:650px;
	/*height:1px;*/
	border-bottom:#9c9159 solid 1px;
	position:absolute;
	top:30px;
	left:110px;
}

.funds_hr {margin: auto;
	border-bottom: dotted 1px #9c9159;
	width: 100%;
  text-align: center;
	padding-bottom:5px;}

/* ----------------------------
 * 出版物
 * ----------------------------*/
.publication_hd{border-top:solid 1px #7ca58c;border-bottom:solid 1px #7ca58c;height:185px;background-color:#f1e4d9;clear:both; line-height:0;}
.publication_box{width:100%;height:183px;display: flex;
  justify-content: center;
  align-items: center;background:url(../../publication/images/publication_hd.jpg) no-repeat ;background-position: center center;line-height:0; }
.hd_text{font-size: 56px;color:#fff;width:980px;text-align:left;margin: auto;display: inline-block;vertical-align: middle;line-height:0; font-family:"メイリオ", Meiryo, serif;font-weight:bold; text-shadow:0px 0px 10px #000000;letter-spacing:6px; }

.publication_md_box{width:980px;border-left:10px solid #ceded4;background-color: #f2f6f3;display: flex;margin-bottom:12px;}
.publication_md{margin-top:7px;padding:0 8px 3px 10px;color:#7ca58c;font-size:21px;font-weight: bold;}
.publication_main{width:980px;text-align:left;line-height:1.5; }

/* 出版物　一覧 */

#publicationContents {
	width:980px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	
}
#publicationContentsL {
	width:200px;
	float:left;
	text-align:center;
}
#publicationContentsL li {
	display:block;
	width:190px;
	height:29px;
	line-height:29px;
	border:1px solid #7ca58c;
	margin:0 0 10px 0;
}
#publicationContentsL li a {
	color:#000;
	height:29px;
	display: inline-block; 
}
#publicationContentsL li a:hover {
	display:block;
	background:#f9f9f9;
height:28px;
	border-bottom:1px solid #7ca58c;
	text-decoration: none;
	
}
#publicationContentsR {
	width:780px;
	float:right;
	text-align:left;
	

}
#publicationContentsR h2 {
	width:160px;
	height:29px;
	background:url(../../publication/images/publication_h2_03.png) no-repeat;
	line-height: 29px;
	text-indent:1.2em;
	font-size:12px;
}
.publicationBox {
	width:650px;
	display:table;
	margin:20px 0 15px 130px;
	border-bottom: dotted 1px #7ca58c;
	padding-bottom:5px;
}
.publicationBoxL {
	width:125px;
	display:table-cell;
}
.publicationBoxR {
	width:525px;
	display:table-cell;
	vertical-align:top;
}
.publicationList {
	overflow:hidden;
}
.publicationList dt {
	color: #7ca58c;
	font-size:130%;
	font-weight:bold;
	line-height: 150%;
	border-top: solid 1px #7ca58c;
	border-bottom:dotted 1px #7ca58c;
	margin: 0 0 10px 0;
	text-indent:0.5em;
}
.publicationList dt a {
	color: #7ca58c;
}
.publicationList dt a:hover {
	color:#c7d9ce;
}
.publicationList li {
	
	line-height:1.5em;
	
}
/* ボタン */
.publication_reList_l {
	float:left;
	
}

.pdf_bt{font-size: 1.3em;color:#f7b52c;margin-right:2px;}

/* ----------------------------
 * アクセスマップ
 * ----------------------------*/
.access_hd{border-top:solid 1px #f7b52c;border-bottom:solid 1px #f7b52c;height:185px;background-color:#f1e4d9;clear:both; line-height:0;}
.access_box{width:100%;height:183px;display: flex;
  justify-content: center;
  align-items: center;background:url(../../images/access_hd.jpg) no-repeat ;background-position: center center;line-height:0; }
.access_hd_text{font-size: 56px;color:#fff;width:980px;text-align:left;margin: auto;display: inline-block;vertical-align: middle;line-height:0; font-family:"メイリオ", Meiryo, serif;font-weight:bold; text-shadow:0px 0px 10px #000000;letter-spacing:1px; }

.access_md_box{width:980px;border-left:10px solid #fce3b0;background-color: #fef7e9;display: flex;margin-bottom:12px;}
.access_md{margin-top:7px;padding:0 8px 3px 10px;color:#f7b52c;font-size:21px;font-weight: bold;}
.access_main{width:980px;text-align:left;line-height:1.5; }

div.traffic{
	max-width: 980px;
	height: auto;
	padding: 10px 0;
}
div.traffic img{
	float: left;
	width: 460px;
	margin: 0 20px 60px 0;
}
div.traffic ul{
	float: right;
	width: 480px;
	
	text-align: left;
	list-style-type: circle;
}
ul li.detail{
	
	text-align: left;
	list-style-type: none;
}

/*----------------------------
 * サイトマップ
 * ----------------------------*/
.sitemap_box{width:100%;height:183px;display: flex;
  justify-content: center;
  align-items: center;background:url(../../images/sitemap_hd.jpg) no-repeat ;background-position: center center;line-height:0; }

.sitemap_main{width:980px;text-align:left;line-height:1.5; display: flex;}
.sitemap_left{width:470px;margin-right:40px;}
.sitemap_right{width:470px;}
.sitemap_left h3 {
	text-align:left;
	font-weight:normal;
	border-bottom:1px dotted #f7b52c;
	margin-bottom:15px;font-size:18px;
	padding:5px;
}

.sitemap_right h3 {
	text-align:left;
font-weight:normal;
	border-bottom:1px dotted #f7b52c;
	margin-bottom:15px;font-size:18px;
	padding:5px;
}


/*----------------------------
 * お問い合わせ
 * ----------------------------*/
/*.contact_box{width:100%;height:183px;display: flex;
  justify-content: center;
  align-items: center;background:url(../../images/contact_hd.jpg) no-repeat ;background-position: center center;line-height:0; }*/

/*----------------------------
 * お知らせ
 * ----------------------------*/
.news_box{width:100%;height:183px;display: flex;
  justify-content: center;
  align-items: center;background:url(../../archives/images/news_hd.jpg) no-repeat ;background-position: center center;line-height:0; }


/* ----------------------------
 * 共通
 * ----------------------------*/

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
.clearfix {
}

.m_1{display: block; margin-top:1px;}
.m_3{display: block; margin-top:3px;}
.m_4{display: block; margin-top:4px;}
.m_5{display: block; margin-top:5px;}
.m_6{display: block; margin-top:6px;}
.m_7{display: block; margin-top:7px;}
.strong{font-weight:bold;}
.center{text-align:center; }
/* ----------------------------
 * 所蔵資料
 * ----------------------------*/
.collection_hd{border-top:solid 1px #9A84A6;border-bottom:solid 1px #9A84A6;height:185px;background-color:#EBE6EE;clear:both; line-height:0;}
.collection_box{width:100%;height:183px;display: flex; justify-content: center; align-items: center;background:url(../../images/collection_hd.jpg) no-repeat ;background-position: center center;line-height:0; }

.collection_md_box{width:980px;border-left:10px solid #C1B5CA;background-color: #EBE6EE;display: flex;margin-bottom:12px;}
.collection_md{margin-top:7px;padding:0 8px 3px 10px;color:#9A84A6;font-size:21px;font-weight: bold;}
.collection_main{width:980px;text-align:left;line-height:1.5; }

.collection_main p{
	margin-bottom: 10px;
}

.collection_block1{
	margin-bottom: 50px;
}
.collection_block1:last-child{
	margin-bottom: 0;
}


.collection_img1{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.collection_link{
	font-weight: bold;
	color: #9A84A6;
	font-size: 18px;
}
	.collection_link:link{
		color: #9A84A6;
	}
	.collection_link:visited{
		color: #9A84A6;
	}
	.collection_link:hover{
		color: #9A84A6;
	}

.collection_credit{
	display: flex;
	margin-bottom: 5px;
}
	.collection_credit dt{
		font-weight: bold;
		flex-basis: 70px;
	}
	.collection_credit dd{
	}

/* ----------------------------
 * デジタルコンテンツ
 * ----------------------------*/
.digital_contents_hd{border-top:solid 1px #A68484;border-bottom:solid 1px #A68484;height:185px;background-color:#EBE6EE;clear:both; line-height:0;}
.digital_contents_box{width:100%;height:183px;display: flex;justify-content: center;align-items: center;background:url("../../images/naniwameisyozuByobu_hd.jpg") no-repeat ;background-position: center center;line-height:0; }
.hd_text{font-size: 56px;color:#fff;width:980px;text-align:left;margin: auto;display: inline-block;vertical-align: middle;line-height:0; font-family:"メイリオ", Meiryo, serif;font-weight:bold; text-shadow:2px 2px 3px #585858;}
.digital_contents_md_box{width:980px;border-left:10px solid #C1B5CA;background-color: #EBE6EE;display: flex;margin-bottom:12px;}
.digital_contents_md{margin-top:7px;padding:0 8px 3px 10px;color:#A68484;font-size:21px;font-weight: bold;}
.digital_contents_main{width:980px;text-align:left;line-height:1.5; }

.digital_contents_main p{
	margin-bottom: 10px;
}

.digital_contents_block1{
	margin-bottom: 50px;
}
.digital_contents_block1:last-child{
	margin-bottom: 0;
}


.digital_contents_img1{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.digital_contents_link{
	font-weight: bold;
	color: #A68484;
	font-size: 18px;
}
	.digital_contents_link:link{
		color: #A68484;
	}
	.digital_contents_link:visited{
		color: #A68484;
	}
	.digital_contents_link:hover{
		color: #A68484;
	}

.digital_contents_credit{
	display: flex;
	margin-bottom: 5px;
}
	.digital_contents_credit dt{
		font-weight: bold;
		flex-basis: 70px;
	}
	.digital_contents_credit dd{
	}

/* 豊臣期大坂図屏風 多言語リンク：タイトル内リンク用 */
.multilang_heading h2 {
  font-size: 16px;
  color: #B18197;
  margin-bottom: 4px;
  font-weight: bold;
}

.multilang_heading .lang_links {
  font-size: 0.9em; 
}

.multilang_heading .lang_links a {
  color: #555;
  text-decoration: none;
}

.multilang_heading .lang_links a:hover {
  color: #cb986f;
  text-decoration: underline;
}

/* ヘッダのロゴを小さくしてメニューと同一行に収める */
.header_title {
  width: 275px;       /* ← 350pxから縮小 */
  margin-top: 16px;   /* ← ナビ(高さ95px)とロゴ(高さ63px)の縦位置を中央寄せ */
}