html
{
    overflow-y: scroll;
}

body
{
    font-size: 10pt;
    margin: 0 auto;
    width: 1200px;
    font-family: 'MS Gothic', 'MS UI Gothic';
    background-color: #f5f5f5;
    text-align: center;
}

form
{
    width: 1200px;
    margin: 0px;
}

form.search_frame
{
    width: 980px;
}

form.search
{
    width: 970px;
}

td
{
    font-size: 10pt;
    font-family: 'MS Gothic', 'MS UI Gothic';
}

div#div_head,
div#div_id,
div#div_menu,
div#div_titlehead,
div#div_dotline,
div#div_step,
div#div_message,
div#div_main,
div#div_foot
{
    width: 1200px;
    font-family: 'MS Gothic', 'MS UI Gothic';
    background-color: #ffffff;
    margin: 0px;
}

form.search div#div_head,
form.search div#div_id,
form.search div#div_menu,
form.search div#div_titlehead,
form.search div#div_dotline,
form.search div#div_step,
form.search div#div_message,
form.search div#div_main,
form.search div#div_foot
{
    width: 930px;
}

div.toppage_menu
{
    font-size: 16pt;
}

span.right
{
    text-align: right;
}

span#id
{

    background-position: left;
    background-image: URL(/images/common/id_bg.gif);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 7px;
    height: 20px;
}

span#span_head
{
    width: 730px;
    background-position: 0% 0%;
    font-size: 11pt;
    background-image: url(/images/common/takamori_header_logo.png);
    padding-top: 10px;
    background-repeat: no-repeat;
    height: 20px;
    /*background-color: #ffffff;*/
    text-align: left;
    padding-left: 340px;
    margin-right: 27px;
    display: inline-block;
    vertical-align: top;
    left: 0%;
    position: absolute;
    font-weight: bold;
}

div#div_title
{
    display: none;
}

div#div_dotline
{
    background-image: url(/images/common/ten770.gif);
    height: 1px;
    overflow: hidden;
}


div#div_head
{
    border-top: #dcdcdc 1px solid;
    background-position-y: bottom;
    background-image: url(/images/common/index_bg.gif);
    height: 35px;
    text-align: right;
    vertical-align: bottom;
    position: relative;
}

div#div_menu a
{
    background-position: left center;
    padding-left: 10px;
    background-image: url(/images/common/index_arrow.gif);
    margin-right: 10px;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bolder;
    color: #000000;
}

div#div_menu a:hover,
div#div_main table.tblMenu td a.menu_item:hover
{
    color: #ffffff;
    background-color: #ff9933;
}

div#div_menu a.selected
{
    color: #ff0000;
}

div#div_head INPUT.button_manual, div#div_head INPUT.button_logout
{
    background-position: left center;
    padding-left: 25px;
    font-size: 9pt;
    width: 88px;
    border-top-style: none;
    background-repeat: no-repeat;
    font-family: 'MS Gothic';
    border-right-style: none;
    border-left-style: none;
    height: 32px;
    background-color: transparent;
    text-align: left;
    border-bottom-style: none;
    vertical-align: middle;
}

div#div_head INPUT.button_manual
{
    background-image: url(/images/common/top_manual.gif);
}

div#div_head INPUT.button_logout
{
    background-image: url(/images/common/top_logout.gif);
}

div#div_titlehead
{
    width: 1150px;
    padding-left: 50px;
    background-position-x: 2px;
    font-weight: bold;
    font-size: 14pt;
    background-image: url(/images/common/title_left.gif);
    padding-bottom: 3px;
    margin: 0px;
    vertical-align: sub;
    color: #333333;
    padding-top: 10px;
    border-bottom: #eeeeee 1px solid;
    background-repeat: no-repeat;
    height: 30px;
    text-align: left;
}

div#div_menu
{
    width: 1170px;
    padding-left: 30px;
    padding-top: 2px;
    border-bottom: #c0c0c0 1px solid;
    height: 20px;
    text-align: left;
}

div#div_step .n
{
    background-position: left center;
    font-size: 10pt;
    color: #666666;
    padding-left: 28px;
    background-image: url(/images/common/prog_grey.gif);
    background-repeat: no-repeat;
}

div#div_step .s
{
    background-position: left center;
    font-size: 10pt;
    color: #ff6600;
    text-decoration: bold;
    padding-left: 28px;
    background-image: url(/images/common/prog_black.gif);
    background-repeat: no-repeat;
}

div#div_main
{
    text-align: left;
}

div#div_main a.tab
{
    color: #ffffff;
    background-color: transparent;
}

div#div_main input, textarea, select
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    font-size: 11pt;
    vertical-align: middle;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
    font-family: 'MS Gothic';
    ime-mode: active;
}

div#div_main input.ime-active, div#div_main input.japanese
{
    ime-mode: active;
}

div#div_main input.ime-inactive
{
    ime-mode: inactive;
}

div#div_main input.ime-disabled, div#div_main input.ank
{
    ime-mode: disabled;
}

div#div_main input.viewonly
{
    ime-mode: disabled;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

div#div_main div.notice
{
    text-align: center;
}

div#div_main div.complete_message
{
    border-right: #dddddd 1px solid;
    padding-right: 10px;
    border-top: #dddddd 1px solid;
    padding-left: 20px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    margin-left: 100px;
    border-left: #dddddd 1px solid;
    width: 570px;
    padding-top: 30px;
    border-bottom: #dddddd 1px solid;
    height: 200px;
    background-color: #f5f5f5;
}

div#div_main OL
{
    list-style-position: outside;
    margin-left: 150px;
    list-style-type: decimal;
}

div#div_main OL LI
{
    margin-bottom: 5px;
}

div#div_main input.number
{
    padding-right: 2px;
    text-align: right;
    ime-mode: disabled;
}

div#div_main span.check input,
div#div_main input.check
{
    width: 15px;
    height: 15px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

div#div_main span.notnull_mark
{
    font-size: 8pt;
    width: 10px;
    color: #ff0000;
    text-align: center;
    display: inline-block;
}

div#div_main span.blue10
{
    font-size: 8pt;
    width: 10px;
    color: #0000ff;
    text-align: center;
}

div#div_main span.font11pt
{
    font-size: 11pt;
}

div#div_main span.money
{
    width: 75px;
    font-size: 11pt;
    text-align: right;
}

div#div_main a.page_change
{
    background-color: #e0e0e0;

}


div#div_main input.button,
div#div_main input.button_cart,
div#div_main input.button_addcart,
div#div_main input.button_100_30,
div#div_main input.button_150_30,
div#div_main input.button_180_30,
div#div_main input.button_50_30,
div#div_main input.d_today,
div#div_main input.d_prev,
div#div_main input.d_next,
div#div_main input.d_calendar,
div#div_main input.d_search,
div#div_main input.d_80,
div#div_main input.bt_post,
div#div_main input.button_print_display_none,
div#div_main input.d_image
{
    border-top-style: none;
    font-family: 'MS PGothic';
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

div#div_main input.button_cart
{
    font-size: 8pt;
    color: #ff3333;
    text-align: right;
}

div#div_main input.d_today, div#div_main input.d_prev, div#div_main input.d_next, div#div_main input.d_80
{
    font-size: 9pt;
    vertical-align: middle;
    padding-top: 2px;
    font-family: 'MS PGothic';
}

div#div_main input.bt_post
{
    background-image: url(/images/common/bt_post.gif);
    width: 37px;
    height: 22px;
}

div#div_main input.file
{
    width: 380px;
    ime-mode: disabled;
}

div#div_main iframe.pdf_output
{
    border-width: 0px;
    width: 1px;
    height: 1px;
    /*margin-left: 40px;*/
    overflow: hidden;
}

div#div_main iframe.get_iframe
{
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    margin-top: -1px;
    visibility: hidden;
    border-left: #ffffff 1px solid;
    width: 1px;
    border-bottom: #ffffff 1px solid;
    height: 1px;
}

div#div_main select.select200
{
    width: 120px;
}

div#div_main div.scroll
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    overflow: auto;
    padding-top: 0px;
}

div#div_main div#error
{
    color: #ff0000;
}

div#div_main table
{
    margin-top: 6px;
    margin-left: 10px;
    font-size: 10pt;
    margin-bottom: 6px;
    color: #333333;
    margin-right: auto;
    background-color: #dddddd;
}

div#div_main table.noborder
{
    margin-top: 6px;
    font-size: 10pt;
    margin-bottom: 6px;
    color: #000000;
    margin-right: auto;
    background-color: #ffffff;
}

div#div_main table.bottom_noborder
{
    margin-bottom: -7px;
    border-bottom-style: none;
}

div#div_main table.printlist tr.head td, div#div_main table.printlist td
{
    margin-top: 6px;
    font-size: 10pt;
    margin-bottom: 6px;
    color: #000000;
    margin-right: auto;
    border-bottom: #000000 1px solid;
    font-family: monospace;
    background-color: #ffffff;
}

div#div_main table.printlist tr.head td
{
    border-top: #000000 2px solid;
    border-bottom: #000000 2px solid;
}

div#div_main table thead
{
    letter-spacing: 3px;
}

div#div_main table tr
{
    background-color: #ffffff;
}

div#div_main table td
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    overflow: hidden;
    padding-top: 2px;
    border-top-width: 10px;
    color: #333;
}

div#div_main table tr.DateStart td
{
    border-top: #808080 2px solid;
}

div#div_main tr.head td, div#div_main td.head
div#div_main tr.head th, div#div_main th.head
{
    color: #696969;
    background-color: #f5f5f5;
}

div#div_main table.font9 td
{
    font-size: 9pt;
}

div#div_main table.canceled td
{
    color: #696969;
    background-color: #ffc0cb;
}

div#div_main table.canceled td input
{
    color: #696969;
    background-color: #ffc0cb;
}

div#div_main table.canceled td span.check input
{
}

div#div_main table.canceled td input.bt_post
{
    background-image: none;
    visibility: hidden;
    background-color: #ffc0cb;
}

div#div_main TD.caution
{
    border-right: #996600 1px solid;
    border-top: #996600 1px solid;
    border-left: #996600 1px solid;
    border-bottom: #996600 1px solid;
    background-color: #faf0e6;
}

div#div_main TD.cutoff
{
    font-weight: bold;
    font-size: 12pt;
    color: #ff6666;
    text-align: center;
}

div#div_main TD a, div#div_main a
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    padding-top: 2px;
    background-color: #ffff66;
    text-decoration: none;
}

div#div_main TD a.updated, div#div_main a.updated
{
    background-color: #ffcc66;
}

div#div_main TD a:visited, div#div_main a:visited
{
    background-color: #ffdd88;
}

div#div_main TD a:visited:hover, div#div_main a:visited:hover
div#div_main TD a:hover, div#div_main a:hover
{
    background-color: #ff9933;
    color: #ffffff;
}

div#div_main TD a.sort
{
    color: #000000;
    border-bottom: #ff9933 1px solid;
    background-color: transparent;
}

div#div_main TD a.sort:hover, div#div_main a.sort:hover
{
    color: #ffffff;
    background-color: #ff9933;
}

div#div_main table.tblMenu TD
{
    vertical-align: top;
}

div#div_main table.tblMenu TD a
{
    background-position: left center;
    display: block;
    padding-left: 10px;
    background-image: url(/images/common/index_arrow.gif);
    padding-bottom: 3px;
    margin-right: 10px;
    padding-top: 3px;
    background-repeat: no-repeat;
    background-color: transparent;
}

div#div_main table.tblMenu TD a.yet
{
    color: #c0c0c0;
}

div#div_main table.tblMenu TD div
{
    padding-left: 2px;
    font-weight: bold;
    padding-bottom: 4px;
    width: 220px;
    padding-top: 4px;
    background-color: #dcdcdc;
}

div#div_main table.tblMenu TD a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

div#div_foot
{
    width: 1195px;
    padding-right: 5px;
    border-top: #eeeeee 2px solid;
    font-size: 8pt;
    margin: 0px;
    padding-top: 5px;
    height: 20px;
    text-align: right;
}

div#div_message
{
    color: #ff0000;
    text-align: left;
    padding-top: 5px;
}

input.button, input.button_100_30, input.button_150_30, input.button_180_30, input.button_50_30, input.button_cart, input.button_print_display_none
{
    background-position: center center;
    font-weight: bold;
    border-top-style: none;
    background-repeat: no-repeat;
    font-family: 'MS PGothic';
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
    border-bottom-style: none;
}

input.button
{
    background-image: url(/images/common/bt_blank.gif);
    width: 109px;
    height: 46px;
}

input.d_today
{
    font-size: 8pt;
    background-image: url(/images/common/d_tday.gif);
    width: 35px;
    height: 22px;
}

input.d_prev
{
    font-size: 8pt;
    background-image: url(/images/common/d_prev.gif);
    margin-left: 5px;
    width: 30px;
    height: 22px;
}

input.d_next
{
    font-size: 8pt;
    background-image: url(/images/common/d_tmor.gif);
    width: 30px;
    height: 22px;
}

input.d_calendar
{
    background-image: url(/images/cal/d_calender.gif);
    width: 43px;
    height: 22px;
    margin-left: 2px;
}

input.d_search
{
    background-image: url(/images/common/d_search.gif);
    width: 43px;
    height: 22px;
    margin-left: 2px;
}

input.d_image
{
    background-image: url(/images/common/note.jpg);
    width: 20px;
    height: 22pt;
    margin-left: 2px;
}

input.d_80
{
    font-size: 8pt;
    background-image: url(/images/common/d_80.gif);
    width: 80px;
    height: 22px;
    background-color: transparent;
}

input.button_100_30, input.button_print_display_none
{
    background-image: url(/images/common/bt_blank_100_30.gif);
    width: 100px;
    height: 30px;
    margin-left: 10px;
}

input.button_150_30, input.button_print_display_none
{
    background-image: url(/images/common/bt_blank_150_30.gif);
    width: 150px;
    height: 30px;
    margin-left: 10px;
}

input.button_180_30, input.button_print_display_none
{
    background-image: url(/images/common/bt_blank_180_30.gif);
    width: 180px;
    height: 30px;
    margin-left: 10px;
}

input.button_50_30
{
    background-image: url(/images/common/bt_blank_50_30.gif);
    width: 50px;
    height: 30px;
}

input.checkbox
{
    border-style: none;
}

.text
{
    font-size: 10pt;
    line-height: 14pt
}

.small
{
    font-size: 8pt;
    line-height: 13pt;
    color: #666666;
}

.big
{
    line-height: 14pt;
    color: #333333;
}

a.csv_link
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.nomargin
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

/* Default attributes of table container for entire calendar */
.table-style
{
    border-right: #dddddd 1px solid;
    border-top: #dddddd 1px solid;
    font-size: 11pt;
    border-left: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
    font-family: 'MS Gothic';
    background-color: #ffffff;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style
{
    z-index: 999;
    position: absolute;
    visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style
{
    padding-right: 2px;
    padding-left: 2px;
    font-size: 11pt;
    padding-bottom: 2px;
    color: #696969;
    padding-top: 2px;
    font-family: 'MS Gothic';
    border-right: #dddddd 1px solid;
    border-top: #dddddd 1px solid;
    border-left: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
}

/* Default attributes used in calendar title background.*/
.title-background-style
{
    background-color: #f5f5f5;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style
{
    border-style: none;
    /*	border-width: 1;
        border-color: black; */
    cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style
{
    /*border-style: solid;
    border-width: 1;
    border-color: #3a6ea5; */
    cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style
{
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    font-size: 11pt;
    border-left: #cccccc 1px solid;
    cursor: default;
    color: #000000;
    border-bottom: #cccccc 1px solid;
    font-family: 'MS Gothic';
    background-color: #fafad2;
    text-align: right;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style
{
    background-color: #ff9933;
    cursor: hand;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style
{
    background-color: #fafad2;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style
{
    padding: 5px;
    background-color: white;
    font-family: 'MS Gothic';
    font-size: 11pt;
    height: 150px;
}

/* Attributes of current day in calendar body. */
.current-day-style
{
    font-weight: bold;
    color: #000000;
    background-color: #fafad2;
    text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style
{
    color: #ff0000;
    background-color: #fafad2;
    text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style
{
    color: #000000;
    background-color: #fafad2;
    text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style
{
}

/* t?J[\???\ */
.end-of-weekday-style:hover, .selected-day-style:hover, .normal-day-style:hover
{
    color: #ffffff;
    background-color: #ff9933;
}


/* Default attributes of designated holidays. */
.holiday-style
{
    color: #000000;
    background-color: #fafad2;
    text-decoration: none;
}

/* Attributes of today display at bottom on calendar */
.today-style
{
    padding: 0px;
    color: white;
    background-color: #9f9fff;
    text-align: center;
    text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style
{
    background-color: #d0d0d0;
    padding: 0px;
}

#submenu
{
    color: #000000;
    text-decoration: none;
}

#submenu td
{
    margin: 0;
    padding: 0;
    font-size: 10pt;
}

.kessai_view td
{
    vertical-align: top;
}

div.one-page-a4
{
    font-family: 'Noto Sans Mono JP', monospace;
    break-inside: avoid-page;
    width: 19cm;
    height: 27cm;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

table
{
/ / @extend . table-bordered;
/ / @extend . border-dark;
}

td,
th,
div
{
    line-height: 110%;
}

th
{
    font-weight: normal;
    background-color: lightgray;
}

@media print
{
    div.one-page-a4
    {
        -webkit-print-color-adjust: exact;
        border-color: transparent;
        margin-left: 0;
        margin-right: 0;
    }

    iframe,
    nav.navbar,
    div.header
    {
        display: none;
    }
}

@media print
{
    .no_print
    {
        display: none !important;
    }
}

.test_header
{
    position: fixed;
    z-index: 1;
    background-color: #f62e36;
    padding: 0 48pt;
    color: white;
    font-weight: bold;
    font-size: 20pt;
}