@charset "UTF-8";






/* ピックアップ表示(差分) */
.pickupsection{
	margin: 0 !important;
}


/* ID表示モード */
#ExhibitMain{
	background-color: #FFF;
	border: #C9C9C9 1px solid;
	border-radius: 3px;
	padding: 20px;
}
#ExhibitMain header{
	display: block;
	overflow: hidden;
}
#ExhibitMain header .aftermainphoto{
	margin-left: 420px;
}
.msie8e #ExhibitMain header .aftermainphoto{
	/*margin-left: 0;*/
	max-width: 478px;
	/*float: right;*/
}
#ExhibitMain header p.mainphoto{
	max-width: 400px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	float: left;
	overflow: hidden;
	margin: 0 20px 0 0;
}
#ExhibitMain header p.mainphoto img{
	/*opacity: 0.5;*/
	vertical-align: top;
	height: auto;
	width: 100%;
	border-radius: 4px;
}
@media only screen and (max-width:768px){
	#ExhibitMain header .aftermainphoto{
		margin-left: 0;
	}
	#ExhibitMain header p.mainphoto{
		clear: both;
		max-width: 100%;
		float: none;
		margin: 0 0 12px;
	}
	#ExhibitMain header p.mainphoto img{
		height: 240px;
		width: auto;
	}
}
@media only screen and (max-width:568px){
	#ExhibitMain{
		padding: 9px;
	}
	#ExhibitMain header p.mainphoto img{
		height: auto;
		width: 100%;
	}
}
#ExhibitMain.fullwidth header .aftermainphoto{
	margin-left: 0;
}
#ExhibitMain.fullwidth header p.mainphoto{
	max-width: 100%;
	float: none;
	margin: 0 0 12px;
}
#ExhibitMain.fullwidth header p.mainphoto img{
	height: auto;
	width: 100%;
}

#ExhibitMain header h3{
	margin: 0;
	color: #00868C;
	font-size: 19px;
	line-height: 2.05263157894737;
	font-weight: normal;
}
#ExhibitMain header h3 small{
	display: block;
	font-size: 14px;
}
#ExhibitMain header h3 a{
	display: block;
	color: inherit !important;
	text-decoration: none !important;
	background-color: transparent !important;
}
#ExhibitMain header p{
	margin: 1em 0;
	font-size: 14px;
}
#ExhibitMain header p small{
	display: inline-block;
	vertical-align: top;
	background-color: #FFF;
	border: #C9C9C9 1px solid;
	border-radius: 3px;
	padding: 1px 4px;
}

/* 展示状態(差分) */
#ExhibitMain header p.nowopen,
#ExhibitMain header p.nowclosed{
	margin: 0;
	font-size: 16px;
}
@media only screen and (max-width:568px){
	#ExhibitMain header p.nowopen,
	#ExhibitMain header p.nowclosed{
		font-size: 13px;
	}
}

#ExhibitMain dl{
	display: block;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px dashed #7F7F7F;
	line-height: 1.6;
	clear: both;
}
#ExhibitMain dt{
	border-top: 1px dashed #7F7F7F;
	white-space: nowrap;
	padding: 0.5em 1em 0;
}
#ExhibitMain dd{
	padding: 0 1em 0.5em 8em;
	margin: 0;
}
#ExhibitMain dt + dd{
	margin: -1.6em 0 0;
}
@media only screen and (max-width:768px){
	#ExhibitMain dt{
		padding: 0.5em;
	}
	#ExhibitMain dd{
		padding: 0 0.5em 0.5em;
		margin: 0 !important;
	}
}

.exhibitGenres span{
	display: inline-block;
	vertical-align: top;
	border: 1px #C9C9C9 solid;
	background-color: #F2F2F2;
	padding: 0 1em;
	margin-right: 1em;
	border-radius: 4px;
}

/* サムネール(通常) */
.exhibitthumbnails{
	overflow: hidden;
	margin: 0;
}
.exhibitthumbnails a{
	color: inherit !important;
	text-decoration: none !important;
}
.exhibitthumbnails p{
	margin: 16px 0 0;
	vertical-align: top;
	overflow: hidden;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.exhibitthumbnails .thumbs{
	display: block;
	vertical-align: top;
}
.exhibitthumbnails .thumbs img{
	vertical-align: top;
	width: 100%;
	height: auto;
}
.exhibitthumbnails .caption{
	display: block;
	padding: 6px 0 0;
	font-size: 12px;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* サムネール(高さ固定) */
.exhibitthumbnails.layouthorizontal{
	text-align: center;
	height: 196px;
}
.exhibitthumbnails.layouthorizontal p{
	display: inline-block;
	margin: 16px 4px 0;
}
.exhibitthumbnails.layouthorizontal .thumbs img{
	vertical-align: top;
	width: auto;
	height: 180px;
	width: auto;
}
.exhibitthumbnails.layouthorizontal .caption{
	display: none;
}
@media only screen and (max-width:568px){
	.exhibitthumbnails.layouthorizontal{
		height: 96px;
	}
	.exhibitthumbnails.layouthorizontal .thumbs img{
		height: 80px;
	}
}

/* サムネール(縦) */
.exhibitthumbnails.layoutvertical{
	height: auto;
	text-align: left;
}
.exhibitthumbnails.layoutvertical p{
	display: block;
}
.exhibitthumbnails.layoutvertical .thumbs{
	width: 40%;
	float: left;
}
.exhibitthumbnails.layoutvertical .thumbs img{
	width: 100%;
	height: auto;
}
.exhibitthumbnails.layoutvertical .caption{
	width: 60%;
	float: left;
	padding: 0 0 0 0.5em;
}
@media only screen and (max-width:568px){
	.exhibitthumbnails.layoutvertical .thumbs{
		width: 100%;
		float: none;
	}
	.exhibitthumbnails.layoutvertical .caption{
		width: 100%;
		float: none;
		padding: 6px 0 0;
	}
}

/* サムネール(画像大きめ) */
.exhibitthumbnails.layoutverticalbigphoto{
	height: auto;
	text-align: left;
}
.exhibitthumbnails.layoutverticalbigphoto p{
	display: block;
}
.exhibitthumbnails.layoutverticalbigphoto .thumbs{
	width: 60%;
	float: left;
}
.exhibitthumbnails.layoutverticalbigphoto .caption{
	width: 40%;
	float: left;
	padding: 0 0 0 0.5em;
}
@media only screen and (max-width:568px){
	.exhibitthumbnails.layoutverticalbigphoto .thumbs{
		width: 100%;
		float: none;
	}
	.exhibitthumbnails.layoutverticalbigphoto .caption{
		width: 100%;
		float: none;
		padding: 6px 0 0;
	}
}

/* サムネール(100%) */
.exhibitthumbnails.layoutfull p{
	display: block;
}

/* サムネール(横2つ) */
.exhibitthumbnails.layoutdouble{
	margin-left: -8px;
	margin-right: -8px;
}
.exhibitthumbnails.layoutdouble p{
	display: block;
	width: 50%;
	float: left;
	padding: 0 8px;
}
@media only screen and (max-width:568px){
	.exhibitthumbnails.layoutdouble{
		margin-left: 0;
		margin-right: 0;
	}
	.exhibitthumbnails.layoutdouble p{
		width: 100%;
		float: none;
		padding: 0;
	}
}

/* サムネール(横3つ) */
.exhibitthumbnails.layouttriple{
	margin-left: -8px;
	margin-right: -8px;
}
.exhibitthumbnails.layouttriple p{
	display: block;
	width: 33.333%;
	float: left;
	padding: 0 8px;
}
@media only screen and (max-width:768px){
	.exhibitthumbnails.layouttriple p{
		width: 50%;
	}
}
@media only screen and (max-width:468px){
	.exhibitthumbnails.layouttriple{
		margin-left: 0;
		margin-right: 0;
	}
	.exhibitthumbnails.layouttriple p{
		width: 100%;
		float: none;
		padding: 0;
	}
}












/* ステータス表示(差分) */
#ExhibitMain .exhibitstatus{
}
#ExhibitMain .exhibitstatus li{
}
@media only screen and (max-width:768px){
	#ExhibitMain .exhibitstatus{
		text-align: center;
	}
	#ExhibitMain .exhibitstatus li{
	}
}









/* スケジュール表とカレンダー */
#ScheduleView{
	overflow: hidden;
	position: relative;
}
#ScheduleView.loading:before{
	content: "Loading...";
	position: absolute;
	top: 0;
	right: 0;
	color: #AAA;
	line-height: 28px;
	margin: 9px;
	font-size: 12px;
}
@media only screen and (max-width:568px){
	#ScheduleView.loading:before{
		font-size: 6px;
	}
}

/* 年月と左右ボタン */
#MonthSelecter{
	border-bottom: 1px dashed #C9C9C9;
}
#MonthSelecter p{
	margin: 0;
	text-align: center;
	font-weight: bold;
	padding: 0 0 9px;
}
#MonthSelecter p > span{
	display: inline-block;
	vertical-align: top;
	width: 4em;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
}
#MonthSelecter p > span > span{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #00A3AF;
	font-weight: bold;
}
#MonthSelecter p a{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 56px;
	height: 56px;
	
	border-radius: 999px;
	background-size: auto 28px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	overflow: hidden;
	text-indent: -1000px;
	vertical-align: top;
}
#MonthSelecter p a[href]:hover,
#MonthSelecter p a[href]:focus{
	background-color: rgba(255,255,255,0.8);
}
#MonthSelecter p a[href]:active{
	background-color: rgba(0,0,0,0.1);
}

#MonthSelecter p a.left{
	background-image: url(/mod/arrows/noleft.png);
	background-image: -webkit-image-set(url(/mod/arrows/noleft.png) 1x, url(/mod/arrows/noleft_2x.png) 2x);
}
#MonthSelecter p a.right{
	background-image: url(/mod/arrows/noright.png);
	background-image: -webkit-image-set(url(/mod/arrows/noright.png) 1x, url(/mod/arrows/noright_2x.png) 2x);
}
#MonthSelecter p a[href].left{
	background-image: url(/mod/arrows/gleft.png);
	background-image: -webkit-image-set(url(/mod/arrows/gleft.png) 1x, url(/mod/arrows/gleft_2x.png) 2x);
}
#MonthSelecter p a[href].right{
	background-image: url(/mod/arrows/gright.png);
	background-image: -webkit-image-set(url(/mod/arrows/gright.png) 1x, url(/mod/arrows/gright_2x.png) 2x);
}
@media only screen and (max-width:568px){
	#MonthSelecter p > span{
		font-size: 28px;
		line-height: 38px;
	}
	#MonthSelecter p > span > span{
		font-size: 12px;
	}
	#MonthSelecter p a{
		width: 50px;
		height: 50px;
	}
}







/* スケジュール一覧 */
#ScheduleList{
	display: block;
	list-style: none;
	margin: 9px 0;
	padding: 0;
	width: 60%;
	float: left;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*@media only screen and (max-width:768px){
	#ScheduleList{
		width: 50%;
	}
}*/
@media only screen and (max-width:568px){
	#ScheduleList{
		width: auto;
		float: none;
	}
}
#ScheduleList > li{
	margin: 0;
	padding: 0;
}
#ScheduleList > li a{
	background-color: #FFF;
	border: #C9C9C9 1px solid;
	font-size: 12px;
	color: #000;
	border-radius: 3px;
	margin: 9px 0;
	padding: 9px 9px 9px 144px;
	position: relative;
	min-height: 120px;
	
	display: block;
	text-decoration: none !important;
}
#ScheduleList > li a[href]:hover,
#ScheduleList > li a[href]:focus{
	border: #AAA 1px solid;
	color: #00868C;
}
#ScheduleList > li a[href]:active{
	background-color: #F5F5F5;
	border: #AAA 1px solid;
	color: #00868C;
}
#ScheduleList > li.selected a{
	border: #00868C 1px solid !important;
	box-shadow: 0 0 0 3px rgba(0,0,0,0.06) inset;
}
#ScheduleList .listphoto{
	position: absolute;
	display: block;
	top: 9px;
	left: 12px;
	bottom: 9px;
}
#ScheduleList .listphoto img,
#ScheduleList .listphoto > span{
	vertical-align: top;
	max-width: 120px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	border-radius: 3px;
}
#ScheduleList .listphoto > span{
	display: inline-block;
	color: #FFF;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#ScheduleList .listphoto > span.listkeyword{
	background-color: #00A3AF;
}

#ScheduleList .listphoto > span > span.thumbnail{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
@media only screen and (max-width:568px){
	#ScheduleList > li a{
		padding: 9px 9px 9px 96px;
		min-height: 80px;
	}
	#ScheduleList .listphoto{
		top: 50%;
		margin-top: -40px;
		left: 9px;
	}
	#ScheduleList .listphoto img,
	#ScheduleList .listphoto > span{
		vertical-align: top;
		width: 80px;
		height: 80px;
		font-size: 11px;
	}
}
#ScheduleList .listphoto > span.listkeyword > span{
	display: block;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 2;
	top: 50%;
	left: 0;
	right: 0;
	margin: -1em 0 0;
}

#ScheduleList .listkeywordkength2 .listkeyword0{
	margin: -2.5em 0 0;
}
#ScheduleList .listkeywordkength2 .listkeyword1{
	margin: 0.5em 0 0;
}

#ScheduleList .listkeywordkength3 .listkeyword0{
	margin: -3em 0 0;
}
#ScheduleList .listkeywordkength3 .listkeyword1{
	margin: -1em 0 0;
}
#ScheduleList .listkeywordkength3 .listkeyword2{
	margin: 1em 0 0;
}

#ScheduleList .listkeywordkength4 .listkeyword0{
	margin: -2.5em 0 0;
	right: 55%;
	text-align: right;
}
#ScheduleList .listkeywordkength4 .listkeyword1{
	margin: -2.5em 0 0;
	left: 55%;
	text-align: left;
}
#ScheduleList .listkeywordkength4 .listkeyword2{
	margin: 0.5em 0 0;
	right: 55%;
	text-align: right;
}
#ScheduleList .listkeywordkength4 .listkeyword3{
	margin: 0.5em 0 0;
	left: 55%;
	text-align: left;
}



#ScheduleList > li h4{
	margin: 0 0 9px;
	font-size: 14px;
	font-weight: normal;
}
#ScheduleList > li h4 small{
	display: block;
	font-size: 12px;
}
#ScheduleList > li .timerange{
	display: block;
	margin: 9px 0 0;
}






/* カレンダー */
#ExhibitionCalender{
	width: 40%;
	float: right;
	margin: 18px 0;
	padding: 0 0 0 9px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
@media only screen and (max-width:568px){
	#ExhibitionCalender{
		width: auto;
		float: none;
		padding: 0;
	}
}

#ExhibitionCalender h3.calenderTitle{
	margin: 0 0 -3px;
	padding: 6px 12px;
	background-color: #E2E2E2;
	border-radius: 3px 3px 0 0;
	border: 1px #CCC solid;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}


#ExhibitionCalender .info{
	font-size: 12px;
}
#ExhibitionCalender .info > span{
	display: inline-block;
	vertical-align: -1px;
	border-radius: 1em;
	width: 1em;
	height: 1em;
	background-color: #999;
	background-color: rgba(0,0,0,0.4);
	/*box-shadow: 0 0 0 1px rgba(0,0,0,0.2) inset;*/
}
#ExhibitionCalender .info > span.honkan1{
	background-color: #53B499;
}
#ExhibitionCalender .info > span.honkan2{
	background-color: #59A4DC;
}
#ExhibitionCalender .info > span.gallery{
	background-color: #CC6666;
}

#ExhibitionCalender .tableHolder{
	padding: 8px;
	background-color: #FFF;
	border: #C9C9C9 1px solid;
	border-radius: 3px;
}
#ExhibitionCalender table{
	width: 100%;
	border-spacing: 0;
	font-size: 14px;
}
#ExhibitionCalender table td,
#ExhibitionCalender table th{
	padding: 0;
	text-align: center;
	width: 14.28571428571429%;
}
#ExhibitionCalender table th{
	font-size: 11px;
	font-weight: normal;
	color: #777;
}
#ExhibitionCalender table td{
	line-height: 3;
}
@media only screen and (max-width:568px){
	#ExhibitionCalender table td{
		line-height: 2.5;
	}
}
#ExhibitionCalender table td.thisevent{
	font-weight: bold;
	background-color: #EEE;
	box-shadow:
		0 -1px #FFF inset,
		0 1px #FFF inset;
}

#ExhibitionCalender table td > span{
	display: block;
	position: relative;
}
#ExhibitionCalender table td.today > span{
	box-shadow:
		0 0 0 2px #00A3AF inset;
}
#ExhibitionCalender table td span.info{
	position: absolute;
	bottom: 3px;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 8px;
	line-height: 1;
	padding: 0;
	white-space: nowrap;
}
#ExhibitionCalender table td span.info > span{
	vertical-align: top;
}
@media only screen and (max-width:568px){
	#ExhibitionCalender table td span.info{
		font-size: 6px;
	}
}
#ExhibitionCalender p.info{
	margin: -3px 0 0;
	padding: 6px 12px;
	background-color: #E2E2E2;
	border-radius: 0 0 3px 3px;
	border: 1px #CCC solid;
}









/*小さいカレンダー*/
#ExhibitionSchedule{
	margin: 26px 0 0;
	padding: 0 4px;
	background-color: #DDD;
	border: #C9C9C9 1px solid;
	border-radius: 3px;
	overflow: hidden;
}

#ExhibitionSchedule > div{
	width: 25%;
	float: left;
	margin: 8px 0;
	padding: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width:950px){
	#ExhibitionSchedule > div{
		width: 33.33333%;
	}
}
@media only screen and (max-width:768px){
	#ExhibitionSchedule > div{
		width: 50%;
	}
}
@media only screen and (max-width:568px){
	#ExhibitionSchedule > div{
		width: auto;
		float: none;
		padding: 0;
	}
}


#ExhibitionSchedule .info{
	font-size: 12px;
}
#ExhibitionSchedule p.info{
	clear: both;
	margin: 0 4px 8px;
	padding: 6px 12px;
	background-color: #FFF;
	border: #C9C9C9 1px solid;
	border-radius: 3px;
	float: left;
}
#ExhibitionSchedule .info > span{
	display: inline-block;
	vertical-align: -1px;
	border-radius: 1em;
	width: 1em;
	height: 1em;
	background-color: #999;
	background-color: rgba(0,0,0,0.4);
}
#ExhibitionSchedule .info > span.honkan1{
	background-color: #53B499;
}
#ExhibitionSchedule .info > span.honkan2{
	background-color: #59A4DC;
}
#ExhibitionSchedule .info > span.gallery{
	background-color: #CC6666;
}

#ExhibitionSchedule .tableHolder{
	margin: 0 4px;
	padding: 8px;
	background-color: #FFF;
	border: #C9C9C9 1px solid;
	border-radius: 3px;
}
#ExhibitionSchedule table{
	width: 100%;
	border-spacing: 0;
	font-size: 14px;
}
#ExhibitionSchedule table td,
#ExhibitionSchedule table th{
	padding: 0;
	text-align: center;
	width: 14.28571428571429%;
}
#ExhibitionSchedule table th{
	font-size: 9px;
	font-weight: normal;
	color: #777;
}
#ExhibitionSchedule table tr:first-child th{
	font-size: 14px;
	color: #666;
}
#ExhibitionSchedule table td{
	font-size: 12px;
	line-height: 1.5;
}
#ExhibitionSchedule table td.thisevent{
	font-weight: bold;
	background-color: #CCC;
	box-shadow:
		0 -1px #FFF inset,
		0 1px #FFF inset;
}

#ExhibitionSchedule table td > span{
	display: block;
	position: relative;
	padding: 0 0 7px;
}
#ExhibitionSchedule table td.today > span{
	box-shadow:
		0 0 0 2px #00A3AF inset;
}
#ExhibitionSchedule table td span.info{
	position: absolute;
	bottom: 2px;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 6px;
	line-height: 1;
	padding: 0;
	white-space: nowrap;
}
#ExhibitionSchedule table td span.info > span{
	vertical-align: top;
}
@media only screen and (max-width:568px){
	#ExhibitionSchedule table td span.info{
		font-size: 5px;
	}
}
#ExhibitionSchedule table a{
	text-decoration: none;
}
#ExhibitionSchedule table a[href]:hover,
#ExhibitionSchedule table a[href]:focus{
	text-decoration: underline;
}











/*月の一覧*/
#AllCalendars{
	clear: both;
	border: #C9C9C9 1px solid;
	border-radius: 3px;
	padding: 9px 21px;
	color: #999;
}



#AllCalendars section.off{
	display: none;
}

#AllCalendars section header{
	margin: 0 0 9px;
	padding: 0;
	border-bottom: #CCC 1px solid;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
}
#AllCalendars section header p{
	margin: 0 0 9px;
	text-align: center;
	line-height: 28px;
}
#AllCalendars section header span{
	display: inline-block;
	line-height: 28px;
	font-size: 16px;
	color: #00a3af;
	font-weight: bold;
}

#AllCalendars section header a.leftButton,
#AllCalendars section header a.rightButton{
	display: none;
	line-height: 40px;
	margin: -6px 1em;
	width: 40px;
	overflow: hidden;
	text-indent: -100px;
	border-radius: 999px;
	vertical-align: top;
	
	background-size: auto 28px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#AllCalendars section header a.rightButton{
}
.js #AllCalendars section header a.leftButton,
.js #AllCalendars section header a.rightButton{
	display: inline-block;
}

#AllCalendars section header a.leftButton{
	background-image: url(/mod/arrows/noleft.png);
	background-image: -webkit-image-set(url(/mod/arrows/noleft.png) 1x, url(/mod/arrows/noleft_2x.png) 2x);
}
#AllCalendars section header a.rightButton{
	background-image: url(/mod/arrows/noright.png);
	background-image: -webkit-image-set(url(/mod/arrows/noright.png) 1x, url(/mod/arrows/noright_2x.png) 2x);
}
#AllCalendars section header a[href].leftButton{
	background-image: url(/mod/arrows/gleft.png);
	background-image: -webkit-image-set(url(/mod/arrows/gleft.png) 1x, url(/mod/arrows/gleft_2x.png) 2x);
}
#AllCalendars section header a[href].rightButton{
	background-image: url(/mod/arrows/gright.png);
	background-image: -webkit-image-set(url(/mod/arrows/gright.png) 1x, url(/mod/arrows/gright_2x.png) 2x);
}




#AllCalendars ul{
	display: block;
	margin: -9px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#AllCalendars ul li{
	display: block;
	float: left;
	width: 8.33333333333333%;
	margin: 0;
	padding: 9px 0 0;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
}
#AllCalendars ul li a{
	color: #00A3AF;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
	display: block;
	margin: 0 4px;
	background-color: #FFF;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2) inset;
}
#AllCalendars ul li a[href]:hover,
#AllCalendars ul li a[href]:focus{
	box-shadow: 0 0 0 1px rgba(0,0,0,0.4) inset;
}
#AllCalendars ul li a:active{
	background-color: #DDD;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.4) inset;
}

#AllCalendars ul li.thismonth a{
	box-shadow: 0 0 0 2px #00A3AF inset;
}

@media only screen and (max-width:568px){
	#AllCalendars ul li{
		width: 16.66666666666667%;
	}
}
@media only screen and (max-width:320px){
	#AllCalendars ul li{
		width: 25%;
	}
}





#Notice{
	font-size: 11px;
	color: #666;
	padding: 0 21px;
}
#Notice small{
	font-size: 100%;
}






