@charset "UTF-8";

/*==========================

	schedule

============================*/

.schedule_week {
    font-size: 12px;
    height: auto;
    margin:0 auto 5px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

a.date-normal {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

.float {
    border: 1px solid #000000;
    background: #000000;
    float: left;
    height: 17px;
    line-height: 17px;
    margin: 3px 0 3px 8px;
    padding: 2px;
    text-align: center;
    width: 5.4em;
}

a.todayetc {
    color: #ffc90f;
    font-size: 12px;
    text-decoration: none;
}

h3 {
    background: #ffffff;
    color: #ba8e06;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 auto 5px;
    padding: 5px;
    width: 95%;
}
.girlNav li {
	background: #ad0000;
    list-style: none outside none;
    margin-bottom: 5px;
    position: relative;
}
.girlNav  li:last-child {
	margin: 0 auto;
}

.girlNav.iconBase li a:not(.noListLink):after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #ffc90f;
	border-right: solid 2px #ffc90f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.girlBox {
	padding: 5px;
}

.girlName {
    border-bottom: 1px dotted #ba8e06;
    color: #ffc90f;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 5px;
}

.girlName span.new {
    color: #FFFF00;
    font-size: 10px;
    padding: 1px;
	margin-left: 7px;
}

.girlImg {
    float: left;
    margin: 0 5px 5px 0;
    width: 60px;
}

.girlTxtArea {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 200px;
}

.girlTxtArea dl {
    float: left;
    margin: 0;
    padding: 0 3px;
}
.girlTxtArea dl dt, .girlTxtArea dl dd {
    float: left;
    font-size: 10px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.girlTxtArea dl dt {
    background-color: #ffc90f;
    color: #000000;
    margin-bottom: 8px;
    text-align: center;
    width: 55px;
}

.girlTxtArea dl dd {
    color: #ffffff;
    margin: 0 0 8px 5px;
    width: 120px;
}
.catch {
    clear: both;
    height: 15px;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 5px 0 2px;
    text-align: center;
    width: auto;
}
.caotion {
    background: #ba8e06;
    color: #000000;
}
.scheduleText {
    background: #ffffff;
    color: #ad0000;}

#btnpageNext {
    float: right;
    margin: 10px 10px 20px 10px;
    padding: 8px;
    width: 80px;
    text-align:center;
}

#btntopPrev {
    float: left;
    margin: 10px 10px 20px 10px;
    padding: 8px;
    width: 80px;
    text-align:center;
}
#btnpageNext a, #btntopPrev a {
	color:#ffffff;
}


