@charset "UTF-8";


/*-------------------------------------------------------------
画像（右）+テキスト（左）

.bTxtImg
┣ .bTxtImgLeft
｜	┗ p
｜
┗ .bTxtImgRight
	┣ img
	┗ p.imgCap

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

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

.bTxtImg .bTxtImgRight {
	margin: 0 0 0 10px;
	width: 45%;
}
.bTxtImg .bTxtImgRight p.imgCap {
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}


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

/*col1（1カラム：100%）*/
.col1 .bTxtImg .bTxtImgRight { width: 33%; }

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

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

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

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

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

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

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

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

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

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

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