@charset "UTF-8";
/*************************************************
【会社情報】UHB道内テレビ送信所・中継所一覧
**************************************************/
/* 最初のセクションの余白設定 */
#businessInfoArea .com_section:first-of-type {
    margin-top: 50px;
}

.txmap p {
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px 10px 0;
}

/* テーブルボーダー設定 */
.txmap table,
.txmap td,
.txmap th {
    border: none;
    border-bottom: 1px solid #afafaf;
}
/* 局名 */
.txmap tr th:nth-child(1) {
    width:150px;
}
/* 場所 */
.txmap tr td:nth-child(2) {
    width:180px;
}
/* 住所 */
.txmap tr td:nth-child(3) {
    width:300px;
}
/* 偏波 */
.txmap tr td:nth-child(4) {
    width:80px;
}
/* 出力 */
.txmap tr td:nth-child(5) {
    width:100px;
}
  

.txmap table {
    margin-top: 0;
    padding-top: 0;
    border-collapse: collapse;
}

.txmap table th, .txmap table td {
    text-align: center;
    font-weight: normal;
    padding: 8px 0px 8px;
    white-space: nowrap;
}

.txmap thead th, .txmap thead td {
    background: #eee;
}

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

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

/* タブ切り替え */
.tab {
    overflow: hidden;
}

ul.tab {
    border-bottom: solid 5px rgb(245,178,45);;
}

.tab li {
    background: #ddd;
    color: #fff;
    padding: 10px 25px;
    float: left;
    margin-right: 1px;
}

.tab li:hover {
    background: #ccc;
    cursor : pointer;
}

.tab li.select {
    background: rgb(245,178,45);
    color: #fff;
}

.content li {
    padding: 20px;
}

.hide {
    display: none;
}

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

#businessInfoArea .container {
	max-width: 96%;
	margin: 0 auto;
}

@media screen and (max-width:493px) { 
	.com_section {
    	font-size: 65%!important;
    	margin: 10px auto;
    	padding: 0 0 20px 0;
	}
}
