@charset "UTF-8";
/*************************************************
【会社情報 - 北海道文化放送 放送基準】共通
**************************************************/
/* 最初のセクションの余白設定 */
#businessInfoArea .com_section:first-of-type {
    margin-top: 30px;
}
/*リードテキスト*/
h4.leading_text {
	color: #5C595E;
	font-weight: bold;
	font-size: 123.1%;
	margin: 50px 0 30px 0;
}

p.importance {
    margin: 30px 0 0 30px;
}


/*罫線表示*/
ul.h_rights {
	margin: 0;
}

ul.h_rights li {
	border-bottom: 1px dotted #EEE;
	font-size: 108%;
	line-height: 1.5;
    padding: 10px 20px 10px 20px;
    margin:0px;
}

/* 閉じる・開くボタンの初期化 */
.archive_block{
    display:none;
}

/* 閉じる・開くボタン項目のタイトル */
.con_content_title {
    border-bottom: double 3px #FFC778;
}

/*******************************************
↓書き加えた
*******************************************/
#businessInfoArea .container {
    width: 96%!important;
    margin: 0 auto;
}

#businessInfoArea {
    margin-top: 50px;
    margin-bottom: 100px;
    color: navy!important;
}