/* CSS Document */

/*サイドバーCSS*/
.calendar_area  div {
     margin-bottom: 0 !important; 
}
	.calendar_area {
		border: none !important;
		padding: 10px !important;
		border-top: #d33b00 3px solid !important;
		border-bottom: #d33b00 3px solid !important;
		background: #f5f5f5;
		margin: 15px auto 5px !important;
	}
	.calendar_area .prev {
		
	}
	.calendar_area .next {
		
	}
	.calendar_area table {
		margin: 0 !important;
	}
	.calendar_area table .fc-body,
	.calendar_area table .fc-body .fc-widget-content {
		border: none !important;
	}
	
	.calendar_area table td {
		vertical-align: middle !important;
		text-align: center !important;
		padding: 0 !important;
		height: 30px !important;
		font-size: 11px !important;
		font-weight: bold !important;
		background: #fff;
	}
	.calendar_area table thead th,
	.calendar_area table thead td {
		background: none !important;
		border: none !important;
		font-weight: bold !important;
		font-size: 0.9em !important;
	}
	.fc-basic-view .fc-body .fc-row {
		min-height: inherit !important;
		height: 30px !important;
	}
	.fc-sat {
		color:#1e71bb !important;
	}
	.fc-sun {
		color:#d96542 !important;
	}
	.fc-today {
		background: #ee7700 !important;
		color:#fff !important;
	}
	.fc-toolbar {
		display: none;
	}
	.fc th, .fc td {
		border:none;
	}
	.calHead table {
		width: 100%;
	}
	.calHead th {
		border: none !important;
		width: 70%;
		text-align: center;
	}
	.calHead td {
		border: none !important;
		background: none !important;
		width: 15%;
	}
	.calHead td.calHeadL {
		text-align: left !important;
	}
	
	.calHead td.calHeadR {
		text-align: right !important;
	}
	
	.calHead .prev,
	.calHead .next {
		color: #ee7700;
		font-size: 16px;
		cursor: pointer;
	}
	
	.calHead .prev:hover,
	.calHead .next:hover {
		color: #006CFF;
	}
	.calendar_area table .fc-body .fc-widget-content .fc-day {
		border: 1px #f5f5f5 solid !important;
	}
	.calendar_area table .fc-body .fc-widget-content .fc-other-month {
		border: none !important;
		background: #f5f5f5 !important;
	}
	
	.select select {
		width: 70%;
		padding: 3px 10px;
		font-size: 14px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 1px solid #999;
		background: #eee;
		background: url(https://www.ryutsuu.biz/images/img_arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
		background: url(https://www.ryutsuu.biz/images/img_arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
		background-size: 20px, 100%;
	}	


/*カレンダー詳細ページCSS*/
	.ttlCal {
		border:solid 1px #d5d5d5;
		border-left: none;
		border-right: none;
		background:#f9f9f9;
		font-size: 1.1em;
		color:#555;
	}
	.ttlCal .ttlL {
		float: left;
		padding: 0.5em;
		padding-top: 10px;
		height: 16px;
		font-weight: bold;
	}
 /*ikeda*/
	.dateCal {
    position: absolute;
    background: #797b7e;
    color: #fff !important;
    font-weight: bold;
    font-size: 1em;
    font-weight: bold;
    top: 0;
    right: 0;
    padding: 0.6em 0.3em;
	}

	.ttlCal .ttlR_orikomi {
		float: right;
		color: #000;
		font: bold;
		padding: 0.5em;
		padding-top: 10px;
		padding-bottom: 8px;
		height: 16px;
	}
	.ttlCal .ttlR_orikomi a {
		font-size: 12px;
	}
	.listCal {
		margin: 0 0 50px 0;
	}
	.listCal a {
/*		float: left;*/
		margin: 0 5px 0 0;
	}
	.listCal li {
		border-bottom:dotted 1px #CCC;
		margin:0 !important;
		background: url(/common/img/ya_o_l.png) no-repeat 3px 16px !important;
		padding:8px 3px 8px 14px !important;
		color: #999;		
	}
	.listCal li a {
		color: #555;		
	}
	.listCal_orikomi {
		border-bottom:solid 1px #d5d5d5;
		padding: 10px 0;
		margin: 0 0 50px 0;
		text-align: center;
	}
	.listCal_orikomi li {
		font-size: 25px !important;
		font-weight: bold;
		background: none !important;
		padding: 0 5px 10px;
		color: #555;
	}

		a.img-pop:hover {
			position: relative;
			text-decoration: none;
		}
		a.img-pop span {
			display: none;
			position: absolute;
			top: -5px;
			left: 20px;
		}
		span.r-glogo {
			display: none;
		}		
		a.img-pop:hover span {
			border: none;
			display: block;
			width: 200px;
		}
		#culmn2 {
			overflow:visible !important;
		}
.pr {
	background:#fbfbfb;
	padding:15px 10px;
	color: #555 !important;
	margin: -20px 0 30px 0;	
}
.cal_breadcrumb {
	border-bottom: none !important;
}
.cal_breadcrumb span {
	font-size: 13px !important;
}


