table.data-table td pre{
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
table.schedules{
    width: 706px;
    border-collapse: collapse;
}
table.schedules th, table.schedules td{
    border: solid 1px #333;
}
table.schedules th{
    background-color: #CDE1F6;
}
th.autowidth{
    width:auto;
}
input[name="button_back_view"], input[name="button_back_confirm"], input[name="button_cancel"]{
    font-size: 12px;
    color: #050505;
    display: inline-block;
    padding: 5px 20px;
    background: rgb(254,254,254);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(227,227,227,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(227,227,227,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e3e3e3',GradientType=0 );
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bdbaba;
    text-decoration: none;
    height: 40px;
    line-height: 20px;
}
input[name="button_confirm"], input[name="button_save"], input[name="button_send"]{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 0 30px;
    background: rgb(58,53,128);
    background: -moz-linear-gradient(top, rgba(58,53,128,1) 0%, rgba(15,9,100,1) 50%, rgba(58,53,128,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,53,128,1)), color-stop(50%,rgba(15,9,100,1)), color-stop(100%,rgba(58,53,128,1)));
    background: -webkit-linear-gradient(top, rgba(58,53,128,1) 0%,rgba(15,9,100,1) 50%,rgba(58,53,128,1) 100%);
    background: -o-linear-gradient(top, rgba(58,53,128,1) 0%,rgba(15,9,100,1) 50%,rgba(58,53,128,1) 100%);
    background: -ms-linear-gradient(top, rgba(58,53,128,1) 0%,rgba(15,9,100,1) 50%,rgba(58,53,128,1) 100%);
    background: linear-gradient(to bottom, rgba(58,53,128,1) 0%,rgba(15,9,100,1) 50%,rgba(58,53,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3580', endColorstr='#3a3580',GradientType=0 );
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    width: 200px;
}
table#client_seminar_schedules{
    width: 710px;
    border-collapse: separate;
    border-spacing: 4px;
}
table#client_seminar_schedules tr:first-child {
    background-color: #DEF;
}
table#client_seminar_schedules th, table#client_seminar_schedules td{
    padding-left: 4px;
    border-bottom: 1px solid #888;
}
table#client_seminar_schedules th:nth-child(2), table#client_seminar_schedules td:nth-child(2),
table#client_seminar_schedules th:nth-child(3), table#client_seminar_schedules td:nth-child(3),
table#client_seminar_schedules th:nth-child(4), table#client_seminar_schedules td:nth-child(4){
    border-left: 1px dotted #444;
}
table#client_seminar_attendants{
    width: 700px;
}
table#client_seminar_attendants tr{
    border-bottom: 1px dotted #444;
}
table#client_seminar_attendants th, table#client_seminar_attendants td{
    padding: 8px 4px;
}
span.large{
    font-size: 125%;
}
span.small{
    font-size: 80%;
}
form.seminar_apply table{
    width: 660px;
    margin: 16px;
    border-collapse: collapse;
}
form.seminar_apply{
    text-align: center;
}
form.seminar_apply table td{
    /*border-color: #CCC;*/
    border-style: solid;
    border-width: 1px 0px;
    padding: 8px 8px;
}
form.seminar_apply table td span.seminar_status{
    padding: 4px;
}
form.seminar_apply table td span.closed{
    background-color: #DDD;
    color: #000;
}
form.seminar_apply table td span.open{
    background-color: #CDE1F6;
    color: #200;
}
/*
form.seminar_apply>input{
    padding: 6px 48px;
    border-radius: 4px;
    background-color: #117;
    color: #FFF;
    font-weight: bold;
    font-size: 125%;
}*/
form.seminar_apply input[type="radio"] {
    border: 0px;
    height: 1.4em;
    clear:none
}
table.record-list{
    width:100%;
    clear:both;
    border: 1px solid black;
}
table.record-list {
    margin: 0px 0px 1.2em;
    border: 1px solid rgb(15, 9, 100);
}
table.record-list tr.odd{
    border: 1px solid rgb(15, 9, 100);
    background-color: #FFF;
}
table.record-list tr.even{
    border: 1px solid rgb(15, 9, 100);
    background-color: #EEE;
}
table.record-list tr > th{
    text-align: center;
    color: rgb(15, 9, 100);
    font-weight: bold;
    border-width: 1px 0px 1px 1px;
    border-style: solid none solid solid;
    border-color: rgb(15, 9, 100) -moz-use-text-color rgb(15, 9, 100) rgb(15, 9, 100);
    background: url("../img/table_line01.gif") repeat-y scroll right top rgb(205, 225, 246);
    width:120px;
}
table.record-list tr > td{
    border: 1px solid rgb(15, 9, 100);
}