@charset "utf-8";

/*-----------------------------------------------------------------------------------*/
/*	トップページ
/*-----------------------------------------------------------------------------------*/
/*-------------------------------*/
/*	和歌山 紀南トピックス
/*-------------------------------*/
.section_topmain {
	margin-bottom: 0;
}
.section_topmain .post_item {
	padding-bottom: 15px;
}
.section_topmain .post_title {
	font-size: 24px;
	line-height: 1.3;
}
.section_topmain .post_substr {
	font-size: 16px;
	line-height: 1.8;
}

/*-------------------------------*/
/*	和歌山のイベント情報
/*-------------------------------*/
.section_event_top {
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 20px;
}
.section_event_top .post_item {
	padding: 5px 0 5px 15px;
}
.section_event_top .post_title {
	float: left;
	width: 40%;
	padding: 8px 0;

}
.section_event_top .post_summary {
	float: right;
	width: 60%;
	background: #eee;
	padding: 8px;
}

/*-------------------------------*/
/*	全国の主なニュース（ノア）
/*	紀伊スポーツ
/*	世界遺産 熊野
/*	釣り
/*	コラム
/*	社説
/*-------------------------------*/
.section_pickup { }
.section_pickup .post_title {
	/*
	font-size: 18px;
	line-height: 1.3;
	*/
	font-weight: normal;

}

/*-------------------------------*/
/*	AGARAチャンネル
/*-------------------------------*/
.section_channel { }
.channel_list { }
.channel_list a {
	display: block;
	text-decoration: none;
}
.channel_list a:hover {
	text-decoration: underline;
}
.channel_thm {
	margin-bottom: 10px;
	text-align: center;
}
.channel_title {
	/*font-size: 16px;*/
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
}

/*-------------------------------*/
/*	トピックス
/*-------------------------------*/
.section_topics { }

/*-------------------------------*/
/*	ORICONニュース
/*-------------------------------*/
.section_entame { }
.entame_tabs {
	border-bottom: 2px solid #333;
	margin-top: 20px;
	font-size: 0;
}
.entame_tab {
	border-top: 2px solid #3a3e49;
	border-right: 2px solid #3a3e49;
	display: inline-block;
	width: 15%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.entame_tab:first-child {
	border-left: 2px solid #3a3e49;
}
.entame_tab a {
	background: #eee;
	color: #333;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}
.entame_tab.active a {
	background: #3a3e49;
	color: #FFF;
}
.entame_panel {
	display: none;
}
.entame_panel.active {
	display: block;
}

/*-------------------------------*/
/*	地域新聞サイト・リンク集
/*-------------------------------*/
.section_links { }
