#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{
	background: #cccccc;
}

/* 今日の背景 */
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{
	color: #ff931e !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover{
	background: #ff931e !important;
}

/* スマホのイベントのある日の● */
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
	background: #333333 !important;
}

/* Todayボタンの背景 */
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small{
	background: #333333;
	color: #fff;
}

/* 右上の月・リスト切り替え削除 */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar, {
	display: none;
}

.tribe-events .tribe-events-c-events-bar{
	display: none;
}

/* 全体の余白 */
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container{
	padding: 0 35px;		
}

.tribe-events .tribe-events-l-container{
	padding: 0 35px;
}

/* Subscribe to calendar 削除 */
.tribe-events .tribe-events-c-subscribe-dropdown__container{
	display: none;
}


/* 左上の矢印を非表示 */
.tribe-events-c-top-bar__nav-list{
	display: none !important;
}

/* 曜日の色を変更 */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop{
	color: #333333;
}

/* 上部色分けリスト */
.cal_c{
	text-align: right;
	padding: 0 35px;
}

.cal_c ul{
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}

.cal_c ul li{
	display: inline-block;
	margin-right: 1em;
	position: relative;
	padding-left: 25px;
	margin-bottom: 1em;
}

.cal_c ul li:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	position: absolute;
	top:2px;
	left: 0;
}


.cal_c ul li.cal_dieci:before{
	background: #dadfe3;
}

.cal_c ul li.cal_205:before{
	background: #d7c5b8;
}

.cal_c ul li.cal_207:before{
	background: #c7d0c7;
}

.cal_c ul li.cal_208:before{
	background: #f3e3bf;
}

.cal_c ul li.cal_cafe:before{
	background: #f9f6e4;
}

.cal_c ul li.cal_shibakawa:before{
	background: #e4e4e4;
}

.cal_c ul li.cal_galleri206:before{
	background: #c3c4bc;
}

@media only screen and (max-width: 766px){
	.cal_c{
		text-align: left;
		margin-bottom: 2em !important;
	}
}




/******************* Single Page *******************/


#tribe-events-content{
	max-width: 750px !important;
	margin: 0 auto;
}

#tribe-events-back a{
	color: #333333;
}

.tribe-events-single-event-title{
	font-size: 18px !important;
}

.tribe-events-content p{
	font-size: 14px !important;
	line-height: 1.8em !important;
}

.tribe-events-content p img{
	width: 100%;
}




