@charset "utf-8";

/* ------------------------------------------------
	お客様センター通信 vol39
------------------------------------------------ */

#maincts .column-faq-product {
	max-width: 400px;
	margin: 20px auto 0;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(97,167,218,.05);
}

#maincts .column-faq-product .column-faq-product-img {
	text-align: center;
}

#maincts .column-faq-product .column-faq-product-img img {
	width: 50%;
}

#maincts .column-faq-product .column-faq-product-img .badge {
	margin-top: 5px;
}

#maincts .column-faq-product .column-faq-product-img .badge p {
	font-size: 10px;
}

#maincts .column-faq-product .column-faq-product-img .badge p span {
	display: inline-block;
	padding: 6px 8px;
	margin: 5px 0;
    width: fit-content;
    border: 1px solid;
    border-radius: 4px;
	color: #535353;
	background-color: #fff;
    line-height: 1;
}

#maincts .materialgroup {
	margin:5px 0;
	background:#fff;
	border:1px solid #eee3cf;
	padding-bottom: 10px;
}
#maincts .materialgroup .tit {
	background:#f5eee2;
	padding:5px 10px;
	font-weight:bold;
	margin-top: 0;
}

#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;
}

#maincts .tit_blue {
	color: #014ea3;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
