/*////////////////////////
グローバルメニューのボーダ−
////////////////////////*/
.gnav-outer .gnav-item--3{
	 border-bottom: 3px solid #2a2162 !important;
}

/*////////////////////////
			inner
////////////////////////*/
.main-outer .research-headline1{
	background: url("../img/gnav-icon03.png") center top no-repeat;
}

.tab-changing__tab01{
	opacity: 1;
}
.tab-changing__tab02{
	opacity: .4;
}

/*////////////////////////
		main-contents01
////////////////////////*/
.research{
	//position: absolute;
}

.research .research__inner01{
	width: 100%;
	height: 280px;
	margin-top: 50px;
	background: #f3fafe;
}
.research .research__inner01__media{
	width: 940px;
	height: 330px;
	margin: 0 auto;
	position: relative;
	top: -50px;
}



/*////////////////////////
			学会発表
////////////////////////*/
.research__inner02{
	width: 940px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.research__inner02 .accordion{
	width: 940px;
	color: #666;
	font-size: 16px;
	letter-spacing: 0.02em;
}
.accordion .main_head{
	text-indent: -1em;
	padding-left: 1em;
	padding: 20px 20px 30px 30px;
	line-height: 1.3em;
	vertical-align: middle;
	cursor: pointer;
	border-top: 1px dotted #ddd;
}
.accordion .sub_text{
	font-size: 14px;
	padding-left: 5em;
	line-height: 1.3em;
	padding: 0 0 20px 5em;
	letter-spacing: 0.05em;
}
.accordion .main_head span{
	color: #090a76;
}





/*////////////////////////
			論文一覧
////////////////////////*/
.research .research-monograph{
	width: 940px;
	color: #666;
	margin: 0 auto 70px auto;
	border-top: 1px dotted #ddd;
}

.research .reseach-monograph__item{
	width: 100%;
	padding: 25px 0 25px 20px;
	line-height: 1.5;
	border-bottom: 1px dotted #ddd;
}
.research .research-head{
	color: #0d0078;
	font-size: 17px;
	letter-spacing: -0.03em;
	margin-bottom: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
}
.research .research-text{
	padding-left: 1.2em;
}

.research li:nth-child(even){
	background: #f6f6f6;
}

.research-monograph-jp{
	width: 940px;
	color: #666;
	margin: 0 auto;
	padding-bottom: 70px;
}
.research .monograph-jp__left{
	width: 440px;
	float: left;
}
.research .monograph-jp__right{
	width: 440px;
	float: right;
}



.research__outer .button-mini{
	margin: 0;
	float: right;
	text-indent: 0;
}
.research__outer .button-mini .button-arrow02{
	font-size: 16px;
	color: #fff;
}





