@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////

	相互リンク

/////////////////////////////////////////////////////////////////////////////*/

/* ====================================================
	おすすめ商品
====================================================*/
.mtl-rec-item {
	margin-bottom: 40px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mtl-rec-item_block {
	position: relative;
}
.mtl-rec-item_hd {
	height: 37px;
	margin-bottom: 28px;
	padding: 0 15px;
	background-color: #eee;
	font-size: 14px;
	line-height: 37px;
}
/*--------------------------------
	商品一覧
--------------------------------*/
.mtl-rec-item_list {
	padding-left: 15px;
}
.mtl-rec-item_list-bit {
	position: relative;
	float: left;
	width: 134px;
	margin: 0 13px 20px 0;
}
.mtl-rec-item_list-bit--rightmost {
	margin-right: 0;
}
.mtl-rec-item--col2 .mtl-rec-item_list-bit {
	width: 162px;
	margin-right: 19px;
}
.mtl-rec-item--col2 .mtl-rec-item_list-bit--rightmost {
	margin-right: 0;
}
.mtl-rec-item_link {
	display: block;
	overflow: visible;
}
.mtl-rec-item_link:hover {
	color:#333;
	text-decoration: none;
}
.mtl-rec-item_warp-img {
	position: relative;
	width: 134px;
	height: 101px;
}
.mtl-rec-item--col2 .mtl-rec-item_warp-img {
	width: 162px;
	height: 122px;
}
/*--------------------------------
	商品写真
--------------------------------*/
.mtl-rec-item_pic {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 132px;
	height: 99px;
	border: 1px solid #ccc;
}
.mtl-rec-item--col2 .mtl-rec-item_pic {
	width: 160px;
	height: 120px;
}
/* ランキング
--------------------------------*/
.mtl-rec-item_warp-img span {
	position: absolute;
	left: 0px;
	top: -17px;
	display: block;
	text-indent: -9000px;
	width: 52px;
	height: 45px;
	overflow: hidden;
	*cursor: pointer; /* IE7 */
}
/* 工事費
--------------------------------*/
.mtl-rec-item_cost {
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 51px;
	height: 51px;
	overflow: visible;
}
/* メーカー名
--------------------------------*/
.mtl-rec-item_maker {
	margin: 2px 0 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1;
}
/* 商品名
--------------------------------*/
.mtl-rec-item_name {
	margin-bottom: 7px;
	font-size: 12px;
	line-height: 1;
}
/* 割引率
--------------------------------*/
.mtl-rec-item_off {
	float: left;
	height: 18px;
	padding: 0 2px;
	background-color:#fff3f3;
	border: 1px solid #ffb0b0;
	border-radius: 2px;
	color:#f00000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
/* 価格
--------------------------------*/
.mtl-rec-item_price {
	float: right;
	color:#f00000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -0.1ex;
}
.mtl-rec-item--col2 .mtl-rec-item_price {
	letter-spacing: 0;
}
.mtl-rec-item--col2 .mtl-rec-item_price-num {
	font-size: 16px;
}
/*--------------------------------
	もっと見るリンク
--------------------------------*/
.mtl-rec-item_morelink {
	padding-right: 15px;
	text-align: right;
}
.mtl-rec-item_morelink a {
	color: #002fb8;
	font-size: 12px;
	text-decoration: underline;
}
.mtl-rec-item_morelink a::before {
	content: "";
	display: inline-block;
	margin-right: 7px;
	border: 3px solid transparent;
	border-left: 5px solid #002fb8;
	border-right: none;
	vertical-align: middle;
}
.mtl-rec-item_morelink a:hover {
	color: #002fb8;
	text-decoration: none;
}
/* ====================================================
	よくあるご質問
====================================================*/
.mtl-faq {
	margin: 40px 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mtl-faq_hd {
	height: 37px;
	margin-bottom: 8px;
	padding: 0 15px;
	background-color: #eee;
	font-size: 14px;
	line-height: 37px;
}
.mtl-faq_list {
	margin: 0 15px 16px;
}
.mtl-faq_link {
	position: relative;
	display: block;
	padding: 16px 20px 14px 32px;
	border-bottom: 1px solid #eee;
	background: url("/public/img/global/mutual/faq/icon_q.png") left center no-repeat;
	color: #333;
	text-decoration: none;
}
.mtl-faq_link::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 7px;
	height: 11px;
	margin: auto 0;
	background: url("/public/img/global/icon_next-mediumgray.png") left center no-repeat;
}
.mtl-faq_link:hover {
	color: #333;
	text-decoration: none;
}
.mtl-faq_ttl {
	margin-bottom: 6px;
	font-size: 13px;
}
.mtl-faq_extra {
	color: #777;
	font-size: 11px;
}
.mtl-faq_category {
	float: left;
	margin-right: 10px;
}
/*--------------------------------
	参考になった
--------------------------------*/
.mtl-faq_good-balloon {
	position: relative;
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: 16px;
	min-width: 14px;
	margin-left: 9px;
	padding: 0 1px;
	border: 1px solid #aaa;
	border-radius: 9px;
	background-color: #fff;
	color: #777;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
	line-height: 16px;
}
.mtl-faq_good-balloon::before,
.mtl-faq_good-balloon::after {
	content: "";
	position: absolute;
	top: 6px;
	left: -6px;
	border: 3px solid transparent;
	border-right: 6px solid #aaa;
	border-left: none;
}
.mtl-faq_good-balloon::after {
	top: 7px;
	left: -6px;
	border: 2px solid transparent;
	border-right: 5px solid #fff;
}
/*--------------------------------
	もっと見るリンク
--------------------------------*/
.mtl-faq_morelink {
	padding-right: 15px;
	text-align: right;
}
.mtl-faq_morelink a {
	color: #002fb8;
	font-size: 12px;
	text-decoration: underline;
}
.mtl-faq_morelink a:hover {
	text-decoration: none;
}
.mtl-faq_morelink a::before {
	content: "";
	display: inline-block;
	margin-right: 7px;
	border: 3px solid transparent;
	border-left: 5px solid #002fb8;
	border-right: none;
	vertical-align: middle;
}
/* ====================================================
	おススメ情報
====================================================*/
.mtl-blog {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mtl-blog_hd {
	height: 37px;
	margin-bottom: 8px;
	padding: 0 15px;
	background-color: #eee;
	font-size: 14px;
	line-height: 37px;
}
.mtl-blog_list {
	margin: 0 15px 16px;
}
.mtl-blog_list-bit {
	border-bottom: solid 1px #eee;
}
.mtl-blog_link {
	display: block;
	padding: 10px 39px 10px 0;
	background: url("/public/img/global/icon_next-mediumgray.png") left center no-repeat;
	color: #333;
	font-size: 13px;
	text-decoration: none;
}
.mtl-blog_img,
.mtl-blog_detail {
	display: table-cell;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	vertical-align: middle;
}
.mtl-blog_img img {
	width: 73px;
	height: 53px;
	border: 1px solid #ddd;
}
.mtl-blog_detail {
	padding-left: 18px;
	text-align: justify;
}
/*--------------------------------
	もっと見るボタン
--------------------------------*/
.mtl-blog_morelink {
	padding-right: 15px;
	text-align: right;
}
.mtl-blog_morelink a {
	color: #002fb8;
	font-size: 12px;
	text-decoration: underline;
}
.mtl-blog_morelink a:hover {
	text-decoration: none;
}
.mtl-blog_morelink a::before {
	content: "";
	display: inline-block;
	margin-right: 7px;
	border: 3px solid transparent;
	border-left: 5px solid #002fb8;
	border-right: none;
	vertical-align: middle;
}
/* ====================================================
	施工例
====================================================*/
.mtl-rvw {
	margin-bottom: 40px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mtl-rvw_hd {
	height: 37px;
	margin-bottom: 20px;
	padding: 0 15px;
	background-color: #eee;
	font-size: 14px;
	line-height: 37px;
}
.mtl-rvw_list {
	padding-left: 15px;
	
}
.mtl-rvw_list-bit {
	float: left;
	margin: 0 18px 16px 0;
}
.mtl-rvw_pic {
	width: 110px;
	height: 84px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.mtl-rvw--col2 .mtl-rvw_pic {
	width: 127px;
	height: 95px;
}
/*--------------------------------
	もっと見るボタン
--------------------------------*/
.mtl-rvw_morelink {
	padding-right: 15px;
	text-align: right;
}
.mtl-rvw_morelink a {
	color: #002fb8;
	font-size: 12px;
	text-decoration: underline;
}
.mtl-rvw_morelink a:hover {
	text-decoration: none;
}
.mtl-rvw_morelink a::before {
	content: "";
	display: inline-block;
	margin-right: 7px;
	border: 3px solid transparent;
	border-left: 5px solid #002fb8;
	border-right: none;
	vertical-align: middle;
}
