@CHARSET "UTF-8";
/**
 * /www/css/table.css
 *
 * @category   Car ITPack
 * @package    css
 * @author     $Author: d-watanabe $
 * @since      $Date: 2009-09-18 16:03:57 +0900 (金, 18  9月 2009) $
 * @version    $Rev: 759 $
 * @copyright  Copyright (c) 2002-2008 AIC Corporation All Rights Reserved.
 *             http://www.aic-co.jp
 *
 */


/*
 * table
 */
table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}

/*
 * th, td
 */
th, td {
	border: 1px solid #000000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: normal;
}
td {
	text-align: left;
	padding-left: 0.5em;
	padding-right: 1em;
}
tbody th {
	text-align: left;
	padding-left: 0.5em;
	padding-right: 1em;
	white-space: nowrap;
	width: 1%;
}
thead th, tfoot th{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
	white-space: nowrap;
}

/*
 * tr
 */
tr.caption td {
	white-space: nowrap;
	border-style: none;
}
tr.caption td em {
	color: #cc0000;
	font-style: normal;
}
tr.caption td strong {
	color: #cc0000;
	font-style: normal;
	font-weight: bold;
}

tr.caution td {
	padding-left: 1em;
	padding-right: 0.5em;
	white-space: nowrap;
	border-style: none;
}
tr.caution td em {
	color: #cc0000;
	font-size: 80%;
	font-style: normal;
}
tr.caution td strong {
	color: #cc0000;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
}

tr.operation td {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
	white-space: nowrap;
	border-style: none;
}

tr.navigation td{
	text-align: left;
	padding-left: 0.5em;
	padding-right: 1em;
	white-space: nowrap;
	border-style: none;
}


tr.notfound {
	height: 100px;
}
tr.notfound td {
	text-align: center;
	white-space: nowrap;
}

/*
 * thead
 */

/*
 * tfoot
 */

/*
 * tbody
 */


th.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
th.left {
	text-align: left;
	padding-left: 0.5em;
	padding-right: 1em;
}
th.right {
	text-align: right;
	padding-left: 1em;
	padding-right: 0.5em;
}
th.member {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #80c080 !important;
	color: #004080 !important;
}
th.dealer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #ffffcc !important;
	color: #800000 !important;
}
th.receive {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #80c080 !important;
	color: #004080 !important;
}
th.send {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #ffffcc !important;
	color: #800000 !important;
}
th.fit {
	width: 1%;
}
th.auto {
	width: auto;
}

/*
 * td
 */
td.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
td.left {
	text-align: left;
	padding-left: 0.5em;
	padding-right: 1em;
}
td.right {
	text-align: right;
	padding-left: 1em;
	padding-right: 0.5em;
}
td.nowrap {
	white-space: nowrap;
}










/*
table a,table a:link,table a:visited {
	border: none;
}

table {
	width: 100%;
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #e1e1e1;
	margin: 1px auto;
	border-collapse: collapse;
	text-align: left;

}

table img {
	border: 0;
	margin-top: .5em;
}

caption {
	color: #9ba9b4;
	font-size: 94%;
	letter-spacing: .1em;
	padding: 0;
	margin: 1em 0 0 0;
	margin-bottom: 0;
	caption-side: top;
	text-align: center;
}

tr.odd td,tr.odd .column1 {
	background: #f4f9fe url(/img/global/color/blue/bg_table.gif) no-repeat;
}

.column1 {
	background: #f9fcfe;
}

td {
	color: #444444;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #cfcfcf;
	padding: 4px 2px;
}

th.send {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #cfcfcf;
	padding: 4px 2px;
	background-color: #ffffcc;
	text-align: center;
}

th.receive {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #cfcfcf;
	padding: 4px 2px;
	background-color: #80C080;
	text-align: center;
}

th {
	font-weight: normal;
	color: #678197;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #cfcfcf;
	padding: 4px 2px;
}

thead th {
	background: #f4f9fe;
	text-align: center;
	color: #66a3d3;
}

tfoot th {
	background: #f4f9fe;
	text-align: center;
}

tfoot th strong {
	margin: .5em .5em .5em 0;
	color: #66a3d3;
}

tfoot th em {
	color: #f03b58;
	font-weight: bold;
	font-size: 110%;
	font-style: normal;
}
.mytable {
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	float: none;
	background-position: top;
	height: auto;
}
.mytable table {
	width: 100%;
	margin: 0px 0px 5px 5px;
	padding: 0px;
}
.ucar_table {
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	float: none;
	background-position: top;
	height: auto;
	text-align: left;
	background-color: #EEEEEE;
	border: 1px solid #ccc;
}
.ucar_table table {
	width: 100%;
	margin: 0px 0px 0px;
	text-align: left;
	padding: 0px;
	border: none;
}
.ucar_table td {
	color: #444444;
	margin: 0px 0px;
	padding: 0px 0px;
	border: none;
	text-align: left;
}
.ucar_table table a,table a:link,table a:visited {
	text-decoration: underline;
}
.mro_table {
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	float: none;
	background-position: top;
	height: auto;
	text-align: left;
	border: none;
}
.mro_table table {
	width: 100%;
	margin: 0px 0px 0px;
	text-align: left;
	padding: 0px;
	border: none;
}
.mro_table td {
	color: #444444;
	margin: 0px 0px;
	padding: 0px 0px;
	border: none;
	text-align: left;
}
.mro_table table a,table a:link,table a:visited {
	text-decoration: underline;
}
.store_screen_table {
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	float: none;
	background-position: top;
	height: auto;
	text-align: left;
	border: none;
}
.store_screen_table table {
	width: 100%;
	margin: 0px 0px 0px;
	text-align: left;
	border: none;
}
.store_screen_table td {
	color: #444444;
	border: none;
	text-align: left;
}
.store_screen_table table a,table a:link,table a:visited {
	text-decoration: underline;
}
*/
