@charset "utf-8";

/* PHARMACIST AGENT ヘディング&パンくず */
.contents_heading {
	height: 197px;
	width: 662px;
	background: url(/nurse/agent/img/contents_heading_bg.jpg) no-repeat left top;
	position: relative;
	margin-bottom: 20px;
}
.contents_heading h2 {
	padding-top: 1px;
}
.contents_heading dl {
	width: 220px;
	padding: 1px 0 0;
	/* background: url(/img/index/nurse_dot.gif) repeat-x left top #fbf6fc; */
	position: absolute;
	top: 144px;
	left: 4px;
}
/* !メッセージ詳細 */
.message_detail {
	position: relative;
}
.message_detail div {
	padding: 0 8px 5px;
	font-size: 120%;
	line-height: 1.6;
}
.message_detail div p {
	padding-bottom: 15px;
}
.message_detail div p a {
	color: #208886;
	font-weight: bold;
}

div.messageTitle{
	background: url(/nurse/agent/img/h_bg.gif);
	padding: 6px 0px 6px 5px;
}
div.messageTitle h3{
	width: 460px;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 120%;
}

div.messageTxt {
	padding: 10px;	
}
div.messageTxt h3{
	line-height: 120%;
}

/* PHARMACIST AGENT メッセージ一覧 */
.message_list {
	position: relative;
}
.part_heading {
	background: url(/nurse/agent/img/h_bg.gif) repeat-x left top;
	height: 31px;
	line-height: 0;
	padding-left: 14px;
}
.message_list form dl {
	width: 265px;
	position: absolute;
	left: 355px;
	top: 5px;
}
.message_list form dt {
	float: left;
	color: #fff;
	padding: 4px 0px 0 0;
}
.message_list form dd {
	text-align: right;
}
.message_list form dd select {
	width: 150px;
}

#message_list_main ul {
	padding: 5px 0 10px;
}
#message_list_main li {
	list-style: none;
	padding: 0 0px 0 8px;
	margin: 0;
	width: 608px;
	background: url(/img/dot.gif) repeat-x left bottom #fff;
	font-size: 90%;
	zoom: 1;
}
#message_list_main .even {
	background: url(/img/dot.gif) repeat-x left bottom #F9F9F9;
	background-color: #f9f9f9;
}
* html #message_list_main li {
	margin-bottom: -4px;
}
*:first-child+html #message_list_main li {
	margin-bottom: -4px;
}
* html #message_list_main .first-child {
	margin-bottom: 0;
}
*:first-child+html #message_list_main .first-child {
	margin-bottom: 0;
}

#message_list_main li a {
	text-decoration: none;
	color: #666;
	display: block;
	padding: 2px 0 2px;
}
#message_list_main li a span {
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 4px;
}
#message_list_main li a .date {
	position: static;
	width: 84px;
	height: 11px;
	padding-top: 8px;
	line-height: 0.5;
	text-align: center;
	background:	url(/nurse/agent/img/date_bg.gif) no-repeat left top;
	color: #fff;
	margin-top: 5px;
}
#message_list_main li a .text {
	text-decoration: underline;
	font-size: 100%;
	padding: 8px 10px;
	width: 496px;
	display: block;
}
#message_list_main li a .new {
	background: url(/nurse/agent/img/message_new_odd.gif) no-repeat right top;
}
#message_list_main li.even a .new {
	background: url(/nurse/agent/img/message_new_even.gif) no-repeat right top;
}
#message_list_main .job_type {
	font-weight: bold;
}
#message_list_main .haken {
	color:#78AD2D;
}
#message_list_main .shoukai {
	color:#FF7F01;
}

/* PHARMACIST AGENT CLEARFIX */
.agent_profile:after,
.new_message dl:after,
#message_list_main li a:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

/* IE6 ZOOM */
* html .agent_profile,
* html .new_message dl,
* html #message_list_main li a {
	zoom: 1;
}

/* IE7 ZOOM */
*:first-child+html .agent_profile,
*:first-child+html .new_message dl,
*:first-child+html #message_list_main li a {
	zoom: 1;
}
#agentSupport {
	width: 662px;
	margin: 0px auto 25px;
}
#agentSupport h3	{ width: 413px; margin: 0px auto; }
#agentSupport ul {
	margin: 25px auto 15px;
	text-align: center;
}
#agentSupport li {
	float: left;
	width: 163px;
	height: 280px;
	list-style: none;
	text-align: center;
	background: url(/nurse/img/index/list_bg.gif) no-repeat left bottom;
	padding-bottom: 15px;
}
#agentSupport li .visualA03 {
	background: url(/nurse/img/index/list_photo_bg.gif) no-repeat left top;
	padding: 26px 31px 0;
}
#agentSupport li a {
	text-decoration: none;
}
#agentSupport li .agent_name {
	padding: 0;
	color: #FF0066;
	background: url(/img/dot.gif) repeat-x left bottom;
	width: 143px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#agentSupport li .supportName{
	width: 150px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	color: #00a4ae;
	font-weight: bold;
	text-align: center;
}
#agentSupport li .supportComment{
	width: 135px;
	margin-top: 3px;
	margin-left: 15px;
	color: #666:
	font-weight: normal;
	text-align: left;
}

#agentSupport li .agent_companyname {
	margin-top: 5px;
	text-decoration: none;
	color: #666;
}
#agentSupport span {
	display: block;
}
