/*
 * Copyright(c) 2009 limitlink,Inc. All Rights Reserved.
 * http://limitlink.jp/
 * 文字コードUTF-8
 */

body {
    margin: 0px;
    padding: 0px;
    line-height: 135%;
    font-size: 13px;
    font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
    min-width: 600px;
    max-width: 100%;
}

input,
textarea,
select {
    font-size: 14px;
    font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

form,
ul,
ol,
li,
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

li {
    list-style-type: none;
    white-space: nowrap;
}

table {
    border: 0px;
}

th {
    padding: 0px;
    font-weight: normal;
    vertical-align: top;
    white-space: nowrap;
    background-color: #e7f9d4;
}

td {
    padding: 0px;
    vertical-align: top;
}

p,
.paragraph {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

a:link,
a:visited,
a:active {
    color: #00f;
    text-decoration: none;
}

a:hover {
    color: #29f;
    text-decoration: underline;
}

.operator {
    color: #00f;
    cursor: pointer;
}

.operator:hover {
    color: #29f;
    text-decoration: underline;
}

.clearer {
    clear: both;
    font-size: 0px;
}

.header {
    border-top: 1px solid #57d;
}

.headertitle {
    float: left;
    padding: 3px 0px 3px 20px;
}

.headerright {
    text-align: right;
    padding: 10px 20px 10px 0px;
}

.headerright a:link,
.headerright a:visited,
.headerright a:active {
    margin-left: 10px;
    color: #333;
    font-size: 12px;
}

.headerright a:hover .headerright a.current:link,
.headerright a.current:visited,
.headerright a.current:active {
    color: #09e;
}

.footer {
    padding: 0px 40px 0px 40px;
    font-size: 12px;
}

.container {
    clear: both;
    padding: 5px 10px 5px 10px;
}

.content {
    width: 100%;
    clear: both;
}

.wrapper {
    width: 100%;
}

h1 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #57d;
}

h2 {
    margin: 0px;
    padding: 10px 0px 2px 0px;
    font-size: 16px;
    font-weight: bold;
}

h5 {
    width: 40px;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchform {
    float: right;
    padding-bottom: 10px;
}

.error {
    padding-bottom: 5px;
    color: #f00;
}

.list {
    width: 100%;
    clear: both;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-collapse: collapse;
    text-align: left;
}

.list th {
    padding: 3px 5px 3px 10px;
    background-color: #f2f2f2;
    background-image: url(../images/listheader.gif);
    background-repeat: repeat-x;
    border-bottom: 1px solid #999;
}

.list td {
    padding: 5px;
    border-bottom: 1px solid #999;
    vertical-align: middle;
    white-space: nowrap;
}

.list tr:nth-child(2n+1) {
    background: #f5f5f5;
}

.list tr:first-child,
.list th:first-child {
    background: #eee;
}

.list tr:hover {
    background: #FFFDA5;
}

.list th a:link,
.list th a:visited,
.list th a:active {
    color: #333;
}

th.listcheck,
td.listcheck {
    width: 20px;
    padding: 3px 0px 3px 3px;
}

th.listlink,
td.listlink {
    width: 40px;
    padding: 3px 5px 3px 5px;
    white-space: nowrap;
}

.list td>span.ellipsis {
    display: inline-block;
    font-weight: 600;
    font-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40px;
}

.visited td a:visited {
    color: #606;
}

.sortby {
    padding-left: 5px;
    font-size: 12px;
}

.pagination {
    clear: both;
    padding: 10px 0px 10px 0px;
}

.separator {
    padding: 0px 5px 0px 5px;
}

.unlink {
    color: #bbb;
}

.right,
th.right {
    text-align: right;
}

.view {
    width: 600px;
    clear: both;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

.view th {
    width: 80px;
    padding: 3px 5px 3px 5px;
    text-align: left;
    background-color: #f7f7f7;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.view td {
    padding: 3px 5px 3px 5px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.property {
    padding-top: 20px;
}

.form {
    clear: both;
}

.form th {
    width: 120px;
    padding: 3px 0px 3px 0px;
    text-align: left;
}

.form td {
    padding: 3px 0px 3px 0px;
}

.formlist {
    clear: both;
    vertical-align: top;
}

.formlist th {
    padding: 3px 10px 3px 0px;
    text-align: left;
}

.formlist td {
    padding: 3px 10px 3px 0px;
}

.submit {
    padding: 10px 0px 5px 0px;
}

.necessary {
    margin-left: 5px;
    color: #f00;
    font-size: 10px;
}

.inputnumeric {
    width: 70px;
}

.inputalpha {
    width: 150px;
}

.inputvalue {
    width: 300px;
}

.inputtitle,
.inputcomment,
.inputfile {
    width: 500px;
}

.inputsearch {
    width: 220px;
}

.die {
    width: 400px;
    clear: both;
    margin: 100px auto 100px auto;
    padding: 40px;
    color: #f00;
    background-color: #fdd;
    border: 1px solid #f00;
}

.sche {
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: middle;
}

.sche th {
    width: 150px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    color: #444;
    background-color: #feedf3;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sche td {
    width: 80px;
    padding: 2px;
    text-align: center;
    background-color: #fafafa;
    border-left: 1px double #999;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.step {
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: middle;
}

.step th {
    width: 100px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    color: #444;
    background-color: #feedf3;
    border-left: 3px double #999;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.contract th {
    background-color: #D5EAD8;
}

.invoice th {
    background-color: #D4ECEA;
}

.step td {
    width: 260px;
    padding: 2px;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}


/*
.seikyu{
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
vertical-align: middle;
}
.seikyu th{
width:100px;
padding:2px;
text-align: center;
vertical-align: middle;
color: #444;
background-color: #ffffc0;
border-left: 3px double #999;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.seikyu td{
width:100px;
padding:2px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
vertical-align: middle;
}
*/

table.step_01 {
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: middle;
}

table.step_01 th {
    width: 65px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    color: #444;
    background-color: #feedf3;
    border-left: 3px double #999;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.step_01 td {
    width: 65px;
    padding: 2px;
    text-align: center;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mendan {
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.mendan th {
    width: 160px;
    padding: 2px;
    text-align: center;
    vertical-align: top;
    color: #444;
    background-color: #feedf3;
    border-left: 3px double #999;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mendan td {
    width: 640px;
    padding: 2px;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.step_01 {
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table.youshi {
    border-collapse: separate;
    border-spacing: 2px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: middle;
}

table.youshi td {
    padding: 2px 4px;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

table.youshi th {
    padding: 2px 4px;
    width: 80px;
    background-color: #e1fae5;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    letter-spacing: 0.1em;
    line-height: 1.4;
}