/* Add here all your css styles (customizations) */

/*Timeline*/
.news .timeline-v2.timeline-me:before {
	left: 16%;
}

.news .timeline-v2.timeline-me p {
	margin-bottom: 0;
}

.news .timeline-v2.timeline-me > li .cbp_tmtime {
	width: 23%;
}

.news .timeline-v2.timeline-me > li .cbp_tmicon {
	left: 16%;
}

.news .timeline-v2.timeline-me > li .cbp_tmtime span:first-child {
	color: #585f69;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
}

.news .timeline-v2.timeline-me > li .cbp_tmtime span:last-child {
	color: #999;
	font-size: 15px;
	text-align: left;
}

.news .timeline-v2.timeline-me > li .cbp_tmlabel {
	padding: 1em;
	//background: inherit;
	margin: 0 0 10px 19%;
}

.news .timeline-v2.timeline-me > li .cbp_tmlabel:after {
	//border-color: inherit;
}

.news .timeline-v2.timeline-me > li .cbp_tmlabel h2 {
	margin: 0 auto;
	font-size: 17px;
	line-height: 20px;
	//border-bottom: none;
}

/* Countdown
------------------------------------*/
.rengocowntdown {
	width: 100%;
//	overflow: hidden;
}
.rengocowntdown span.countdown-section {
	padding: 0 5px 0 10px;
	margin-bottom: 0px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.rengocowntdown span.countdown-section:after {
	content: ":";
	position: absolute;
	left: 0;
	top: -3px;
	font: 200 22px/1 "Open Sans", sans-serif;
}
.rengocowntdown span.countdown-section:first-child:after {
	display: none;
}
.rengocowntdown span.countdown-section:first-child {
	padding-left: 0;
	margin-left: -10px;
}
.rengocowntdown span.countdown-section:last-child {
	width: 75px;
}
.rengocowntdown span.countdown-amount {
	position: relative;
	display: block;
	padding: 0 10px;
	font: 200 22px/1 "Open Sans", sans-serif;
}
.rengocowntdown span.countdown-period {
	display: block;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 5px;
}


/* プログラム用のカスタマイズ */
.news-v2 .news-v2-badge p {
  left: 0;
  top: 10px;
  background: #555;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
}

.news-v2 .news-v2-badge h4 {
  color: #fff;
  right:  10px;
  bottom: 0px;
  background: #555;
  padding: 5px 15px;
  text-align: right;
  position: absolute;
}

.news-v2 .news-v2-badge span {
  color: #fff;
}

.news-v2 .news-v2-badge small {
  color: #fff;
}

.news-v2-desc dl {
  margin: 5px -30px 5px 3px;
}

.news-v2-desc dt {
  float: left;
  width: 60px;
  overflow: hidden;
  clear: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
  color: #555;
}

.news-v2-desc dd {
  margin-left: 70px;
  color: #555;
}


/*sidebar property of organization page*/
.sidebar-nav-v1.affix {
    top: 10px;
}

.organization .list-group i {
	min-width: 20px;
	margin-right: 5px;
	text-align: center;
}

.warning {
	color: red;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
    align-items: center;

    & > div.item {
        text-align: center;
    }

}
