@charset "utf-8";

/* ------------------------------------------------
	お客様センター通信 vol38
------------------------------------------------ */
#maincts .tit > span {
	font-size: 12px;
}

#maincts .stit {
	font-size: 12px;
}

#maincts .recommend {
	padding-top: 40px;
	border-top: 1px dashed #ccc;
}

#maincts .ctsblk .recommend + .recommend {
	margin-top: 20px;
}

#maincts .recipebox {
	clear: both;
}

#maincts .recipebox .recipe_img {
	background-color: #F6F2E7;
	text-align: center;
}

#maincts .recipebox .recipe_btn {
	float: right;
	margin-top: 15px;
}

#maincts .recipebox .recipe_btn a {
	position: relative;
	display: block;
	padding: 10px 16px;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}

#maincts .recipebox .recipe_btn a::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 11px;
	background: url('/common/img/arrow_1.gif') no-repeat 0 0;
	margin-right: 5px;
}
