@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;
}
/* ページタイトル サブ */
#ykkap-tpl-contents .pagetitle-text small {
  font-size: 75%;
  font-weight: bold;
  vertical-align: middle;
	padding-right:0.5em;
}

#ykkap-tpl-contents small2 {
  font-size: 70%;
}
#ykkap-tpl-contents small2{
  font-size: 10px;
}


/* grayのケイ囲い */
#ykkap-tpl-contents .column .frame-gray { width:100%; border:1px solid #f8f8f8; text-align:center; padding:20px 0; float:left; background-color: #f8f8f8;}
#ykkap-tpl-contents .column .frame-gray .image { width:87%; margin:0 auto; }

/* ===================================================================================
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;
	}
	#ykkap-tpl-contents .ykkap-tpl-contents-products-block .block.cntend {
		padding-bottom:0;
	}
	#ykkap-tpl-contents .ykkap-tpl-contents-products-block .block.cntend .column5 {
		margin-bottom:0;
	}
	#ykkap-tpl-contents .ykkap-tpl-contents-products-block .block.cntend .column5 .column:last-child {
		margin-bottom:0;
	}
}