@charset "utf-8";

/* 基本
--------------------------------------------------*/
h1 {
	font-size: 92%;
}

h2, h3, h4, h5, h6, p, li, dt, dd, th, td, blockquote, address {
	font-size: 82%;
	}

#main table li {
	font-size: 100%;
}

#main table p {
	font-size: 100%;
}

#main input, #main textarea, #main select {
	font-size: 100%;
	}



/* フォントサイズボタン
--------------------------------------------------*/

#fontsize li#fontsize-s a { width: 21px; background-position: 0px 0px; margin: 0 1px 0 0; }
#fontsize li#fontsize-m a { width: 40px; background-position: -22px -21px; margin: 0 1px 0 0; }
#fontsize li#fontsize-l a { width: 21px; background-position: -63px 0px; margin: 0; }



/* パンくずリスト
--------------------------------------------------*/

#pan li {
	font-size: 65%;
}

#pan li li {
	font-size: 100%;
}



/* メインコンテンツ
--------------------------------------------------*/

/*ホーム*/
.today strong {
	font-size: 160%;
}

#page-home .timetable dd {
	font-size: 100%;
}

#page-home .timetable-time dd {
	font-size: 100%;
}

#page-home .timetable-time dd span {
	font-size: 82%;
}

.diagnosis-section h3 {
	font-size: 90%;
}

/*カレンダー（ホーム・診察カレンダー）*/
#top-unit-calendar th,
#page-calendar .box-calendar table th {
	font-size: 100%;
}

#top-unit-calendar td,
#page-calendar .box-calendar table td {
	font-size: 100%;
}

#page-home #top-unit-calendar table.calendar-sign th,
#page-home #top-unit-calendar table.calendar-sign td {
	font-size: 82%;
}

#page-calendar #main .calendar-sign th,
#page-calendar #main .calendar-sign td {
	font-size: 100%;
}

/*院内案内*/
#main table.table-weekly th,
#main table.table-weekly td {
	font-size: 100%;
}

#main table.table-day th,
#main table.table-day td {
	font-size: 100%;
}

#main table.table-weekly span,
#main table.table-day span {
	font-size: 82%;
}

.attention-holiday {
	font-size: 100%;
}

/*診察カレンダー*/
#main .calendar-sign li {
	font-size: 100%;
}

/*汎用*/
#main h2 {
	font-size: 110%;
}

#main h3 {
	font-size: 90%;
}

#main blockquote {
	font-size: 72%;
}




/* サイドバー
--------------------------------------------------*/

#sidebar .timetable dd {
	font-size: 100%;
}

#sidebar .timetable-time dd {
	font-size: 100%;
}

#sidebar .timetable-time dd span {
	font-size: 82%;
}



/* フッター
--------------------------------------------------*/

#copy {
	font-size: 65%;
}


