@charset "utf-8";

/*================================
ファイル名：clinic.css
説明：clinicのスタイル

IE6.5以下にのみ適用するスタイルを ie.css
に記述しています。

作成者：ND&amp;I 徳田 ( tokuda@n-di.co.jp )
=================================*/

@import url("../share/default.css");
@import url("../share/common.css");
@import url("../layout/l_page.css");
@import url("../share/paragraph.css");

/* 0@ Clearfix
=================================*/

#about div:after,
#main p.mapLink:after,
.box:after,
.card ul:after,
.card:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

#about div,
#main p.mapLink,
.box,
.card ul,
.card {
	display: inline-block;
}

/* Hide from Mac IE \*/
#about div,
#main p.mapLink,
.box,
.card ul,
.card {
	*height: 1%;
	display: block;
}
/* Hide from Mac IE */

/* =========================================
* 1@ HEADER
* ========================================= */

div#header p {
	font-size: 80%;
}

div#header ul {
	text-align: right;
}

	div#header ul li {
		display: inline;
		margin-right: 8px;
	}

/* =========================================
* 2@ CONTENTS
* ========================================= */

p.reserveBtn {
	padding: 1em 0 2em;
	text-align: center;
}

div#cotent02 {
	padding: 1em 2em;
}

div#center {
	padding: 10em 2em;
	text-align: center;
}

/* 2.1@ Index
=================================*/

.datepicker_inline {
	float: left;
	margin-top: 1em;
	padding: 0 1.5em;
	width: 40%;
}

	.datepicker_inline .datepicker_header {
		height: 3em;
		line-height: 3em;
		text-align: center;
	}
	
		.datepicker_header span {
			padding: 0 .3em;
			font-size: 105%;
			font-weight: bold;
		}
	
		.datepicker_inline .datepicker_header select {
			margin-right: .5em;
			border: none;
			color: #666;
			background: #FFF;
		}

	.datepicker_inline table {
		border: solid #DFDFDF 1px;
		border-right: none;
		border-bottom: none;
		width: 100%;
	}
	
		.datepicker_inline table td {
			border: solid #DFDFDF 1px;
			border-top: none;
			border-left: none;
			text-align: center;
		}
	
		.datepicker_inline table thead td {
			background: #EEE;
		}
		
			div#pagebody div#main .datepicker_inline table thead td a {
				color: #666;
				background: none;
			}
		
		.datepicker_inline table tbody td:hover a {
			color: #BCBCBC !important;
		}
		
			div#main .datepicker_inline table td a {
				padding: .5em 0;
				display: block;
				color: #666;
				text-align: center;
			}
			
			div#main .datepicker_inline .datepicker_weekEndCell a, div#main .datepicker_inline table td.rlDay a {
				color: #666;
				background: url(../../img/clinic/index/bg_holiday.gif) no-repeat center center;
			}
			
			div#main .datepicker_inline .days_open a {
				color: #666;
				background: none;
			}
			
dl.schedule {
	float: left;
	margin-top: 3.9em;
	border: solid #DFDFDF 1px;
	padding-bottom: 0.7em;
	width: 50%;
	margin-left: 50px;
}

	dl.schedule dt {
		margin-top: .7em;
		border-top: dashed #DFDFDF 1px;
		padding: .7em 2em 0 3.7em;
		background: url(../../img/share/icon_note_counsil.gif) no-repeat 2em .7em;
		font-weight: bold;
	}
	
	dl.schedule dt.first-child {
		margin: 0;
		border: none;
	}
	
	dl.schedule dd {
		padding: .3em 2em 0 2.5em;
	}
	
	p#holiday {
		margin-left: -1em;
	}
		
/* 2.2@ Outline
=================================*/

div#main p.director {
	color: #7E021E;
	text-indent: 0;
}

	div#main p.director span {
		font-size: 140%;
		font-weight: bold;
	}

div#main ul.directorsEx {
	margin-top: 1em;
	line-height: 1.7;
}

	div#main ul.directorsEx li {
	}
	
table.director-table {
	margin-top: 1em;
	border: solid #DFDFDF 1px;
	border-right: none;
	border-bottom: none;
}

	table.director-table th,table.director-table td {
		padding: .4em 1em;
		border: solid #DFDFDF 1px;
		border-top: none;
		border-left: none;
	}
	
	table.director-table th {
		background: #F0F0F0;
		text-align: left;
		font-weight: normal;
	}
	
	table.director-table td {
	}
	
/* 2.3@ Flow
=================================*/

ol.flow {
	padding-left: 1em;
}

	ol.flow li {
		margin-top: 1em;
	}
	
	ol.flow li.first-child {
		padding: 0;
		background: none;
	}
	
		div#main ol.flow li h2 {
			margin: 0;
			border: none;
			padding: 50px 0 0 0;
			background: none;
			background: url(../../img/clinic/flow/bg_arrow.jpg) no-repeat 50px top;
		}
		
		div#main ol.flow li.first-child h2 {
			padding: 0;
			background: none;
		}
		
		ol.flow dl {
			margin: 0 1em;
			border: dashed #DFDFDF 1px;
			padding: 0 1em .5em;
			background: #FAFAFA;
		}
		
			ol.flow dl dt {
				margin-top: .5em;
				padding-left: 1.4em;
				background: url(../../img/share/icon_attachment.gif) no-repeat left center;
				font-weight: bold;
			}
			
			ol.flow dl dd.tel {
				color: #861D3C;
				font-size: 130%;
			}
			
			ol.flow dl dd {
				margin: .2em 0 0 .5em;
			}
		
		div#main ol.flow li p {
			margin: 0 1em;
			border: dashed #DFDFDF 1px;
			padding: .5em 1em;
			background: #FAFAFA;
			text-indent: 0;
		}
		
/* 2.4@ Sight
=================================*/

div#main p.discription {
	margin: 1em 10px 0;
	text-indent: 0;
}

ul.sight {
	margin-top: 1em;
	padding-left: 10px;
}

/* 以下Galleriaの適用時 */
div#img {
	margin: 1em 0 0 10px;
	width: 595px;
}

	div#img img {
	}

.galleria{
	list-style:none;
}

	.galleria li{
		float:left;
		border: solid #DFDFDF 2px;
		width:80px;
		height:80px;
		overflow:hidden;
		margin:0 15px 10px 0;
	}
	
		.galleria li img {
			cursor: pointer;
		}
								
/* 2.5@ Concept
=================================*/

ol.slide {
	margin: 1em 0 0 1em;
	padding-left: 240px;
	background: url(../../img/clinic/concept/bg.jpg) no-repeat left top;
}

	ol.slide li {
		margin-top: .4em;
	}
	
		ol.slide li a {
			padding-left: 1.5em;
			background: url(../../img/share/icon_arrow01.gif) no-repeat left center;
		}
		
		div#main ol.slide li a.active {
			color: #666;
			text-decoration: none;
		}
		
/* 2.6@ About
=================================*/

div#about {
}

	div#about p.first-child {
		margin-top: 1em !important;
		text-indent: 0;
	}

	div#about div {
		padding: 1em 1.5em;
		border: solid #CCC 1px;
		border-top: none;
		background: url(../../img/clinic/about/bg_about.jpg) no-repeat right bottom;
	}
	
		div#about div h2 {
			border: none;
			padding-left: 1em;
			color: #C0505E;
			background: url(../../img/clinic/about/about_h2_bg.png) repeat-x left bottom;
			font-size: 120%;
		}
		
			div#about div h2 span {
				display: block;
				padding-left: .3em;
				font-size: 75%;
				font-weight: normal;
				line-height: 1.2;
			}
	
		div#about div p {
			xmargin: 0;
			text-indent: 0;
		}
		
		div#about div p.first-child {
			margin: 0 !important;
		}
	
		div#about div dl {
			margin-top: 1em;
		}
		
			div#about div dl dt {
				float: left;
				padding-bottom: 1em;
				width: 4em;
			}
			
			div#about div dl dd{
				margin-left: 4em;
				padding-bottom: 1em;
			}
			
			.orita {
				color: #0DA4BA;
			}
			
			.tajima {
				color: #E854A7;
			}
			
				div#about div dl dd p {
					text-indent: 0;
				}
			
				div#about div dl dd p.first-child {
					margin: 0;
				}
				
	div#about div.nav {
		border: none;
		background: url(../../img/clinic/about/bg_about_nav.jpg) no-repeat left bottom;
		text-align: center;
	}
	
		div#about div.nav a {
			float: left;
			margin: 0 .4em;
			border: solid #EEE 1px;
			padding: .3em .7em;
			color: #666;
			text-decoration: none;
		}
		
		div#about div.nav a:hover, div#about div.nav a.highlight {
			color: #FFF;
			background: #C75670;
			xopacity: .6;
			xfilter: alpha(opacity=60);
		}
		
/* 2.6@ Cosme
=================================*/

div#main div.cosme {
	margin: 0 2em 0 2em;
}

	div#main div.cosme h2 {
		clear: both;
		margin-top: 1.5em;
		border: none;
		border-bottom: solid #F5547D 1px;
		color: #F5547D;
		background: url(../../img/share/bg_title_03.gif) no-repeat left top;
		font-size: 120%;
		line-height: 40px;
	}
	
	div#main div.cosme h3 {
		margin: 1.5em 0 -.5em 1em;
		clear: both;
		color: #892038;
		font-size: 110%;
	}
	
	.box {
		margin: 1em 1em 0;
		border: dashed #DFDFDF 1px;
		padding: 1em 2em;
		background: #F7F7F7;
	}
	

/* 2.6@ Card
=================================*/

div.card {
	margin: 1.5em 1em 0;
	padding-bottom: 1.5em;
	background: url(../../img/clinic/card/border.png) no-repeat center bottom;
}

div.card.last-child {
	background: none;
}

	div#main div.card h2 {
		border: none;
		padding: 0;
		background: none;
		line-height: 1.5;
		text-indent: 0;
	}
	
	div.card .leftImg {
		float: left;
		margin: 0 1em 1em 0;
	}

		
	div.card ul {
		margin: 1em 0 0 30px;
		background: url(../../img/clinic/card/bg_box.gif) no-repeat left bottom;
	}
	
		div.card ul li {
			float: left;
			margin-right: 29px;
			width: 150px;
		}
		
			div.card ul li dl dd {
				margin: .5em .5em 0;
				padding-bottom: .5em;
				font-size: 90%;
			}

/* 2.6@ Access
=================================*/

p.map {
	margin-right: 2em;
	text-align: right;
}

	p.map img {
		border: solid #DFDFDF 3px;
		padding: 3px;
	}
	
div#main p.mapLink {
	margin: .5em 2em 0 0;
}

	div#main p.mapLink a {
		float: right;
		padding-left: 1em;
		background: url(../../img/share/icon_arrow02.gif) no-repeat left center;
	}

div#main h2.bar {
	clear: right;
	margin: 1em 0 0 1em;
	border: none;
	padding: 0;
	width: auto;
	color: #666;
	background: url(../../img/share/bg_title_01.png) no-repeat left top;
	font-size: 110%;
	line-height: 39px;
	text-indent: 3.5em;
}

dl.access {
	margin: 0 0 0 1.5em;
	padding-bottom: 2em;
}

	dl.access dt {
		margin-top: 1em;
		padding-left: 1.4em;
		background: url(../../img/share/icon_file.gif) no-repeat left center;
		font-weight: bold;
	}
	
	dl.access dd {
		margin: .3em 2em 0 .5em;
		border: dashed #DFDFDF 1px;
		padding: 1em;
		background: #EEE;
	}
	
/* calender090817追加
=================================*/	

#main #calender .calendertable {
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 530px;
	margin-top: 10px;
	text-align: center;
}
#main #calender .calendertable tr td {
	text-align:center;
	padding:1px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
#main #calender .off {
	color: #E6AFAE;
	font-size: 20px;
}

