@charset "UTF-8";


/*-------------------------------------------------------------
カテゴリ別情報ユニット（1.シンプル）

.bCatList
┣ p.bCatListRss
┣ ul
｜ ┗ li
｜	  ┣ p.bCatListDate
｜	  ┣ h5
｜	  ┗ p.bCatListTxt
｜	   
┗ p.bCatListPage

-------------------------------------------------------------*/


/*共通プロパティ---------------------------------*/

.bCatList {
	position: relative;
	width: 100%;
}

/*RSSアイコン*/
p.bCatListRss {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 33px;
}
p.bCatListRss a {
	width: 33px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../common-img/ico_rss.gif) no-repeat;
}

/*リピートブロック*/
.bCatList ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.bCatList ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 16px;
	background: url(../../common-img/ico_arrow.gif) no-repeat 0 0.3em;
}

/*日付*/
p.bCatListDate {
	margin: 0;
	font-weight: bold;
	font-size: 0.8em;
}
/*タイトル*/
.bCatList ul li h5 {
	margin: 0 0 3px 0;
	font-size: 1.2em;
}
.bCatList ul li h5 a {
	padding: 0 5px 0 0;
	font-weight: normal;
}
/*NEWアイコン*/
.bCatList ul li h5 img {
	width: 25px !important;
	display: inline;
}

/*一覧用テキスト*/
p.bCatListTxt {
	margin: 0;
}
/*ページング*/
.bCatList p.bCatListPage {
	text-align: center;
}