@charset "utf-8";

#mainCts #research h3,
#mainCts #pub h3 {
	margin: 0px 0px 30px;
	padding: 0px 0px 0px 10px;
	background: none;
	border-left-width: 5px;
	font-size: 1.13rem;
	line-height: 24px;
}

#mainCts #research .marginBt {
	margin-bottom: 36px;
}

#mainCts #pub {
	padding-top: 20px;
}

#mainCts #pub a {
	color: #333;
	text-decoration: underline;
}

#mainCts #pub > font {
	font-size: 0.88rem !important;
	display: block;
}

#mainCts #pub .bookInfoBox {
	padding-bottom: 20px;
	border-bottom: 1px #d6d4d3 dotted;
}

#mainCts #pub .bookInfoBox::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#mainCts #pub .bookInfoBox .bookImg {
	width: 240px;
	float: right;
}

#mainCts #pub .bookInfoBox .bookImg img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#mainCts #pub .table1 {
	table-layout: fixed;
}

#mainCts #pub .table1 tr td {
	word-break: break-all;
}

@media screen and (max-width : 767px ){
	
	#mainCts #research {
		padding: 6px 0px 0px;
	}
	
	#mainCts #research .marginBt {
		line-height: 2.0;
	}
	
	#mainCts dl.columnBox dt p {
		display: none;
	}
	
	#mainCts #pub > font,
	#mainCts #pub > p {
		margin-bottom: 20px;
	}
	
	#mainCts #pub .bookInfoBox .bookImg {
		margin: 0px auto 20px;
		width: 120px;
	}
	
	#mainCts #pub .bookInfoBox .aright {
		text-align: left;
	}
	
}

@media print and (min-width: 0px), screen and (min-width: 768px) {
	
	#mainCts #research {
		padding: 24px 0px 0px;
	}
	
	#mainCts #research .marginBt {
		margin-bottom: 36px;
	}
	
	#mainCts #pub .marginBt.bookInfoBox {
		margin-bottom: 50px;
	}
	
	#mainCts #pub > font,
	#mainCts #pub > p {
		margin-bottom: 50px;
	}
	
	#mainCts #pub .bookInfoBox .bookInfo {
		width: 460px;
		float: left;
	}
	
	#mainCts #pub .bookInfoBox .bookImg {
		width: 240px;
		float: right;
	}
	
	
	#mainCts #pub .bookInfoBox .bookLink {
		clear: both;
	}
	
	#mainCts #pub .table1 tr .term {
		width: 170px;
	}
	
}


.floatimg {
	float:right;
	padding-left:20px;
}
.clear {
	clear:both;
}

#research table.project td.date {
	text-align: center;
}