#indexmain .calendar .calendar_area #calendar {
	margin-bottom: 10px;
}
#indexmain .calendar .data_area ul li .stock_number {
	float: left;
	font-family: "HelveticaNeueMedium", 微軟正黑體;
	padding-right: 10px;
	min-width: 30px;
}
.responsive-calendar .controls {
	text-align: center;
}
.responsive-calendar .controls a {
	cursor: pointer;
}
.responsive-calendar .controls h4 {
	display: inline;
	color: #333333;
}
.responsive-calendar .day-headers {
	clear: both;
	padding: 10px 0;
}
.responsive-calendar .day-headers, .responsive-calendar .days {
	font-size: 0;
}
.responsive-calendar .days {
	background: #ffefaf;
	margin-bottom: 10px;
}
.responsive-calendar .day {
	display: inline-block;
	position: relative;
	font-size: 14px;
	width: 14.285714285714286%;
	text-align: center;
}
.responsive-calendar .day a {
	color: #333333;
	display: block;
	cursor: pointer;
	padding: 14px 0;
}
.responsive-calendar .day a:hover {
	background: #ffffff;
	text-decoration: none;
}
.responsive-calendar .day.today a {
	background: #ffffff;
}
.responsive-calendar .day.header {
	border-bottom: 1px gray solid;
	font-family: "HelveticaNeueMedium", 微軟正黑體;
}
.responsive-calendar .day.active a {
	color: #333333;
}
.responsive-calendar .day.active a:hover {
	background: #dfdbcf;
	color: #333333;
}
.responsive-calendar .day.active .not-current {
	background: #8fcaef;
	color: #ffffff;
}
.responsive-calendar .day.active .not-current:hover {
	background: #bcdff5;
}
.responsive-calendar .day.not-current a {
	color: #c17900;
}
.responsive-calendar .day .badge {
	border-radius: 50%;
	background: #f5f6f7;
	top: 3px;
	color: #333333;
	right: 3px;
	font-size: 11px;
	padding: 1px 5px;
	font-weight: 400;
	font-family: "HelveticaNeueMedium", 微軟正黑體;
	position: absolute;
}
.responsive-calendar hr {
	border: none;
}
.responsive-calendar hr:before {
	display: none;
}
.responsive-calendar .day .badge.note {
	top: 0px;
	right: 0px;
	padding: 1px 9px;
	position: relative;
	margin-right: 5px;
}
.responsive-calendar .day .badge {
	border-radius: 50%;
	background: #f5a623;
	top: 3px;
	color: #333333;
	right: 3px;
	font-size: 11px;
	padding: 1px 5px;
	font-weight: 400;
	font-family: "HelveticaNeueMedium", 微軟正黑體;
}
#indexmain .calendar .data_area {
	background: #dfdbcf;
	color: #333333;
	padding: 7px 10px;
	margin-bottom: 16px;
	overflow-y: scroll;
	height: 90px;
	min-height: 90px;
	text-align: center;
}
#indexmain .calendar .data_area table {
	border-bottom: none;
}
#indexmain .calendar .data_area .date {
	font-weight: 700;
}
#indexmain .calendar .data_area tr td {
	font-size: 14px;
	text-align: left;
}
#indexmain .calendar .data_area ul li {
	padding: 0 0 5px 0;
	font-size: 14px;
	border-bottom: 1px dotted #aaa289;
	margin-bottom: 5px;
}
#indexmain .calendar .data_area ul li .event_icon {
	float: left;
	font-family: "HelveticaNeueMedium", 微軟正黑體;
	padding-right: 10px;
	min-width: 30px;
}
#indexmain .calendar .data_area ul li .txt {
	display: table-cell;
}
#indexmain .calendar h2 a.button {
	background: none;
	float: right;
	text-align: right;
	border: none;
	margin-top: -2px;
}
#indexmain .btn-primary {
	display: inline-block;
	background: #ffcc0a;
	border: #e4b709 1px solid;
	padding: 7px 9px;
}
@media (max-width: 767px) {
#indexmain .responsive-calendar .day .badge {
	right: -3px;
}
#indexmain .calendar h2 {
	overflow: hidden;
}
#indexmain .calendar h2 a.button {
	background: none;
	float: right;
	text-align: right;
	border: none;
	margin-top: 0;
	padding: 0;
	min-width: inherit;
	width: initial;
	color: #0675c2;
}
}
