@charset "UTF-8";


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

.bImgTtlTxt2
┣ .bImgTxtLeft
｜	┗.bImgTtlTxt2Inner
｜		｜	┣ .bImgTxtImg
｜		｜	┣ img
｜		｜	┗ p.imgCap
｜		｜
｜		┗ bImgTtlTxt2Data
｜			┣ h5
｜			┣ p
｜			┗ p.linkArrow
｜
┗ .bImgTxtRight
	┗.bImgTtlTxt2Inner
		｜	┣ .bImgTxtImg
		｜	┣ img
		｜	┗ p.imgCap
		｜
		┗ bImgTtlTxt2Data
			┣ h5
			┣ p
			┗ p.linkArrow

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

/*共通プロパティ---------------------------------*/
.bImgTtlTxt2 {
	width: 100%;
}

.bImgTtlTxt2 .bImgTtlTxt2Left .bImgTtlTxt2Inner {
	margin: 0 10px 0 0;
}
.bImgTtlTxt2 .bImgTtlTxt2Right .bImgTtlTxt2Inner {
	margin: 0 0 0 10px;
}

.bImgTtlTxt2 .bImgTtlTxt2Img {
	float: left;
	margin: 0 0 10px 0;
	width: 50%;
	text-align: center;
}
.bImgTtlTxt2 .bImgTtlTxt2Img p.imgCap {
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	line-height: 1.4em;
}
.bImgTtlTxt2 .bImgTtlTxt2Data {
	margin: 0 0 0 50%;
	padding: 0 0 0 10px;
}
.bImgTtlTxt2 .bImgTtlTxt2Data h5 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em;
}
.bImgTtlTxt2 .bImgTtlTxt2Data p {
	margin: 0 0 5px 0;
}
.bImgTtlTxt2 .bImgTtlTxt2Data p.linkArrow {
	margin: 0;
}
.bImgTtlTxt2 .bImgTtlTxt2Data p.linkArrow a {
	padding: 0 0 0 16px;
	display: block;
	background: url(../../common-img/ico_arrow.gif) no-repeat 0 0.3em;
}

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

/*col2-1（2カラム：50%｜50%）*/
.col2-1 .bImgTtlTxt2 p { font-size: 0.8em; line-height: 1.4em; }
.col2-1 .bImgTtlTxt2 h5 { font-size: 1em; line-height: 1.4em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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