@charset "UTF-8";

/* .calendar
---------------------------------------------------------------------------*/
/*!
 * FullCalendar v2.2.2 Stylesheet
 * Docs & License:http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
	direction:ltr;
	text-align:left;
}

body .fc {
	font-family:'Noto Sans JP', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size:1em;
}

.fc-day-grid-container {
	height:auto !important;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,.fc-unthemed td,.fc-unthemed hr,.fc-unthemed thead,.fc-unthemed tbody,.fc-unthemed .fc-row {
	border-color:#E9E7D8;
}

.fc-unthemed .fc-popover {
	background-color:#fff;
}

.fc-unthemed hr,.fc-unthemed .fc-popover .fc-header {
	background:#eee;
}

.fc-unthemed .fc-today {
	position:relative;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
	display:inline-block;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
	margin:0;
	font-size:1.15em;
	color:#00952F;
	white-space:nowrap;
	cursor:pointer;
}

.fc button::-moz-focus-inner {
	margin:0;
	padding:0;
}

.fc-state-default {
	border:1px solid;
}

.fc-state-default.fc-corner-left {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

.fc-state-default.fc-corner-right {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

.fc button .fc-icon {
	position:relative;
}

/*
	button states
	borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image:-o-linear-gradient(top,#fff,#e6e6e6);
	background-image:linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat:repeat-x;
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#333;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.fc-state-down,.fc-state-active,.fc-state-disabled {
	color:#333;
	background-color:#e6e6e6;
}

.fc-state-down,.fc-state-active {
	background-color:#ccc;
	background-image:none;
	box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.fc-state-disabled {
	cursor:default;
	background-image:none;
	opacity:.65;
	filter:alpha(opacity=65);
	box-shadow:none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
	display:inline-block;
}

.fc-today-button,
.fc-state-default,
.fc .fc-button-group > * {
	position:absolute;
	top:1px;
	background:none;
	border:none;
	margin:0;
	text-shadow:none;
	box-shadow:none;
	width:28px;
	height:28px;
	background-size:28px 28px;
}

.fc-prev-button {
	display:block;
	background-image:url(../img/share/btn-prev-s.png) !important;
	left:50%;
	margin-left:-180px !important;
}

.fc-next-button {
	display:block;
	background-image:url(../img/share/btn-next-s.png) !important;
	right:50%;
	margin-right:-180px !important;
}

.fc-button-group button {
	display:block;
	font-size:12px;
	transition:.15s linear;
}

.fc-button-group button:hover {
	opacity:0.5 !important;
}


/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
	border-width:1px;
	border-style:solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size:25px;
	margin-top:4px;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top:0;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc hr {
	height:0;
	margin:0;
	padding:0 0 2px;
	border-style:solid;
	border-width:1px 0;
}

.fc-clear {
	clear:both;
}

.fc-bg,.fc-bgevent-skeleton,.fc-highlight-skeleton,.fc-helper-skeleton {
	position:absolute;
	top:0;
	left:0;
	right:0;
}

.fc-bg table {
	height:100%;
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
	border-bottom:1px solid #E9E7D8;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
	font-size:1em;
	min-height:60px;
}

.fc th {
	text-align:center;
}

.fc th,.fc td {
	padding:0;
	vertical-align:top;
}

.fc td.fc-today {
	color:#00952F !important;
	font-weight:bold !important;
	text-decoration:underline !important;
}

td.fc-widget-header {
	border-bottom:1px solid #E9E7D8;
	padding-bottom:5px;
}

.fc-widget-header table {
	border:none !important;
}

.fc-widget-header th,.fc-widget-header td,
.fc-unthemed thead,.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover,
.fc-widget-header thead {
	background:none!important;
}

.fc-row {
	border-right:1px solid #E9E7D8 !important;
	border-left:1px solid #E9E7D8 !important;
	padding:0 !important;
}

.fc-widget-header .fc-row {
	border-right:none !important;
	border-left:none !important;
}

.fc-widget-header th {
	font-family:'Lato', sans-serif;
	padding:0 0 10px;
	color:#00952F;
	font-size:15px;
	font-weight:700;
	font-style:italic;
	letter-spacing:0.1em;
	vertical-align: bottom;
}

@media all and (-ms-high-contrast:none){
	.fc-widget-header {
		height:28px !important;
	}
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
	border-style:solid;
	border-width:0;
}

.fc-row table {
	border-left:0 hidden transparent;
	border-right:0 hidden transparent;
	border-bottom:0 hidden transparent;
}

.fc-row:first-child table {
	border-top:0 hidden transparent;
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
	position:relative;
}

.fc-row .fc-bg {
	z-index:1;
}

.fc-row .fc-content-skeleton {
	position:relative;
	z-index:4;
}

.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td {
	background:none;
	border-color:transparent;
	border-bottom:0;
}

.fc-row .fc-content-skeleton tbody tr:last-of-type td {
	padding-top:0 !important;
	padding-bottom:23px !important;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
	border-top:0;
	border-right:1px solid #E9E7D8;
	padding:7px 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
	position:relative;
	display:block;
	font-size:.85em;
	line-height:1.3;
	border-radius:3px;
	font-weight:400;
}

.fc-event,.fc-event:hover,.ui-widget .fc-event {
	color:#fff;
	text-decoration:none;
}

.fc-event[href],.fc-event.fc-draggable {
	cursor:pointer;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
	cursor:not-allowed;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------*/
.fc-day-grid-event {
	margin:1px 2px 0;
	padding:0 1px;
}

.fc-ltr .fc-day-grid-event.fc-not-start,.fc-rtl .fc-day-grid-event.fc-not-end {
	margin-left:0;
	border-left-width:0;
	padding-left:1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

.fc-ltr .fc-day-grid-event.fc-not-end,.fc-rtl .fc-day-grid-event.fc-not-start {
	margin-right:0;
	border-right-width:0;
	padding-right:1px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}

.fc-day-grid-event > .fc-content {
	overflow:hidden;
	padding:2px 3px;
	text-align:center;
	letter-spacing:0.02em;
}

.fc-day-grid-event .fc-resizer {
	position:absolute;
	top:0;
	bottom:0;
	width:7px;
}

.fc-ltr .fc-day-grid-event .fc-resizer {
	right:-3px;
	cursor:e-resize;
}

.fc-rtl .fc-day-grid-event .fc-resizer {
	left:-3px;
	cursor:w-resize;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
a.fc-more {
	margin:1px 3px;
	font-size:.85em;
	cursor:pointer;
	text-decoration:none;
}

a.fc-more:hover {
	text-decoration:underline;
}

.fc-limited {
	display:none;
}

.fc-day-grid .fc-row {
	z-index:1;
}

.fc-more-popover {
	z-index:2;
	width:220px;
}

.fc-more-popover .fc-event-container {
	padding:10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
	text-align:center;
	margin-bottom:-5px;
	position:relative;
}

.fc-toolbar .fc-left {
	width:100%;
}

.fc-toolbar h2 {
	font-family:'Quicksand', sans-serif;
	position:relative;
	display:inline-block;
	border-bottom:1px dashed #1FAC4C;
	width:240px;
	margin:0;
	padding:0 0 3px 4px;
	color:#00952F;
	font-size:27px;
	font-weight:500;
	text-align:left;
	letter-spacing:0.06em;
	white-space:nowrap;
}

.fc-toolbar .fc-left h2:after {
	font-family:'Noto Sans JP', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	display:block;
	position:absolute;
	top:7px;
	right:3px;
	content:'治療日のご案内';
	color:#282A29;
	font-size:14px;
	font-weight:500;
	letter-spacing:0.15em;
}

.fc-toolbar .fc-right {
	float:right;
}

.fc-toolbar .fc-center {
	display:inline-block;
}

.fc .fc-toolbar > * > :first-child {
	margin-left:0;
}

.fc-toolbar button {
	position:relative;
}

.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover { z-index:2; }
.fc-toolbar .fc-state-down { z-index:3; }
.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active { z-index:4; }
.fc-toolbar button:focus { z-index:5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-view-container *,.fc-view-container :before,.fc-view-container :after {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
.fc-basic-view tbody .fc-row {
	overflow:hidden;
/* 	min-height:100%; */
}

.fc-row.fc-rigid {
	overflow:hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position:absolute;
	top:0;
	left:0;
	right:0;
}

.fc-basic-view .fc-week-number,.fc-basic-view .fc-day-number {
	padding:0 2px;
}

.fc-basic-view .fc-week-number {
	text-align:center;
}

.fc-basic-view .fc-week-number span {
	display:inline-block;
	min-width:1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	border-top:1px solid #E9E7D8;
	border-right:1px solid #E9E7D8;
	padding:11px 6px 11px;
	color:#797979;
	font-size:12px!important;
	
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align:left;
}

.fc-day-number.fc-other-month.fc-day-number {
	color:#CCCCCC;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
	position:relative;
	z-index:2;
}

.fc-agenda-view .fc-day-grid td,.fc-agenda-view .fc-day-grid th,.fc-agenda-view .fc-row {
	border:none;
	background:none;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
	vertical-align:middle;
	padding:0 4px;
	white-space:nowrap;
}

.fc-ltr .fc-axis {
	text-align:right;
}

.fc-rtl .fc-axis {
	text-align:left;
}

.ui-widget td.fc-axis {
	font-weight:400;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid > .fc-bg {
	z-index:1;
}

.fc-time-grid .fc-slats,.fc-time-grid > hr {
	position:relative;
	z-index:2;
}

.fc-time-grid .fc-bgevent-skeleton,.fc-time-grid .fc-content-skeleton {
	position:absolute;
	top:0;
	left:0;
	right:0;
}

.fc-time-grid .fc-highlight-skeleton {
	z-index:4;
}

.fc-time-grid .fc-content-skeleton {
	z-index:5;
}

.fc-time-grid .fc-helper-skeleton {
	z-index:6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-slats td {
	height:1.5em;
	border-bottom:0;
}

.fc-slats tr:nth-child(2n) td {
	border:1px dotted #dedede;
}

.fc-slats .fc-minor td div {
	border-top-style:dotted!important;
	border:none;
}

.fc-slats .ui-widget-content {
	background:none;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
	position:relative;
}

.fc-time-grid .fc-highlight {
	position:absolute;
	left:0;
	right:0;
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
	position:relative;
}

.fc-ltr .fc-time-grid .fc-event-container {
	margin:0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
	margin:0 2px 0 2.5%;
}

.fc-time-grid .fc-event,.fc-time-grid .fc-bgevent {
	position:absolute;
	z-index:1;
}

.fc-time-grid .fc-bgevent {
	left:0;
	right:0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------*/
.fc-time-grid-event.fc-short .fc-time span {
	display:none;
}

.fc-time-grid-event.fc-short .fc-time:before {
	content:attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
	content:"\000A0-\000A0";
}

/* resizer */
.fc-time-grid-event .fc-resizer {
	position:absolute;
	z-index:3;
	left:0;
	right:0;
	bottom:0;
	height:8px;
	overflow:hidden;
	line-height:8px;
	font-size:11px;
	font-family:monospace;
	text-align:center;
	cursor:s-resize;
}

.fc-time-grid-event .fc-resizer:after {
	content:"=";
}

/*-------------------------*/
.fc-cell-overlay {
	background:#bce8f1;
	opacity:.3;
}

.fc-widget-content {
	background:rgba(255,255,255,1.0);
}


/* original
---------------------------------------------------------------------------*/
.calendar {
	margin-top: 1px;
}

.fc-event-container{
	box-sizing:border-box;
	margin:20px!important;
	padding:6px 1px 4px !important;
}

.fc-event-container a:hover {
	opacity:1 !important;
	cursor:default;
}

.fc-event {
	font-size:.85em;
	padding:0;
}