@charset "UTF-8";


/* 再使用できる各種クラス */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#whatsnew {
	height: auto;
	width: 590px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	background-color: #FFF;
}#whatsnew .m_top20 ul li {
	font-size: 85%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background-color: #FFF;
}

#hospinfo #photograph {
	width: 220px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-bottom: 5px;
	background-color: none;
}



.contents {
	height: 300px;
	width: 580px;
	background-color: #FFF;
}
.phto {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	height: 124px;
	width: 280px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFF;
}
.phto a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

.time {
	width: 580px;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #FFF;	
}
.time p {
	width: auto;
	margin: 0;
}
.time p.close {
	margin-bottom: 8px !important;
}

#saturday{
	font-size:12px;
}

.narrow{
	padding:0;
}




.c_bnr {
	width: 590px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.c_bnr a img {
	border: none;
}
.oshirasetable {
	 font-size:14px; line-height:1.7em;margin:0 0 0 20px; width:550px;
}
.oshirasetable td {
	vertical-align: top;
}

.oshirasetable .date {
	white-space: normal;
	width: 125px;
}

.t_red {
	color: #C00;
	font-weight: bold;	
}
.t_blue {
	color: #00F;
	font-weight: bold;	
}
/*  --------------------------------------
			　ClearFix
----------------------------------------*/
.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-----------------------------------------
		       	新着情報
-----------------------------------------*/
dl.information{
	overflow:hidden;
}

dl.information dt{
	background-color:#f3f3f3;
	padding:5px;
	margin-bottom:5px;
	color:#101798;
	font-weight:bold;
	font-size:16px;
	border-bottom:dotted 1px #999999;
}

dl.information dt .date{
	font-size:12px;
	color:#333;
	display:inline-block;
	padding-right:10px;
	font-weight:normal;
}

dl.information dd{
	margin:0 0 20px;
	padding:0;
	font-size:14px;
}

/*-----------------------------------------
		       	診療カレンダー
-----------------------------------------*/

#calenders {
	width:560px;
	margin-bottom:30px;
}

#calenders .calbox {
	float:left;
	width:270px;
	margin:0 ;
}
#calenders .calnote {
    padding: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
    border: 1px solid #5FB9FF;
				margin: 5px 0;
				font-size:12px;
				font-weight: lighter;
}
