@charset "utf-8";
/*--京for_staff.css--*/
/* ##########PC########## */
.page_info_site_search_box > .box_header{
    justify-content: flex-end;
}

.page_info_site_search_box > .box_header .page_info{
    display: none;
}

@media screen and (min-width:1px) and (max-width:1400px) {
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){


}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {

}


/* ##########印刷用########## */
@media print{

}