﻿/* 月間カレンダー */
TABLE.calTitle{
	width:100%;
	margin:30px auto 25px auto;
}
TABLE.cal{
	width:100%;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
}
TABLE.cal th{
	text-align:center;
	font-weight:bold;
	padding: 3px;
	border:1px solid #CCCCCC;
	line-height:1.4;
    width:14%;
}
TABLE.cal td{
	padding: 2px 7px;
	border:1px solid #CCCCCC;
	line-height:1.2;
    width:14%;
}
TABLE.cal td p
{
	margin:5px 0;
}

TABLE.cal th.sunCss
{
	/* ※背景色は色別CSSで定義 */
}
TABLE.cal th.normalCss
{
	/* ※背景色は色別CSSで定義 */
}
TABLE.cal th.satCss
{
	/* ※背景色は色別CSSで定義 */
}
td.style1
{
	/* ※背景色は色別CSSで定義 */
}
td.style2
{
	/* ※背景色は色別CSSで定義 */
}
tr.style1
{
	/* ※背景色は色別CSSで定義 */
}

/* 地区の説明 */
.calrecycle_areaChange
{
	width:100%;
	margin:0 0 0 0;
	padding:5px 0 5px 0;
	/* ※背景色は色別CSSで定義 */
}

.calrecycle_areaChange select
{
	font-size:0.8em;
    max-width:99%;
}

.calrecycle_area
{
	width:100%;
	margin:0 0 20px 0;
	padding:10px 0;
	/* ※背景色は色別CSSで定義 */
}
.calrecycle_areaL
{
    width:99%;
	text-align:center;
	font-weight:bold;
	margin:5px auto 0px auto;
    padding:0px;
    border: 1px solid #cccccc;
}
.calrecycle_areaR
{
    width:99%;
	text-align:left;
	margin:0px auto 0px auto;
    padding:0px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.calrecycle_areaL .shosai, .calrecycle_areaR .shosai
{
    width:98%;
	margin:0px auto 0px auto;
    padding:3px 0px;
}

/* ごみ分類説明テーブル */
.calrecycle_bun
{
	border:1px solid #CCCCCC;
	margin:0px auto 10px auto;
	width:100%;
}
.calrecycle_bun .td_label
{
	/* ※背景色は色別CSSで定義 */
	padding:5px 0px 5px 7px;
	width:25%;
	border:1px solid #CCCCCC;
}
.calrecycle_bun .td_text
{
	/* ※背景色は色別CSSで定義 */
	padding:5px 0px 5px 7px;
	width:70%;
	border:1px solid #CCCCCC;
}


/* データ */
.calrecycle_bikoDiv
{
	/* ※文字色は色別CSSで定義 */
	font-size:0.8em;
	font-weight:bold;
	width:99%
}
.calrecycle_data
{
	/* ※文字色は色別CSSで定義 */
	font-weight:bold;
	font-size:0.8em;
	line-height:120%
}
.calrecycle_mark
{
	/* ※文字色は色別CSSで定義 */
	width:100%;
	text-align:right;
	font-size:0.8em;
	margin:0px;
	padding:0px
}


