﻿@charset "utf-8";

/* ============================================
	/absolute/mission/index.html
============================================ */
body.mission table {
	margin: 50px 10px 0;
	width: 672px;
}
body.mission table.new {
	margin: 10px 10px 0;
}
	body.mission table th,
	body.mission table td {
		border: 1px solid #ffffff;
	}
	body.mission table th.client {
		width: 80px;
	}
	body.mission table td.client {
		width: 400px;
	}
	body.mission table th.date {
		width: 7em;
	}
	body.mission table td.date {
		width: 100px;
	}
		body.mission table th p,
		body.mission table td p {
			padding: 6px 10px;
		}
		body.mission table th.missionName p {
			padding: 3px 10px 6px;
		}
			body.mission table th a {
				display: block;
				background-image: url(/absolute/mission/img/ico_mail_unread.gif);
				background-position: left center;
				background-repeat: no-repeat;
				padding-left: 20px;
			}
			body.mission table th a:visited {
				background-image: url(/absolute/mission/img/ico_mail_read.gif);
			}
				body.mission table th a span {
					display: block;
					padding-top: 5px;
				}
.clientImg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -50px;
}
ul.mission {
	position: absolute;
	bottom: 50px !important;
	left: 50px !important;
	bottom: 20px;
	left: 20px;
	background: url(/absolute/mission/img/bg_txtarea.gif) no-repeat left top;
	padding: 20px;
	width: 620px !important;
	height: 50px !important;
	width: 660px;
	height: 90px;
	overflow: hidden;
}