@charset "utf-8";
input[type="button"],input[type="submit"] {
    -webkit-appearance:none;
}
/* カレンダーアイコン表示 */
#calender_list div dd.dd_dispaly_icon, span.span_dispaly_icon {
    height: 100%;
}
#calender_list div.icon_dubblecircle dd.dd_dispaly_icon, div.icon_dubblecircle span.span_dispaly_icon{
    background: url(/base/admin/images/icon_set_dubblecircle.png) no-repeat center center scroll;
}
#calender_list div.icon_circle dd.dd_dispaly_icon, div.icon_circle span.span_dispaly_icon{
    background: url(/base/admin/images/icon_set_circle.png) no-repeat center center scroll;
}
#calender_list div.icon_triangle dd.dd_dispaly_icon, div.icon_triangle span.span_dispaly_icon{
    background: url(/base/admin/images/icon_set_triangle.png) no-repeat center center scroll;
}
#calender_list div.icon_cross dd.dd_dispaly_icon, div.icon_cross span.span_dispaly_icon{
    background: url(/base/admin/images/icon_set_cross.png) no-repeat center center scroll;
}
#calender_list div.icon_full dd.dd_dispaly_icon, div.icon_full span.span_dispaly_icon{
    background: url(/base/admin/images/icon_set_full.png) no-repeat center center scroll;
}
#calender_list div.icon_empty dd.dd_dispaly_icon, div.icon_empty span.span_dispaly_icon{
    background: url(/base/admin/images/icon_set_empty.png) no-repeat center center scroll;
}
#calender_list div.icon_none dd.dd_dispaly_icon, div.icon_none span.span_dispaly_icon{
    background: url(/base/admin/images/icon_set_none.png) no-repeat center center scroll;
}


/*------------Baloon------------*/
#fullScreen #baloon_reserve{
    display: none;
    position: absolute;
    top: -180px;
    z-index: 10000;
    background :#FFF;
    width:300px !important;
    height:180px;
    border: solid 2px #fff;
    left:-100px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35); /*CSS3*/
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35); /* Firefox用*/
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35); /* Google Chrome, Safari用*/
    font-size:12px;
}
#fullScreen #baloon_reserve:after{
    display:block;
    position:absolute;
    right:160px;
    bottom:-10px;
    width:0;
    border-color:#FFF transparent transparent;
    border-style:solid;
    border-width:10px 5px 0;
    content:"";
}
#fullScreen #baloon_reserve .btn_close{
    width: 30px;
    min-width: 30px;
    height:29px;
    margin:0;
    background: #000 url(../images/icon_btn_reset_o.png) no-repeat 0 0 scroll;
    border:none;
    border-radius:0;
}
#fullScreen #baloon_reserve .btn_close:hover{
    background: #000 url(../images/icon_btn_reset_o2.png) no-repeat 0 0 scroll;
}
#fullScreen #baloon_reserve span.label_name{
    display:inline-block;
    width: 256px;
    background:#000;
    padding:5px;
    color: #fff;
    text-align:center;
}
#fullScreen #baloon_reserve table{
    border:none;
    margin-top:5px;
}
#fullScreen #baloon_reserve td:first-child{
    width:180px;
    border: none;
    padding:0 10px;
    vertical-align: top;
    font-size:12px;
}
#fullScreen #baloon_reserve td:last-child{
    width:120px;
    border:none;
    padding-right:10px;
}
#fullScreen #baloon_reserve td:last-child span{
    display: block;
    font-size:10px;
}
#fullScreen #baloon_reserve td:last-child p{
    height:50px;
    background-color:#ede2c2;
    text-align:center;
    line-height:50px;
}
#fullScreen #baloon_reserve .btn_area{
    position: relative;
    margin-top:10px;
    text-align:center;
}
#fullScreen #baloon_reserve .btn_deatils{
    margin:none;
}
#fullScreen #baloon_reserve .term_container{
    height:90px;
    overflow:hidden;
    margin-top:5px;
}
#fullScreen #baloon_reserve p{
    display:block;
    padding:4px 10px;
}
#fullScreen #baloon_reserve p.zaiko{
    border-bottom:dashed 1px #ddd;
}
