* {
	box-sizing: border-box;
}

main .info {
	/*position: relative;*/
}

.calendar {
	margin-bottom: 20px;
}

div.cal_wrapper {
	/*background: #EF6D70;*/
	padding: 10px 0px;
	margin-bottom: 10px;
	width: 100%;
}

div.cal_wrapper table {
	width: 100%;
}
div.schedule_wrapper {
	padding: 10px 0px;
	/*width: 310px;*/
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 5px;
	/*box-shadow: 1px 1px 3px #666;*/
}
main div.schedule_wrapper h4 {
	border-left: none;
	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 ul {
	list-style: none;
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ul li {
	padding: 5px 10px 0px 0px;
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ul li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	/*font-size: 12px;*/
	font-size: 18px;
}

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;*/
	font-size: 14px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #ccc;
}
div.cal_wrapper table.cal tr td {
	/*font-size: 10px;*/
	font-size: 14px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #fff;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #699;
}

div.cal_wrapper table.cal tr td div {
	position: relative;
	/*padding: 5px 15px;*/
	padding: 5px;
	/*font-size: 10px;*/
	font-size: 16px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: -45px;
	left: -5px;
	width: 180px;
	/*border: solid 1px #333;*/
	background-color: #A1CFCF;
	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 span::after {
	content: "";
	border: 10px solid transparent;
	border-top: 10px solid #A1CFCF;
	position: absolute;
	left: 15px;
	bottom: -20px;
}

/* ˆÈ‰ºAƒNƒ‰ƒXŽw’è‚µ‚½•”•ª‚Ìcss */
/*“y—j“ú*/
div.cal_wrapper table.cal tr td div.Sat {
	color: #00F;
}

/*“ú—j“ú*/
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
}

/*¡“ú*/
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}

div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}

/*‹xŠÙ“ú*/
div.cal_wrapper table.cal tr td div.Closed {
	font-weight: bolder;
	color: #333;
	background-color: #F18297;
}

/*jÕ“ú*/
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #F00;
	/*background-color: #FEE;*/
}

div.cal_wrapper table.cal tr td div.event {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}

/*ð“úˆÈ‘O*/
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: #F9B7B8;
}


/***********************************/
/*768px`*/
/***********************************/
@media print, screen and (min-width: 768px ){
	.calendar.current {
		float: left;
        margin-bottom: 5px;
		width: 48%;
    }
	.calendar.next {
		float: right;
        margin-bottom: 5px;
		width: 48%;
    }
	
	
}

