﻿@charset "utf-8";

/*
　　　　Site Name:TAT
　　　　Description: ec carriage
　　　　Version: 
*/

/* 配達日程
----------------------------------------------------------*/
dl.deli{
	width:638px;
	margin:20px 0 10px 0;
	}

dl.deli dt{
	font-weight:bold;
	width:80px;
	float:left;
	}

dl.deli dd{
	margin:0 0 0 80px;
	}

dl.deli dd ul li{
	float:left;
	margin:0 20px 0 0;
	}


/* 配達日程 table
----------------------------------------------------------*/
table.deliTb{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	width:636px;
	clear:both;
	margin:0px 0 20px 0;
	}

table.deliTb th,
table.deliTb td{
	border-bottom:1px solid #CCCCCC;
	padding:10px;
	vertical-align:top;
	}

table.deliTb th,
table.deliTb td.gray{
	text-align:left;
	font-weight:bold;
	background:url(../../common/contents/line_y.gif) repeat-y right top;
	}

table.deliTb th{
	background-color:#FFEFEE;
	}
table.deliTb td.gray{
	background-color:#F3F3F3;
	}

table.deliTb td ul li{
	display:inline;
	border-right:#CCCCCC 1px solid;
	padding:3px 15px 3px 15px;
	line-height:20px;
	color:#FF6282;
	}

table.deliTb td p{
	padding:3px 15px 3px 15px;
	margin:0 !important;
	}

span.one{
	color:#FF7D26;
	}
	
span.two{
	color:#993399;
	}

span.four{
	color:#2E6406;
	}