@charset "utf-8";
/* CSS Document */

/* CONTENTS			##################################### */
/* INFO PAGE */
.date{
	display: block;
	position: absolute;
	right: 0; top: 18px;
	width: 85px; height: 13px;
	font-size: 11px;
	overflow: hidden;
}

/* TREATMENT PAGE */
.list-treatment li{
	margin-bottom: 10px;
	padding-left: 17px;
	background: url(../treatment/img/list_mark.gif) left center no-repeat;
}

/* OFFICER PAGE */
#list-officer{
	margin-left: 10px;
}
	#list-officer li{
		margin-bottom: 10px;
		line-height: 1.4;			
	}
	#list-clinic li.edge{
		margin-right: 0;				
	}
	#list-clinic img{
		margin-bottom: 8px;				
	}
	#list-clinic h3{
		padding-left: 0;
		border-left: none;
		color: #007ec6;
		font-size: 116%;
		font-weight: bold;
		text-align: center;
	}
	#list-clinic p{
		margin: 0 auto 20px;
		width: 95%;
	}
	#list-clinic p.edge{
		margin: 0 auto;
	}