/*-------
calkender
---------*/
.TEST .calender td {
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
    text-align: center;
    width: 50px;
}
/*.TEST .calender h3 {
    background-color: #FD866A;
    color: #fff;
    padding: 10px 0;
}*/
.TEST .calender {
    text-align: center;
	margin: 10px;
}
.TEST .calender table {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
}
.TEST .calender .week {
    background-color: #f8f8f8;
	height: 30px;
}
.TEST button.btn-s {
    background-color: #87d9d6;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    text-align: center;
    width: 80px;
}
.TEST .calender-select .select {
	display: table-cell;
    vertical-align: middle;
	padding-right: 5px;
}
.TEST .calender-select .button {
	display: table-cell;
    vertical-align: middle;
}
.TEST .calender-select {
    display: table;
}
.TEST .calender .this {
    background-color: #87d9d6;
    color: #fff;
	line-height: 50px;
}
.TEST .calender .this > a {
   display: block;
    height: 100%;
    width: 100%;
}
/*-------
list
---------*/
.TEST .CALENDER-LIST .inner {
	background-color: #fff;
    padding: 10px;
}
.TEST .CALENDER-LIST .ranking-title {
    margin: 0 0 20px;
    color: #87d9d6;
}
.TEST .CALENDER-LIST span.ranking-rabel {
    background-color: #fd866a;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    text-align: center;
    width: 55px;
    height: 21px;
    line-height: 23px;
}
.TEST .CALENDER-LIST .ranking-time ,.CALENDER-LIST .ranking-place ,.CALENDER-LIST .ranking-address {
	margin: 5px 0;
}
.TEST .CALENDER-LIST .bottom {
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    padding-top: 10px;
}

.TEST a.btn-regist {
    background-color: #33cccc;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;
    padding: 10px;
    text-align: center;
    width: auto;
    line-height: 30px;
}
.TEST .alert.alert-success.alert-dismissible {
    background-color: #d9edf7;
    border-radius: 5px;
    color: #31708f;
    margin: 10px;
    padding: 10px;
}
.TEST .alert.alert-success.alert-dismissible a {
    color: #33cccc;
    font-weight: bold;
}
