#container
{
    max-width: 960px;
    margin: 0 auto;
    background: white;
    padding: 0 5px;
}

#header
{
    background-image: -webkit-linear-gradient(#04519b, #044687 60%, #033769);
    background-image: -o-linear-gradient(#04519b, #044687 60%, #033769);
    background-image: linear-gradient(#04519b, #044687 60%, #033769);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0);
    filter: none;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    color: white;
    margin-bottom: 20px;
}

#content
{
    padding: 0 0 30px 0;
}

h1{
    font-size: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
    text-align: center;
    padding: 5px 0;
}

table.seminar_table
{
    width: 100%;
}

table.seminar_table th
{
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 5px;
    font-weight: bold;
}

table.offer_table
{
    width: 100%;
}

table.offer_table th
{
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 10px 0 10px 10px;
    font-weight: bold;
    text-align: left;
}

table.offer_table td
{
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: left;
    font-size: 8px;
}

.day_title
{
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.first_day
{
    background: #4096ee; /* Old browsers */
    background: -moz-linear-gradient(top,  #4096ee 0%, #4096ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4096ee 0%,#4096ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
    color: white;
}

.first_day_even
{
    background: #e5ffff;
}

.second_day
{
    background: #a3f99d; /* Old browsers */
    background: -moz-linear-gradient(top,  #a3f99d 1%, #5efc53 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a3f99d), color-stop(100%,#5efc53)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a3f99d 1%,#5efc53 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a3f99d 1%,#5efc53 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a3f99d 1%,#5efc53 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a3f99d 1%,#5efc53 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3f99d', endColorstr='#5efc53',GradientType=0 ); /* IE6-9 */
    color: black;
    color: #555;
}

.second_day_even
{
    background: #CFFFBF;
}

.check
{
    width: 40px;
    text-align: center;
}

.cell
{
    vertical-align: middle;
    border: 1px solid #ccc;
}

.time
{
    text-align: center;
    width: 150px;
}

.code_place
{
    text-align: center;
    width: 90px;
}

.seminar_check
{
    text-align: center;
    height: 30px;
    width: 30px;
}

.item
{
    width: 300px;
}

.required
{
    color: red;
}

label:hover
{
    /*opacity: 0.7;*/
    color: blue;
    /*background: #dedede;*/
}

.seminar_label
{
    cursor: pointer;
    padding: 3px 5px;
    width: 95%;
    height: 100%;
    display: block;
}

.offer_label
{
    padding-left: 5px;
    cursor: pointer;
    margin-right: 5px;
}

.label_content
{
    height: 70px;
    vertical-align: middle;
}

.seminar_title
{
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
}

.company_name
{
    font-weight: bold;
    font-size: 12px;
    padding: 0 0 5px 0;
}

.capacity
{
    font-size: 12px;
}

.special_cell
{
    background: red;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}

.special_cell_tr
{
    background:#fcfccc;
}

input[type=text],
input[type=tel],
input[type=email]
{
    width: 90%;
    padding: 5px;
}

input[type=button]
{
    background-image: -webkit-linear-gradient(top,#4799F8 0%,#1467D2 100%);
    background-image: -o-linear-gradient(top,#4799F8 0%,#1467D2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4799F8),to(#1467D2));
    background-image: linear-gradient(to bottom,#4799F8 0%,#1467D2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4799F8',endColorstr='#ff1467D2',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: white;
    border-color: #1467D2;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-user-select: none;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
}

p
{
    line-height: 1.4;
    padding: 5px 0;
}

.error_message
{
    padding: 10px;
    border: 1px solid #00FF00;
    font-weight: bold;
    font-size: 1.2em;
    margin: 5px 0;
    color: #a94442;
    background-image: -webkit-linear-gradient(top,#f2dede 0%,#e7c3c3 100%);
    background-image: -o-linear-gradient(top,#f2dede 0%,#e7c3c3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
    background-image: linear-gradient(to bottom,#f2dede 0%,#e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

/* スクロールボタン */
#page-top
{
    position: fixed;
    bottom: 0;
    font-size: 77%;
    width: 100%;
}

#page-top a
{
    background: #666;
    text-decoration: none;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    display: block;
    opacity: 0.9;
}

#page-top a:hover
{
    text-decoration: none;
    background: #999;
    opacity: 1;
}

@media(max-width:640px){

    table.seminar_table th
    /*table.seminar_table td*/
    {
        vertical-align: middle;
        padding: 2px;
        border: 1px solid #ccc;
        font-size: 10px;
    }

    .cell
    {
        font-size: 10px;
    }

    table.seminar_table td label
    {
        font-size: 10px;
    }

    table.offer_table th
    {
        vertical-align: middle;
        border: 1px solid #ccc;
        padding: 10px 0 10px 10px;
        text-align: left;
        font-size: 12px;
    }

    table.offer_table td
    {
        vertical-align: middle;
        border: 1px solid #ccc;
        padding: 5px;
        text-align: left;
        font-size: 12px;
    }

    input[type=text],
    input[type=tel],
    input[type=email]
    {
        width: 90%;
        padding: 5px;
        font-size: 12px;
    }

    .check
    {
        width: 30px;
        text-align: center;
    }

    .seminar_check
    {
        text-align: center;
        height: 30px;
        width: 30px;
    }

    .required
    {
        color: red;
        font-size: 8px;
        display: block;
    }

    .item
    {
        width: 100px;
    }

    .time{
        width: 15px;
        width: 70px;
    }

    .code_place
    {
        text-align: center;
        width: 50px;
    }

    .label_content
    {
        height: 50px;
    }

    .seminar_title
    {
        font-weight: bold;
        font-size: 12px;
        padding: 3px 0;
    }

    .company_name
    {
        font-weight: bold;
        font-size: 10px;
    }

    .day_title
    {
        font-weight: bold;
        text-align: center;
        font-size: 15px;
    }

    .capacity
    {
        font-size: 9px;
    }

    .special_cell
    {
        background: red;
        color: white;
        font-size: 17px;
        font-weight: bold;
        padding: 10px 0;
        text-align: center;
    }
}

@media(max-width:320px)
{

    #content
    {
        padding: 0 0 30px 0;
        /*padding: 0 2px 40px 2px;*/
    }

    table.seminar_table th
    /*table.seminar_table td*/
    {
        vertical-align: middle;
        /*padding: 2px;*/
        border: 1px solid #ccc;
        font-size: 8px;
    }

    .cell
    {
        font-size: 10px;
    }

    table.offer_table th
    {
        vertical-align: middle;
        border: 1px solid #ccc;
        padding: 10px 0 10px 10px;
        text-align: left;
        font-size: 10px;
    }

    table.offer_table td
    {
        vertical-align: middle;
        border: 1px solid #ccc;
        padding: 5px;
        text-align: left;
        font-size: 8px;
    }

    .check
    {
        width: 15px;
        text-align: center;
    }

    .seminar_check
    {
        text-align: center;
        height: 20px;
        width: 20px;
    }

    .required
    {
        color: red;
        font-size: 8px;
        display: block;
    }

    table.seminar_table td label
    {
        font-size: 8px;
    }

    .item
    {
        width: 100px;
    }

    .time{
        width: 15px;
        width: 70px;

    }

    .code_place
    {
        text-align: center;
        width: 50px;
    }

    .label_content
    {
        height: 50px;
    }

    .seminar_title
    {
        font-weight: bold;
        font-size: 12px;
        padding: 5px 0;
    }

    .company_name
    {
        font-weight: bold;
        font-size: 10px;
    }
    .capacity
    {
        font-size: 9px;
    }

    .special_cell
    {
        background: red;
        color: white;
        font-size: 17px;
        font-weight: bold;
        padding: 10px 0;
        text-align: center;
    }

}
