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

　お客様の声　共通設定
	review/

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

/* ===========================================================================
	ヘッダ
	include/voice_head.html
===========================================================================*/

#voice_head {
	position: relative;
	min-height: 111px;
	margin: 27px 0 41px 0;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #333;
	*padding-top: 20px;/* IE7 */
}
#voice_head img {
	vertical-align: bottom;
}
#voice_head p.ttl_cap {/* トップ、タブあり版 */
	margin: 12px 0 18px;
}
#voice_head p.ttl_cap02 {/* 一覧、詳細、タブなし版 */
	margin: 24px 0 18px;
	line-height: 1.8;
	color: #555;
}

/*--------------------------------------------------------------------------------------------
	地域別／商品種別　切り替えタブ
--------------------------------------------------------------------------------------------*/
#voice_head ul {
	position: relative;
	width: 735px;
	height: 42px;
}
#voice_head ul li {
	position: absolute;
	bottom: 0;
	margin-right: 8px;
	background-color: #fff;
}
#voice_head ul li.first {
	left: 0;
}
#voice_head ul li.last {
	left: 230px;
}
#voice_head ul li.on {
	margin-bottom: -1px;
	height: 43px;
	background: white;
}
#voice_head ul li a {
	display: block;
}

/*--------------------------------------------------------------------------------------------
	実績表示ボックス（右上）
--------------------------------------------------------------------------------------------*/
#voice_head dl.uservoice {
	position: absolute;
	top: 40px;
	right: 1px;
	width: 227px;
	*top: 60px;/* IE7 */
}
#voice_head dl.uservoice dt {
	height: 37px;
	margin-bottom: 5px;
}
#voice_head dl.uservoice dd dl dt {
	float: left;
	height: 27px;
	margin: 0 0 0 0;
	padding-left: 31px;
	line-height: 27px;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555;
}
#voice_head dl.uservoice dd dl dd {
	float: right;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
}
#voice_head dl.uservoice dd dl dd span {/* 件 */
	padding-right: 2px;
	line-height: 1;
	font-size: 27px;
	font-weight: bold;
	color: #f26240;
}
#voice_head dl.uservoice dd.voice_date {
	clear: both;
	margin-top: 12px;
	margin-right: -7px;
	text-align: right;
	font-size: 11px;
	color: #333;
	*margin-right: 0; /* IE7 */
}

/* 声の掲載数
------------------------------------------------------------------------*/
#voice_head dl.uservoice dd dl.voice dt {
	background: url("/public/img/review/ico_voice.png") left center no-repeat;
}

/* 商品工事数
------------------------------------------------------------------------*/
#voice_head dl.uservoice dd dl.const {
	margin-top: 7px;
}
#voice_head dl.uservoice dd dl.const dt {
	background: url("/public/img/review/ico_const.png") left center no-repeat;
}


/* ===========================================================================
	一覧表示
	voice/search/execute.html
===========================================================================*/

#voice_list {
	margin: 28px 0 0 0;
	font-size: 12px;
}
#voice_list img {
	vertical-align: bottom;
}
#voice_list .h_voice_box {
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
}
#voice_list .h_voice_box p.new_voice_ttl {
	float: left;
}

/* 詳細表示/画像切替ボタン
------------------------------------------------------------------------*/
#voice_list .h_voice_box .bt_switch_box {
	float: right;
}
#voice_list .h_voice_box .bt_switch_box p {
	float: left;
}

/* 詳細表示ボタン
------------------------------------------------------------------------*/
#voice_list .h_voice_box .bt_switch_box p.bt_switch_detail {
	margin-right: 5px;
}

/*--------------------------------------------------------------------------------------------
	見出し
--------------------------------------------------------------------------------------------*/
h1.h_area_voice,
p.h_area_voice,
h2.h_area_voice {
	margin: 30px 0 0;
	padding: 0 0 5px 32px;
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	background: url("/public/img/review/menu/ico_area_voice.png") left top no-repeat;
}

/*--------------------------------------------------------------------------------------------
	☆一覧UI
--------------------------------------------------------------------------------------------*/
#nav_search {
	width: 674px;
	margin: 4px auto 30px;
}
#nav_search #pager_unit_top {
	margin: 0;
}

/* 該当件数
------------------------------------------------------------------------*/
#pager_unit_top .search_result span.num,
#pager_unit_bottom .search_result span.num {
	padding: 2px 3px 0 1px;
	font-size: 22px;
	color: #c61317;
}

/* ページ送りボタン　←　→
------------------------------------------------------------------------*/
#pager_unit_top .pagination ul li.prev a:hover,
#pager_unit_top .pagination ul li.next a:hover,
#pager_unit_bottom .pagination ul li.prev a:hover,
#pager_unit_bottom .pagination ul li.next a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}
#pager_unit_top .pagination ul li.prev a img,
#pager_unit_top .pagination ul li.next a img,
#pager_unit_bottom .pagination ul li.prev a img,
#pager_unit_bottom .pagination ul li.next a img {
	*padding-top: 5px; /* IE7 */
}

/* ページャー共通設定
------------------------------------------------------------------------*/
#pager_unit_top,
#pager_unit_bottom {
	width: 674px;
	height: 34px;
	margin: 0 auto;
}
#pager_unit_top .pagination ul li.end ,
#pager_unit_bottom .pagination ul li.end {
	width: 10px;
}
#pager_unit_top .pagination ul,
#pager_unit_bottom .pagination ul {
	float: right;
}
#pager_unit_top .pagination ul li a:hover,
#pager_unit_bottom .pagination ul li a:hover {/* ロールオーバー効果 */
	border-color: #c61318;
	background: #c61318;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.pagination ul li.current a {/* 現在のページ */
	font-size: 16px;
}

.pagination ul li.next {/* 次ページボタン */
	margin-right: 0 !important;
}

/* 上部ページャー
------------------------------------------------------------------------*/
#pager_unit_top {
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbb;
}
#pager_unit_top .search_result {/* 該当件数 */
	position: absolute;
	bottom: 7px;
	left: 1px;
	font-size: 12px;
}

/* 下部ページャー
------------------------------------------------------------------------*/
#pager_unit_bottom {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #bbb;
}
#pager_unit_bottom .search_result {/* 該当件数 */
	position: absolute;
	top: 6px;
	left: 1px;
	font-size: 12px;
	*width: 150px; /* IE7 */
	*text-align: left; /* IE7 */
}

/* 上部ページタブ
------------------------------------------------------------------------*/
#pager_unit_top .pagination ul li {
	float: left;
	margin-right: 4px;
}
#pager_unit_top .pagination ul li a {
	position: relative;
	top: 1px;
	display: block;
	min-width: 27px;
	height: 27px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	font-family: verdana, meiryo, sans-serif;
	line-height: 28px;
	text-align: center;
}
#pager_unit_top .pagination ul li.current a,
#pager_unit_top .pagination ul li.current a:hover {/* 現在のページ */
	height: 33px;
	margin-bottom: 0;
	font-weight: bold;
	color: #555 !important;
	border: 1px solid #bbb;
	border-bottom: none;
	background-color: #fff;
}
#pager_unit_top .pagination ul li.prev a,
#pager_unit_top .pagination ul li.next a {/* ページ移動ボタン */
	top: 0;
	display: table-cell;
	width: 10px;
	height: 29px;
	vertical-align: middle;
	text-align: left;
	border: none;
	background-color: #fff;
}
#pager_unit_top .pagination ul li.prev a {/* 前ページボタン */
	text-align: right;
}

/* 下部ページタブ
--------------------------------------------------------------------------------*/
#pager_unit_bottom .pagination ul li {
	float: left;
	margin-right: 4px;
}
#pager_unit_bottom .pagination ul li a {
	position: relative;
	bottom: 1px;
	display: block;
	width: 27px;
	height: 27px;
	margin-top: 4px;
	line-height: 27px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
}
#pager_unit_bottom .pagination ul li.current a,
#pager_unit_bottom .pagination ul li.current a:hover {/* 現在のページ */
	height: 33px;
	margin-top: 0;
	border: 1px solid #bbb;
	border-top: none;
	background-color: #fff;
	line-height: 36px;
	font-weight: bold;
	color: #555 !important;
}
#pager_unit_bottom .pagination ul li.prev a,
#pager_unit_bottom .pagination ul li.next a {/* ページ移動ボタン */
	bottom: 0;
	display: table-cell;
	width: 10px;
	height: 34px;
	vertical-align: middle;
	text-align: left;
	border: none;
	background-color: #fff;
}
#pager_unit_bottom .pagination ul li.prev a {/* 前ページボタン */
	text-align: right;
}
#pager_unit_bottom .paging {
	position: absolute;
	right: -1px;
	top: -24px;
	font-size: 12px;
}

/* ソート共通設定
----------------------------------------------------------------------------------------*/
select {
	outline: none;
}
#switch_display_list {
	position: relative;
	width: 100%;
	height: 20px;
	padding: 6px 0 9px;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	background-color: #fff;
}
#switch_display_list .switch_appearance {/* 表示切替 */
	position: absolute;
	top: 7px;
	right: 0;
}
#switch_display_list span.title {/* ソート項目名 */
	position: relative;
	top: -9px;
	*top: -2px; /* IE7 */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {/* Chrome */
	#switch_display_list span.title {
		position: relative;
		top: -9px;
	}
}
#switch_display_list span.select_count,
#switch_display_list span.select_order {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #ccc;
	cursor: pointer;
	*height: 20px; /* IE7 */
}
#switch_display_list span.select_count:hover,
#switch_display_list span.select_order:hover {
	border-color: #cc0;
}

#switch_display_list span.switch_select_area {
	z-index: 100;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 20px;
	cursor: pointer;
}
#switch_display_list span.switch_select_title {
	display: block;
	padding-left: 5px;
	padding-right: 23px;
	font-size: 12px;
	line-height: 20px;
}
#switch_display_list span.switch_select_arrow {
	position: absolute;
	right: 5px;
	top: 9px;
	display: block;
	width: 6px;
	height: 5px;
	background: url("/public/img/img_footer/bg_switch_select_arrow.png") left top no-repeat;
}
#switch_display_list select.item_switch_select {
	height: 22px;
	padding: 3px 2px 2px 4px;
	font-size: 12px;
	border: none;
	*height: 24px; /* IE7 */
	*margin-top: -2px; /* IE7 */
	*margin-left: -2px; /* IE7 */
}
#switch_display_list select.item_switch_select option {
	padding-right: 9px;
}

/* 表示件数：
----------------------------------------------------------------------------------------------------------------------*/
#switch_display_list .switch_count {
	position: absolute;
	top: 10px;
	left: 1px;
}
#switch_display_list span.select_count {
	width: 60px;
}
#switch_display_list span.select_count select.item_switch_select {
	width: 83px;
	background: url("/public/img/img_footer/bg_switch_select_arrow.png") 48px center no-repeat;
	*background-position-y: 9px; /* IE7 */
	cursor: pointer;
}

/* 並び順：
----------------------------------------------------------------------------------------------------------------------*/
#switch_display_list .switch_order {
	position: absolute;
	top: 10px;
	left: 146px;
}
#switch_display_list span.select_order {
	width: 165px;
}
#switch_display_list span.select_order select.item_switch_select {
	width: 187px;
	*width: 190px; /* IE7 */
	background: url("/public/img/img_footer/bg_switch_select_arrow.png") 154px center no-repeat;
	*background-position-y: 9px; /* IE7 */
	cursor: pointer;
}

/* 詳細表示/画像表示
----------------------------------------------------------------------------------------------------------------------*/
#switch_display_list .bt_switch_box {
	position: absolute;
	top: 8px;
	right: 0;
}
#switch_display_list .bt_switch_box span.title {
	float: left;
	top: -5px;
	margin: 9px 6px 0 0;
}
#switch_display_list .bt_switch_box p.bt_switch_detail,
#switch_display_list .bt_switch_box p.bt_switch_thumb {
	float: left;
}
#switch_display_list .bt_switch_box p.bt_switch_detail {
	margin-right: 5px;
}


/* ===========================================================================
	工事例一覧の詳細(通常)表示
	include/voice_list.html
===========================================================================*/

.voice_contents {
	font-family: verdana, Meiryo, sans-serif;
	margin: 33px 0 59px 0;
	padding: 0 30px;
	font-size: 12px;
	color: #111;
}
.voice_contents img {
	vertical-align: bottom;
}
.voice_contents p.date {/*　工事年月　*/
	height: 1.3em;
	margin-bottom: 3px;
	padding-left: 19px;
	background: url("/public/img/review/menu/ico_house.png") left center no-repeat;
	color: #333;
	font-family: verdana, meiryo, sans-serif;
}
.voice_contents .h_voice_contents {
	padding-bottom: 8px;
	line-height: 1;
	border-bottom: 3px solid #aa1318;
	font-family: verdana, meiryo, sans-serif;
}
.voice_contents .h_voice_contents_ttl,
.voice_contents .h_voice_contents h2,
.voice_contents .h_voice_contents h3 {
	float: left;
	margin-top: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #aa1318;
	/* init.css対策 */
	line-height: 1;
}
.voice_contents .h_voice_contents_ttl a,
.voice_contents .h_voice_contents h2 a,
.voice_contents .h_voice_contents h3 a {
	text-decoration: none;
	color: inherit;
	*color: #aa1318; /* IE7 */
}
.voice_contents .h_voice_contents_ttl span.pref,
.voice_contents .h_voice_contents h2 span.pref,
.voice_contents .h_voice_contents h3 span.pref {/* 都道府県 */
	padding-right: 4px;
}
.voice_contents .h_voice_contents_ttl span.city,
.voice_contents .h_voice_contents h2 span.city,
.voice_contents .h_voice_contents h3 span.city {/* 市区町村郡 */
	padding-right: 11px;
}
.voice_contents .h_voice_contents_ttl span.user_name,
.voice_contents .h_voice_contents h2 span.user_name,
.voice_contents .h_voice_contents h3 span.user_name {/* 施主イニシャル */
	padding-right: 8px;
}
.voice_contents .h_voice_contents_ttl span.pict_no,
.voice_contents .h_voice_contents h2 span.pict_no,
.voice_contents .h_voice_contents h3 span.pict_no {/* 写真No. */
	color: #333;
	font-size: 11px;
	font-weight:  normal;
}

/* SNSボタン
------------------------------------------------------------------------*/
.voice_contents .voice_menu_sns ul {
	float: right;
}
.voice_contents .voice_menu_sns li {
	float: left;
}
.voice_contents .voice_menu_sns li.voice_menu_google_plus {
	margin-top: 5px;
	margin-right: 5px;
}
.voice_contents .voice_menu_sns li.voice_menu_facebook {
	height: 20px;
	width: 98px;
	overflow: hidden;
}

/* 商品内容
------------------------------------------------------------------------*/
.voice_contents .item_box {
	margin-top: 19px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.voice_contents .item_box p.item_img {
	float: left;
}
.voice_contents .item_box p.item_img img {
	padding: 8px 9px 8px 9px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.voice_contents .item_box p.item_img .pic_no {
  margin-top: 5px;
  display: block;
  text-align: right;
}
.voice_contents .item_box .right {
	float: right;
	padding-top: 4px;
	width: 337px;
}

/* メーカーロゴ
------------------------------------------------------------------------*/
.voice_contents .item_box p.maker_logo span {
	padding-left: 7px;
	font-size: 12px;
	color: #333;
}

/* 商品名
------------------------------------------------------------------------*/
.voice_contents .item_box h3,
.voice_contents .item_box h4 {
	margin-top: 8px;
	font-weight: bold;
}

/* 商品スペック
------------------------------------------------------------------------*/
.voice_contents .item_box .item_spec {
	width: 100%;
	margin: 10px 0 10px;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 11px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.voice_contents .item_box .item_spec th,
.voice_contents .item_box .item_spec td {
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
}
.voice_contents .item_box .item_spec th {
	width: 49px;
	padding: 6px 5px 6px 10px;
	font-weight: normal;
	background-color: #f7f7f7;
}
.voice_contents .item_box .item_spec td {
	padding: 6px 0 6px 10px;
}

/*--------------------------------------------------------------------------------------------
	工事図面を見る/この商品のページへ
--------------------------------------------------------------------------------------------*/
.voice_contents .item_box p.bt_show_drawing a,
.voice_contents .item_box p.bt_item_link a {
	display: block;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #333;
}

/* 工事図面を見る
------------------------------------------------------------------------*/
.voice_contents .item_box p.bt_show_drawing {
	float: left;
}
.voice_contents .item_box p.bt_show_drawing a {
	width: 137px; /* 162px - padding */
	padding-left: 25px;
	padding-bottom: 2px;
	background: url("/public/img/review/menu/bt_show_drawing.png") left top no-repeat; /* 背景画像を分けるとIE11でにじみが発生 */
	font-family: "meiryo ui", sans-serif
}

/* この商品のページへ
------------------------------------------------------------------------*/
.voice_contents .item_box p.bt_item_link {
	float: right;
}
.voice_contents .item_box p.bt_item_link a {
	width: 128px; /* 162px - padding */
	padding-left: 34px;
	background: url("/public/img/review/menu/bt_item_link.png") left top no-repeat;
	font-family: meiryo, sans-serif;
}
/* 商品図面を見る
------------------------------------------------------------------------*/
.voice_contents .item_box p.bt_show_drawing--item {
	clear: both;
	margin-top: 5px;
}

/*--------------------------------------------------------------------------------------------
	工事費込価格の表示
--------------------------------------------------------------------------------------------*/
.item_price {
	clear: both;
	padding-top: 15px;
	font-family: arial,meiryo;
}
.item_price dl {
	position: relative;
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;
}
.item_price dt {
	display: inline-block;
	font-size: 12px;
}
.item_price dd {
	display: inline-block;
	color: #f00;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
}
.item_price dd.txt_price {
	width: 150px;
	vertical-align: middle;
}
.item_price dd span {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
.item_price dd a {
	display: block;
	padding: 5px 10px 4px 20px;
	border-radius: 4px;
	background: #2e68c9 url(/public/img/review/search/icon_imte-link02.png) no-repeat 10px center;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.item_price dd a:hover {
	text-decoration: none;
}
.item_price dd.bt_price-detail {
	position: absolute;
	top: 0;
	right: 0;
}
.item_price ul {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 10px;
	padding-left: 15px;
	color: #333;
	margin-top: 5px;
	text-align: right;
}


/*--------------------------------------------------------------------------------------------
	お客様の感想/エクスショップ担当者より
--------------------------------------------------------------------------------------------*/
.voice_contents .user_exshop {
	margin-top: 20px;
	background: url("/public/img/review/menu/bg_user_exshop.png") 50% top repeat-y;
}
.voice_contents .user_exshop_hd {
	height: 39px;
	margin-bottom: 15px;
	padding-left: 47px;
	font-size: 16px;
	line-height: 39px;
}
.voice_contents .user_exshop p {
	line-height: 1.6;
	font-size: 14px;
	/*text-align: justify; chrome不具合により凍結 */
	text-justify: inter-ideograph;/* for IE5-9 */
}
.voice_contents .user_exshop a {
	color: #F66;
	text-decoration: underline;
}

/* お客様の感想
------------------------------------------------------------------------*/
.voice_contents .user_impression {
	float: left;
	width: 316px;
}
.voice_contents .user_impression_hd {
	position: relative;
	background: url("/public/img/review/search/icon_smile.png") left center no-repeat;
	color: #f07b1e;
}
/* ====================================================
	評価
====================================================*/
.user_impression_eval {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	right: 0;
	height: 27px;
	margin: auto 0;
	padding: 0 9px;
	border: 1px solid #ffe3cd;
	border-radius: 5px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 27px;
}
.user_impression_eval_star {
	display: inline-block;
	*display: block; /* IE7 */
	width: 84px;
	height: 16px;
	background: url("/public/img/item/estimate/item_customer_reviews/sprite_star.png") 0px 0px no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}
.user_impression_eval_star.star-1 { background-position: -68px 0; }
.user_impression_eval_star.star-2 { background-position: -51px 0; }
.user_impression_eval_star.star-3 { background-position: -34px 0; }
.user_impression_eval_star.star-4 { background-position: -17px 0; }
.user_impression_eval_star.star-5 { background-position: 0 0; }

.user_impression_eval_star-num {
	margin-left: 6px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* エクスショップ担当者より
------------------------------------------------------------------------*/
.voice_contents .from_exshop {
	float: right;
	width: 316px;
}
.voice_contents .from_exshop_hd {
	background: url("/public/img/review/search/icon_operator.png") left center no-repeat;
	color: #0a4355;
}

/* この工事の詳細情報へボタン
------------------------------------------------------------------------*/
.voice_contents .bt_detail {
	margin-top: 20px;
	padding: 10px 0 11px;
	border-radius: 0 0 8px 8px;
	background-color: #f0f0f0;
	text-align: center;
}
.voice_contents .bt_detail a {
	position: relative;
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: 41px;
	padding: 0 42px 0 37px;
	border-radius: 4px;
	background-color: #db2b31;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 41px;
}
.voice_contents .bt_detail a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 8px;
	height: 14px;
	margin: auto 0;
	background: url("/public/img/review/icon_next-white.png") left center no-repeat;
}
/* ===========================================================================
	画像一覧表示（※カテゴリ別トップのカルーセルでも使用）
	include/voice_thumb.html
===========================================================================*/

/*--------------------------------------------------------------------------------------------
	BOX
--------------------------------------------------------------------------------------------*/
.thumb_view {
	margin-bottom: -20px !important;/* 下部ページネーションとの調整 */
	padding-left: 30px;
}

/*--------------------------------------------------------------------------------------------
	工事例カード
--------------------------------------------------------------------------------------------*/
.per_voice_unit {
	float: left;
	position: relative;
	width: 208px; /* 210px - border */
	height: 221px; /* 223px - border */
	margin: 0 22px 30px 0;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	background: url("/public/img/review/menu/cate/ico_triangle.png") 197px 210px no-repeat;
}
.per_voice_unit:hover {/* ロールオーバー効果 */
	border: 1px solid #faa;
	background-color: #fffcfc;
	box-shadow: 0 0 2px rgba(255,0,0,0.5);
}

/* 工事タイトル
------------------------------------------------------------------------*/
.per_voice_unit h2 {
	_display: block;
	height: 20px;
	padding-left: 6px;
	line-height: 20px;
	font-size: 11px;
	background-color: #eee;
}
.per_voice_unit h2 a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 210px;
	height: 223px;
	color: #333;
	text-decoration: none;
	background: url("/public/img/review/menu/bg_transparent.png") left top;
}
.per_voice_unit h2 span.pref {/* 都道府県 */
	margin: 0 3px 0 6px;
}
.per_voice_unit h2 span.city {/* 市区町村 */
	margin-right: 7px;
}

/* 工事写真
------------------------------------------------------------------------*/
.per_voice_unit p.item_img {
	margin: 5px 0 3px;
	text-align: center;
}
.per_voice_unit p.item_img img {
	width: 196px;
	height: 147px;
	border: 1px solid #eee;
}

/* 工事日
------------------------------------------------------------------------*/
.per_voice_unit p.date {
	float: right;
	padding-right: 7px;
	line-height: 1;
	font-size: 11px;
	color: #333;
}

/* メーカーロゴ
------------------------------------------------------------------------*/
.per_voice_unit p.maker_logo {
	margin: 7px 0 0 5px;
}

/* 商品名
------------------------------------------------------------------------*/
.per_voice_unit h3 {
	width: 196px;/* chrome表示不具合対応 */
	margin: 4px 0 0 6px;
	font-size: 11px;
	color: #333;
}

/* ====================================================
	施工事例　写真と文章枠追加
====================================================*/
.tags-header {
	display: flex;
	margin: 20px 0 30px 0;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, meiryo, sans-serif;
	border-bottom: 1px dotted #ddd;
}
.tags-header-image {
	margin-right: 35px;
}
.tags-header {
	font-size: 14px;
}
.tags-header-text .text {
	line-height: 1.714;
}
.tags-header-text .truncate {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 1.714;
}
.show_more a {
	color: #0034ca;
	margin-top: 10px;
	float: right;
}