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

  テラス囲い詳細ページ

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

/*==================================
	全ページ共通
==================================*/
.tg_detail {
	color: 333px;
	font-family: 'Helvetica neue', Helvetica, Arial, Meiryo, sans-serif;
	line-height: 1.6;
	text-align: left;
}
.tg_detail img {
	vertical-align: bottom;
}
.tg_detail table {
	border-collapse: collapse;
}

/*-------タイトルイメージ--------*/
.tg_detail .heading h1 {
	text-align: center;
}
/* 20221212 h1 → p に変更 */
.tg_detail .heading_hd {
	text-align: center;
}
.tg_detail .heading {
	margin-top: 20px;
}
.tg_detail .heading h2 {
	padding-left: 10px;
}

/*-------ナビボタン--------*/
.tg_detail .heading ul.nav_top li a,
.tg_detail .tg_contents ul.nav_bottom li a {
	display: block;
}
.tg_detail .heading ul.nav_top li a img:hover,
.tg_detail .tg_contents ul.nav_bottom li a img:hover {
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;
}
.tg_detail .heading ul.nav_top {
	margin-top: 15px;
	-moz-box-shadow: 1px 1px 2px 0px #eee;
	-webkit-box-shadow: 1px 1px 2px 0px #eee;
	box-shadow: 1px 1px 2px 0px #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.tg_detail ul.nav_bottom {
	margin-top: 10px;
	-moz-box-shadow: 1px 1px 2px 0px #eee;
	-webkit-box-shadow: 1px 1px 2px 0px #eee;
	box-shadow: 1px 1px 2px 0px #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.tg_detail .heading ul.nav_top li {
	float: left;
	height: 40px;
	position:relative;
}
.tg_detail .heading ul.nav_top li.on_page:after {
	position: absolute;
	content: " ";
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-top: 7px solid #cd0505;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

/*-------ヘッダページ内リンク--------*/
.tg_detail .heading .inner_link {
	margin: 15px 0 30px 0;
	padding: 15px 15px 5px 16px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #ccc;
	font-size: 16px;
}
.tg_detail .heading .inner_link ol li{
	font-weight: bold;
	margin-bottom: 10px;
}
.tg_detail .heading .inner_link ol li a {
	display: block;
	margin-bottom: 3px;
	padding-left: 30px;
	background: url(/public/img/img_static/common/rink_arrow.png) no-repeat 0 100%;
	color: #cd0505;
	font-size: 15px;
	text-decoration: none;
	_display:inherit;
}
.tg_detail .heading .inner_link ol li a:hover {
	text-decoration:underline;
}
.tg_detail .heading .inner_link ol li p{
	padding-left: 30px;
	font-size: 12px;
	font-weight: normal;
}

/*-------コンテンツエリア--------*/
/* 20221212 h1タグ追加*/
.tg_detail .tg_contents .contents-hd{
	padding-left: 13px;
	border-left: 7px solid #cd0505;
	font-weight: bold;
	font-size: 20px;
}
/*ボトムナビ*/
.tg_detail .tg_contents ul.nav_bottom {
	margin-top: 60px;
}
.tg_detail .tg_contents ul.nav_bottom li {
	float: left;
	height: 40px;
}
.tg_detail .tg_contents ul {
	overflow: hidden; /* clearfix */
	margin-top: 10px;
}

.tg_detail .tg_contents .section {
	margin-top: 40px;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}
.tg_detail .tg_contents .section#step1,
.tg_detail .tg_contents .section#step4,
.tg_detail .tg_contents .section#step7 {
	margin-top: 20px;
}
/* 20221212 h4 → h3に変更 */
.tg_detail .tg_contents .section h3 {
	margin: 30px 0 0px;
	padding: 3px 0 12px 18px;
	border-bottom: solid 1px #ddd;
	background: url("/public/img/img_static/common/bg_hd_circle.png") left 23% no-repeat;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.tg_detail .tg_contents .section .img_txt {
	position: relative;
	margin-top: 14px;
}
.tg_detail .tg_contents .section .img_txt img {
	float: left;
	margin-right: 20px;
}
.tg_detail .tg_contents .section p.lead {
	padding-bottom: 10px;
	font-size: 14px;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}
.tg_detail .tg_contents .section .img_txt p.last img {
	float: right;
	margin:0;
	padding:0;
}
.tg_detail p.explanation {
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}

/*h3タイトル下テキスト*/
.tg_detail p.intro {
	padding: 15px 0 0 0;
	font-size: 14px;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}
.tg_detail .tg_contents .section p.intro + h4  {
	margin-top: 30px;
}

/*グレータイトルつき*/
.tg_detail .img_txt .detail {
	float: left;
	width: 295px;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}

/*見出し背景グレー*/
.tg_detail .img_txt .detail p.title {
	width: 275px;
	padding: 5px 10px;
	margin-bottom: 8px;
	background-color: #eee;
	font-weight: bold;
	text-align: center;
}

.tg_detail .img_txt img {
	width: 270px;
}

/* テキスト
----------------------------------*/
.tg_detail .img_txt p {
	width: 295px;
	/* float: left; */
	margin-top: -0.3em;
	font-size: 14px;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}

/* 段落表示設定 */
.tg_detail .img_txt p + p {
	margin-top: 10px;
}

/* スペック見出し
---------------------------------*/
.tg_detail .img_txt .detail .item_spec {
	margin-top: 15px;
	color: #111;
}
.tg_detail .img_txt .detail .item_spec dt {
	padding: 5px 0 5px 10px;
	background-color: #eee;
	font-weight: bold;
	text-indent: initial;
}
.tg_detail .img_txt .detail .item_spec dd {
	padding: 3px 0 3px 10px;
	border-bottom: solid 1px #ddd;
}
.tg_detail .img_txt .detail .item_spec dd a{
	color: inherit;
}

/*-------注釈 オレンジBOX--------*/
.tg_detail .tg_contents .section .note {
	margin: 40px 0px 0;
	padding: 10px 12px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #fff7f7;
}
.tg_detail .tg_contents .section .note_inner {
	color: #a00;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}
.tg_detail .tg_contents .section .note_inner.one_line {
	padding: 11px 0 11px;
	line-height: 1;
}
.tg_detail .tg_contents .section .note_inner.padding_small {
	padding: 0 15px;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}
.tg_detail .tg_contents .section .note .attention {
	margin-top: 10px;
	padding-left: 12px;
	font-size: 11px;
	text-indent: -1em;
}
.tg_detail .tg_contents .section .note strong {
	color: #a00;
	font-weight: bold;
}

/*-------ボーダーフレーム------*/
.tg_detail .tg_contents .section .frame {
	width: 545px;
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 7px;
}

.tg_detail .tg_contents .section .frame_inner {
	padding-bottom: 20px;
	font-size: 14px;
}
.tg_detail .tg_contents .section .frame_inner.last-child {
	padding: 0;
}
.tg_detail .tg_contents .section .frame_inner p {
	clear: both;
}
.tg_detail .tg_contents .section .frame_inner h5 {
	font-weight: bold;
	padding: 10px;
	/* margin-left: 15px; */
	background-color: #eee;
	text-align: center;
}
.tg_detail .tg_contents .section .frame_inner ul {
	padding: 15px 0 20px;
}
.tg_detail .tg_contents .section .frame_inner ul li {
	float: left;
	margin-top: 23px;
	margin-left: 48px;
	text-align: center;
}
.tg_detail .tg_contents .section .frame_inner ul li.first {
	margin-left: 40px;
	*margin-left: 20px; /* IE7 */
}
.tg_detail .tg_contents .section .frame_inner ul li.first-line {
	margin-top: 0;
}
.tg_detail .tg_contents .section .frame_inner ul li p {
	font-size: 12px;
}
.tg_detail .tg_contents .section .frame_inner ul li p.letter {
	letter-spacing: -0.1em;
}
.tg_detail .tg_contents .section .frame_inner p.frame_note {
	padding: 0 18px 0;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}
.tg_detail .tg_contents .section .frame_inner ul.noitem li {
	margin-left: 55px;
}
.tg_detail .tg_contents .section .frame_inner ul.noitem li.first {
	margin-left: 50px;
	*margin-left: 30px; /* IE7 */
}
.tg_detail .tg_contents .section .frame_s {
	width: 295px;
	margin-top: 18px;
	padding-top: 4px;
}
.tg_detail .tg_contents .section .frame_s_inner {
	font-size: 14px;
}
.tg_detail .tg_contents .margin_bt_none {
	margin-bottom:0;
}
.tg_detail p.img.large {
    text-align: center;
    margin-top: 14px;
}

/*-------リンク------*/
.tg_detail p.link a {
	display: block;
	color: #aa0000;
	float: right;
	text-align: right;
	line-height: 1.4;
	padding-left: 10px;
	margin: 10px 0 0;
	background: url(/public/img/global/icon_link_red.png) no-repeat 0 5px;
}

/*-------注釈1字下げ------*/
.tg_detail span.attention {
		text-indent: -1em;
		padding-left:1em;
		display: block;
}

/*==================================
	1. テラス囲いとサンルームの違い
==================================*/
.tg_detail #step1 p.explanation {
	margin: 10px;
	font-size: 14px;
}

/*==================================
	2. テラス囲い・サンルームのメリット
==================================*/

/*==================================
	3. 主な活用例（お客様施工例より）
==================================*/

/*==================================
	4. 構成部位の名称と役割
==================================*/
.tg_detail #step4 h4.first-child {
	margin-top: 30px;
}
.tg_detail #step4 #tg_structure {
	position: relative;
	margin-top: 30px;
	margin-left: 10px;
}
.tg_detail #step4 #tg_structure ol {
	*position: absolute; /* IE7 */
	*left: 0; /* IE7 */
	*top: 0; /* IE7 */
}
.tg_detail #step4 #tg_structure img.parts {
	position: absolute;
	cursor: pointer;
}
.tg_detail #step4 #tg_structure img#tg_no_1 {
	left: 10px;
	top: 56px;
}
.tg_detail #step4 #tg_structure img#tg_no_2 {
	left: 519px;
	top: 56px;
}
.tg_detail #step4 #tg_structure img#tg_no_3 {
	left: 519px;
	top: 206px;
}
.tg_detail #step4 #tg_structure img#tg_no_4 {
	left: 109px;
	top: 408px;
}
.tg_detail #step4 #tg_structure img#tg_no_5 {
	left: 219px;
	top: 408px;
}
.tg_detail #step4 #tg_structure img#tg_no_6 {
	left: 499px;
	top: 388px;
}
.tg_detail #step4 #tg_structure_txt {
	height: 123px;
	margin-left: 10px;
	padding: 8px 40px 0 30px;
	background: url("/public/img/img_static/tg/detail/tg_shape/bg_tg_shape_text_area.jpg") left top no-repeat;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	line-height: 1.5;
}

/* 見出し
---------------------------------------- */
.tg_detail #step4 #tg_structure_txt .parts_txt p.parts {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
}

/* 解説
---------------------------------------- */
.tg_detail #step4 #tg_structure_txt .parts_txt {
	display: none;
}
.tg_detail .tg_contents #step4 .frame_l_inner {
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.tg_detail .tg_contents #step4 ol.measurement {
	padding: 0 10px;
}
.tg_detail .tg_contents #step4 ol.measurement li {
	margin-top: 10px;
	line-height: 1.4;
}
.tg_detail .tg_contents #step4 ol.measurement li p.name {
	float: left;
	font-weight: bold;
}
.tg_detail .tg_contents #step4 ol.measurement li p.desc {
	float: right;
	width: 484px;
}

/*==================================
	5. 寸法の表記について
==================================*/
.tg_detail #step5 p.img.dimension {
	margin-top: 30px;
	text-align: center;
}
.tg_detail #step5 ul.dimension {
	margin-top: 15px;
}
.tg_detail #step5 ul.dimension li {
	margin: 0 20px 20px;
	/* padding: 0 10px; */
}
.tg_detail #step5 ul.dimension li.last-child {
	margin-bottom: 0;
}
.tg_detail #step5 ul.dimension li p.name {
	margin: 0px 0 7px;
	padding: 3px 0;
	background-color: #eee;
	font-size: 14px;
	font-weight: bold;
}
.tg_detail #step5 .note .note_inner {
	padding: 10px;
}
.tg_detail #step5 .note .note_inner p.title {
	margin-bottom: 20px;
	padding: 0 2px 0 10px;
	border-left: solid 5px #a00;
	color: #a00;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}
.tg_detail #step5 .note .note_inner .note_img_txt p.img {
	float: left;
}
.tg_detail #step5 .note .note_inner .note_img_txt p.img img {
	border: 1px solid #d5d1c8;
}
.tg_detail #step5 .note .note_inner .note_img_txt p.txt {
	float: right;
	width: 290px;
	color: #333;
	font-size: 13px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

/*==================================
	6. テラス囲い・サンルームの注意点
==================================*/
.tg_detail #step6 .note {
	margin-top: 30px;
}
.tg_detail #step6 .note .note_inner {
	padding: 10px 15px;
}
.tg_detail #step6 .note .note_inner p.title {
	margin-bottom: 20px;
	padding: 0 2px 0 10px;
	border-left: solid 5px #a00;
	color: #b20000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
}
.tg_detail #step6 .note .note_inner .note_img_txt p.img {
	float: left;
}
.tg_detail #step6 .note .note_inner .note_img_txt div.txt {
	float: right;
	width: 285px;
	color: #333;
	font-size: 13px;
	text-align: left;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}

/* 見出し */
.tg_detail #step6 .note .note_inner .note_img_txt div.txt p.title {
	margin-bottom: 5px;
	padding: 7px 5px;
	border: none;
	background-color: #FFDFDF;
	color: #333;
	font-size: 14px;
	text-align: center;
}
.tg_detail #step6 .note .note_inner .note_img_txt div.txt p.attention {
	color: #c40000;
}
.tg_detail #step6 .note .note_inner .note_img_txt.first-child {
	margin-bottom: 20px;
}

/*==================================
	7. 用途に合った形状を選ぶ
==================================*/
.tg_detail #step7 .img_txt .detail h5 {
	margin-bottom: 12px;
	color: #0068b7;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.tg_detail #step7 h4 a {
	color: #555;
	text-decoration: none;
}

/*==================================
	8. 積雪対応を考慮する
==================================*/
.tg_detail #step8 p.lead {
	margin-top: 30px;
	font-size: 12px;
}
.tg_detail #step8 p.map {
	margin-top: 30px;
	text-align: center;
}
.tg_detail #step8 h4.nth-child-2,
.tg_detail #step8 h4.nth-child-3 {
	margin-top: 30px;
}
.tg_detail #step8 h4 a {
	color: #555;
	text-decoration: none;
}
.tg_detail #step8 ul {
}
.tg_detail #step8 ul li {
	float: left;
	width: 181px;
	margin-right: 21px;
}
.tg_detail #step8 ul li.last-child {
	margin-right: 0;
}
.tg_detail #step8 ul li p.img {
	border: 1px solid #d5d1c8;
}
.tg_detail #step8 ul li p.name {
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
}
.tg_detail #step8 ul li p.name a {
	color: #555;
	text-decoration: none;
}
.tg_detail #step8 ul li p.name a:hover {
	text-decoration:underline;
}

/*==================================
	9. オプション品を選ぶ
==================================*/
.tg_detail #step9 h4.first-child {
	letter-spacing: 0.5em;
}

/*==================================
	右サイド
==================================*/
#CONTRIGHT.tg_detail #dlpo-FAVMAIL {
	border-bottom: none;
}
#tg_detail_const_ex {
	font-size: 11px;
}
#tg_detail_const_ex .wrapper {
	padding: 10px 5px;
	background-color: #ffe9e8;
}
#tg_detail_const_ex div#const_ex_num {
	width: 160px;
	height: 56px;
	background: url("/public/img/img_static/tg/detail/side/bg_const_num.png") left top no-repeat;
	font-weight: bold;
	text-align: center;
}
#tg_detail_const_ex div#const_ex_num p {
	padding-top: 6px;
}
#tg_detail_const_ex div#const_ex_num p span.num {
	color: #f00;
	font-size: 16px;
}
#tg_detail_const_ex .section {
	margin-top: 18px;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}
#tg_detail_const_ex .section.first-child {
	margin-top: 0;
}
#tg_detail_const_ex .section.last-child {
	margin-top: 0;
	border-top: 1px solid #fff;
}
#tg_detail_const_ex .section.last-child p {
	padding-top: 5px;
	text-align: right;
}
#tg_detail_const_ex .section.last-child p a {
	color: #00f;
	text-decoration: underline;
}
#tg_detail_const_ex .section.nth-child-10 {
	padding-bottom: 15px;
	border-bottom: 1px solid #f8b8bf;
}
#tg_detail_const_ex p.img img {
	padding: 1px;
	border: 1px solid #ccc;
	background-color: #fff;
}
#tg_detail_const_ex p.name {
	margin-top: 2px;
}
#tg_detail_const_ex p.name a {
	color: #333;
	line-height: 1.2;
	text-decoration: none;
}
#tg_detail_const_ex p.maker {
	padding-top: 3px;
}

/* 　画像リンクhover時のopacity
------------------------------------*/
.tg_detail a img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;
}

/* ===========================================================
	絞り込み検索
===========================================================*/

/* 絞り込み検索 関連カテゴリ非表示
------------------------------------*/
div#CONTLEFT #relational_category {
	display: none;
}
/* ====================================================
	お客様の声ピックアップ
====================================================*/
#tg_usecases .section {
	margin-top: 20px;
}
.box_review_pickup {
	margin: 30px 10px 40px;
}
.box_review_pickup .hd {
	margin-bottom: 19px;
}
.box_review_pickup .pickup li {
	float: left;
	width: 171px;
	margin-right: 12px;
}
.box_review_pickup .pickup li.middle {
	padding: 0 13px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.box_review_pickup .pickup li.rightmost {
	margin-right: 0;
}
.box_review_pickup .pickup li .pic {
	margin-bottom: 5px;
}
.box_review_pickup .pickup li .txt {
	margin-bottom: 5px;
	font-size: 13px;
	text-align: justify;
}
.box_review_pickup .pickup li .user {
	height: 21px;
	padding-left: 18px;
	background: url("/public/img/img_static/cp/detail/cp_merit/icon_person.png") left center no-repeat;
	font-size: 11px;
	line-height: 21px;
}
.box_review_pickup .pickup .user .pref {
	margin-right: 8px;
}
.box_review_pickup .pickup .user .show_detail {
	float: right;
	*float: none; /* IE7 */
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: 19px;
	padding: 0 7px;
	border: 1px solid #fa9898;
	border-radius: 2px;
	color: #c40000;
	font-size: 12px;
	text-decoration: none;
	line-height: 19px;
}
.box_review_pickup .pickup .user .show_detail::before {
	content: "";
	display: inline-block;
	margin-right: 3px;
	border: 3px solid transparent;
	border-left: 4px solid #c40000;
	border-right: none;
	vertical-align: middle;
}