@charset "utf-8";



    div#calendar {
        margin: 20px 0;
        padding-bottom: 1px;
        width: 266px;
        background: #fff;
    }

    div.cal_sub_title {
        padding: 10px 10px 5px 10px;
        font-size: 12px;
    }
    div.cal_sub_title span#saturday {
        font-weight: bold;
        color: #0066cc;
    }

    div#eigyoubi_tokyo {
        font-size: 12px;
		line-height:160%;
        padding: 5px 10px;
    }
	
	div#eigyoubi_tokyo span {
		color:#DE5807;
		font-size:16px;
	}
	
	div#eigyoubi_tokyo small {
		font-size:10px;
	}

    table.calendar {
        margin: 5px auto 20px auto;
        background: #eeeeee;
        border-collapse: collapse;
    }
    table.calendar caption {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }
    table.calendar tr th {
        padding: 7px 10px;
        border-top: 2px solid #f9f9f9;
        font-size: 10px;
        background: #ffffff;
    }
    table.calendar tr td {
        padding: 7px 10px;
        font-size: 10px;
        border: 2px solid #eeeeee;
        text-align: center;
        background: #f9f9f9;
    }
    table.calendar tr td.weekday, table.calendar tr td.saturday {
        background: #ffffff;
    }
    table.calendar tr td.holiday {
        color: #ffffff;
        background: #df5807;
    }

