#cal_main {
	width: 100%;
	background-color: #FFF;
	margin: 0 auto 0 auto;
	padding: 0 0 0 15px;
}

@media screen and (min-width: 900px) {
#cal_box {width: 650px; float: left; margin: 0 auto 0 auto;}
}

div.cal_wrapper {
	width: 100%;
	padding: 10px 0px;
}

@media only screen and (max-width: 1024px) {
#cal_01 {width: 100%; float: left; margin: 0 50px 0 auto;}
#cal_02 {width: 100%; float: left; margin: 0 auto 0 auto;}
}

@media screen and (min-width: 900px) {
#cal_01 {width: 50%; float: left;}
#cal_02 {width: 50%; float: left;}
}

@media screen and (max-width: 738px) {
#cal_01 {width: 90%; float: left; margin: 0 auto 0 auto;}
#cal_02 {width: 90%; float: left; margin: 0 auto 0 auto;}
}


.cal_pink {
	color: #F3E1E1;
	padding: 0 10px 0 10px;
}

div.schedule_wrapper {
	padding: 10px 0px;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}

#schedule_wrapper_01 {width: 90%;
	float: left;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 13px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 12px;
}

/* 前・次月ボタン */
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
	width: 100px;
	font-size: 5px;
}

div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}

/* 曜日文字設定 */
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666;
}

/* 曜日BG */
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}

/* 日付設定 */

@media screen and (min-width: 739px) {
div.cal_wrapper table.cal tr td div {
	position: relative;
	width: 40px;
	padding: 0px 20% 0px 20%;
	font-size: 10px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;}
}

@media screen and (max-width: 738px) {
div.cal_wrapper table.cal tr td div {
	position: relative;
	width: 30px;
	padding: 0px 10% 0px 10%;
	font-size: 10px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
}
}

div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	width: 300px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

/* 以下、クラス指定するとき */

div.cal_wrapper table.cal tr td div.Sat {
	color: #4682b4;
	background-color: #F3E1E1;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #996666;
	background-color: #F3E1E1;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
	background-color: #F3E1F3;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #f5deb3;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #996666;
	background-color: #F3E1E1;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}