@charset "UTF-8";
/*************************************************
【会社情報 - 放送番組種別の基準】共通
**************************************************/
.classification {
    margin-left: 20px;
}

.classification p {
    font-size: 131%;
    /* font-weight: bold; */
    padding: 24px 0 0;
    margin-left: 0px;
}

.classification table {
    margin-top: 0;
    padding-top: 0;
}

.classification table td {
    border-left: solid 1px #AFAFAF;
    padding: 5px 10px
}

.classification table th {
    width: 120px;
    text-align: center;
}

.classification thead th, .classification thead td {
    background: #AFAFAF;
    border: solid 1px #FFF;
    color: #FFF;
}

.classification table tbody tr.off {
    background: #FAFAFA;
}

.classification table tbody tr.on {
    background: #F0F0F0;
}

.classification .airing_block {
    /* width: 600px; */
    /* margin:0 auto; */
    padding: 10px 20px;
    background: #FAFAFA;
    margin-bottom: 20px;
    border-top: 1px solid #AFAFAF;
    line-height: 1.6em;
    font-size: 13px;
}

.classification .airing_block .txt_block {
    /* width: 580px; */
    margin: 10px auto;
    padding-bottom: 10px;
    border-bottom: 1px dotted #AFAFAF;
}

.classification .airing_block .txt_block img {
    float: right;
}

/*************************************************
↓書き加えた
**************************************************/
#businessInfoArea {
    margin-top: 50px;
    margin-bottom: 100px;
    color: #555;
}

#businessInfoArea .container {
    width: 96%!important;
    margin: 0 auto;
}