@charset "utf-8";

h3#eyecatchWrapper {
    margin-bottom: 15px;
    position: relative;
}

img#button1 {
    position: absolute;
    top: 200px;
    right: 27px;
}

div#headingWrapper {
    position: relative;
}

p#pageDescription {
    padding: 20px 20px 0px;
    position: absolute;
    top: 50px;
}

div#noteBlock {
    padding: 5px;
    position: relative;
    top: -20px;
}

span#madeIcon {
    position: absolute;
    top: 20px;
    right: 20px;
}

h4#noteHeading {
    color: #564F23;
    font-size: 1.4em;
    text-align: center;
    padding-top: 50px;
    height: 48px;
    background: url(../../img/pc/mswn/heading_note.png) no-repeat;
    line-height: 1em;
}

table#noteTable {
    background: url(../../img/pc/mswn/bg_note_repeat.png) repeat-y;
}

div#noteBlock table th {
    background: url(../../img/pc/mswn/border_line.png) no-repeat 20px bottom;
}

div#noteBlock table th {
    background: url(../../img/pc/mswn/border_line.png) no-repeat 20px bottom;
    width: 150px;
    padding: 14px 0px 14px 30px;
}

div#noteBlock table td {
    background: url(../../img/pc/mswn/border_line.png) no-repeat -160px bottom;
    font-size: 12px;
    padding: 14px;
}

div#noteBlock ul.checkList li {
    margin-bottom: 5px;
    margin-right: 20px;
    float: left;
    width: 180px;
    line-height: 1em;
}

div#noteBlock input {
    vertical-align: middle;
}

li.uncheck {
    padding: 4px;
}


ul#buttonList {
    text-align: center;
}

ul#buttonList li {
    margin: 0px 0px 0px 4px;
    display: inline;
    white-space: nowrap;
}

input#submitPrint  { background: url(../../img/pc/button/printMswn.png) no-repeat; }
input#submitSearch { background: url(../../img/pc/button/searchMswn.png) no-repeat; }
input#submitSend   { background: url(../../img/pc/button/sendMswn.png) no-repeat; }
input#submitSave   { background: url(../../img/pc/button/saveMswn.png) no-repeat; }
input#submitImport { background: url(../../img/pc/button/importMswn.png) no-repeat; }
/* input#submitPrint:hover  { background: url(../../img/pc/button/printMswn_on.png) no-repeat; } */
/* input#submitSearch:hover { background: url(../../img/pc/button/searchMswn_on.png) no-repeat; } */
/* input#submitSend:hover   { background: url(../../img/pc/button/sendMswn_on.png) no-repeat; } */
/* input#submitSave:hover   { background: url(../../img/pc/button/saveMswn_on.png) no-repeat; } */
/* input#submitImport:hover { background: url(../../img/pc/button/importMswn_on.png) no-repeat; } */

input.submitButton {
    width: 140px;
    height: 32px;
    border: none;
    cursor: pointer;
}

div.errorBlock {
    margin: 10px;
    background-color: none;
    font-size: 12px;
}