#sche_disp{
	margin:10px 0 0 -1px;
	position:relative;
	border:1px solid #bebebf;
	padding:0 0 10px;
}
div.cal_wrapper {
/* pom*/
	margin:auto;
    position: relative;
}
table.cal {
    width: 100%;
}
div.schedule_wrapper {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #666;
    padding: 0px 0;
}
div.schedule_wrapper h3 {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
}
div.schedule_wrapper div.schedule_list {
    margin: 0;
    padding: 0 10px;
}
div.schedule_wrapper div.schedule_list ol {
    border-top: 1px solid #ccc;
    margin: 5px auto;
    padding: 0;
}
div.schedule_wrapper div.schedule_list ol li {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 0 30px;
    padding: 5px 10px 0 0;
}
div.schedule_wrapper div.schedule_list ol li:hover {
    text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
    color: #000;
	font-weight:bold;
    font-size: 15px;
    margin: 0;
    height:40px;
    line-height:40px;
    cursor:pointer;
	padding:0 0 0 10px;
	text-align:left;
}
div.cal_wrapper table.cal tr th div.cal_ui {
/*??*/
	position: relative;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
    /*height:0;*/
    /*padding:10px 0 0 0;*/
    overflow:hidden;
    border-style: none;
    background-color: transparent;
    position:absolute;
    /*top:10px;*/
    
    /*top edit*/
    background-position: center;
    top:5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    /*top edit*/
 }
 div.cal_wrapper table.cal tr th div.cal_ui input:first-child{
    background-image:url(../../index/images/cal_arrow_l.png);
    background-repeat:no-repeat;
    /*left:50px;*/
    /*top edit*/
    left:140px;
    /*top edit*/
}
div.cal_wrapper table.cal tr th div.cal_ui input:last-child{
    background-image:url(../../index/images/cal_arrow_r.png);
    background-repeat:no-repeat;
    /*right:50px;*/
    /*top edit*/
    right:10px;
    /*top edit*/
}
div.cal_wrapper table.cal tr th div.cal_ui p{
    overflow:hidden;
    border-style: none;
    background-color: transparent;
    position:absolute;
    background-position: center;
    width: 30px;
    height: 30px;
	background-image:url(../../index/images/cal_stop.png);
	background-repeat:no-repeat;
    top:6px;
	right:30px;
}
div.cal_wrapper table.cal tr td {
	color:#222222;
	width:33px;
}
div.cal_wrapper table.cal tr td {
    text-align: center;
}
div.cal_wrapper table.cal tr.headline td {
	height:40px;
    line-height:15px !important;
    width:33px;
	padding:0;
	color:#000;
	font-size:14px;
	background-color:#eaebeb;
}
div.cal_wrapper table.cal tr.headline {
}
div.cal_wrapper table.cal tr td div {
    position: relative;
    text-align: center;
	height:27px; /*pom*/
	font-size:14px;
	line-height:27px; /*pom*/
}
div.cal_wrapper table.cal tr td div span {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px #666;
    color: #000;
    display: none;
    font-weight: normal;
    left: 0;
    line-height: 1.5em;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 180px;
    z-index: 10;
}
div.cal_wrapper table.cal tr td div.Sat,.cal_wrapper table.cal tr.headline td:last-child {
    color: #00f;
}
div.cal_wrapper table.cal tr td div.Sun,div.cal_wrapper table.cal tr.headline td:first-child {
    color: #f00;
}
div.cal_wrapper table.cal tr td div.Today {
	color:#000 !important;
	font-weight:bold;
}
div.cal_wrapper table.cal tr td div.Deli {
    background-color: #efe;
}
div.cal_wrapper table.cal tr td div.Holyday {
    color: #f00;
    font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.event{
    position:relative;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url(../../index/images/event.png);
    color: #000000;
}
div.cal_wrapper table.cal tr td div.off,
div.cal_wrapper table.cal tr td div.off_week{ 
    position:relative;
    background-repeat:no-repeat;
    background-position:center;
    /*color: #888888;*/
	background-color:#f845a9;
	color:#FFF;
}
/*div.cal_wrapper table.cal tr td div.off{ 
    position:relative;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url(../../index/images/off.png);
    color: #888888;
}*/
div.cal_wrapper table.cal tr td div.off_non{
	background-color:#70c5ee;
	color:#FFF;
}
div.cal_wrapper table.cal tr td div.rinjioff {
    background-color: #ffe298;
    color: #666;
}
div.cal_wrapper table.cal tr td div.backward {
    /*color: #888888;*/
}
div.cal_wrapper table.cal tr td div.pointer {
    cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
}

/*top edit*/
div.cal_wrapper table.cal tr td div.no_memo:hover span{
    display: none !important;
}
div.cal_wrapper table.cal tr td div.off_non,
div.cal_wrapper table.cal tr td div.off_week{
    cursor: inherit;
}
div.cal_wrapper table.cal tr td div.off_non:hover,
div.cal_wrapper table.cal tr td div.off_week:hover{
}
div.cal_wrapper table.cal tr td div.off_non:hover span,
div.cal_wrapper table.cal tr td div.off_week:hover span{
    display: none !important;
}
div.cal_wrapper table.cal tr td div.off_non.off_week{
    background-image: none;
    cursor: pointer;
}
div.cal_wrapper table.cal tr td div.off_non.off_week:hover{
}
div.cal_wrapper table.cal tr td div.off_non.off_week:hover span{
    display: block !important;
}
div.cal_wrapper table.cal tr td div.off_non.off_week.no_memo:hover span{
    display: none !important;
}
div.cal_wrapper table.cal tr td div.backward.off_non.off_week {
    /*color: #888888;*/
}
/*top edit*/

.dayoff, .eventday, .kyuugyoubi {
    display: inline-block;
    height: 12px;
    list-style-type: none;
    margin-left: 12px;
    margin-right: 8px;
    width: 12px;
}
div.cal_wrapper table.cal tr td div.back {
    color: #ccc;
}
.dayoff {
    background-color: #e1fffc;
    color: #ccc;
}
.eventday {
    background-color: #3cf;
    border-radius: 25px;
    color: #fff;
}
.kyuugyoubi {
    background-color: #ffe298;
}
#caltext p {
    font-size: 0.8em;
    margin-bottom: 0;
    margin-top: 5px;

    text-align: center;
}
#caltext ul {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
#caltext ul li {
    display: inline;
    font-size: 0.7em;
    list-style-type: none;
}
.abouttiekyubi {
    margin-bottom: 12px;
    margin-top: 12px;
    text-align: center;
}
.abouttiekyubi a {
    color: #00b7f3;
    font: 0.8em "ƒƒCƒŠƒI",Meiryo,Osaka,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
}