div.cal_wrapper {
	padding: 10px 0px;
	display: inline-block;
	margin: 0 20px;
    vertical-align: top;
}
div.schedule_wrapper {
	padding: 10px 0px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	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 {
	background: #eaae46;
	color: #ffffff;
	padding: 3px 0;
    font-size: 14px;
    font-weight: normal;
}
div.cal_wrapper table.cal {
	border-collapse:collapse;
    width: 200px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
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-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 20px;
	font-size: 11px;
    line-height: 1.5;
	background: #ffffff;
}
div.cal_wrapper table.cal tr.headline td {
    background-color: #f3f3f3;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding: 5px 2px;
    width: 20px;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	text-align: center;
	background-color: #FFF;
    padding: 5px 2px;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	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.Fri,
div.cal_wrapper table.cal tr td div.Sat,
div.cal_wrapper table.cal tr td div.sale{
	background-color: #e0f8de;
}
div.cal_wrapper table.cal tr td div.Sun {
	background-color: #fdebed;
	color: #ef6c79;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
	color: #ef6c79;
	background-color: #fdebed;
}
div.cal_wrapper table.cal tr td div.Birthday {
	background-color: #fdebed;
	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;*/
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
div.cal_wrapper {
 	width: 100%;
}
div.cal_wrapper table.cal {
 	width: 80%;
 	margin: 0 auto;
}
div.cal_wrapper table.cal tr td {
 	font-size: 12px;
}
}