@charset "UTF-8";
/* CSS Document */

/* タイトルバナー */

#feature {
	width: 336px;
	height: 320px;
	position: absolute;
	top: 0px;
	left: 34px;
	background: url(../images/bg_feature.png);
	z-index: 1000;
}

/* 共通 */

#twocolumns {
	width: 450px;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

#twocolumns + #twocolumns {
	margin-left: 40px;
}

#onecolumns {
	width: 900px	;
	height: 327px;
	padding: 16px 19px 16px 19px;
	border: solid 1px #0065B2;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;
}

#onecolumns-l {
	width: 430px;
	height: 327px;
	padding-right: 19px;
	float: left;
}

#onecolumns-r {
	width: 430px;
	height: 327px;
	padding-left: 19px;
	border-left: dotted 1px #0065B2;
	float: left;
}

#onecolumnsbox {
	overflow: auto;
	height: 275px;
	margin-top: 15px;
}

/* カレンダー */

#box_cal {
	overflow: auto;
	height: 550px;
}

#calendar {
	width: 450px;
	margin: 10px auto 10px;
	line-height: 1.9;
}
/* 定休日(木・日)に背景色を設定 */
#calendar .fc-thu,
#calendar .fc-sun{
	padding: 1px;
	background: #FFD1CF;/* 借色 */
}
/* 「本日」のセルに色付け */
#calendar .fc-today{
	padding: 1px;
	background: #FFFCDB;/* 借色 */
}

#calendar .fc-header-left{
	font-size:138%;
	font-weight:bold;
}

#calendar_color li{
	padding:0px 0 0px 74px;
}
#calendar_color li.calendar_green{
	background:url(../images/bkg_top_calendar_green01.gif) no-repeat left 50%;
}
#calendar_color li.calendar_blue{
	background:url(../images/bkg_top_calendar_blue01.gif) no-repeat left 50%;
}
#calendar_color li.calendar_orange{
	background:url(../images/bkg_top_calendar_orange01.gif) no-repeat left 50%;
}
#calendar_color li.calendar_pink{
	background:url(../images/bkg_top_calendar_pink01.gif) no-repeat left 50%;
}

/* お知らせ */

.box_news{
	overflow: auto;
	height: 500px;
	margin-top: 6px;
}
.box_news dl{
	padding:10px;
}
.box_news dl:nth-child(even){
	background:#FFFCDB;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;
}
.box_news dl dt{
	margin-bottom:5px;
	font-size:93%;
}
.box_news dl dd{}
.box_news dl dd span{
	/* font-weight:bold; */
}


/* 診療時間 */

#practicetime {
	margin-bottom: 10px;
}

#practicetime table {
	font-size: 16px;
	border: 1px solid #999999;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;
	overflow: hidden;
}

#practicetime th,
#practicetime td {
	padding: 4px 0px 2px 0px;
  font-weight:normal;
  text-align:left;
	vertical-align: middle;
	text-align: center !important;
}
	
#practicetime th {
	width: 23%;
	background:#FFFCDB;
}

#practicetime td {
	width: 11%;
}

#practicetime span {
	font-size: 15px;
	line-height: 1.2;
}

#practicetime table tbody th,
#practicetime table tbody td {
	border-bottom: 1px solid #999999;
}

#practicetime table thead td {
	border-left: dotted 1px #FFF;
}

#practicetime table thead,
#practicetime table thead th {
	background-color: #0092D8;
	color: #FFF;
}

#practicetime table thead th + th,
#practicetime table tbody td {
	border-left: 1px solid #999999;
}
#practicetime table tbody tr:last-child th,
#practicetime table tbody tr:last-child td {
	border-bottom: none;
}

#practicetime table tbody td {
	font-weight: bold;
}

.captionred {
	font-size: 9px;
	color: #E95513;
	line-height: 1.2;
}


.oshirase_text {
      padding-top:10px;
      padding-right:15px;
      height: 500px;
      width: 440px;
      overflow-y: scroll;
}

.oshirase_text_midashi1 {
  font-weight:bold;
  font-size:15px;
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #F3FFD8;/*背景色*/
}

.schedule_text {
      padding-top:10px;
      padding-right:15px;
      height: 500px;
      width: 440px;
      overflow-y: scroll;
}

.schedule_text_midashi1 {
  font-weight:bold;
  font-size:14px;
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #CEF9DC;/*背景色*/
  border-left: solid 5px #008000;/*左線（実線 太さ 色）*/
}

.schedule_text_midashi2 {
  font-weight:bold;
  font-size:14px;
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #D9E5FF;/*背景色*/
  border-left: solid 5px #005FFF;/*左線（実線 太さ 色）*/
}

.schedule_text_midashi3 {
  font-weight:bold;
  font-size:14px;
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #FFD5EC;/*背景色*/
  border-left: solid 5px #FF1A6F;/*左線（実線 太さ 色）*/
}
