@charset "UTF-8";

/**
 * 管理画面
 *
 * @version 7.2.147.6 (2014-12-27 : 2021-07-07)
 */

@page {
 size:landscape;
 size:portrait;
}

/*
    max-width: 297mm;
    min-height: 210mm;
*/


body{
    background-color: transparent;
}

a {
    text-decoration: none;
    color: #aaa;
}

#header,
#container,
#primary,
#footer{
    float: none !important;
  max-width: 210mm !important;
}

#secondary,
.widget-search-form,
.print-hidden,
#search-result .paging .info input{
    display: none !important;
}

table th,
table td{
  padding-top: .5em;
  padding-bottom: .5em;
}


#footer{
    padding: 1em !important;
    height: auto !important;
    display: none;
}

.page-title{
    border: 0 !important;
    margin: 0 !important;
    background: none;
}
#primary{
    margin: 0 !important;
}

.primary-wrap{
    padding: 0 !important;
}
.page-title-icon{
    padding-left: 0 !important;
}
.paging{
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}

.form-steps .submit-buttons-top{
    display: none !important;
}

.form-steps{
    padding-top: 0;
}
