/*!
 * FullCalendar v1.6.3 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

@media print, screen and (min-width: 769px) {
	
	.modal-main-contents {
		box-sizing: border-box;
		width: 770px;
	}

	
	/* index.html */
	#playback-calendar {
		margin-top: 50px;
		padding-top: 50px;
		border-top: 1px solid #d2d2d2;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	}
	#contents #playback-calendar + * {
		margin-top: 30px;
	}
	#playback-calendar .fc-header-left span,
	#playback-calendar .fc-header-right span {
		width: 60px;
	}
	#playback-calendar .fc-header-title {
		font-size: 60px;
		font-style: italic;
		line-height: 1;
		color: #00244d;
	}
	#playback-calendar .fc-header .fc-button {
		height: auto !important;
		margin-bottom: 50px;
		background: none !important;
		border: none !important;
		box-shadow: none !important;
		line-height: 1;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	#playback-calendar .fc-header .fc-button.fc-button-prev {
		background: url(/about/playback/images/playback_arw_prev.gif) no-repeat 50% 50% !important;
	}
	#playback-calendar .fc-header .fc-button.fc-button-next {
		background: url(/about/playback/images/playback_arw_next.gif) no-repeat 50% 50% !important;
	}
	#playback-calendar .fc-text-arrow {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
		font-weight: normal !important;
		font-size: 60px;
		line-height: 1;
		color: #00244d;
	}
	#playback-calendar th.fc-sun {
		background-color: #fff;
		color: #ea68a2;
	}
	#playback-calendar th.fc-sat {
		background-color: #fff;
		color: #00a0e9;
	}
	#playback-calendar .fc-sun,
	#playback-calendar .fc-sat {
		background-color: #f6f6f6;
	}
	#playback-calendar .fc-grid .fc-day-number {
		float: left;
		padding: 15px;
		font-size: 24px;
		line-height: 1;
	}
	#playback-calendar .fc-event-container > a.modal {
		display: block;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		outline: none;
	}
	#playback-calendar .fc-event {
		margin: -15px auto 0;
		background-color: transparent;
		border: none;
		border-radius: 0;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	#playback-calendar .fc-event a {
		display: block;
		padding: 21px 0;
		background-color: transparent;
		background: url(/about/playback/images/playback_icon.png) no-repeat 50% 50%;
		border: none;
		border-radius: 0;
		text-align: center;
		cursor: pointer;
	}
	#playback-calendar .fc-state-highlight {
		background-color: transparent;
	}
	#playback-calendar + .aC {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	}
	#cboxContent {
		margin-top: 0;
	}
	
	/* /modal/XXXX.html */
	#cboxLoadedContent {
		overflow: hidden !important;
	}
	#mainContents.modal-main-contents {
		padding: 7px;
	}
	#mainContents.modal-main-contents #contents {
		padding: 15px 15px 0;
		border: 1px solid #bfbfbf;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	}
	#mainContents.modal-main-contents .headLine01 {
		position: relative;
		padding-bottom: 10px;
		border-bottom: 1px solid #bfbfbf;
	}
	#mainContents.modal-main-contents .headLine01 .headLine01_label {
		display: inline-block;
		font-size: 60px;
		font-style: italic;
		color: #00244d;
		line-height: 1.5;
	}
	#mainContents.modal-main-contents .headLine01 .headLine01_btn {
		position: absolute;
		top: 14px;
		right: 0;
		display: inline-block;
		font-size: 16px;
		color: #00244d;
		cursor: pointer;
	}
	#mainContents.modal-main-contents .headLine02 {
		display: table;
		width: 100%;
		margin-top: 30px;
		padding-bottom: 0;
		border-bottom: none;
		font-size: 26px;
		color: #00244d;
		line-height: 1.2;
	}
	#mainContents.modal-main-contents .headLine02 .headLine_date {
		display: table-cell;
		width: 210px;
		vertical-align: top;
	}
	#mainContents.modal-main-contents .headLine02 .headLine_label {
		display: table-cell;
		vertical-align: top;
	}
	#mainContents.modal-main-contents .headLine02 + * {
		margin-top: 15px !important;
	}
	#mainContents.modal-main-contents .modal-body {
		height: 595px;
		margin-top: 0 !important;
	}
	#mainContents.modal-main-contents .modal-body.is-scroll {
		overflow-y: scroll;
		height: 625px;
	}
	#mainContents.modal-main-contents .modal-body .modal-body_inner {
		padding-bottom: 15px;
	}
	#mainContents.modal-main-contents .modal-body .modal-body_inner > section:first-child > .headLine02 {
		margin-top: 25px !important;
	}
}

/* IE11 */
@media all and (-ms-high-contrast:none){
	#playback-calendar .fc-header-center {
		padding-top: 10px;
	}
	#mainContents.modal-main-contents .headLine01 {
		padding-top: 10px;
		padding-bottom: 0;
	}
}


@media only screen and (max-width: 768px) {
	
	/* index.html */
	#playback-calendar {
		margin-top: 20px;
		padding-top: 10px;
		border-top: 1px solid #d2d2d2;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	}
	#contents #playback-calendar + * {
		margin-top: 15px;
	}
	#playback-calendar .fc-header-title {
		font-size: 9vw;
		font-style: italic;
		line-height: 1;
		color: #00244d;
	}
	#playback-calendar .fc-header td {
		vertical-align: middle;
	}
	#playback-calendar .fc-header .fc-button {
		width: 10vw;
		margin: 0 !important;
		padding: 0 !important;
		background: none !important;
		border: none !important;
		box-shadow: none !important;
		line-height: 1;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	#playback-calendar .fc-header .fc-button.fc-button-prev {
		background: url(/about/playback/images/playback_arw_prev.gif) no-repeat 50% 50% !important;
		background-size: 10px auto!important;
	}
	#playback-calendar .fc-header .fc-button.fc-button-next {
		background: url(/about/playback/images/playback_arw_next.gif) no-repeat 50% 50% !important;
		background-size: 10px auto !important;
	}
	#playback-calendar .fc-content {
		margin-top: 10px;
	}
	#playback-calendar .fc-text-arrow {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
		font-weight: normal !important;
		font-size: 60px;
		line-height: 1;
		color: #00244d;
	}
	#playback-calendar th {
		font-size: 2.6vw;
	}
	#playback-calendar .fc-week .fc-day {
		height: 50px;
	}
	#playback-calendar th.fc-sun {
		background-color: #fff;
		color: #ea68a2;
	}
	#playback-calendar th.fc-sat {
		background-color: #fff;
		color: #00a0e9;
	}
	#playback-calendar .fc-sun,
	#playback-calendar .fc-sat {
		background-color: #f6f6f6;
	}
	#playback-calendar .fc-grid .fc-day-number {
		float: left;
		padding: 3px;
		top: 1.3vw;
		left: 1.5vw;
		font-size: 3vw;
		line-height: 1;
	}
	#playback-calendar .fc-event-container > a.modal {
		display: block;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		outline: none;
	}
	#playback-calendar .fc-event {
		margin: -10px auto 0;
		background-color: transparent;
		border: none;
		border-radius: 0;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	#playback-calendar .fc-event a {
		display: block;
		padding: 0;
		background-color: transparent;
		background: url(/about/playback/images/playback_icon.png) no-repeat 50% 50%;
		background-size: 5.2vw auto;
		border: none;
		border-radius: 0;
		text-align: center;
		cursor: pointer;
	}
	#playback-calendar .fc-state-highlight {
		background-color: transparent;
	}
	#playback-calendar + .aC {
		font-size: 12px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	}
	#playback-calendar + .aC img {
		width: 5.2vw;
		height: auto;
		margin-right: 5px;
		vertical-align: middle;
	}
	#cboxContent {
		margin-top: 0;
	}
	
	/* /modal/XXXX.html */
	.modal-window {
		height: 100%;
	}
	#cboxLoadedContent {
		overflow: hidden !important;
	}
	#mainContents.modal-main-contents {
		box-sizing: border-box;
		height: 100%;
		padding: 7px;
		background-color: #fff;
	}
	#mainContents.modal-main-contents #contents {
		box-sizing: border-box;
		height: 100%;
		padding: 10px 10px 0;
		border: 1px solid #bfbfbf;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	}
	#mainContents.modal-main-contents .headLine01 {
		position: relative;
		padding-bottom: 10px;
		border-bottom: 1px solid #bfbfbf;
	}
	#mainContents.modal-main-contents .headLine01 .headLine01_label {
		display: inline-block;
		color: #00244d;
		font-size: 38px;
		font-style: italic;
		line-height: 1.5;
	}
	#mainContents.modal-main-contents .headLine01 .headLine01_btn {
		position: absolute;
		top: 6px;
		right: 0;
		display: inline-block;
		font-size: 14px;
		color: #00244d;
		cursor: pointer;
	}
	#mainContents.modal-main-contents .headLine02 {
		margin-top: 20px;
		padding-bottom: 0;
		border-bottom: none;
		font-size: 20px;
		color: #00244d;
	}
	#mainContents.modal-main-contents .headLine02 .headLine_date {
		display: block;
		font-size: 16px;
		line-height: 1.2;
	}
	#mainContents.modal-main-contents .headLine02 .headLine_label {
		display: block;
		margin-top: 5px !important;
		line-height: 1.2;
	}
	#mainContents.modal-main-contents .headLine02 + * {
		margin-top: 8px !important;
	}
	#mainContents.modal-main-contents .modal-body {
		overflow-y: scroll;
		height: calc(100% - 68px);
		margin-top: 0 !important;
		-webkit-overflow-scrolling: touch;
	}
	#mainContents.modal-main-contents .modal-body .modal-body_inner {
		padding-bottom: 10px;
	}
	#mainContents.modal-main-contents .modal-body .modal-body_inner > section:first-child > .headLine02 {
		margin-top: 10px !important;
	}
	#colorbox,
	#cboxLoadedContent,
	#colorbox .cboxIframe {
		background-color: transparent;
	}
	#cboxContent {
		background: none;
	}
	#colorbox {
		width: 100% !important;
		height: calc(100vh - 100px) !important;
		top: 50px !important;
	}
	#colorbox .cboxIframe {
		box-sizing: border-box;
		width: 100% !important;
		height: calc(100vh - 100px) !important;
	}
	
}