html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Arial, Helvetica;
}
textarea {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Arial, Helvetica;
}

.content {
    text-align: center;
    display: inline-block;
}

.title {
    font-size: 20px; line-height: 25px;
    text-align: right;
}
.title a {
    font-size: 14px; line-height: 25px;
    margin-left: 10px;
}
.table tr td{
    padding: 10px !important;
    vertical-align: top;
    text-align: left;
}
.table th{
    text-align: center;
}
.table tr td h4 {
    text-align: left;
}
.table .top_seperator {
    background: none !important;
}
.table .top_seperator td{
    padding-top: 60px !important;
}

.table textarea {
    resize: none;
}

.red{
    color:red;
}



.radio-wrapper {
    width: 100%;
}
.radio-wrapper tr td {
    text-align: center !important;
    width: 25%;
    padding: 0 !important;
    vertical-align: bottom;
}
.radio-wrapper input {
    margin-top:15px;
}
.radio-wrapper label {
    height: 80px; width: 70px;
}
.radio-wrapper label:hover {
    background-color:#FBD2E0;   
}
.radio-wrapper label:active {
    background-color:#F598A6;   
}
.good   {background: url(../img/good.gif) no-repeat center 2.8em /40px 40px;}
.yet    {background: url(../img/yet.gif) no-repeat center 2.8em /40px 40px;}
.bad    {background: url(../img/bad.gif) no-repeat center 2.8em /40px 40px;}
.change {background: url(../img/change.gif) no-repeat center 2.8em /40px 40px;}
.other  {background: url(../img/other.gif) no-repeat center 2.8em /40px 40px;}

@media only screen and (max-width: 1150px) {
    body {
        font-size: 13px;
    }
    .table textarea {
        width: 120px;
    }
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 6px !important;
    }
    
    .radio-wrapper label {
        width: 50px; height: 70px;
        background-position: center bottom;
        background-size: 30px 30px;
    }
    .radio-wrapper label span {
        display: block; height: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 12px;
    }
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 4px !important;
    }
    .schedule-listing select {
        width: 85px;
    }
    .table > tbody > tr > td.no_padding {
        padding: 0 !important;
    }

    .radio-wrapper label {
        width: 35px; height: 65px;
        background-position: center bottom;
        background-size: 30px 30px;
    }
    .radio-wrapper label span {
        display: block; height: 12px;
    }
}

.modal-backdrop
{
    opacity:0.5 !important;
    width: 100% !important;
    height:100% !important;
}

.modal button
{
    width:300px !important;
    height:80px !important;
}