@charset "utf-8";

#ykkap-tpl-contents #feature .column2 .column .image {
	width: 220px;
	float: left;
}
#ykkap-tpl-contents #feature .column2 .column .text {
	width: 210px;
	float: right;
	padding-right: 15px;
}


/* ===================================================================================
for SP max-width: 640px
=================================================================================== */
@media screen and (max-width: 640px) {

	#ykkap-tpl-contents #feature .column2 .column {
		border-bottom: 1px dotted #bbb;
		padding-bottom: 30px;
	}
	#ykkap-tpl-contents #feature .column2 .column:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	#ykkap-tpl-contents #feature .column2 .column .image {
		width: 100%;
		float: none;
	}
	#ykkap-tpl-contents #feature .column2 .column .text {
		width: auto;
		float: none;
		padding: 0 0 10px 0;
	}
