﻿@charset "utf-8";

div.list_table {
	background:url('http://simg.gpotato.eu/flyff/common/new/layout/bg_table.gif') repeat-x 0 100%;
	margin-bottom: 10px;
}
div.list_table table {
	width: 100%;
	border-collapse: collapse;
	background:url('http://simg.gpotato.eu/flyff/common/new/layout/bg_table_warp.gif') repeat-x 0 0;
}
div.list_table table thead th {
	padding: 9px 0 8px 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: -1px;
	background:url('http://simg.gpotato.eu/flyff/common/new/layout/bg_th.gif') no-repeat 100% 7px;
}
div.list_table table thead th.none {background: none;}
div.list_table table tbody td {
	padding: 12px 0 10px 0;
	text-align: center;
	background:url('http://simg.gpotato.eu/flyff/common/new/layout/bg_td.gif') repeat-x 0 100%;
	vertical-align: middle;
}
div.list_table table tbody .last td {
	padding: 14px 0 13px 0;
}
div.list_table table tbody td.left {
	padding: 12px 0 10px 5px;
	text-align: left;
}
div.list_table table tbody td.left01 {
	padding: 12px 0 10px 15px;
	text-align: left;
}
div.list_table table tbody td img {
	margin-right: 5px;
	vertical-align: middle;
}
