@charset "utf-8";

/*
Theme Name: iBow Ad System
Version: 1.0
Author: eNet Solutions Co.,Ltd.
Author URI: https://www.enetsolutions.co.jp/
Description: iBow Adで使用するテンプレートです
*/

/*---------------------------------------------------------------------
 印刷用スタイル css 20220816
 ---------------------------------------------------------------------*/
@media print{
.editor-block table {
    width: 960px;
    text-align: center;
    background: #c2bebe;
    margin-left: 40px;
    font-size:13px;
}
.editor-block table th {
    background: #DDEBF7;
}
.editor-block .green th {
    background: #E2EFDA!important;
}
.editor-block .comple td {
    background: #F2F2F2!important;
}
.editor-block table td:first-child {
    background: #FFF2CC!important;
}
.editor-block table th {
    padding: 5px;
}
.editor-block table th:first-child {
    width: 50px;
}
.editor-block table th:nth-child(2n),.editor-block table th:nth-child(3n) {
    width: 60px;
}
.editor-block table th:nth-child(4n),.editor-block table th:nth-child(5n),.editor-block table th:nth-child(6n) {
    width: 100px;
}
.editor-block table th:nth-child(8n){
    width: 60px;
}
.editor-block table th:nth-child(9n){
    width: 70px;
}
.editor-block table td {
    background: #fff;
    padding: 5px;
}

.editor-block table td:nth-child(4n),.editor-block table td:nth-child(5n),.editor-block table td:nth-child(6n),.editor-block table td:nth-child(7n){
    text-align: left;
}
}