
body {
    margin: 0;
    background-attachment:scroll;
    background-repeat:repeat-x;
    /*background-image: url("../img/title1.gif");*/
}
div {
    text-align: center;
}
div.left {
    text-align: left;
}

/* ボタン系 */
input.button_logout {
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    padding: 3px 20px;
    font-weight: bold;
    cursor: pointer;
    /*    color: #ffffff;*/
    /*    background-color: #005B99;*/
    color: #000000;
    background-color: #98FB98;
    text-align: center;
}

input.button_head {
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    padding: 3px 20px;
    font-weight: bold;
    cursor: pointer;
/*    color: #ffffff;*/
/*    background-color: #005B99;*/
    color: #000000;
    background-color: #98FB98;
    text-align: center;
    width: 130px;
}

input.button {
    border-top: 1px solid #ccc;
    border-right: 3px solid #999;
    border-bottom: 3px solid #999;
    border-left: 1px solid #ccc;
    font-size: 100%;
    cursor: pointer;
/*    color: #ffffff;*/
/*    background-color: #005B99;*/
    color: #000000;
    background-color: #98FB98;
    margin: 0px;
    padding: 1px 10px 1px 10px;
}
input.main {
    width: 250px;
}

input.button_dis {
    border-top: 1px solid #ccc;
    border-right: 3px solid #999;
    border-bottom: 3px solid #999;
    border-left: 1px solid #ccc;
    font-size: 100%;
    color: #ffffff;
    background-color: #808080;
    margin: 0;
    padding: 1px 10px 1px 10px;
}

input.button_list {
    border-top: 1px solid #ccc;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    border-left: 1px solid #ccc;
    font-size: 95%;
    cursor: pointer;
/*    color: #ffffff;*/
/*    background-color: #005B99;*/
    color: #000000;
    background-color: #98FB98;
    margin: 0px;
    padding: 1px;
}

input.button_list_dis {
    border-top: 1px solid #ccc;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    border-left: 1px solid #ccc;
    font-size: 95%;
    color: #ffffff;
    background-color: #808080;
    margin: 0px;
    padding: 1px;
}

input.button_list_mini {
    border-top: 1px solid #ccc;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    border-left: 1px solid #ccc;
    font-size: 95%;
    cursor: pointer;
/*    color: #ffffff;*/
/*    background-color: #005B99;*/
    color: #000000;
    background-color: #98FB98;
    margin: 0px;
    padding: 1px;
    height: 22px;
}
input.button_list_mini_dis {
    border-top: 1px solid #ccc;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    border-left: 1px solid #ccc;
    font-size: 95%;
    color: #ffffff;
    background-color: #808080;
    margin: 0px;
    padding: 1px;
    height: 22px;
}
input.large {
    height: 50px;
}

/* 入力系 */
input.login-form {
    font-size:16px;
    font-family:monospace;
}
input.pass {
    font-size:16px;
    font-family:monospace;
}
input.entry {
	font-size:100%;
	font-family:monospace;
        background-color: #FFFF75;
}
input.nonentry {
	font-size:100%;
	border-size: 1px;
	font-family:monospace;
}
input.active{
	ime-mode: active;
}
input.disabled{
	ime-mode: disabled;
}
textarea.entry {
	font-size:100%;
	border-size: 1px;
	font-family:monospace;
        background-color: #FFFF75;
}
textarea.nonentry {
	font-size:100%;
	border-size: 1px;
	font-family:monospace;
}
textarea.active{
	ime-mode: active;
}
textarea.disabled{
	ime-mode: disabled;
}

/* TD内 */
td.style_center {
        text-align: center;
        margin: 0;
        padding: 0;
        border: 1px solid gray;
        background-color: #E3EEFF;
}
td.style_left {
        text-align: left;
        margin: 0;
        padding: 2px;
        border: 1px solid gray;
        background-color: #E3EEFF;
}
td.style_label {
        border:solid 0px #000000;
        margin:0px;
        padding:1px;
        font-size: 90%;
        text-align: left;
}
td.style_alert {
    border: 0;
    margin: 0;
    padding: 1px;
    font-size: x-large;
    font-weight: bold;
    color: red;
    text-align: left;
}
td.spacer-mini {
    height: 10px;
}
td.spacer {
    height: 20px;
}
td.spacer-big {
    height: 50px;
}
td.spacer-wide {
    height: 100px;
}

th.list-header {
    text-align: center;
    padding: 1px;
    border: 1px gray solid;
    background-color: #E3EEFF;
    font-weight: normal;
    white-space: nowrap;
}
th.list-body {
    text-align: center;
    padding: 1px;
    border: 1px gray solid;
    font-weight: normal;
}
th.normal {
    width: 100px;
}
th.parent-name,.name {
    width: 160px;
}
th.student-name {
    width: 340px;
}
th.entry-group {
    width: 200px;
}
th.undelivered-status {
    width: 90px;
}
th.detail {
    width: 35px;
}

/* 表用 */
td.list_header {
    text-align: center;
    padding: 1px;
    background-color: #E3EEFF;
}

td.list_body {
    padding: 1px;
    white-space: nowrap;
}
td.blank {
    height: 30px;
}

form{
        margin:0px;
        padding: 0px;
}
/* tr用 */
tr.altrow {
     background-color:#EEE;
}

div.head {
    margin: 0;
    text-align: center;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-image: url("../img/title1.gif");
}

.head-style {
    text-align: center;
    background-color:#008000;
    margin:0;
    padding:1px;
    font-size: 100%;
    color:#FFFFFF;
    width:100%;
}
.information-style {
    text-align: center;
    border:solid 1px #000000;
    margin:0;
    padding:1px;
    font-size: 100%;
}
.alert-style {
    text-align: center;
    border:solid 1px red;
    margin:0;
    padding:1px;
    font-size: 100%;
    color: red;
}

td.head-left {
    text-align: left;
    width: 130px;
}
td.head-center {
    text-align: center;
}
td.head-right {
    text-align: right;
    width: 130px;
}
h1.login {
    background-color:#008000;
    margin: 0;
    padding: 1px;
    font-size: 100%;
    line-height: 20px;
    text-align: center;
}

label.name {
    text-align: center;
    height: 6px;
    padding: 2px;
    border: 0 solid gray;
    background-color: transparent;
    font-size:120%;
    font-weight: bold;
    color:#FFFFFF;
}

table.login-table {
    margin: auto;
    text-align: center;
}
table.main {
    margin: auto;
    text-align: left;
}

table.selector-table {
    margin: auto;
    border: 1px gray solid;
    padding: 0;
    border-spacing: 0;
}
table.list-table {
    margin: auto;
    border: 1px gray solid;
    padding: 0;
    border-spacing: 0;
}
table.no-border {
    margin: auto;
    text-align: left;
    padding: 0;
    border-spacing: 0;
    width: 100%;
}
table.class-group-list {
    border-width: 1px;
    border-spacing: 1px;
    padding: 1px;
    width: 100%;
}
table.parent-list {
    width: 800px;
}
table.student-list,.entry-parent-list {
    width: 600px;
}
table.left {
    margin-left: 0;
}
table.right {
    margin-right: 0;
}

tbody.table-list td {
    background: #fff;
}
tbody.table-list tr:nth-child(even) td {
    background: #eee;
}

tr.hidden {
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
}
td.list-top {
    text-align: left;
    background-color: #E3EEFF;
    border: 1px gray solid;
    padding: 3px;
}
td.list-header {
    text-align: center;
    padding: 3px;
    background-color: #E3EEFF;
    border: 1px gray solid;
    white-space: nowrap;
    /*width: 100px;*/
}
td.list-body {
    text-align: center;
    padding: 3px;
    border: 1px gray solid;
}
td.left {
    text-align: left;
}
td.right {
    text-align: right;
}
td.right-shift {
    padding-left: 30px;
}
td.guide {
    font-size: 90%;
}
td.grade-group-top {
    padding-top: 4px;
    margin: 0;
    border: 0;
    width: 30%;
    vertical-align: top;
}
td.class-group {
    padding: 0;
    margin: 0;
    border: 0;
    width: 70%;
}
td.trisection {
    width: 33%;
}
td.bisection {
    width: 50%;
}
td.nowrap {
    white-space: nowrap;
}
th.grade-top {
    margin: 0;
    border: 0;
    width: 30%;
}
th.class-top {
    margin: 0;
    border: 0;
    width: 70%;
}

input[type="checkbox"] {
    vertical-align: middle;
}
div.reject-view {
    float: left;
    vertical-align: middle;
}
div.reject-text {
    float: right;
}

table.paging-table {
    margin-left: auto;
    min-width: 280px;
    border: 1px;
}
td.paging-style {
    margin: 0;
    padding: 2px;
}
td.paging-style.center {
    text-align: center;
    padding: 0;
    border: 1px solid gray;
    background-color: #E3EEFF;
}
td.paging-style.center.number {
    border: none;
    background-color: unset;
}
td.paging-style.left {
    text-align: right;
}
td.paging-style.right {
    text-align: left;
}
a.disabled {
    text-decoration: none;
    pointer-events: none;
    color: #6b7280;
}

/* TD内(ページングテーブル用) */
td.paging_style_center {
    text-align: center;
    margin: 0px;
    padding: 0px;
    border: 1px solid gray;
    background-color: #E3EEFF;
}
td.paging_style_center_number {
    text-align: center;
    margin: 0px;
    padding: 0px;
}
td.paging_style_left {
    text-align: left;
    margin: 0px;
    padding: 2px;
}
td.paging_style_right {
    text-align: right;
    margin: 0px;
    padding: 2px;
}


/* システムメッセージ表示系 */
div.system-information {
    width: 750px;
    margin: auto;
}

div.type0 {
}
div.type1 {
    font-weight: bold;
}
div.type2 {
    color: red;
}
div.type2 > div {
    color: black;
}
div.type3 {
    color: red;
}
div.type4 {
    color: red;
    font-weight: bold;
}
div.type4 > div {
    color: black;
    font-weight: normal;
}
div.type5 {
    color: red;
    font-weight: bold;
}
div.system-message {
    width: 600px;
    margin: auto;
    text-align: left;
}
div.system-message-center {
    width: 600px;
    margin: auto;
}


select {
    min-width: 3.5em;
    max-width: 10em;
}

/* 文字サイズ */
.font-small {
    font-size: 0.8em;
}

/* サイズ */
.w-035 {
    width: 35px;
}
.w-040 {
    width: 40px;
}
.w-070 {
    width: 70px;
}
.w-090 {
    width: 90px;
}
.w-100 {
    width: 100px;
}
.w-120 {
    width: 120px;
}
.w-140 {
    width: 140px;
}
.w-160 {
    width: 160px;
}
.w-180 {
    width: 180px;
}
.w-200 {
    width: 200px;
}
.w-220 {
    width: 220px;
}
.w-230 {
    width: 230px;
}
.w-250 {
    width: 250px;
}
.w-300 {
    width: 300px;
}
.w-340 {
    width: 340px;
}
.w-400 {
    width: 400px;
}
.w-480 {
    width: 480px;
}
.w-500 {
    width: 500px;
}
.w-600 {
    width: 600px;
}
.w-660 {
    width: 660px;
}
.w-800 {
    width: 800px;
}
.h-030 {
    height: 30px;
}
.h-050 {
    height: 50px;
}
.h-100 {
    height: 100px;
}
.h-150 {
    height: 150px;
}

.alert {
    color: red;
    font-weight: bold;
}
.error {
    color: red;
    font-weight: bold;
    font-size: 2em;
}
.red {
    color: red;
}
.time-out {
    color: #999;
    text-decoration: line-through;
}
.date {
    font-size: 0.9em;
}
.bold {
    font-weight: bold;
}
.alert-big {
    color: red;
    font-weight: bold;
    font-size: 1.5em;
}
.confirm {
    font-weight: bold;
    font-size: 1.5em;
}
.center {
    text-align: center;
}
button.button {
    border-top: 1px solid #ccc;
    border-right: 3px solid #999;
    border-bottom: 3px solid #999;
    border-left: 1px solid #ccc;
    font-size: 100%;
    cursor: pointer;
    color: #000000;
    background-color: #98FB98;
    margin: 0;
    padding: 1px 10px 1px 10px;
}
button.button_list_mini {
    border-top: 1px solid #ccc;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    border-left: 1px solid #ccc;
    font-size: 95%;
    cursor: pointer;
    color: #000000;
    background-color: #98FB98;
    margin: 0;
    padding: 1px;
    height: 22px;
}

span.destination-link {
    border: 1px solid blue;
    border-radius: 5px;
    font-size: 0.75em;
    cursor: pointer;
    white-space: nowrap;
}
a,a:hover,a:visited.destination-link {
    cursor: pointer;
    text-decoration: none;
    color: blue;
}
table.no-border td {
    margin: 2px 0;
}

