@charset "UTF-8";


/*-------------------------------------------------------------
画像（上段）×2 +テキスト（下段）×2

.bImg2Txt2
┣ .bImg2Txt2Left
｜	┗ .bImg2Txt2Inner
｜		┣ img
｜		┣ p.imgCap
｜		┗ p
｜
┗ .bImg2Txt2Right
	┗ .bImg2Txt2Inner
		┣ img
		┣ p.imgCap
		┗ p

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

/*共通プロパティ---------------------------------*/
.bImg2Txt2 {
	width: 100%;
}
.bImg2Txt2 p.imgCap {
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
.bImg2Txt2 p {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
}
.bImg2Txt2 .bImg2Txt2Left .bImg2Txt2Inner {
	margin: 0 5px 0 0;
}
.bImg2Txt2 .bImg2Txt2Right .bImg2Txt2Inner {
	margin: 0 0 0 5px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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