﻿@charset "utf-8";

/* ===================================================================

 file name  :style.css

=================================================================== */



/*------ トップページ --------------*/

#new {
	clear:both;
	padding-top:5px;
	width: 630px;
	padding-left:20px;
}

#new h3 {
	border-bottom:1px solid #ffd2e6;
	padding-bottom:7px;
	margin-bottom:10px;
}
#new table {
	width: 610px;
	margin-left:15px;
}
#new table th , #new table td {
  border-bottom:1px dotted #f7cbf3;
	text-align:left;
	padding:5px;
}
#new table th{
	color:#ff0064;
	width:7em;
}

.featureBox {
	background-image:url(../../images/bg_feature.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:630px;
	min-height:135px;
	height: auto !important;
	height:135px;
	position:relative;
}

.featureBox .featureImage {
	float:left;
	position:relative;
	top:-30px;
	margin-left: -18px;
}

.featureInner {
	float:right;
	width:470px;
	padding:10px 20px 0 0 ;
}

.featureInner h2 {
	padding-bottom:10px;
}

/*------ 下層ページ共通 --------------*/

.mainInner{
	padding:0 20px;
}

.informationBox:after,
.facilitiesBox:after,
.accessBox:after{
  content: ".";  /* Vvf */
  display: block;  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}

.informationBox,
.facilitiesBox,
.accessBox{
  min-height: 1px;
	margin-top:20px;
}

* html .informationBox,
* html .facilitiesBox,
* html .accessBox{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*------ 医院案内 --------------*/

.informationBox {
	
}
.doctor {
	float:left;
	width:590px;
/*------ original wide 375p------*/
}

.doctor .greetings {
  margin:15px 0 0;
}
.doctor .greetings span.point {
	border-bottom: 1px dotted #FFD2E6;
	border-top: 1px dotted #FFD2E6;
	display: block;
	margin:10px 0;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	line-height:1.7em;
}
.doctor .greetings span.color {
	color:#e90000;
}
.informationBox .name {
  text-align:right;
	padding-top:9px;
	font-weight:bold;
	font-size:18px;
	padding-right:3px;
	/*
	border-top:1px dotted #ffd2e6;
	margin-top:8px;
	*/
}
.informationBox .kana {
  text-align:right;
	font-size:11px;
	padding-right:3px;
}

.informationBox table {
  width:590px;
	margin-top:10px;
}
.informationBox table th {
  background-color:#ff7fb1;
	color:#ffffff;
	width:160px;
	border-bottom:1px solid #ffffff;
}
.informationBox table th , .informationBox table td{
  padding:5px;
}
.informationBox table td{
	text-align:left;
	padding-left:10px;
	border-bottom:1px solid #ffd2e6;
}
.infoSubjects dt{
  color:#ff0064;
	margin:10px 0 5px;
}



/*------ 院内・設備紹介 --------------*/

.facilitiesBox {
}
.facilitiesBox img.floatL{
  padding-top:12px;
	padding-right:15px;
}
.facilitiesBox p{
  padding-top:15px;
}


/*------ アクセス --------------*/

.accessBox h3{
}
.accessList {
  float:left;
	width:320px;
}
.accessList dt{
  color:#ff0064;
	margin:10px 0 5px;
}
.accessList dd.train {
	background-image:url(../../images/i_train.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:27px;
	margin-bottom:10px;
	min-height:22px;
}
.accessList dd.bus {
	background-image:url(../../images/i_bus.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:27px;
	margin-bottom:10px;
	min-height:22px;
}
.accessList dd.car {
	background-image:url(../../images/i_car.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:27px;
	margin-bottom:10px;
	min-height:22px;
}
.map {
	border: 1px solid #B7B7B7;
	margin-top:10px;
}

.mapInner {
  padding: 4px;
}








