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

  カーポート詳細ページ

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

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

/*-------タイトルイメージ--------*/
.cp_detail .heading_hd {
	text-align: center;
}
.cp_detail .heading {
	margin-top: 30px;
}
.cp_detail .heading h2 {
	padding-left: 10px;
}

/*-------ナビボタン--------*/
.cp_detail .heading ul.nav_top li a,
.cp_detail .cp_contents ul.nav_bottom li a {
	display: block;
}
.cp_detail .heading ul.nav_top li a img:hover,
.cp_detail .cp_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 */
}
.cp_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;
}
.cp_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;
}
.cp_detail .heading ul.nav_top li {
	float: left;
	position: relative;
	height: 40px;
}
.cp_detail .heading ul.nav_top li.on_page:after {
	content: " ";
	position: absolute;
	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;
}

/*-------ヘッダページ内リンク--------*/
.cp_detail .heading .inner_link {
	margin: 15px 0 30px 0;
	padding: 15px 5px 5px 16px;
	border-radius: 4px;
	border: solid 1px #ccc;
	font-size: 16px;
}
.cp_detail .heading .inner_link ol li{
	font-weight: bold;
	margin-bottom: 10px;
}
.cp_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?2016) no-repeat 0 100%;
	color: #cd0505;
	font-size: 15px;
	text-decoration: none;
}
.cp_detail .heading .inner_link ol li a:hover {
	text-decoration: underline;
}
.cp_detail .heading .inner_link ol li p{
	padding-left: 30px;
	font-size: 12px;
	font-weight: normal;
}

/*-------コンテンツエリア--------*/

.contents-hd {
  padding-left: 13px;
  border-left: 7px solid #cd0505;
  font-weight: bold;
  font-size: 20px;
}
/*ボトムナビ*/
.cp_detail .cp_contents ul.nav_bottom {
	margin-top: 60px;
}
.cp_detail .cp_contents ul.nav_bottom li {
	float: left;
	height: 40px;
}
.cp_detail .cp_contents ul {
	overflow: hidden; /* clearfix */
	margin-top: 10px;
}

.cp_detail .cp_contents .section {
	margin-top: 40px;
}
.cp_detail .cp_contents .section#step1,
.cp_detail .cp_contents .section#step5,
.cp_detail .cp_contents .section#step10,
.cp_detail .cp_contents .section#step13 {
	margin-top: 20px;
}
.cp_detail .cp_contents .section h3 {
	margin: 30px 0 10px;
	padding: 3px 0 12px 18px;
	border-bottom: solid 1px #ddd;
	background: url(/public/img/img_static/common/bg_hd_circle.png?2016) left 23% no-repeat;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.cp_detail .cp_contents .section .img_txt {
	margin-top: 15px;
}
.cp_detail .cp_contents .section .img_txt img {
	float: left;
	margin-right: 20px;
}
.cp_detail .cp_contents .section p.lead {
	padding-bottom: 10px;
	font-size: 14px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

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

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

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

/*タイトルなし*/
.cp_detail .img_txt p {
	float: left;
	width: 295px;
	font-size: 14px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

/* スペック見出し
---------------------------------*/
.cp_detail .img_txt .detail .item_spec {
	padding-top: 15px;
	color: #111;
	clear: left;
}
.cp_detail .img_txt .detail .item_spec dt {
	padding: 5px 0 5px 10px;
	background-color: #eee;
	font-weight: bold;
	text-indent: initial;
}
.cp_detail .img_txt .detail .item_spec dt.bg_boder {
	padding: 5px 0 4px 10px;
	border-bottom: solid 1px #ddd;
	font-size: 14px;
	background-color: initial;
}
.cp_detail .img_txt .detail .item_spec dt.bg_boder::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #111;
	border-radius: 2px;
	margin: 5px 4px 0 0;
}
.cp_detail .img_txt .detail .item_spec dd {
	padding: 3px 0 3px 10px;
	border-bottom: solid 1px #ddd;
}
.cp_detail .img_txt .detail .item_spec dd a{
	color: inherit;
}
.cp_detail .img_txt .detail .item_spec dd span {
	display: block;
	float: left;
	margin-bottom: 1px;
}

/*-------注釈 オレンジBOX--------*/
.cp_detail .cp_contents .section .note {
	margin: 40px 20px 0;
	padding: 10px 12px 10px;
	border-radius: 6px;
	background: #fff7f7;
}
.cp_detail .cp_contents .section .note_inner {
	color: #a00;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}
.cp_detail .cp_contents .section .note_inner.one_line {
	padding: 11px 0 11px;
	line-height: 1;
}
.cp_detail .cp_contents .section .note_inner.padding_small {
	padding: 0 15px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.cp_detail .cp_contents .img_txt .detail p.attention {
	margin-top: 5px;
	line-height: 1.2;
	font-size: 11px;
	color: #f00;
	text-indent: -1em;
	padding-left: 1em;
	width: 280px;
}
.cp_detail .cp_contents .img_txt .detail p.caution {
	text-indent: -1em;
	padding-left: 1em;
		width: 280px;
}
 /* IMG ライトのマージン削除*/
.cp_detail ul li.right_nomgn {
	margin-right:0 !important;
	padding-right:0 !important;
}
/*==================================
	2. カーポートの構造
==================================*/
.cp_detail #step2 p.caption {
	margin: 20px 0 0 20px;
}
.cp_detail #step2 #cp_structure {
	position: relative;
	left: 11px;
}
.cp_detail #step2 p.img_caption {
	height: 25px;
	margin: 15px 70px 0;
	padding-left: 30px;
	background: url(/public/img/img_static/common/icon01.png?2016) left top no-repeat;
	color: #0068b7;
	font-size: 14px;
	font-weight: bold;
}
.cp_detail #step2 #cp_structure ol {
	*position: absolute; /* IE7 */
	*left: 0; /* IE7 */
	*top: 0; /* IE7 */
}
.cp_detail #step2 #cp_structure img.parts {
	position: absolute;
	cursor: pointer;
}
.cp_detail #step2 #cp_structure img#cp_no_1 {
	left: 45px;
	top: 278px;
}
.cp_detail #step2 #cp_structure img#cp_no_2 {
	left: 430px;
	top: 169px;
}
.cp_detail #step2 #cp_structure img#cp_no_3 {
	left: 509px;
	top: 138px;
}
.cp_detail #step2 #cp_structure img#cp_no_4 {
	left: 177px;
	top: 180px;
}
.cp_detail #step2 #cp_structure img#cp_no_5 {
	left: 460px;
	top: 47px;
}
.cp_detail #step2 #cp_structure img#cp_no_6 {
	left: 16px;
	top: 47px;
}
.cp_detail #step2 #cp_structure img#cp_no_7 {
	left: 348px;
	top: 37px;
}
.cp_detail #step2 #cp_structure img#cp_no_8 {
	left: 230px;
	top: 26px;
}
.cp_detail #step2 #cp_structure img#cp_no_9 {
	left: 117px;
	top: 18px;
}
.cp_detail #step2 #cp_structure img#cp_no_10 {
	left: 31px;
	top: 174px;
}
.cp_detail #step2 #cp_structure img#cp_no_11 {
	left: 39px;
	top: 227px;
}
.cp_detail #step2 #cp_structure_txt {
	height: 122px;
	padding: 3px 50px 0 51px;
	background: url(/public/img/img_static/cp/detail/cp_merit/bg_cp_merit_text_area.jpg?2016) no-repeat 11px;
	word-break: break-all;
}
.cp_detail #step2 #cp_structure_txt .parts_txt {
	display: none;
}
.cp_detail #step2 #cp_structure_txt .parts_txt p.parts {
	font-size: 14px;
	font-weight: bold;
}
.cp_detail #step2 p.size {
	margin: 20px 11px;
}
.cp_detail #step2 ol.size {
	padding: 0 11px;
	font-size: 14px;
}
.cp_detail #step2 ol.size li {
	margin-bottom: 5px;
}
.cp_detail #step2 ol.size li p.name {
	float: left;
	width: 6em;
	margin-right: 20px;
	font-weight: bold;
}
.cp_detail #step2 ol.size li p.desc {
	overflow: hidden;
}
.cp_detail #step2 .img_txt {
	margin-top: 30px;
}
.cp_detail #step2 .img_txt .detail p.caption {
	margin: 3px 0 10px;
	font-size: 14px;
	line-height: 1.7;
}

/*==================================
	3. 駐車スペースの形状と最適なカーポートタイプ
==================================*/
.cp_detail #step3 .img_txt.nth-child-2 {
	margin-top: 30px;
}
.cp_detail #step3 .img_txt.nth-child-2 p {
	font-size: 11px;
}
.cp_detail #step3 .img_txt .detail p.lead {
	margin-bottom: 20px;
}
.cp_detail #step3 .img_txt .detail p.lead.small {
	font-size: 14px;
}
.cp_detail #step3 .img_txt .detail p.title {
	font-size: 13px;
}
.cp_detail #step3 .img_txt .detail p.box_title {
	width: 232px;
	padding: 5px 0;
	background-color: #eee;
	font-weight: bold;
	text-align: center;
}
.cp_detail #step3 .img_txt .detail ul {
	padding: 10px 20px 10px 20px;
	width: 190px;
	border: 1px solid #ddd;
}
.cp_detail #step3 .img_txt .detail ul li {
	background: url("/public/img/img_static/cp/detail/cp_merit/bg_type_dotted.png?2016") 7em center no-repeat;
}
.cp_detail #step3 .img_txt .detail ul li p.type {
	float: left;
	width: 112px;
	font-size: 12px;
}
.cp_detail #step3 .img_txt .detail ul li p.fit {
	float: right;
	width: 15px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
.cp_detail #step3 .img_txt .detail ul li p.fit.em {
	width: 14px;
	color: #f00;
	font-size: 12px;
}
.cp_detail #step3 .img_txt .detail p.cap {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.cp_detail #step3 .img_txt .detail table {
	width: 293px;
	border-top: 1px solid #ddd;
}
.cp_detail #step3 .img_txt .detail table th,
.cp_detail #step3 .img_txt .detail table td {
	padding: 6px 0;
	line-height: 1.2;
	border-bottom: 1px solid #ddd;
}
.cp_detail #step3 .img_txt .detail table th {
	font-weight: normal;
}
.cp_detail #step3 .img_txt .detail table td {
	padding: 10px 0;
	vertical-align: middle;
	text-align: center;
}

/*==================================
	4. カーポートのユニークな活用例
==================================*/
.cp_detail #step4 .img_txt .detail .item_spec p a:link,
.cp_detail #step4 .img_txt .detail .item_spec p a:visited {
	color: #808080;
	text-decoration: none;
}

/*==================================
	5. 所有する車のサイズを確認する
==================================*/
.cp_detail #step5 .img_txt .detail p.title {
	font-size:13px;
}
.cp_detail #step5 .img_txt .detail table {
	width: 293px;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
}
.cp_detail #step5 .img_txt .detail table th,
.cp_detail #step5 .img_txt .detail table td {
	padding: 3px 0 3px 9px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.cp_detail #step5 .img_txt .detail table th {
	font-weight: normal;
}

/*==================================
	6. 幅（間口）を基準にカーポートを選ぶ
==================================*/
cp_detail #step6 h4.nth-child-2 {
	margin-top: 30px;
}
.cp_detail #step6 .img_txt {
	margin-bottom: 20px;
}
.cp_detail #step6 .img_txt.last-child {
	margin-bottom: 0;
}
.cp_detail #step6 .img_txt .detail h5 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #0068b7;
}
.cp_detail #step6 .img_txt .detail p.lead {
	padding: 0;
	font-size: 13px;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}
.cp_detail #step6 .img_txt .detail p.attention {
	margin-top: 10px;
	color: #f00;
	font-size: 11px;
}
.cp_detail #step6 h4 a{
	color: #444;
	text-decoration: none;
}
.cp_detail #step6 h5 a {
	padding-left: 10px;
	background: url(/public/img/global/ico_link_blue02.png?2016) no-repeat 0 50%;
	color: #0068B7;
	text-decoration: none;
}

/*ホバー効果追加*/
div#cp_size .cp_contents h4 a:hover {
	color: #4080ff;
}
div#cp_size .cp_contents h5 a:hover {
	text-decoration: underline;
}
.cp_detail .cp_contents .section .img_txt a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*==================================
	7. 奥行を基準にカーポートを選ぶ
==================================*/
.cp_detail #step7 .img_txt.last-child .detail {
	float: none;
	width: auto;
}
.cp_detail #step7 .img_txt.last-child .detail p.lead {
	width: 585px;
	margin-bottom: 10px;
}
.cp_detail #step7 .img_txt.last-child a img {
	max-width: none;
	margin: 0 10px;

	*width: 563px;/* IE7 */
}
.cp_detail #step7 h4 a:link,
.cp_detail #step7 h4 a:visited {
	color: #333;
	text-decoration: none;
}

/*==================================
	8. 高さを基準にカーポートを選ぶ
==================================*/
.cp_detail #step8 .img_txt .detail p.attention {
	margin-top: 10px;
	font-size: 11px;
	color: #f00;
	line-height: 1.2;
}
.cp_detail #step8.section .note .note_inner {
	color: #555;
	padding: 10px 20px;
}
.cp_detail #step8 .note p.tilte {
	text-align: left;
	font-weight: bold;
}
.cp_detail #step8 .note ul.tostem,
.cp_detail #step8 .note ul.ykkap {
	padding: 10px 20px 10px 10px;
	width: 200px;
	background-color: #fff;
	border: 1px solid #a0a0a0;
	font-size: 12px;
}
.cp_detail #step8 .note ul.tostem {
	float: left;
}
.cp_detail #step8 .note ul.ykkap {
	float: right;
}
.cp_detail #step8 .note .pole ul li p.maker {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}
.cp_detail #step8 .note .pole ul li p.pillar {
	float: left;
}
.cp_detail #step8 .note .pole ul li p.rate {
	float: right;
}
.cp_detail #step8 .note p.annotation {
	margin-top: 5px;
	text-align: right;
	font-size: 11px;
}

/*==================================
	9. 積雪対応・強度を基準にカーポートを選ぶ
==================================*/
.cp_detail #step9 p.map {
	text-align: center;
	margin: 30px 0;
}
.cp_detail #step9 ul li {
	margin-right: 22px;
	float: left;
}
.cp_detail #step9 ul li:last-child {
	margin-right: 0;
}
.cp_detail #step9 ul li p.cap {
	width: 180px;
	font-size: 11px;
	margin-top: 2px;
}
.cp_detail #step9 ul li p.img a img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
.cp_detail #step9 h4 a:link,
.cp_detail #step9 h4 a:visited {
	color: #444;
	text-decoration: none;
}

/*==================================
	10. 本体カラーの選び方
==================================*/
.cp_detail #step10.section .note .note_inner {
	color: #555;
	font-size: 12px;
	padding: 10px 20px;
}
.cp_detail #step10 .note p.tilte {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.cp_detail #step10 .note ul li {
	line-height:1.4;
}
.cp_detail #step10 .note ul.tostem,
.cp_detail #step10 .note ul.ykkap {
	width: 200px;
	height: 115px;
	padding: 10px 20px 10px 10px;
	border: 1px solid #a0a0a0;
	background-color: #fff;

	*height: 127px; /* IE7 */
}
.cp_detail #step10 .note ul.tostem {
	float: left;
}
.cp_detail #step10 .note ul.ykkap {
	float: right;
}
.cp_detail #step10 .note .cp_color ul li p.maker {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}
.cp_detail #step10 .note .cp_color ul li p.color {
	float: left;
	line-height: 14px;
}
.cp_detail #step10 .note .cp_color ul li p.rate {
	float: right;
}
.cp_detail #step10 .note .cp_color ul li p.color img {
	margin-right: 5px;
	border: 1px solid #a0a0a0;
}
.cp_detail #step10 .note p.annotation {
	margin-top: 5px;
	text-align: right;
	font-size: 11px;
}
.cp_detail #step10 .img_txt .detail .item_spec p a:link,
.cp_detail #step10 .img_txt .detail .item_spec p a:visited {
	color: #808080;
	text-decoration: none;
}

/*==================================
	11. 屋根材の選び方
==================================*/
.cp_detail #step11 ul li {
	float: left;
	padding-right: 17.5px;
	width: 103px;

}
.cp_detail #step11 ul li:last-child {
	padding-right: 0;
}
.cp_detail #step11 ul.wide li {
	width: 181px;
	padding-right: 21px;
}
.cp_detail #step11 ul.wide li:last-child {
	padding-right: 0;
}
.cp_detail #step11 ul li p {
	line-height: 1;
}
.cp_detail #step11 ul li p.img {
	margin-bottom: 5px;
}
.cp_detail #step11 ul li p.name {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.cp_detail #step11 ul li p.name.long {
	letter-spacing: -0.1ex;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Google Chrome */
	.cp_detail #step11 ul li p.name.long {
		letter-spacing: -0.2ex;
	}
}
.cp_detail #step11 ul li p.material,
.cp_detail #step11 ul li p.ratio,
.cp_detail #step11 ul li p.notice {
	font-size: 11px;
	line-height: 1.3;
}
.cp_detail #step11 ul li p.material {
	margin: 5px 0;
	padding: 5px 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	line-height: 1.3;
}
.cp_detail #step11.section .note .note_inner {
	margin: 10px 20px;
	color: #555;
	font-size: 12px;
}
.cp_detail #step11 .note p.tilte {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.cp_detail #step11 .note ul.tostem,
.cp_detail #step11 .note ul.ykkap {
	padding: 10px 20px 10px 10px;
	background-color: #fff;
	border: 1px solid #a0a0a0;
}
.cp_detail #step11 .note ul.tostem {
	margin-bottom: 10px;
}
.cp_detail #step11 .note .roof {
	margin-top: 10px;
}
.cp_detail #step11 .note .roof ul li {
	float: none;
	width: auto;
}
.cp_detail #step11 .note .roof ul li p {
	line-height: 1.4;
}
.cp_detail #step11 .note .roof ul li p.maker {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}
.cp_detail #step11 .note .roof ul li p.color {
	float: left;
	line-height: 14px;
}
.cp_detail #step11 .note .roof ul li p.rate {
	float: right;
}
.cp_detail #step11 .note .roof ul li p.color img {
	margin-right: 5px;
	border: 1px solid #a0a0a0;
}
.cp_detail #step11 .note p.annotation {
	margin-top: 10px;
	font-size: 11px;
	text-align: right;
}
.cp_detail #step11 .roof ul li {
	padding-right: 0;
}

/*==================================
	12. オプション品を選ぶ
==================================*/
.cp_detail #step12 h4.nth-child-2,
.cp_detail #step12 h4.nth-child-3 {
	margin-top: 30px;
}
.cp_detail #step12 .img_txt.first-child {
	margin: 15px 0 30px 0;
}
.cp_detail #step12.section .note p.attention {
	font-size: 12px;
}
.cp_detail #step12 ul li {
	float: left;
	margin: 5px 19px 0 0;
}
.cp_detail #step12 ul li:last-child {
	margin-right: 0;
}
.cp_detail #step12 ul li p.cap {
	font-weight: bold;
}

/*==================================
	13. エクスショップの工事対応
==================================*/
.cp_detail #step13 ul {
	margin-top: 20px;
}
.cp_detail #step13 ul.first-child {
	margin-top: 10px;
}
.cp_detail #step13 ul li {
	float: left;
	margin-right: 24px;
}
.cp_detail #step13 ul li.last-child {
	margin-right: 0;
}
.cp_detail #step13 ul li p.cap {
	font-weight: bold;
	text-align: center;
}
.cp_detail #step13 p.explanation {
	margin-top: 15px;
	font-size: 14px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.cp_detail #step13 p.repletion {
	margin-top: 20px;
	padding: 0 20px;
}

/*==================================
	14. 商品のみご購入の場合
==================================*/
.cp_detail #step14 .frame .frame_inner {
	text-align: center;
}
.cp_detail #step14 .frame.first-child .frame_inner {
	padding-top: 18px;
}
.cp_detail #step14 .frame.nth-child-2 .frame_inner {
	padding-top: 0;
	padding-bottom: 15px;
}
.cp_detail #step14 .frame .frame_inner p.distribution,
.cp_detail #step14 .frame .frame_inner p.invitation {
	width: 507px;
	margin: 15px auto 0;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}
.cp_detail #step14 .frame .frame_inner p.invitation {
	margin-top: 0;
}
.cp_detail #step14.section .frame .frame_inner ul {
	padding-left: 26px;
	margin-top: 0;
}
.cp_detail #step14.section .frame .frame_inner ul li.nth-child-4 {
	padding-left: 36px;
}
.cp_detail #step14 .flow ol {
	position: relative;
	width: 565px;
	height: 504px;
	margin-top: 20px;
	margin-left: 10px;
	background: url("/public/img/img_static/cp/detail/cp_const/bg_cp_const_flow.png?2016") no-repeat scroll center center transparent;
}
.cp_detail #step14 .flow ol li {
	position: absolute;
	font-weight: bold;
	line-height: 1;
}
.cp_detail #step14 .flow ol li.one,
.cp_detail #step14 .flow ol li.two,
.cp_detail #step14 .flow ol li.three {
	top: 125px;
}
.cp_detail #step14 .flow ol li.one {
	left: 43px;
}
.cp_detail #step14 .flow ol li.two {
	left: 234px;
}
.cp_detail #step14 .flow ol li.three {
	left: 451px;
}
.cp_detail #step14 .flow ol li.four,
.cp_detail #step14 .flow ol li.five,
.cp_detail #step14 .flow ol li.six {
	top: 321px;
}
.cp_detail #step14 .flow ol li.four {
	left: 55px;
}
.cp_detail #step14 .flow ol li.five {
	left: 259px;
}
.cp_detail #step14 .flow ol li.six {
	left: 406px;
}
.cp_detail #step14 .flow ol li.seven,
.cp_detail #step14 .flow ol li.eight,
.cp_detail #step14 .flow ol li.nine {
	top: 509px;
}
.cp_detail #step14 .flow ol li.seven {
	left: 43px;
}
.cp_detail #step14 .flow ol li.eight {
	left: 253px;
}
.cp_detail #step14 .flow ol li.nine {
	left: 398px;
}
.cp_detail #step14 .flow ol li.nine span {
	color: #f00;
	font-size: 16px;
}
.cp_detail #step14 .flow p.guide {
	padding: 45px 20px 20px 20px;
	font-size: 14px;
}
.cp_detail #step14.section .frame {
	width: 572px;
	margin-left: 5px;
	padding-top: 5px;
}
.cp_detail #step14.section .frame_inner {
	font-size: 14px;
}
.cp_detail #step14.section .frame_inner p {
	clear: both;
	font-size: 12px;
}
.cp_detail #step14.section .frame_inner h5 {
	font-weight: bold;
	padding-top: 10px;
	margin-left: 15px;
	text-align: left;
}
.cp_detail #step14.section .frame_inner ul {
	padding: 15px 0 20px;
}
.cp_detail #step14.section .frame_inner ul li {
	float: left;
	margin-right: 25px;
	text-align: center;
}
.cp_detail #step14 .frame.nth-child-3 {
	margin-top: 0;
	border: solid 1px #ddd;
}
.cp_detail #step14 .frame.nth-child-3 .frame_inner {
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 16px;
}
.cp_detail #step14 .frame.nth-child-3 .frame_inner ul {
	padding: 0;
	*width: 500px; /* IE7 */
}
.cp_detail #step14 .frame.nth-child-3 .frame_inner ul li {
	float: none;
	margin-top: 10px;
	margin-right: 0;
	padding-left: 76px;
	text-align: left;
}
.cp_detail #step14 .frame.nth-child-3 .frame_inner ul li.toex {
	background: url("/public/img/img_static/cp/detail/cp_const/icon_toex.png?2016") left 6px no-repeat;
}
.cp_detail #step14 .frame.nth-child-3 .frame_inner ul li.tostem {
	background: url("/public/img/img_static/cp/detail/cp_const/icon_tostem.png?2016") left 5px no-repeat;
}
.cp_detail #step14 .frame.nth-child-3 .frame_inner ul li.ykkap {
	background: url("/public/img/img_static/cp/detail/cp_const/icon_ykkap.png?2016") left 5px no-repeat;
}
.cp_detail #step14 .frame.nth-child-3 .frame_inner ul li.st {
	background: url("/public/img/img_static/cp/detail/cp_const/icon_st.png?2016") left 5px no-repeat;
	*letter-spacing: -0.1ex; /* IE7 */
	*white-space: nowrap; /* IE7 */
}
.cp_detail #step14 .frame.nth-child-3 .frame_inner ul li p {
	padding-left: 0;
	text-align: left;
}
.cp_detail #step14 .frame.nth-child-3 .frame_inner ul li p a {
	font-weight: bold;
	font-size: 14px;
}
.cp_detail #step14 .frame.nth-child-3 .frame_inner ul li span {
	font-size: 11px;
	color: #505050;
}

/*==================================
	15. カーポートのメンテナンス
==================================*/
.cp_detail #step15 p.attention {
	margin-top: 10px;
	padding-left: 12px;
	text-indent: -1em;
	color: #f00;
}
.cp_detail #step15 p.tostem_link {
	padding-left: 10px;
}
.cp_detail #step15 .img_txt .detail p.caution {
	margin-top: 10px;
	color: #f00;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	text-align: justify;
}
.cp_detail #step15 .img_txt.nth-child-2 .detail p.caution {
	margin-top: 5px;
}

/*==================================
	右サイド
==================================*/
#CONTRIGHT.cp_detail #dlpo-FAVMAIL {
	border-bottom: none;
}
#CONTRIGHT.cp_detail #cp_ranking .ranking-bnr {
	margin-bottom: 10px;
}
#MAIN #CONTRIGHT.cp_detail #cp_ranking h3 {
	margin-bottom: 0;
}
#CONTRIGHT.cp_detail #cp_ranking .wrapper.pent {
	position: relative;
	padding-top: 48px;
}
#MAIN #CONTRIGHT.cp_detail #cp_ranking .wrapper.pent h3 {
	position: absolute;
	width: 161px;
	height: 48px;
	left: -1px;
	top: 0;
}
#CONTRIGHT.cp_detail .wrapper{
	margin-bottom: 20px;
}
#CONTRIGHT.cp_detail .wrapper .rank {
	background: url("/public/img/img_static/cp/detail/side/bg_cp_ranking_wrapper.png?2016") left bottom no-repeat;
	background-color: #eee;
}
#CONTRIGHT.cp_detail .wrapper .rank .item {
	padding-bottom: 20px;
	padding-left: 6px;
}
#CONTRIGHT.cp_detail .wrapper .rank .item.first-child {
	padding-top: 5px;
}
#CONTRIGHT.cp_detail .wrapper .rank .item.last-child {
	padding-top: 5px;
}
#CONTRIGHT.cp_detail .wrapper .rank .item .img {
	position: relative;
	margin-bottom: 3px;
	width: 148px;
	height: 111px;
}
#CONTRIGHT.cp_detail .wrapper .rank .item .img img.item_img {
	border: 1px solid #ccc;
	width: 146px;
	height: 109px;
}
#CONTRIGHT.cp_detail .wrapper .rank .item .img img.rank_img {
	position: absolute;
	left: 0;
	bottom: 2px;
}
#CONTRIGHT.cp_detail .wrapper .rank .item p {
	font-size: 12px;
	line-height: 1.2;
}
#CONTRIGHT.cp_detail .wrapper .rank .item p.price strong {
	color: #f00;
	font-weight: bold;
}

/*画像リンクhover時のopacity
------------------------------------*/
.cp_detail #cp_ranking a img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
.cp_detail #cp_ranking a img.rank_img:hover {
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
}

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

/* 絞り込み検索
　関連カテゴリ非表示
------------------------------------*/
div#CONTLEFT #relational_category {
	display: none;
}

/*フォント変更*/
div#advanced_search {
	font-family: "メイリオ", Meiryo, sans-serif;
}
/* ====================================================
	お客様の声ピックアップ
====================================================*/
.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;
}
.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;
}