/* 営業カレンダー用スタイルシート */

/* 定休日がある場合、ここで背景色を設定します */
/* 火曜 */
.t_tuesday {background-color:#fcc;}


/* 臨時休業日の背景色を指定します*/
.t_TC_wednesday
{ background-color:#FFF58F; }


/* カレンダー全体の設定 */
.calendartable
{ margin:0 auto; color:#2F4F4F;  background-color:#fff; font-size:10px; line-height:12px; text-align:center; }

/* TDの余白と配置 */
.calendartable td { padding:0px;text-align:center;}

/* 年月の文字サイズ */
.year{font-size:12px !important;}
 
/* 各曜日の文字色 */
/* 火曜 */
.t_tuesday { color:#2F4F4F; }
/* 水曜 */
.t_TC_wednesday { color:#2F4F4F; }

/* カレンダー下の文章 */
/* 「□ … 定休日」と書かれている部分の「□」に該当する箇所 */
.TC{ color:#FFF0F5; }

/* 「□ … 定休日」と書かれている部分の「 … 定休日」に該当する箇所 */
.TC_text{ background-color:#fff; color:#2F4F4F; font-size:10px; }

 /*  Limeの線で囲まれる。*/
.t_tuesday, .t_TC_wednesday { border:1px solid #0D8FE1; }

#shopannnai {margin:0; padding:0 10px;}
.eigyoubi { background:url(../images/calmark_1.gif) no-repeat left center;}
.calsitsuke { background:url(../images/calmark_2.gif) no-repeat left center;}
.eigyoubi, .calsitsuke {font-size:10px; font-weight:normal; text-align:left; margin:0; padding-left:10px; line-height:14px; border:none;}

#cal { margin:0 auto; text-align:center; border-bottom:1px solid #000159; width:150px;}

.tsuki {font-size:12px; text-align:center; margin:4px 0 0 0; padding-bottom:4px 0 0 0; line-height:1.1em; border-bottom:1px solid #ccc;}

#cal .caltable {font-size:1em; text-align:center; margin:0 auto; border:none; width:150px;}

#cal table.calendartable { margin:0 auto; text-align:center;}