@charset "utf-8";
/* CSS Document */

/* 10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */

.dayflow-box table,
.dayflow-box th,
.dayflow-box td {border-right: 0;border-left: 0;border-style: dotted !important;}

.dayflow-box table {border-collapse: separate;border-spacing: 0;}
.dayflow-box td {overflow: hidden;}
.dayflow-box table {border-bottom: 0;}
.dayflow-box th,
.dayflow-box td {border-bottom: 1px dotted #bfbfbf !important;border-top: 0;padding: 15px 10px;}

.dayflow-box th {background-color: #f5f4ed !important;color: #333 !important;vertical-align: top;}

.dayflow-box td .img-right {
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 15px;
	margin-bottom: 15px !important;
}
.dayflow-box td .img-right:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

.dayflow-box td h3 {
	font-size: 108%;
	margin: 0 0 5px;
}
.dayflow-box td h3:last-child {margin-bottom: 0;}
.dayflow-box td .img {margin-top: 10px !important;margin-bottom: 0 !important;}

@media print, screen and (min-width: 641px) {
	
.pc-gNav>ul>li.gNav-schedule>a {
	background-color: #736357;
	color: #FFF;
}

.dayflow-box th,
.dayflow-box td {padding: 15px;}
.dayflow-box th {
	width: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dayflow-box td .img {margin-top: 0px !important;width: 220px !important;}
.dayflow-box td .img-right .txt {width: 100% !important;}
.dayflow-box td .img-right:has(img) .txt {width: 350px !important;}

}