@charset "shift_jis";

@import url(../css/general.css);
@import url(../css/basic.css);

/* ====================================================================

   Style Info: 休日・夜間輪番薬局
 
==================================================================== */

#rinban {
	width:640px;
	margin:0 auto;
	text-align:center;
	}


/* 月・印刷ボタン
--------------------------------- */

#rinban_title {
	width:640px;
	margin:0 auto;
	padding:22px 0 15px 0;
	text-align:left;
	}

#rinban_title h2 {
	width:460px;
	float:left;
	padding-top:6px;
	color:#0064a5;
	}

#rinban_title p { width:160px; float:right; }

#pri_info { padding-bottom:15px; text-align:left; }


/* テーブル
--------------------------------- */

#rinban table {
	width:640px;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
	text-align:left;
	}

#rinban td {
	border-left:1px solid #65aaed;
	border-right:1px solid #65aaed;
	border-bottom:1px solid #65aaed;
	empty-cells:show;
	padding:4px 8px;
	}

#rinban th {
	border-right:1px solid #fff;
	background-color:#5195d6;
	color:#fff;
	text-align:center;
	font-weight:normal;
	padding:4px 8px;
	}

/* 日曜・祝日 */
.week0 { color:#e63c41; }
.week1 { color:#2369e1; }

