@charset "UTF-8";

/*-------------------------------------------------------------
画像（左）+タイトル（右）+テキスト（右）+詳細ボタン（右）

.bImgTtlTxt
┣ .bImgTxtLeft
｜	┣ img
｜	┗ p.imgCap
｜
┗ .bImgTxtRight
	┣ h4
	┣ p
	┗ p.linkArrow

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

.bImgTtlTxt {
}
.bImgTtlTxt .bImgTtlTxtLeft {
	float: left;
}
.bImgTtlTxt .bImgTtlTxtLeft img {
	width: 100%;
}
.bImgTtlTxt .bImgTtlTxtRight {
}
.bImgTtlTxt .bImgTtlTxtRight h5 {
	margin: 0;
	padding: 0;
}
.bImgTtlTxt .bImgTtlTxtRight p {
	margin: 0;
}
