@charset "utf-8";
/*==========================================================

 @sitename JPAP.JP
 @lastupdate 2010/03/xx

==========================================================*/


/* Clinic index.php
----------------------------------------------------------*/
.clinicmap {
	position:relative;
	left:-14px;
	top:-20px;
	margin-bottom:40px;
}

.clinicmap select {
	position:absolute;
	top:285px;
	left:25px;
	width:145px;
}

.clinicmap option {
	padding:2px 4px 1px;
	color:#fff;
	line-height:1.2;
}

.clinicmap input {
	display:none;
}

.clinicmap .default {color:#222;}
.clinicmap .hk {background-color:#bd8acb;}
.clinicmap .th {background-color:#97d71e;}
.clinicmap .kn {background-color:#f4ad3a;}
.clinicmap .tb {background-color:#33d1f7;}
.clinicmap .kk {background-color:#e5c00d;}
.clinicmap .tg {background-color:#04c5af;}
.clinicmap .sh {background-color:#d36557;}
.clinicmap .ko {background-color:#249aed;}


/* Clinic detail.php
----------------------------------------------------------*/
.result {
	margin:0 0 15px;
}

.result table {
	width:100%;
	margin-bottom:5px;
}

.result table td {
	text-align:right;
	vertical-align:middle;
}

.result h3 {
	padding-top:10px;
	background:url(../img/dotline.gif) repeat-x;
	font-weight:normal;
}

/**override*/ #Contents h3 {
	margin-bottom:0 !important;
}

.result strong {
	font-size:120%;
}

.result em {
	font-size:105%;
	color:#eb6400;
}

.about {
	position:relative;
	width:670px;
	height:127px;
	background:url(/clinic/images/about.gif) no-repeat;
}

.about dd,
.about p {
	display:none;
}

.about .link {
	position:absolute;
	left:18px;
	top:17px;
}

.about .icon {
	position:absolute;
	left:359px;
	top:17px;
}

.about .member {
	display:block;
	text-indent:-9999px;
	width:40px;
	height:18px;
	position:absolute;
	left:614px;
	top:94px;
	outline:none;
}

table.index {
	margin:30px 0 50px;
}

table.index th,
table.index td {
	border:1px solid #ccc;
	vertical-align:middle;
	line-height:1.3;
}

table.index thead th {
	padding:9px 10px 6px;
	background:#fff5d7;
	font-weight:bold;
}

table.index tbody th {
	padding:6px 4px 4px;
}

table.index tbody td {
	padding:10px 10px 8px;
	min-height:42px;
}

head~/* */body table.index tbody td {
	min-height:0px;
}

table.index th.member {
	text-indent:-9999px;
}

table.index th.name {
	width:218px;
}

table.index th.address {
	width:196px;
}

table.index th.number {
	width:140px;
}

