div.lnb a {
    width:25%;
}


div.calendaBox {
    width:100%;
    border:1px solid #eee;
}
ul.reservHead {
    position:relative;
    padding:20px 0;
	text-align:center;
}
ul.reservHead li {
	display:inline-block;
}
ul.reservHead li.arrow {
    position:absolute;
    top:22px;
    width:20px;
    height:20px;
    cursor:pointer;
}
ul.reservHead li.arrow_L {
    left:20px;
    background:url('../img/arrow.png') 0 0;
}
ul.reservHead li.arrow_R {
    right:20px;
    background:url('../img/arrow.png') -20px 0;
}
ul.reservHead li.month {
	margin:0 90px;
	font-size:26px;
	font-family: 'Noto Sans DemiLight';
	color:#000;
}
ul.reservHead li.month > span {
	font-size:18px;
}
table.calenda {
    margin-bottom:15px;
    padding:0 30px;
    width:100%;
    border-top:1px solid #eee;
}
table.calenda tr {
    height:55px;
}
table.calenda tr th {
    font-size:19px;
    font-family: 'Noto Sans Light';
    color:#454545;
}
table.calenda tr td {
    text-align:center;
    font-size:19px;
    font-family: 'Noto Sans DemiLight';
    color:#454545;
}
table.calenda tr td a {
    display:inline-block;
    width:45px;
    height:45px;
    line-height:41px;
    border:2px solid transparent;
    box-sizing:border-box;
    transition:none;
}
table.calenda tr td.sun a {
    color:#eb6100;
}
table.calenda tr td.sat a {
    color:#00a0e9;
}
table.calenda tr td a.reserv {
    border-bottom:2px solid #45b2bd; 
}
table.calenda tr td a.reserv:hover {
    border:2px solid #45b2bd;
}
table.calenda tr td a.today {
    border:2px solid #fb5a4a; 
}
table.calenda tr td a.closed {
    border-bottom:2px solid #ddd; 
    color:#ccc;
}
table.calenda tr td a.pick, table.calenda tr td a:active {
    border:2px solid #45b2bd;
    background:#45b2bd;
    color:#fff;
}
ul.colorIndex {
    margin-top:20px;
    padding:17px 0;
    text-align:center;
    background-color:#fafafa;
}
ul.colorIndex li {
    margin:0 30px;
    display:inline-block;
    font-size:14px;
    color:#5a5a5a;
}
ul.colorIndex li span {
    float:left;
    margin-right:8px;
    display:block;
    width:12px;
    height:12px;
    border-radius:14px;
}
ul.colorIndex li span.circle01 {
    width:14px;
    height:14px;
    background:#45b2bd;
}
ul.colorIndex li span.circle02 {
    border:2px solid #45b2bd;
}
ul.colorIndex li span.circle03 {
    border:2px solid #ccc; 
}
ul.colorIndex li span.circle04 {
    border:2px solid #fb5a4a; 
}
ul.userInfo {
	margin:40px 0;
	text-align:center;
	width:100%;
	height:50px;
	line-height:50px;
	border:1px solid #ebebeb;
    background-color:#f9f9f9;
}
ul.userInfo li {
	display:inline;
	padding:0 35px;
	font-size:20px;
	color:#342e8d;
}

ul.reservTab li {
    float:left;
}
ul.reservTab li a {
    margin-right:-1px;
    display:block;
    width:160px;
    height:45px;
    text-align:center;
    line-height:45px;
    font-size:20px;
    color:#525252;
    border:1px solid #eee;
}
ul.reservTab li.tabOn a {
    background-color:#716558;
    border:1px solid #716558;
    color:#fff;
}
table.timeTbl {
    width:100%;
}
table.timeTbl tr th {
    height:40px;
    background:#525252;
    font-size:18px;
    font-family: 'Noto Sans DemiLight';
    color:#fff;
}
table.timeTbl tr td {
    text-align:center;
    border:1px solid #ddd;
    height:50px;
    font-size:19px;
    color:#333;
}
table.timeTbl tr td a {
    padding:5px 10px;
    background:#ea68a2;
    font-size:16px;
    color:#fff;
}
table.timeTbl tr td a:hover {
    background:#e10060;
    text-decoration:none;
}
table.timeTbl tr td a.closedBtn {
	background:#bbb;
}
table.timeTbl tr td a.closedBtn:hover {
	background:#999;
}
div.reservTxtBox {
    margin-top:20px;
}
p.reservTxt01 {
    margin-top:10px;
    padding-left:20px;
    font-size:17px;
    line-height:22px;
    color:#666;
    background:url('../img/mark.png') no-repeat 0 5px;
}


/*-- 예약확인취소 --*/
div.reservCntBox {
    margin-top:20px;
}
table.tbl01 tr td a.changeBtn {
    padding:5px 10px;
    background:#ea68a2;
    font-size:16px;
    color:#fff;
}
table.tbl01 tr td a.cancelBtn {
    padding:5px 10px;
    background:#999999;
    font-size:16px;
    color:#fff;
}
table.tbl01 tr td a.changeBtn:hover {
    background:#e10060;
    text-decoration:none;
}
table.tbl01 tr td a.cancelBtn:hover {
    background-color:#454545;
    text-decoration:none;
}
/*-- END 예약확인취소 --*/

.input001 {font-size: 20px; padding: 5px 10px; width: 85%; border-radius: 0;}