@charset "UTF-8";
/* css Schedule */

/*---------------------------------------------------- */
/* Box */
/*---------------------------------------------------- */
.schedulebox {
	margin: 0 auto;
	height: auto;
}


/* PC */
@media print, screen and (min-width: 961px) {
/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
#schedule {
	padding: 0 0 0 0; /* 0 0 10px 0 */
	margin: 0 auto;
	width: 100%; /* 96% */
	height: auto;
}

/* dl */
.waku_schedule {
	padding: 0 0 30px 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
}

.waku_schedule dl {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 108%;
	color: #3a3b3c;
	overflow: hidden;
}

.waku_schedule dl dt {
	width: 35%;
	margin: 0;
	padding: 1em 1.5% 0.8em;
	position: absolute;
	line-height: 1.5;
}

.waku_schedule dl dd {
	margin: 0;
	padding: 1em 1.5% 0.8em 35%;
	border-bottom: 1px solid #dce0e3;
	line-height: 1.5;
}

.waku_schedule dl dd a {
	color: #3a3b3c;
	text-decoration: underline;
}

.waku_schedule dl dd:nth-of-type(2n) {
	//background-color: #fafbfc;
	background: -moz-linear-gradient(left,  rgba(250,251,252,0) 0%, rgba(250,251,252,1) 7%, rgba(250,251,252,1) 50%, rgba(250,251,252,1) 93%, rgba(250,251,252,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(250,251,252,0) 0%,rgba(250,251,252,1) 7%,rgba(250,251,252,1) 50%,rgba(250,251,252,1) 93%,rgba(250,251,252,0) 100%);
	background: linear-gradient(to right,  rgba(250,251,252,0) 0%,rgba(250,251,252,1) 7%,rgba(250,251,252,1) 50%,rgba(250,251,252,1) 93%,rgba(250,251,252,0) 100%);
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_schedule {
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
	color: #3a3b3c;
    font-size: 108%;
}

.haco_schedule table { 
    margin: 0 auto;
	width: 100%;
	border-collapse: collapse; 
}

.haco_schedule table th, .haco_schedule table td { 
    padding: 12px; 
	border: 1px solid #dcdcdc; 
}

.haco_schedule table th.timebox1 { 
	width: 13%;
	border-right: none;
	text-align: left;
}

.haco_schedule table th.timebox2 { 
	width: 20.5%;
	border-left: none;
	text-align: left;
}

.haco_schedule table th.timebox3, .haco_schedule table th.timebox4, .haco_schedule table th.timebox5, .haco_schedule table th.timebox6, .haco_schedule table th.timebox7, .haco_schedule table th.timebox8, .haco_schedule table th.timebox9 { 
	width: 9.5%;
	text-align: center;
}

.haco_schedule table td.timebox21 { 
	width: 13%;
	text-align: left;
	background-color: #f3f3f3;
}

.haco_schedule table td.timebox22 { 
	width: 20.5%;
	text-align: left;
}

.haco_schedule table td.timebox23, .haco_schedule table td.timebox24, .haco_schedule table td.timebox25, .haco_schedule table td.timebox26, .haco_schedule table td.timebox27, .haco_schedule table td.timebox28, .haco_schedule table td.timebox29 { 
	width: 9.5%;
	text-align: center;
}

.haco_schedule table th h4 {
    padding: 0;
	margin: 0;
	color: #3a3b3c;
    font-size: 108%;
    font-weight: 500;
	
	line-height: 1.2;
}

.haco_schedule table td h5 {
    padding: 0;
	margin: 0;
	color: #3a3b3c;
    font-size: 108%;
    font-weight: 500;
	
	line-height: 1.2;
}

.haco_schedule table td p {
    padding: 0;
	margin: 0;
	color: #3a3b3c;
    font-size: 108%;
    font-weight: normal;
	text-align: center;
	line-height: 1.2;
}

/*---------------------------------------------------- */
/* Box */
/*---------------------------------------------------- */
.schedulebox {
	padding: 10px 0 2px 0;
	width: 98%;
}


}

/* Tablet */
@media only screen and (max-width: 960px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
#schedule {
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

/* dl */
.waku_schedule {
	padding: 0 0 25px 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
}

.waku_schedule dl {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 100%;
	color: #3a3b3c;
	overflow: hidden;
}

.waku_schedule dl dt {
	width: 30%;
	margin: 0;
	padding: 1em 1.5% 0.8em;
	position: absolute;
	line-height: 1.5;
}

.waku_schedule dl dd {
	margin: 0;
	padding: 1em 1.5% 0.8em 30%;
	border-bottom: 1px solid #dce0e3;
	line-height: 1.5;
}

.waku_schedule dl dd a {
	color: #3a3b3c;
	text-decoration: underline;
}

.waku_schedule dl dd:nth-of-type(2n) {
	//background-color: #fafbfc;
	background: -moz-linear-gradient(left,  rgba(250,251,252,0) 0%, rgba(250,251,252,1) 7%, rgba(250,251,252,1) 50%, rgba(250,251,252,1) 93%, rgba(250,251,252,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(250,251,252,0) 0%,rgba(250,251,252,1) 7%,rgba(250,251,252,1) 50%,rgba(250,251,252,1) 93%,rgba(250,251,252,0) 100%);
	background: linear-gradient(to right,  rgba(250,251,252,0) 0%,rgba(250,251,252,1) 7%,rgba(250,251,252,1) 50%,rgba(250,251,252,1) 93%,rgba(250,251,252,0) 100%);
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_schedule {
	padding: 30px 0 0 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
	color: #3a3b3c;
    font-size: 100%;
	overflow: hidden;
}

.haco_schedule table {
    padding: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.haco_schedule table th {
    padding: 10px 0;
	margin: 0;
	width: 26%;
	text-align: center;
	border: 1px solid #dcdcdc;
}

.haco_schedule table td {
    padding: 10px 0;
	margin: 0;
	width: 37%;
	text-align: center;
	border: 1px solid #dcdcdc;
}

.haco_schedule table td.timebox21 {
	padding: 10px 0;
	margin: 0;
	width: 26%;
	text-align: center;
	background-color: #f3f3f3;
}

.haco_schedule table th h4 {
    padding: 0;
	margin: 0 12px;
	color: #3a3b3c;
    font-size: 100%;
    font-weight: 500;
	text-align: center;
	line-height: 1.2;
}

.haco_schedule table td h5 {
    padding: 0;
	margin: 0 12px;
	color: #3a3b3c;
    font-size: 100%;
    font-weight: 500;
	text-align: center;
	line-height: 1.2;
}

.haco_schedule table td p {
    padding: 0;
	margin: 0 12px;
	color: #3a3b3c;
    font-size: 100%;
    font-weight: normal;
	text-align: center;
	line-height: 1.2;
}

/*---------------------------------------------------- */
/* Box */
/*---------------------------------------------------- */
.schedulebox {
	padding: 10px 0 0 0;
	width: 98%;
}


}


/* Phone Landscape (Retina) */
@media only screen and (max-width: 568px)  {
/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
#schedule {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

/* dl */
.waku_schedule {
	padding-bottom: 20px;
	margin: 0 auto;
	width: 98%;
	height: auto;
}

.waku_schedule dl {
	padding-top: 0;
	padding-bottom: 15px;
	margin: 0;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #3a3b3c;
	overflow: hidden;
}

.waku_schedule dl dt {
	width: 30%; /* 70% */
	margin: 0;
	height: auto;
	padding: 1em 1.5% 0.8em;
	position: absolute;
	line-height: 1.5;
}

.waku_schedule dl dd {
	margin: 0;
	padding: 1em 1.5% 0.8em 34%;
	height: auto;
	border-bottom: 1px solid #dce0e3;
	line-height: 1.5;
}

.waku_schedule dl dd a {
	color: #3a3b3c;
	text-decoration: underline;
}

.waku_schedule dl dd:nth-of-type(2n) {
	//background-color: #fafbfc;
	background: -moz-linear-gradient(left,  rgba(250,251,252,0) 0%, rgba(250,251,252,1) 7%, rgba(250,251,252,1) 50%, rgba(250,251,252,1) 93%, rgba(250,251,252,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(250,251,252,0) 0%,rgba(250,251,252,1) 7%,rgba(250,251,252,1) 50%,rgba(250,251,252,1) 93%,rgba(250,251,252,0) 100%);
	background: linear-gradient(to right,  rgba(250,251,252,0) 0%,rgba(250,251,252,1) 7%,rgba(250,251,252,1) 50%,rgba(250,251,252,1) 93%,rgba(250,251,252,0) 100%);
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_schedule {
	padding: 25px 0 0 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
	color: #3a3b3c;
    font-size: 14px;
	overflow: hidden;
}

.haco_schedule table {
    padding: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.haco_schedule table th {
    padding: 10px 0;
	margin: 0;
	width: 26%;
	text-align: center;
	border: 1px solid #dcdcdc;
}

.haco_schedule table td {
    padding: 10px 0;
	margin: 0;
	width: 37%;
	text-align: center;
	border: 1px solid #dcdcdc;
}

.haco_schedule table td.timebox21 {
	padding: 10px 0;
	margin: 0;
	width: 26%;
	text-align: center;
	background-color: #f3f3f3;
}

.haco_schedule table th h4 {
    padding: 0;
	margin: 0 10px;
	color: #3a3b3c;
    font-size: 14px;
    font-weight: 500;
	text-align: center;
	line-height: 1.2;
}

.haco_schedule table td h5 {
    padding: 0;
	margin: 0 10px;
	color: #3a3b3c;
    font-size: 14px;
    font-weight: 500;
	text-align: center;
	line-height: 1.2;
}

.haco_schedule table td p {
    padding: 0;
	margin: 0 10px;
	color: #3a3b3c;
    font-size: 14px;
    font-weight: normal;
	text-align: center;
	line-height: 1.2;
}

/*---------------------------------------------------- */
/* Box */
/*---------------------------------------------------- */
.schedulebox {
	padding: 10px 0 0 0;
	width: 98%;
}



}