@charset "utf-8";
/* CSS Document */

#calendar-wrap{
	margin-bottom: 10px;	
	padding:5px 0;
}
#calendar-wrap h1{
	color: #09C;
	text-align: left;
	font-size: 36px;
	margin:  0;
	padding: 10px;
	border-bottom:1px solid #ccc;
}

#calendar-wrap h1 .arrow{ float:right; font-size:20px;}
.month{ background:#F90; border-radius:5px; padding:5px; color:#fff;}
.month a:{ color:#fff}
.year{ background:#06F; border-radius:5px; padding:5px; color:#fff;}

#calendar {
	width: 100%;
	background-color: #FFFFFF;
}
#calendar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#calendar li {
	display: block;
	float: left;
	width: 14.342%;
	padding: 10px;
	box-sizing: border-box;
    border: 1px solid #ccc;
	margin-right: -1px;
	margin-bottom: -1px;
}

#calendar ul.weekdays li:first-child {
	color:#FF0;
}

#calendar ul.weekdays li:last-of-type {
color:#FF0
}


#calendar .days li:first-child {
	background:#FFEEF7
}

#calendar .days li:last-of-type {
background:#FFEEF7
}

#calendar ul.weekdays {
	height: 60px;
	background-color:#39C;
}
#calendar ul.weekdays li {
	text-align: center;
	text-transform: uppercase;
	border: none !important;
	padding: 20px 6px;
	color:#fff;
	font-size: 18px;
	font-weight:bold;
}
#calendar .days li {
	height: 180px;
}
#calendar .date:hover {
	/*background-color: #EEE;*/
	color:#399;
}
#calendar .date {
	text-align: center;
	color: #000;
	font-family: Arial;
	line-height: 25px;
	margin:0 auto;
}
#calendar .event a{
	text-decoration: none;
	color: #fff;
	background:#36C;
	border-radius:50px;
	font-size: 15px;
	padding:1px 2px;
	text-align:center;
	display:block;
	margin-bottom:1px;
}
#calendar  a.event{
display:block;
line-height:1.1;
margin-bottom: 5px;
background:#36C;
}


#calendar .event a:hover{
	text-decoration:underline;

}


#calendar .event-desc {
	margin-right: 0;
	margin-left: 0;
	text-decoration: none;
	font-size: 15px;
	color: #F50000;
	font-weight: 500;
}
#calendar .other-month {
	background: #f5f5f5;
	color: #666;
	z-index:99;
}

@media(max-width: 1000px) {
#calendar .weekdays, #calendar .other-month {
	display: none;
}
#calendar li {
	height: auto !important;
	padding: 2px;
	margin-bottom: -1px;
}
#calendar .date {
	float: none;
	
}
#calendar .days li {
	background-color: hsla(0,0%,100%,0.80);
	min-height: 200px;
}

#calendar .event {
	text-decoration: none;
	color: #999;
	line-height: 25px;
	margin:0 auto;
	text-align:center;
	margin-bottom: 5px;
}
}


@media(max-width: 640px) {
#calendar li {
	display: block;
	float: left;
	width:100%;
	padding: 10px;
	box-sizing: border-box;
    border: 1px solid #ccc;
	margin-right: -1px;
	margin-bottom: -1px;
}


#calendar .days li {
	min-height: 80px;
}


#calendar .date {
	text-align: center;
	color: #fff;
	font-weight:600;
	background:#6CF

}
}

.titleArea {
  clear: both;
}
.titleArea .showTitle {
  text-align: left;
}
.titleArea .showTitle:after {
  margin-left: 0;
}
.titleArea .btn-fb {
  /*fb*/
  float: left;
}
.titleArea a.back {
  /*回上頁*/
  float: right;
  display: block;
  margin-left: 5px;
  font-size: 10pt;
  color: #06F;
  cursor: pointer;
}


.showTitle {
  /*文章標題*/
  clear: both;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
  color: #000;
  font-size: 20px;
  text-align: center;
}
.showTitle:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 47px;
  height: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #eb2935;
}

.newIcon {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  letter-spacing: .05em;
  color: #fff;
  background-color: #1dc1dd;
  margin-right:10px;
}

.tagDateBox {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
}
.tagDateBox .date {
  color: #575757;
  font-family: "Lato";
  border-left: 1px solid #d8d8d8;
  padding-left: 12px;
}		
.titleArea {
  clear: both;
  padding:20px 0 0 0;
}
.titleArea .showTitle {
  text-align: left;
}
.titleArea .showTitle:after {
  margin-left: 0;
}
.titleArea .btn-fb {
  /*fb*/
  float: left;
}
.titleArea a.back {
  /*回上頁*/
  float: right;
  display: block;
  margin-left: 5px;
  font-size: 10pt;
  color: #06F;
  cursor: pointer;
}