@charset "UTF-8";

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

.bVCatList3
┣ p.bVCatList3Rss
┣ ul
｜ ┣ li.bVCatList3Left
｜ ｜  ┗ .bVCatList3Inner
｜ ｜ 	   ┣ p.bVCatList3Date
｜ ｜ 	   ┣ h5
｜ ｜	   ┗ p.bVCatList3Txt
｜ ｜ 
｜ ┗ li.bVCatList3Rigt
｜  	┗ .bVCatList3Inner
｜ 	 	 	┣ p.bVCatList3Date
｜	 		┣ h5
｜	 		┗ p.bVCatList3Txt
｜	   
┗ p.bVCatList3Page


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

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

.bVCatList3 {
	position: relative;
	width: 100%;
}
/*RSSアイコン*/
p.bVCatList3Rss {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 33px;
}
p.bVCatList3Rss a {
	width: 33px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../common-img/ico_rss.gif) no-repeat;
}
/*リピートブロック*/
.bVCatList3 ul {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	width: 100%;
	list-style: none;
	list-style-position: outside;
}
.bVCatList3 ul li.bVCatList3Left {
}
.bVCatList3 ul li.bVCatList3Left .bVCatList3Inner {
	padding: 0 5px 0 0;
}
.bVCatList3 ul li.bVCatList3Right {
}
.bVCatList3 ul li.bVCatList3Right .bVCatList3Inner {
	padding: 0 0 0 5px;
}

/*サムネイル*/
.bVCatList3Img {
	margin: 0 0 5px 0;
	width: 100%;
}
.bVCatList3Img img {
	width: 100%;
}
/*日付*/
p.bVCatList3Date {
	margin: 0;
	font-weight: bold;
	font-size: 0.8em;
}
/*タイトル*/
.bVCatList3 ul li h5 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
}
.bVCatList3 ul li h5 a {
	font-weight: normal;
}
/*NEWアイコン*/
.bVCatList3 ul li h5 img {
	width: 25px !important;
	display: inline;
}
/*一覧用テキスト*/
p.bVCatList3Txt {
	margin: 0;
	padding: 0;
}
/*ページング*/
.bVCatList3 p.bVCatList3Page {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}


/*コンテナ別プロパティ---------------------------*/

/*col1（1カラム：100%）*/
.col1 .bVCatList3 ul li.bVCatList3Left .bVCatList3Inner { padding: 0 10px 0 0; }
.col1 .bVCatList3 ul li.bVCatList3Right .bVCatList3Inner { padding: 0 0 0 10px; }

/*col2-1（2カラム：50%｜50%）*/
.col2-1 .bVCatList3 ul li.bVCatList3Left .bVCatList3Inner { padding: 0 10px 0 0; }
.col2-1 .bVCatList3 ul li.bVCatList3Right .bVCatList3Inner { padding: 0 0 0 10px; }

/*col2-2（2カラム：33%｜67%）*/
.col2-2 .box1 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col2-2 .box1 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col2-3（2カラム：67%｜33%）*/
.col2-3 .box2 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col2-3 .box2 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col2-4（2カラム：23%｜77%）*/
.col2-4 .box1 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col2-4 .box1 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col2-5（2カラム：77%｜23%）*/
.col2-5 .box2 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col2-5 .box2 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col2-6（2カラム：38%｜62%）*/
.col2-6 .box1 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col2-6 .box1 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col2-7（2カラム：62%｜38%）*/
.col2-7 .box2 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col2-7 .box2 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col2-8（2カラム：固定｜可変）*/
.col2-8 .box2 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col2-8 .box2 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col2-9（2カラム：可変｜固定）*/
.col2-9 .box2 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col2-9 .box2 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col3-1（3カラム：33%｜34%｜33%）*/
.col3-1 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col3-1 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col3-2（3カラム：25%｜50%｜25%）*/
.col3-2 .box1 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col3-2 .box1 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }
.col3-2 .box3 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col3-2 .box3 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col3-3（3カラム：25%｜25%｜50%）*/
.col3-3 .box1 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col3-3 .box1 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }
.col3-3 .box2 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col3-3 .box2 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col3-4（3カラム：50%｜25%｜25%）*/
.col3-4 .box2 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col3-4 .box2 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }
.col3-4 .box3 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col3-4 .box3 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col3-5（3カラム：固定｜可変｜固定）*/
.col3-5 .box2 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col3-5 .box2 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }
.col3-5 .box3 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col3-5 .box3 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }

/*col4（4カラム：25%｜25%｜25%｜25%）*/
.col4 .bVCatList3 ul li h5 { font-size: 1em; line-height: 1.4em; }
.col4 .bVCatList3 p.bVCatList3Txt { font-size: 0.8em; line-height: 1.4em; }