<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;
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}
#list li.box {
	border: 2px solid #e6eae6;
	margin-bottom: 12px;
}

/* -----------------------------------------------
header
----------------------------------------------- */

#list li.box .header {
	background-color: #f7f6f5;
	border-bottom: 1px dotted #dcdcdc;
	padding: 5px;
}
#list li.box .header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#list li.box .header .cat {
	float: left;
}
#list li.box .header .cat span {
	display: block;
	color: #ffffff;
	background-color: #009999;
	padding: 3px 12px;
	margin-left: -7px;
	width: 150px;
}
#list li.box .header .date {
	float: right;
	color: #666666;
	margin-top: 2px;
}
#list li.box .header .date .new {
	float: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 50%;
	margin-top: 2px;
	padding-left: 25px;
}

/* -----------------------------------------------
body
----------------------------------------------- */

#list li.box .body {
	clear: both;
	padding: 12px 10px 0 10px;
}
#list li.box .body .thumb {
	float: right;
	margin: 0 0 10px 10px;
}
#list li.box .body .thumb img.medium {
	border: 1px solid #e7e7e7;
	padding: 1px;
	max-width: 120px;
	max-height: 90px;
}
#list li.box .body .thumb img.medium:hover {
	border: 1px solid #ffcc00;
}
#list li.box .body .world-area {
	font-weight: bold;
	margin-bottom: 3px;
}
#list li.box .body h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 126%;
	margin: 0 0 6px 0;
	display: flex;
	align-items: flex-end;
}
#list li.box .body p {
	line-height: 137%;
	margin-bottom: 8px;
}
#list li.box .body .contact {
	clear: both;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#list li.box .body .contact .uimg {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}
#list li.box .body .contact .uimg img {
	max-width: 25px;
	max-height: 25px;
}
#list li.box .body .contact ul {
	list-style-type: none;
	color: #666666;
	line-height: 126%;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	width: 100%;
}
#list li.box .body .contact ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#list li.box .body .contact li {
	float: left;
	margin: 0 8px 0 0;
}
#list li.box .body .contact li span {
	color: #999999;
	margin-right: 3px;
}
#list li.box .body .contact li a {
	color: #666666;
}
#list li.box .body .contact li a:hover {
	color: #ff7256;
}
#list li.box .body .contact .detail {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
#list li.box .body .contact .detail a {
	display: inline-block;
	color: #ffffff;
	background-color: #009999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 8px;
}
#list li.box .body .contact .detail a:hover {
	background-color: #ffcc00;
}

/* -----------------------------------------------
bottom
----------------------------------------------- */

#list li.box .body .bottom {
	clear: both;
	background: url(/img/common/fr/list_fuki.gif) no-repeat 3px 0;
	margin-bottom: -2px;
	height: 15px;
}
</pre></body></html>