@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base.css");


.co-bo-10-r {
	border-right: 10px solid #000;
}
.co-bo-10-l {
	border-left: 10px solid #000;
}

.co-girllist-outer li {
	width: 220px;
}

.co-girllist-outer li:not(:nth-of-type(5n)) {
	margin-right: 10px;
}

.co-girllist-outer li .time {
	width: 200px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 0;
	height: 30px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}

.calendar_outer {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 1140px;
	height: 80px;
	margin: 0 auto;
	background: #1b161c;
}

.calendar_outer h3 {
	width: 165px;
	height: 40px;
	margin-right: 13px;
	margin-left: 18px;
}

.calendar_outer .calendar_inn {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}

.calendar_outer .calendar_inn .calendar_item {
	width: 132px;
	height: 40px;
	font-size: 18px;
	line-height: 1;
	color: #FFFFFF;
}

.calendar_outer .calendar_inn .calendar_item p {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 127px;
	height: 40px;
	padding: 1px 0 0;
	box-sizing:border-box;
	border: 1px solid #800028;
}

.calendar_outer .calendar_inn .calendar_item p a {
	color: #fff;
} 

.calendar_outer .calendar_inn .calendar_item p span {
	color: #C69C6D;
}


.calendar_outer .calendar_inn .calendar_item.sat p a,.calendar_outer .calendar_inn .calendar_item.sat.on p span {
	color: deepskyblue;
}

.calendar_outer .calendar_inn .calendar_item.sun p a,.calendar_outer .calendar_inn .calendar_item.sun.on p span {
	color: orangered;
} 