@charset "UTF-8";

/*-------------------------------------------------------------
カテゴリ別情報ユニット（5.シンプル+サムネイル）

.bVCatList2
┣ p.bVCatList2Rss
┣ ul
｜ ┗ li
｜	  ┣ p.bVCatList2Date
｜	  ┣ h5
｜	  ┗ p.bVCatList2Txt
｜	   
┗ p.bVCatList2Page

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

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

.bVCatList2 {
	position: relative;
	width: 100%;
}
/*RSSアイコン*/
p.bVCatList2Rss {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 33px;
}
p.bVCatList2Rss a {
	width: 33px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../common-img/ico_rss.gif) no-repeat;
}
/*リピートブロック*/
.bVCatList2 ul {
	margin: 0;
	padding: 20px 0 0 0;
	width: 100%;
	list-style: none;
	list-style-position: outside;
}
.bVCatList2 ul li {
	margin: 0 0 10px 0;
	width: 100%;
}
/*サムネイル*/
.bVCatList2Img {
	margin: 0 0 5px 0;
	width: 100%;
}
.bVCatList2Img img {
	width: 100%;
}
/*日付*/
p.bVCatList2Date {
	margin: 0;
	font-weight: bold;
	font-size: 0.8em;
}
/*タイトル*/
.bVCatList2 ul li h5 {
	margin: 0 0 3px 0;
	font-size: 1.2em;
}
.bVCatList2 ul li h5 a {
	padding: 0 5px 0 0;
	font-weight: normal;
}
/*NEWアイコン*/
.bVCatList2 ul li h5 img {
	width: 25px !important;
	display: inline;
}
/*一覧用テキスト*/
p.bVCatList2Txt {
	margin: 0;
}
/*ページング*/
.bVCatList2 p.bVCatList2Page {
	text-align: center;
}