#topWrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    top:80px;
}

@media screen and (min-width: 1025px) {
	.schedule_box{
		width:990px;
		height:auto;
		min-height:300px;
		overflow:hidden;
		padding:5px;
		margin:0 auto;
	}
	.schedule_week {
		display:table;
		table-layout:fixed;
		width:910px;
		height:auto;
		overflow:hidden;
		font-size:14px;
		color:#ffff01;
		margin:5px auto;
	}
	.schedule_week_days{
		display:table-cell;
		vertical-align:middle;
		width:300px;
		height:auto;
		overflow:hidden;
		line-height:1.6em;
		text-align:center;
	}
	.schedule_week_line{
		display:table-cell;
		vertical-align:middle;
		box-shadow:0px 0px 5px 2px #f2c632;
		border:1px solid #f2c632;
		width:1px;
		height:auto;
		overflow:hidden;
	}
	.schedule_week_days a{
		display:block;
		font-size:20px;
		color:#ffff01;
	}
	.schedule_item{
		width:960px;
		height:auto;
		overflow:hidden;
		font-size:20px;
		color:#ffff01;
		line-height:1.8em;
		text-align:left;
		padding-left:3px;
		margin:3px auto;
		border-bottom:2px #f2c632 solid;
	}
	.schedulelist li {
		position: relative;
		background:url(../img/contents/girl_back.jpg) no-repeat;
		background-size:100% auto;
		float: left;
		width: 310px;
		height:520px;
		overflow:hidden;
		padding:5px 5px 0;
		margin:5px;
		text-align: center;
		box-sizing: border-box;
	}
	.schedulelist li a {
		display: block;
		margin: 0px;
		padding: 0px;
		transition: 0.3s ease-in-out;
		position: relative;
		text-decoration:none;
	}
	.schedulelist li a:hover {
		box-shadow: 0 0 30px 10px rgba(201, 78, 80, 0.2);
	}
	.schedulelist li a .schedule_girlsphoto img.companionThumb {
		width: 300px;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		filter: sepia(30%);
		opacity: 1;
		margin:5px auto 0;
	}
	.schedule_girlsname{
		width:90%;
		height:auto;
		overflow:hidden;
		margin:1% auto 0;
		font-size:18px;
		color:#000;
		line-height:1.6em;
		text-align:center;
	}
	.schedule_girlsborder{
		width:90%;
		height:2px;
		margin:0 auto;
		background:#fdff2d;
		box-shadow:0px 0px 3px 2px #c9cb2c;
	}
	.schedule_girlssize{
		width:90%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
		font-size:18px;
		color:#000;
		line-height:1.6em;
		text-align:center;
	}
	.schedule_girlstime{
		background:#000;
		font-size:18px;
		color:#FFF;
		line-height:1.6em;
		text-align:center;
	}
	footer {
		text-align: center;
		width: 100%;
		height:auto;
		overflow: hidden;
		background-color: #000;
		background-image: url(../img/common/footer_back.jpg?3103);
		background-position: center top;
		background-size:100% auto;
		color:#FFF;
		margin:80px 0;
		z-index:3;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
	.schedule_box{
		box-sizing: content-box;
		background:rgba(0,0,0,0.7);
		position:relative;
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0;
	}
	.schedule_week {
		width:98%;
		height:auto;
		overflow:hidden;
		font-size:1.2em;
		color:#ffff01;
		margin:1% auto;
		display: flex;
		justify-content: space-between;
	}
	.schedule_week_days{
		width:31%;
		height:auto;
		overflow:hidden;
		line-height:1.6em;
		text-align:center;
	}
	.schedule_week_line{
		box-shadow:0px 0px 5px 2px #f2c632;
		border:1px solid #f2c632;
		width:1px;
		height:auto;
		overflow:hidden;
	}
	.schedule_week_days a{
		display:block;
		font-size:1.2em;
		color:#ffff01;
	}
	.schedule_item{
		width:98%;
		height:auto;
		overflow:hidden;
		font-size:1.4em;
		color:#ffff01;
		line-height:1.8em;
		text-align:left;
		padding-left:1%;
		margin:1% auto;
		border-bottom:2px #f2c632 solid;
	}
	.schedulelist li {
		position: relative;
		background:url(../img/contents/girl_back.jpg) no-repeat;
		background-size:100% auto;
		float: left;
		width: 31%;
		height:auto;
		overflow:hidden;
		padding:1% 1% 0;
		margin:1%;
		text-align: center;
		box-sizing: border-box;
	}
	.schedulelist li a {
		display: block;
		margin: 0px;
		padding: 0px;
		transition: 0.3s ease-in-out;
		position: relative;
		text-decoration:none;
	}
	.schedulelist li a .schedule_girlsphoto img.companionThumb {
		width: 96%;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		filter: sepia(30%);
		opacity: 1;
		margin:1% auto 0;
	}
	.schedule_girlsname{
		width:98%;
		height:auto;
		overflow:hidden;
		margin:1% auto 0;
		font-size:1.2em;
		color:#000;
		line-height:1.6em;
		text-align:center;
	}
	.schedule_girlsborder{
		width:98%;
		height:2px;
		margin:0 auto;
		background:#fdff2d;
		box-shadow:0px 0px 3px 2px #c9cb2c;
	}
	.schedule_girlssize{
		width:98%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
		font-size:1.2em;
		color:#000;
		line-height:1.6em;
		text-align:center;
	}
	.schedule_girlstime{
		background:#000;
		font-size:1.4em;
		color:#FFF;
		line-height:2em;
		text-align:center;
	}
}

@media screen and (max-width: 599px) {
	.schedule_box{
		box-sizing: content-box;
		background:rgba(0,0,0,0.7);
		position:relative;
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0;
	}
	.schedule_week {
		width:98%;
		height:auto;
		overflow:hidden;
		font-size:1em;
		color:#ffff01;
		margin:1% auto;
		display: flex;
		justify-content: space-between;
	}
	.schedule_week_days{
		width:31%;
		height:auto;
		overflow:hidden;
		line-height:1.6em;
		text-align:center;
	}
	.schedule_week_line{
		box-shadow:0px 0px 5px 2px #f2c632;
		border:1px solid #f2c632;
		width:1px;
		height:auto;
		overflow:hidden;
	}
	.schedule_week_days a{
		display:block;
		font-size:1em;
		color:#ffff01;
	}
	.schedule_item{
		width:98%;
		height:auto;
		overflow:hidden;
		font-size:1.4em;
		color:#ffff01;
		line-height:1.8em;
		text-align:left;
		padding-left:1%;
		margin:1% auto;
		border-bottom:2px #f2c632 solid;
	}
	.schedulelist li {
		position: relative;
		background:url(../img/contents/girl_back.jpg) no-repeat;
		background-size:100% auto;
		float: left;
		width: 31%;
		height:auto;
		overflow:hidden;
		padding:1% 1% 0;
		margin:1%;
		text-align: center;
		box-sizing: border-box;
	}
	.schedulelist li a {
		display: block;
		margin: 0px;
		padding: 0px;
		transition: 0.3s ease-in-out;
		position: relative;
		text-decoration:none;
	}
	.schedulelist li a .schedule_girlsphoto img.companionThumb {
		width: 96%;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		filter: sepia(30%);
		opacity: 1;
		margin:1% auto 0;
	}
	.schedule_girlsname{
		width:98%;
		height:auto;
		overflow:hidden;
		margin:1% auto 0;
		font-size:1.2em;
		color:#000;
		line-height:1.6em;
		text-align:center;
	}
	.schedule_girlsborder{
		width:98%;
		height:2px;
		margin:0 auto;
		background:#fdff2d;
		box-shadow:0px 0px 3px 2px #c9cb2c;
	}
	.schedule_girlssize{
		width:98%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
		font-size:1.2em;
		color:#000;
		line-height:1.6em;
		text-align:center;
	}
	.schedule_girlstime{
		background:#000;
		font-size:1.4em;
		color:#FFF;
		line-height:2em;
		text-align:center;
	}
}
