@charset "UTF-8";

/*--------------------------------------------------
  today.css
--------------------------------------------------*/

/*--------------------------------------------------
	tab
--------------------------------------------------*/
.tabStyle01 .tab_item .inner {
   	padding: 15px 10px 10px;
}
.tabStyle01 .tab_item.select .inner {
	padding-top: 20px;
}

@media print, screen and (min-width: 960px) {
	.tabStyle01 .tab_item .inner {
		font-size: 1.6rem;
		padding: 12px 10px 10px;
	}
}
/* tabStyle02
----------------------------------------*/
.tabStyle02 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.tabStyle02 .tab_item {
	width: calc( 50% - 10px);
	height: 40px;
	margin: 0 2.5px;
}
.tabStyle02 .tab_item .inner {
	position: relative;
	height: 40px;
	margin: -5px 0;
	padding: 4px 0;
	border-radius: 6px;
	background: #5da075;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 3.2rem;
}
.tabStyle02 .tab_item .inner .svg-icon {
	width: .9em;
}
.tabStyle02 .tab_item.select .inner {
	height: 100%;
	margin: 0 5px;
	padding-top: 10px;
	background: #1f8042;
	border-radius: 6px 6px 0 0;
	line-height: 2.2rem;
}
@media print, screen and (max-width: 599px) {
	.tabStyle02 .tab_item:first-of-type {
	    width: 80%;
	}
}
@media print, screen and (min-width: 960px) {
	.tabStyle02 {
		width: 600px;
		margin: 0 auto;
	}
	.tabStyle02 .tab_item {
		height: 60px;
	}
	.tabStyle02 .tab_item .inner {
		height: 50px;
		padding: 10px 0;
		margin: 0;
		font-size: 1.6rem;
	}
	.tabStyle02 .tab_item.select .inner {
		padding-top: 15px;
	}
	.tabStyle02:hover {
		cursor: pointer;
	}
}


#tabArea {
	border-bottom: 10px solid #1f8042;
	margin-bottom: 30px;
}
.smallTabArea {
	padding: 15px;
	border-radius:5px;
	background: #c7bcac;
}
.boxInner {
	border: 0px solid transparent;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

/*--------------------------------------------------
 .scheduleBox
--------------------------------------------------*/
.scheduleBox {
	background-color: #ffffff;
}
.scheduleBox li {
	background-color: #ffffff;
	padding: 10px 0;
	vertical-align: middle;
}
.scheduleBox li:nth-child(odd) {
	background-color: #f6f2ec;
}

.scheduleBox .scheduleTable {
	display: table;
	position: relative;
	width: 100%;
}
.scheduleBox .scheduleTable .small {
	font-size: 1.0rem;
}
.scheduleBox .scheduleTable dt,
.scheduleBox .scheduleTable dd {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
.scheduleBox .scheduleTable dt {
	width: 40%;
}
.scheduleBox .scheduleTable dd {
	width: 60%;
	border-left: 1px solid #c7bcac;
}

.scheduleBox .iconBox {
	display: inline-block;
	margin: 0 5px;
	float: right;
}
.scheduleBox .iconBox .icon {
	display: inline-block;
	margin: 0 5px;
	width: 30px;
}
.scheduleBox .iconBox .icon img {
	width: 100%;
}
@media print, screen and (min-width: 600px) {
	.scheduleBox li {
		background-color: #ffffff;
		padding: 10px 0;
		vertical-align: middle;
	}
	.scheduleBox .scheduleTable .small {
		font-size: 1.2rem;
	}
	.scheduleBox .scheduleTable dt,
	.scheduleBox .scheduleTable dd {
		padding: 10px 15px;
	}
	.scheduleBox .scheduleTable dt {
		width: 30%;
	}
	.scheduleBox .scheduleTable dd {
		width: 70%;
	}
	.scheduleBox .iconBox {
		float: none;
	}
	.scheduleBox .iconBox .icon {
	}
}

.endCaption {
	margin-top: 20px;
	padding: 20px 10px 0;
	border-top: 1px solid #cccccc;
}
