@charset "utf-8";

/* RESET */
#new_message_body li {
	list-style: none;
}

/* 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;
}

/* NEW_MESSAGE */
#new_message_body h2 {
	margin: 20px 0 10px;
}
#new_message_body h3 {
	margin-bottom: 15px;
}
#new_message_body .agent_list {
	position: relative;
	padding-bottom: 20px;
	background: url(/nurse/agent/img/agentl_list_bg.gif) no-repeat left bottom;
}
#new_message_body .new_icon	 {
	position: absolute;
	top: 10px;
	right: 20px;
}
#new_message_body .agent_contents {
	padding: 20px 30px 0 45px;
	background: url(/nurse/agent/img/agentl_list_bg.gif) no-repeat left top;
}
#new_message_body .agent_img {
	float: left;
	width: 100px;
}
#new_message_body .agent_img img {
	display: block;
}
#new_message_body .agent_detail {
	margin-left: 115px;
}
#new_message_body .agent_name {
	padding: 0;
	margin: 5px 0 10px;
}
#new_message_body .agent_name dt ,
#new_message_body .agent_name dd {
	display: inline;
}
#new_message_body .agent_name dt {
	font-size: 83%;
	color: #666;
}
#new_message_body .agent_name dt a {
	color: #666;
}
#new_message_body .agent_name dd a {
	color: #F33265;
}
#new_message_body .agent_message {
	font-size: 116%;
	color: #f65118;
	padding-left: 10px;
	background: url(/img/arrow.gif) no-repeat left 6px;
}
#new_message_body .agent_message a {
	color: #f65118;
	font-weight: bold;
	text-decoration: none;
}
#new_message_body .agent_message a span {
	color: #535353;
	font-size: 71%;
	font-weight: normal;
	text-decoration: underline;
}
#new_message_body .agent_message a:hover span {
	text-decoration: none;
}
#new_message_body .translation_message {
	margin-top: 20px;
	padding-top: 10px;
	background: url(/img/dot.gif) repeat-x left top;
	text-align: right;
}

/* CLEARFIX */
#new_message_body .agent_contents:after ,
.side_area_searchsearch dd ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

/* IE6 ZOOM */
* html #new_message_body .agent_contents ,
* html .side_area_searchsearch dd ul {
	zoom: 1;
}

/* IE7 ZOOM */
*:first-child+html #new_message_body .agent_contents ,
*:first-child+html .side_area_searchsearch dd ul {
	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;
}
