@charset "utf-8";

#timetable .scheduleWrapper{
	padding:0;
}

.greeting-ttl{
	text-align:center;
	color: #E84392;
	font-size: 1.5em;
	font-weight:bold;
	margin-top: -4px;
}

.greetingMemo {
    border: 2px dotted #E84392;
    /* background: #FFF3F6; */
    padding: 5px;
    margin: 8px 16px 8px;
    font-size: 0.9em;
}

.greetingSchedule{
	margin: 0 16px;
}

.greetingSchedule h3,
.greetingSchedule h4 {
    padding: 0 0 0 12px;
    margin: 0 0 12px;
}

.greetingSchedule .notice{
	margin: 8px 0 24px;
	font-size: 0.9em;
}

.scheduleWrapper .idxList{
 text-align: center;
 color: #fff;
 margin: 12px auto;
}

.scheduleWrapper .idxList ul{
}

.scheduleWrapper .idxList li{
    display: inline-block;
    padding: 6px 12px;
    margin: 0 4px;
    background: #E84392;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.scheduleWrapper .idxList li:last-of-type{
  border-right:none;
}

.scheduleWrapper .idxList a{
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
}


.greetingSchedule .greeting-list li {
	/* border-bottom: 1px dashed #f0f0f0; */
	word-break: break-all;
	line-height: 1.3;
	background: #ffffff;
	padding: 8px 8px 6px 8px;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 24px;
	position: relative;
	margin-left:0px;
}

.greetingSchedule .greeting-list li:after {
	border-bottom: 1px dotted #fff;
	content:"";
	display:block;
	height:0px;
	position: absolute;
	bottom: -12px;
	width: 96%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}


.greetingSchedule .greeting-list li:last-of-type:after{
	display:none;
}
.greetingSchedule .greeting-list li:last-of-type{
	margin-bottom:0;
}
.greetingSchedule li .greetingteam {
	color: #39c8f1;
	font-weight: bold;
	border-bottom: 1px dotted #39c8f1;
	padding: 4px 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 1em;
	text-indent: -1em;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.greetingSchedule li .greetingteam:last-of-type {
	border:none;
}
.content-info {
    background-color: #FFF;
    text-align: left;
    padding: 10px 5px 10px 5px;
    margin: 10px auto;
    border: 1px solid #ffdeeb;
}

.greeting-list{
	margin-bottom: 64px;
	background: #E84392;
	padding: 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.greeting-list li{
	list-style:none;
}

.greeting-list .greetingtime{
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
	margin-bottom: 2px;
	color: #E84392;
	/* border-bottom: 1px solid; */
}

.orange {
    color: #F30;
    font-weight: bold;
}
.r10 {
	font-size: 12px;
}
.time-att {
	margin: 10px 0;
    padding: 0 0 0 15px;
    text-indent: -15px;
}
.time-att:before {
	content: "";
    display: inline-block;
    width: 7px;
    height: 16px;
    vertical-align: middle;
    background: #ff1091;
    margin: 0 8px 0 0;
}
.updateList {
	position: relative;
	z-index: 1;
	padding: 0 30px 30px;
}
.updateList h3 {
	/* background: #fff3f6; */
	color: #2077ED;
	font-weight: bold;
	font-size: 18px;
	padding: 8px 12px;
	border-left: 4px solid #2077ED;
}
.updateList h3 em {
	font-weight: bold;
	font-size: 12px;
	padding: 0 8px;
}
.updateList li:before {
	content: "��";
	color: #2077ED;
	font-size: 12px;
	vertical-align: top;
	margin-right: 4px;
}
.updateList li {
	padding: 8px 0 0 14px;
	text-indent: -16px;
}