@charset "utf-8";


.textWithImgL, /* 画像左でテキスト回り込み */
.textWithImgR, /* 画像右でテキスト回り込み */
.cols2 .colsElm,　　　/* 2カラム（スマホは1カラム） */
.cols3 .colsElm　　　/* 3カラム（スマホは1カラム） */
{
	margin-bottom:2em;
}

.textWithImgL img:first-child {
	width:30%;
	margin-right:1em;
	margin-bottom:1em;
	float:left;
}

.textWithImgR img:first-child {
	width:30%;
	margin-left:1em;
	margin-bottom:1em;
	float:right;
}

.more {
	text-align:right;
	margin-top:1em;
}

@media screen and (min-width:768px){
	/* PC用 */
	.cols2 .colsElm {
		width:48%;
		margin:0 1%;
		float:left;
	}

	.cols3 .colsElm {
		width:31%;
		margin:0 1%;
		float:left;
	}

} @media screen and (max-width: 767px) {
	/* スマホ用 */
}

/* 汎用クラス */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
