@charset "UTF-8";

/* =========================================================
list
========================================================= */
#list {
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}
#list li.box {
	text-align: left;
	border: 1px solid #e6eae6;
	margin-bottom: 10px;
}
/* -----------------------------------------------
header
----------------------------------------------- */
#list li.box .header {
	font-size: 70%;
	border-top: 6px solid #336699;
	padding: 8px 10px;
	background: -webkit-linear-gradient(top, #8d8d8d 0%, #ffffff 2px);
	background: linear-gradient(to bottom, #8d8d8d 0%, #ffffff 2px);
}
#list li.box .header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#list li.box .header .cat {
	float: left;
}
#list li.box .header .cat span {
	display: inline-block;
	color: #ffffff;
	line-height: 100%;
	background-color: #336699;
	padding: 5px 10px;
}
#list li.box .header .date {
	float: right;
	color: #666666;
	line-height: 100%;
	margin-top: 5px;
}
#list li.box .header .date span {
	color: #ff3399;
}
/* -----------------------------------------------
world area
----------------------------------------------- */
#list li.box .world-area {
	font-weight: bold;
	font-size: 12px;
	padding: 0 10px;
	margin-bottom: 2px;
}
/* -----------------------------------------------
data
----------------------------------------------- */
#list li.box dl {
	clear: both;
	padding: 0 10px 5px 10px;
}
#list li.box dt {
	font-size: 98%;
	font-weight: bold;
	line-height: 126%;
	padding: 0 0 6px 0;
}
#list li.box dd .thumb {
	float: right;
	margin: 0 0 5px 5px;
}
#list li.box dd .thumb img.medium {
	vertical-align: middle;
	margin-top: 4px;
	max-width: 100px;
	max-height: 75px;
}
#list li.box dd p {
	font-size: 92%;
	line-height: 137%;
	margin: 0 0 5px 0;
}
#list li.box dd .detail {
	clear: both;
	font-size: 85%;
	text-align: right;
	margin-bottom: 8px;
}
#list li.box dd .detail a {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	background-color: #3b77b2;
	border-radius: 2px;
	padding: 5px 10px;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#list li.box dd .contact {
	border-top: 1px dotted #efefef;
	padding-top: 4px;
	margin: 0;
}
#list li.box dd .contact ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#list li.box dd .contact li {
	display: inline-block;
	font-size: 85%;
	color: #666666;
	line-height: 126%;
	margin-right: 5px;
}
#list li.box dd .contact li:last-child {
	margin: 0;
}
#list li.box dd .contact li span {
	color: #999999;
	margin-right: 3px;
}
#list li.box dd .contact li a {
	color: #666666;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#list li.box .tag {
	overflow: hidden;
	width: 100%;
}
#list li.box .tag .tag-box {
	font-size: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 10px 10px 10px;
}
#list .tag a {
	display: inline-block;
	color: #5c89b5;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	border: 1px solid #b5cbd6;
	border-radius: 2px;
	background-color: #f7f8fa;
	padding: 3px 5px;
	margin: 0 4px 0 0;
}
#list .tag a:hover {
	color: #37a34a;
}
/* =========================================================
notice of translation
========================================================= */
.att-translate-list {
	margin: 0 10px 8px;
}