@charset "utf-8";
/*-----------------------------------------------*
	publications.css
 *-----------------------------------------------*/

main
{
}

main #list article
,main #index_list article
{
	overflow: hidden;
	margin-left: 20px;
	padding-bottom: 10px;
<!--	border-bottom: solid 1px #EEE;-->
}

main #list article h4
{
	padding: 0;
	margin: 10px 0 10px 150px;
	background: none;
	border: none;
	font-size: large;
}

main #index_list article h4
{
	overflow: auto;
}

main #index_list article h4 span
{
	font-weight: normal;
	font-size: small;
	float: right;
}

main #index_list article h5
{
	margin: 5px 0;
	font-size: small;
}

main #list .image
,main #index_list .image
{
	display: block;
	float: left;
	padding: 10px;
	width: 120px;
	text-align:center;
	background: rgba(0,0,0,0.05);
	line-height: 1;
	vertical-align: bottom;
	margin-bottom: 20px;
}

main #index_list .image
{
	margin-left: 50px;
	margin-left: 50px;
}

main #list .image a
,main #index_list .image a
{
	margin-top: 10px;
	display: block;
	line-height: 1.2;
}

main #list ul
{
	margin-left: 180px;
	text-decoration: none;
}

main #index_list .overview
{
	margin-left: 220px;
	text-decoration: none;
}

main #index_list .overview
{
	margin-top: 50px;
}

main #index_list .image a.link
{
	display: inline-block;
	width: 7em;
	margin: 5px 0 0 0;
	padding: 2px 5px;
	font-size: small;
	color: #776;
	text-decoration: none;
	border: solid 1px #CCB;
	border-radius: 2px;
	background: linear-gradient(to bottom, rgba(220,220,200,1), rgba(220,220,200,0) 70%), #FFF;
}

main #index_list .image a.link:hover
{
	background: #EED;
}

main #index_list .image2 a.link
{
	display: inline-block;
	width: 8em;
	margin: 5px 0 0 2em;
	padding: 1px 5px;
	font-size: small;
	color: #776;
	text-align: center;
	text-decoration: none;
	border: solid 1px #CCB;
	border-radius: 2px;
	background: linear-gradient(to bottom, rgba(220,220,200,1), rgba(220,220,200,0) 70%), #FFF;
}

main #index_list .image2 a.link:hover
{
	background: #EED;
}

main .note
{
	font-size: small;
	padding: 0;
	margin: 0 0 20px 0;
	text-indent: 0;
	color: #886;
}

main .cynosure
,main .comment
{
	position: relative;
	padding: 0;
	margin: 0 0 0 3em;
	text-indent: 0;
}

main .cynosure:before
{
	position: absolute;
	left: -1.3em;
	top: calc(-0.3em);
	content: "\0261E";
	color: #BBA;
	font-size: 200%;
}

.new
{
	content: "NEW";
	color: white;
	background: #A00;
}

table.country
{
	text-align: center ;
}

table.country th
{
	text-align: left ;
	padding-left: 2em ;
	text-indent: -1em ;
	font-size: small ;
}

table.country td
{
	font-size: small ;
}

table.country a
{
	font-weight: 900 ;
	text-decoration: none
}

table.temp{
	text-align: center ;
	border: solid 1px ;
	font-size: small;
	line-height: ;
	margin-bottom: px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	}

.pdf2
{
	position: relative;
}
.pdf2:after
{
	content: "PDF [" attr(data-size) "]";
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	padding: 2px 5px 2px 1.5em;
	margin: 0 0 0 5px;
	color: #FFF;
	white-space: nowrap;
	background: linear-gradient(0deg, #ECC, #CAA);
	border: solid 1px #A88;
	font-weight: bold;
	font-size: small;
	line-height: 1;
	margin-left: 3em;
	text-indent: -1em;
}
.pdf2:hover:after
{
	background: #D88;
}
