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

	お客様の施工例　showcase.css

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

#showcase h1#pagetitle {/* ページタイトル */
	margin: 10px 0 9px -5px;
}
#showcase p#pagetitle {/* ページタイトル */
	margin: 10px 0 9px -5px;
}
/* 施工例一覧ページの見出しタグ構成の変更 #554
------------------------------------------------------------------------*/
#showcase div#pagetitle {/* ページタイトル */
	margin: 20px 0 10px -5px;
	width: 703px;
	text-indent: 0;
	text-align: center;
	line-height: 1.1;
}
#showcase_list {/* 施工例のリスト全体のボックス */
  width: 681px;
  margin: 0 auto 40px;
}

#shocase_head {
  position: relative;
  margin-bottom: 20px;
}

/*============================================================
ナビゲーション
============================================================*/
ul#showcase_nav {
  width: 681px;
  margin: 0 auto 33px;
}
ul#showcase_nav li {
  float: left;
  margin: 0 3px 0 0;
}
ul#showcase_nav li.last {
  margin-right: 0;
}
ul#showcase_nav li a {
  display: block;
  width: 94px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: url("/public/img/showcase/execute/ico_triangle_r.png") 9px center no-repeat #5cb021;
  border-radius: 3px;
  text-decoration: none;
  line-height: 35px;
}
ul#showcase_nav li a.active {
  background: url("/public/img/showcase/execute/ico_triangle_b.png") 8px center no-repeat #2f7300;
}
ul#showcase_nav li a:hover {
  color: #fff;
}

#shocase_head h2 {/* ページタイトル */
  border-left: 4px solid #5f801d;
  font-size: 18px;
  font-weight: bold;
  color :#333;
  text-indent: 10px;
}

/* 施工例一覧ページの見出しタグ構成の変更 #554
------------------------------------------------------------------------*/
#shocase_head h1 {/* ページタイトル */
  padding-left: 10px;
  border-left: 4px solid #5f801d;
  font-size: 18px;
  font-weight: bold;
  color :#333;
  line-height: 1.4;
}

/* GPタグ説明文の追記　#368
------------------------------------------------------------------------*/
#shocase_head h1 span {
	font-size: 21px;
}

#showcase_list .case {
  background-color: #fdfbe0;
  border: 1px solid #eceab6;
  border-radius: 6px;
  margin-bottom: 30px;
}
#showcase_list .case_wrap {
  width: 600px;
  padding: 10px 0;
  margin: 0 auto;
}
#showcase_list .case .figure {
  border-radius: 6px;
  height: 210px;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  background-color: #fff;
}
#showcase_list .case .figure a {
  display: block;
  position: relative;
}
#showcase_list .case .figure a img {
  position: absolute;
  left: 0;
  top: -180px;
}

/* 施工タイトル
--------------------------------------------------------------------*/
#showcase_list .case h3 {
  padding: 5px 0 10px;
}
#showcase_list .case h3 a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
#showcase_list .case h3 a:hover {
  color: #900;
}
/* 施工例一覧ページの見出しタグ構成の変更 #554
------------------------------------------------------------------------*/
#showcase_list .case h2 {
  padding: 5px 0 10px;
}
#showcase_list .case h2 a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
#showcase_list .case h2 a:hover {
  color: #900;
}

#showcase_list .case .date {
  background-color: #000;
  color: #fff;
  display: block;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  padding: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  filter:
  alpha(opacity=70);
}
#showcase_list .meta_tag {
	position: relative;
	padding-left: 130px;
}
#showcase_list .meta_tag li {
  float: left;
  padding: 2px;
	font-family: "MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
#showcase_list .meta_tag li.head {/* タグの見出し */
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 1ex;
    font-weight: bold;
	font-size: 12px;
	color: #777;
}
#showcase_list .meta_tag li.tag {
  margin-left: 2px;
  margin-bottom: 2px;
}
#showcase_list .meta_tag li.tag a {
  color: #fff;
  background-color: #5f801d;
  border-radius: 3px;
  padding: 4px 6px;
  font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	*border: 1px solid #ccc; /* IE7 */
}
#showcase_list .meta_tag li.tag a:link,
#showcase_list .meta_tag li.tag a:visited {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
	*display: block; /* IE7 */
}
#showcase_list .meta_tag li.tag a:hover {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: none;
  border-bottom: none;
  *border-right: 1px solid #ccc; /* IE7 */
  *border-bottom: 1px solid #ccc; /* IE7 */
}
#showcase_list .context_list {
  background-color: #efecc9;
  border-radius: 6px;
  padding: 10px;
}
#showcase_list .comment {
  font-size: 14px;
}
#showcase_list .morelink {
  text-align: right;
}
#showcase_list .morelink a {
  color: #00c;
  font-size: 14px;
  text-decoration: underline;
}
#showcase_list .morelink a:hover {
  color: #900;
}


div#search_by_tag, div#search_by_addr{
  margin-bottom: 30px;
  padding: 0 0 30px 30px;
  background: url(/pub/img/news/cont_uline.jpg) center bottom no-repeat;
}
div#search_by_tag h3{
  float: left;
  margin-bottom: 5px;
  width: 72px;
}
div#search_by_addr h3{
  float: left;
  margin-bottom: 5px;
  width: 120px;
}
div#search_by_tag ul,
div#search_by_addr ul{
  float: left;
}
div#search_by_tag li,
div#search_by_addr li{
  float: left;
  margin-right: 10px;
}
div#search_by_tag li a,
div#search_by_tag li a:visited,
div#search_by_addr li a,
div#search_by_addr li a:visited,
div.meta_info a{
  font-size: 97%;
  color: #00f;
  text-decoration: underline;
}


#inline_navigation {
  padding-top: 30px;
}
#inline_navigation li {
  float: left;
  margin-bottom: 5px;
  padding: 0 7px;
  border-right: 1px solid #ccc;
	/white-space: nowrap; /* IE7 */
}
#inline_navigation li a {
  color: #00f;
  font-size :12px;
  text-decoration: underline;
}
#showcase_list .inline_navigation li a:hover {
  color: #900;
}

#showcase_categories .category_one {
  padding: 10px 10px 30px;
}

#showcase_categories .case_thiscategory {
  float: left;
  width: 120px;
  height: 180px;
  overflow: hidden;
  border-right: 3px solid #fff;
  position: relative;
}
#showcase_categories .case_thiscategory .thumb {
  text-indent: -60px;
}
#showcase_categories .case_thiscategory img {
  width: 240px;
  height: 180px;
}
#showcase_categories .category_head {
  position: relative;
}
#showcase_categories .category_head .morelink {
  position: absolute;
  right: 0px;
  bottom: 10px;

  /top: 5px; /* IE7 */
  /right: 10px; /* IE7 */
}
#showcase_categories .category_head .morelink a {
  position: relative;
  display: block;
  padding: 5px 15px 3px 25px;
  border-radius: 4px;
  background-color: #8dc21f;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
#showcase_categories .category_head .morelink a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  border-left: 6px solid white;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
#showcase_categories h3.category_name {
  height: 33px;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 2px;
  margin-bottom: 20px;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#showcase_categories h3.cat1 {
  background-image: url(/pub/img/common/bt_parking-left.gif);
}
#showcase_categories h3.cat2 {
  background-image: url(/pub/img/common/bt_approach-left.gif);
}
#showcase_categories h3.cat3 {
  background-image: url(/pub/img/common/bt_gate-left.gif);
}
#showcase_categories h3.cat4 {
  background-image: url(/pub/img/common/bt_wall-left.gif);
}
#showcase_categories h3.cat5 {
  background-image: url(/pub/img/common/bt_fence-left.gif);
}
#showcase_categories h3.cat6 {
  background-image: url(/pub/img/common/bt_fence02-left.gif);
}
#showcase_categories h3.cat7 {
  background-image: url(/pub/img/common/bt_teras-left.gif);
}
#showcase_categories h3.cat8 {
  background-image: url(/pub/img/common/bt_flower-left.gif);
}
#showcase_categories h3.cat9 {
  background-image: url(/pub/img/common/bt_backyard-left.gif);
}
#showcase_categories h3.cat10 {
  background-image: url(/pub/img/common/bt_others-left.gif);
}
#showcase_categories h3.cat11 {
  background-image: url(/pub/img/common/bt_newexterior_left.gif);
}
#showcase_categories .backlink {
  text-align: right;
  padding-top : 10px;
}
.hover_showcase_comment {
  z-index: 10;
  background-color: #000;
  color: #fff;
  padding: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  border: 1px solid #ccc;
}

#showcase_features {
  padding-top: 20px;
}
#showcase_features .point {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
#showcase_features .image {
  float: left;
  width: 300px;
}
#showcase_features .detail {
  float: left;
  width: 300px;
}
#showcase_features h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-indent: 10px;
  border-left: 3px solid #5f801d;
}
#showcase_features h3 {
  font-size: 16px;
  font-weight: bold;
  color: #5f801d;
  margin-bottom: 10px;
}
#showcase_features .comment {
  font-size: 14px;
  line-height: 1.75;
  color: #333;
}

#go_popform{
  width: 456px;
  margin: auto;
  padding-bottom: 20px;
}
#go_popform p{
  font-weight: bold;
  text-align :center;
  padding: 5px 0;
  color: #333;
}
#go_popform a{
  background-color: #fff;
  display: block;
}
#go_popform strong{
  color: #f00;
}
#backto_showcase_list p{
  text-align: center;
}
#backto_showcase_list p a:link,
#backto_showcase_list p a:visited {
  color: #00c;
  text-decoration: underline;
}

/*====================================
お庭の施工写真集 - メーカー別で見る
（20121130追加）
====================================*/

#showcase_categories h3.cat1.maker {
  height: 54px;
  padding-bottom: 10px;
  background-image: url(/pub/img/common/bn_lixil_tostem.gif);
}
#showcase_categories h3.cat2.maker {
  height: 60px;
  padding-bottom: 10px;
  background-image: url(/pub/img/common/bn_ykkap.gif);
}
#showcase_categories h3.cat3.maker {
  height: 54px;
  padding-bottom: 10px;
  background-image: url(/pub/img/common/bn_lixil_toex.gif);
}
#showcase_categories h3.cat4.maker {
  height: 54px;
  padding-bottom: 10px;
  background-image: url(/pub/img/common/bn_lixil_shinnikkei.gif);
}
#showcase_categories h3.cat5.maker {
  height: 30px;
  padding-bottom: 10px;
  background-image: url(/pub/img/common/bn_lixil_sankyo.gif);
}
#showcase_categories h3.cat6.maker {
  height: 23px;
  padding-bottom: 10px;
  background-image: url(/pub/img/common/bn_lixil_shikokukasei.gif);
}

/*====================================
お庭の施工写真集 - 都道府県別で見る
（20121205追加）
====================================*/

p#shocase-area {
	margin: 15px 0 35px;
	font-size: 14px;
}
ul#shocase-area-list {
	width: 658px;
}
ul#shocase-area-list li {
	float: left;
	width: 309px;
	min-height: 135px;
	margin: 0 10px;
}
ul#shocase-area-list li.tohoku {
	background: url(../img/bg_tohoku.gif) no-repeat right 0px;
}
ul#shocase-area-list li.kanto {
	background: url(../img/bg_kanto.gif) no-repeat right 0px;
}
ul#shocase-area-list li.koshinetsu-hokuriku {
	background: url(../img/bg_koshinetsu_hokuriku.gif) no-repeat right 0px;
}
ul#shocase-area-list li.cyubu {
	background: url(../img/bg_cyubu.gif) no-repeat right 0px;
}
ul#shocase-area-list li.kansai {
	background: url(../img/bg_kansai.gif) no-repeat right 0px;
}
ul#shocase-area-list li.shikoku {
	background: url(../img/bg_shikoku.gif) no-repeat right 0px;
}
ul#shocase-area-list li.cyugoku {
	background: url(../img/bg_cyugoku.gif) no-repeat right 0px;
}
ul#shocase-area-list li.kyusyu {
	background: url(../img/bg_kyusyu.gif) no-repeat right 0px;
}
ul#shocase-area-list .shocase-area-list_hd {
	margin: 0 0 15px;
	padding: 0 0 5px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	color: #333;
}
ul#shocase-area-list ul {
	width: 309px;
}

ul#shocase-area-list li li {
	float: left;
	width: 77px;
	min-height: 1.5em;
	height: auto;
	margin: 0 0 15px;
}
ul#shocase-area-list li a {
	font-size: 14px;
	background: url(../img/ico_shocase_area.gif) no-repeat 0% 50%;
	padding: 0px 0px 0px 10px;
	color: #00F;
	text-decoration: underline;
}
ul#shocase-area-list li a:hover {
	text-decoration: none;
}
ul#shocase-area-list li .no_link {
	font-size: 14px;
	background: url(../img/ico_shocase_area.gif) no-repeat 0% 50%;
	padding: 0px 0px 0px 10px;
	color: #8f8f8f;
}

#showcase_detail p.comment a {
	color: #00C;
}


/* 市区郡・関連タグデザイン追加（2013/02）
------------------------------------*/
.search-by-word {
	margin: 30px 0 15px;
	padding: 10px 10px 7px;
	border: 1px solid #AAA;
	border-radius: 6px;
	background: #FAFAFA;
}
.search-by-word a {
  color: #00f;
	font-size: 12px;
  text-decoration: underline;
}
.search-by-word a:hover {
  text-decoration: none;
}
.search-by-word h3 {
	margin: 0 0 7px;
	padding: 0 0 10px;
	background: url(/public/img/showcase/bg_search_by_word.png) repeat-x 0px 100%;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.search-by-word ul {
	width: 689px;
}
.search-by-word li {
	float: left;
	margin: 0 14px 8px 0;
	padding: 0 0 0 9px;
	white-space:nowrap;
	background: url(/public/img/showcase/arrow_search_by_word.png) no-repeat 0px 50%;
	font-size: 12px;
	color: #aaa;
}
.search-by-word li a {
	display:inline-block;
}

/* ====================================================
	施工写真
====================================================*/
#showcase_categories .box_showcase_list .list li {
	float: left;
	margin: 0 5px 5px 0;
}
#showcase_categories .box_showcase_list .list li.rightmost {
	margin-right: 0;
}
#showcase_categories .box_showcase_list .list img {
	width: 217px;
	height: 162px;
	vertical-align: middle;
}
/*--------------------------------
	リンクボタン
--------------------------------*/
#showcase_categories .box_showcase_list .morelink {
	margin-top: 20px;
	text-align: center;
}
#showcase_categories .box_showcase_list .morelink a {
	position: relative;
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: 36px;
	padding: 0 15px 0 29px;
	border-radius: 3px;
	background-color: #70c300;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 36px;
}
#showcase_categories .box_showcase_list .morelink a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 0;
	height: 0;
	margin: auto 0;
	border: 5px solid transparent;
	border-left: 8px solid #fff;
	border-right: none;
	vertical-align: middle;
	*display: none; /* IE7 */
}