@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

SCHEDULE

------------------------------------------------------------ */

/*  ページタイトル
---------------------------------------------- */
#pagettl{background: url(../schedule/img/bg_pagettl.jpg) no-repeat 0 0;}


/* カレンダー
---------------------------------------------- */
.calendar{
    overflow: auto;
    -webkit-overflow-scrolling:touch;
	margin-bottom: 5px;
}

.calendar_inner{
    position: relative;
	padding-bottom: 65vh;
	min-width: 500px;
    height: 0;
}

.calendar_inner iframe,
.calendar_inner object,
.calendar_inner embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



