<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
en_US
*/

/* =========================================================
list
========================================================= */
#list {
	clear: both;
	margin-bottom: 20px;
}
#list .frame {
	clear: both;
	border: 2px solid #e8ece9;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#list .frame:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
/* -----------------------------------------------
header
----------------------------------------------- */
#list .frame .header {
	background-color: #f7f6f5;
	border-bottom: 1px dotted #e8ece9;
	padding: 8px 0 4px 8px;
}
#list .frame .header .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#list .frame .header .box div {
	display: table-cell;
	vertical-align: middle;
	padding: 4px 8px;
}
#list .frame .header .box div:first-child {
	color: #ffffff;
	border-right: 1px solid #f7f6f5;
	min-width: 108px;
	white-space: nowrap;
}
#list .frame .header .box div:nth-child(2) {
	color: #ffffff;
	min-width: 108px;
	white-space: nowrap;
}
#list .frame .header .box div:nth-child(2) {
	background-color: #3cb477;
}
#list .frame .header .box div:last-child {
	color: #666666;
	text-align: right;
	width: 100%;
}
#list .frame .header .box div:last-child .new {
	text-align: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 26px;
}
/* -----------------------------------------------
body
----------------------------------------------- */
#list .frame .body {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#list .frame .body .left {
	display: table-cell;
	vertical-align: top;
	padding: 8px 0 0 8px;
}
#list .frame .body .right {
	display: table-cell;
	vertical-align: top;
	padding: 0 8px 0 10px;
	width: 100%;
}
/* -----------------------------------------------
picture
----------------------------------------------- */
#list .frame .body .left .thumb {
	position: relative;
	min-width: 122px;
}
#list .frame .body .left .thumb a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e4e4e4;
	width: 122px;
	height: 92px;
}
#list .frame .body .left .thumb a:hover {
	border: 1px solid #ffcc00;
}
#list .frame .body .left .thumb img.medium {
	vertical-align: middle;
	border: 1px solid #ffffff;
	max-width: 120px;
	max-height: 90px;
}
#list .frame .body .left .noimg {
	text-align: center;
	vertical-align: middle;
}
#list .frame .body .left .noimg span {
	display: none;
}
#list .frame .body .left .noimg a {
	display: block;
	background: url(/img/common/re/noimg_list.png) no-repeat 50% 50%;
	border: 1px solid #ffffff;
	width: 120px;
	height: 90px;
}
#list .frame .body .left .noimg a:hover {
	border: 1px solid #ffcc00;
}
/* -----------------------------------------------
summary
----------------------------------------------- */
#list .frame .body .summary {
	display: table;
	list-style-type: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0 0 8px 0;
	width: 100%;
}
#list .frame .body .summary li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #e8ece9;
	padding: 8px 8px 0 8px;
}
#list .frame .body .summary li:first-child {
	text-align: left;
	border-left: none;
	padding: 8px 8px 0 0;
	width: 100%;
}
#list .frame .body .summary li .world-area {
	font-weight: bold;
	margin-bottom: 10px;
}
#list .frame .body .summary li:first-child dt {
	margin-bottom: 5px;
}
#list .frame .body .summary li:first-child dt a {
	color: #333333;
}
#list .frame .body .summary li:first-child dt a:hover {
	color: #cccc00;
}
#list .frame .body .summary li:first-child dt a span {
	font-size: 14px;
	font-weight: bold;
}
#list .frame .body .summary li:first-child dd {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: 6px;
	height: 1em;
	width: auto;
}
#list .frame .body .summary li:first-child dd span {
	font-size: 14px;
	font-weight: bold;
}
#list .frame .body .summary li:nth-child(2),
#list .frame .body .summary li:nth-child(3) {
	white-space: nowrap;
}
#list .frame .body .summary li:nth-child(2) span,
#list .frame .body .summary li:nth-child(3) span {
	display: block;
	color: #999999;
	font-size: 10px;
	margin-bottom: 2px;
}
#list .frame .body .summary li:nth-child(4) {
	white-space: nowrap;
}
#list .frame .body .summary li:nth-child(4) div {
	display: block;
	color: #999999;
	font-size: 10px;
	margin-bottom: 2px;
}
#list .frame .body .summary li:nth-child(4) span {
	color: #ed6d46;
}
#list .frame .body .summary li:last-child {
	vertical-align: middle;
	padding: 0 0 0 8px;
	white-space: nowrap;
}
#list .frame .body .summary li:last-child a {
	display: block;
	color: #ffffff;
	background-color: #3cb477;
	border-radius: 2px;
	padding: 5px 10px;
}
#list .frame .body .summary li:last-child a:hover {
	background-color: #ffcc00;
}
/* -----------------------------------------------
title
----------------------------------------------- */
#list .title {
	display: block;
	color: #866629;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	height: 1em;
	width: auto;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#list .contact {
	border-top: 1px solid #e8ece9;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
}
#list .contact:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#list .contact ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#list .contact li {
	color: #666666;
	display: inline-block;
	float: left;
	line-height: 100%;
	margin-right: 8px;
}
#list .contact li:first-child {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-width: 14em;
	height: 1em;
}
#list .contact li:last-child {
	margin-right: 0;
}
#list .contact li span {
	color: #999999;
	font-weight: normal;
	margin-right: 3px;
}
#list .contact li a {
	color: #666666;
}
#list .contact li a:hover {
	color: #cccc00;
}
/* -----------------------------------------------
online reset
----------------------------------------------- */
#list .online-list {
	float: left;
	display: inline-block;
	margin: 0 5px 0 0;
}
/* -----------------------------------------------
att-translate-list
----------------------------------------------- */
.att-translate-list {
	margin-top: -5px;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#list .tag {
	overflow: hidden;
	width: 100%;
}
#list .tag .tag-box {
	font-size: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 8px 0;
}
#list .tag a {
	display: inline-block;
	color: #5cc590;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	border: 1px solid #a1dfc0;
	border-radius: 2px;
	background-color: #fafefc;
	padding: 3px 5px;
	margin: 0 4px 0 0;
}
#list .tag a:hover {
	color: #cccc00;
}</pre></body></html>