@charset "utf-8";

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

提携施工店ページの基本設定

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

/*
YUI 3.6.0 (build 5521)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
	color: #000;
	background: #F9F3E4 url(../img/bg_content.png) repeat-y 50% 300px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { border: 0 }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after { content: '' }
abbr,acronym {
	border: 0;
  font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select { *font-size: 100%; }
legend { color: black; }
#yui3-css-stamp.cssreset { display: none; }


/*====================================
タグの初期化
====================================*/

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	line-height: 1.7;
	background: #F9F3E4 url(../img/bg.png) repeat-x 0 0;
	color: #333;
}
a:link {
}
a:visited {
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
section {
	display: block;
}
img { vertical-align: bottom; }

/* ====================================================
	ヘッダー
====================================================*/

header {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
.page-title {
	height: 60px;
	padding-top: 34px;
	background: url("/partner/common/img/bg_header.png") 351px bottom no-repeat;
}
.page-title_ttl {
	float: left;
}
.page-title_txt {
	float: right;
	margin-top: 3px;
}
/*--------------------------------
	グローバルナビ
--------------------------------*/
.nav-menu {
	margin-bottom: 24px;
	padding: 10px 20px;
	border-radius: 3px;
	background-color: #e8e3d7;
}
.nav-menu_item {
	float: left;
	margin-right: 20px;
}
.nav-menu_btn {
	width: 240px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	text-align: center;
}
.nav-menu_link-item {
	float: left;
}
.nav-menu_link-item a {
	display: block;
	height: 21px;
}
.nav-menu_link-item img {
	vertical-align: baseline;
}
/* エクスショップ
--------------------------------*/
.nav-menu_item--exshop-active {
	position: relative;
}
.nav-menu_item--exshop-active::after {
	content: "";
	position: absolute;
	bottom: -38px;
	left: 98px;
	display: block;
	width: 53px;
	height: 38px;
	background: url("/partner/common/img/nav/img_balloon_exshop.png") left center no-repeat;
	z-index: 6;
}
.nav-menu_item--exshop .nav-menu_logo {
	height: 52px;
	padding-top: 13px;
}
.nav-menu_item--exshop .nav-menu_link-item a {
	width: 240px;
	border-radius: 0 0 4px 4px;
	background-color: #c40000;
}
.nav-menu_item--exshop .nav-menu_link-item a::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	border: 6px solid transparent;
	border-left: 6px solid #ffa6a6;
	border-right: none;
	vertical-align: baseline;
}
.nav-menu_item--exshop-active .nav-menu_link-item a::before {
	position: relative;
	top: -2px;
	border: 6px solid transparent;
	border-top: 6px solid #e7ffb5;
	border-bottom: none;
}
/* ガーデンプラス
--------------------------------*/
.nav-menu_item--gp-active,
.nav-menu_item--vc-active {
	position: relative;
}
.nav-menu_item--gp-active::after,
.nav-menu_item--vc-active::after {
	content: "";
	position: absolute;
	bottom: -38px;
	display: block;
	width: 53px;
	height: 38px;
	background: url("/partner/common/img/nav/img_balloon_gp.png") left center no-repeat;
	z-index: 6;
}
.nav-menu_item--gp-active::after {
	left: 36px;
}
.nav-menu_item--vc-active::after {
	left: 156px;
}
.nav-menu_item--gp .nav-menu_logo {
	height: 58px;
	padding-top: 7px;
}
.nav-menu_item--gp .nav-menu_link-item a {
	background-color: #8fc31f;
}
.nav-menu_link-item--gp a {
	width: 118px;
	border-right: 1px solid #638c0b;
	border-radius: 0 0 0 4px;
}
.nav-menu_link-item--vc a {
	width: 120px;
	border-left: 1px solid #fff;
	border-radius: 0 0 4px 0;
}
.nav-menu_item--gp .nav-menu_link-item a::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	border: 6px solid transparent;
	border-left: 6px solid #e7ffb5;
	border-right: none;
	vertical-align: baseline;
}
.nav-menu_item--gp-active .nav-menu_link-item--gp a::before,
.nav-menu_item--vc-active .nav-menu_link-item--vc a::before {
	position: relative;
	top: -2px;
	border: 6px solid transparent;
	border-top: 6px solid #e7ffb5;
	border-bottom: none;
}
/* さくら外壁
--------------------------------*/
.nav-menu_item--gaiheki {
	margin-right: 0;
}
.nav-menu_item--gaiheki-active {
	position: relative;
}
.nav-menu_item--gaiheki-active::after {
	content: "";
	position: absolute;
	bottom: -38px;
	left: 98px;
	display: block;
	width: 53px;
	height: 38px;
	background: url("/partner/common/img/nav/img_balloon_gaiheki.png") left center no-repeat;
	z-index: 6;
}
.nav-menu_item--gaiheki .nav-menu_logo {
	height: 60px;
	padding-top: 5px;
}
.nav-menu_item--gaiheki .nav-menu_link-item a {
	width: 240px;
	border-radius: 0 0 4px 4px;
	background-color: #f19ec2;
}
.nav-menu_item--gaiheki .nav-menu_link-item a::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	border: 6px solid transparent;
	border-left: 6px solid #ffdaea;
	border-right: none;
	vertical-align: baseline;
}
.nav-menu_item--gaiheki-active .nav-menu_link-item a::before {
	position: relative;
	top: -2px;
	border: 6px solid transparent;
	border-top: 6px solid #ffdaea;
	border-bottom: none;
}

/*====================================
コンテンツ
====================================*/

#container {/* サイト全体のアウトライン */
	position: relative;
	width: 800px;
	margin: 0 auto;
}
article#content {
	width: 800px;
	padding-bottom: 1px;
	background: white;
	overflow: visible;
}

/*====================================
フッター
====================================*/

footer {
	position: relative;
	display: block;
	background: white;
}
footer small {
	position: absolute;
	top: 30px;
	left: 25px;
	display: block;
	width: 750px;
	padding: 15px 0 30px;
	text-align: center;
	color: #777;
	border-top: 1px solid #eee;
}
p#pagetop {/* ページトップへ戻るボタン */
	position: fixed;
	bottom: 65px;
	width: 30px;
	margin-left: 800px;
}

/*====================================
ページ内アンカーリンク（共通）
====================================*/

ul.page-menu {
	position: absolute;
	z-index: 100;
	top: 92px;
	left: 56px;
}
ul.page-menu li {
	float: left;
	padding-left: 20px;
	margin-right: 23px;
	background: url(../../exshop/img/ico_anchor.png) no-repeat 0px 50%;
}
ul.page-menu li.last {
	margin-right: 0;
}
ul.page-menu li a {
	text-decoration: none;
}

/*====================================
業務全体の流れ・ご登録までの流れ（各ページ共通）
====================================*/
ol.flow {
	margin: 0 0 38px 72px;
}
ol.flow li {
	width: 644px;
}
ol.flow li div.responsible {
	clear: both;
	margin: 0 0 10px 9px;
	padding: 0 0 20px;
	background: url(../img/bg_flow_arrow.png) no-repeat 64px 100%;
}
ol.flow li .work {
	float: right;
	width: 446px;
	padding-right: 20px;
}
ol.flow li h4 {
	font-weight: bold;
	font-size: 16px;
}
article#content ol.flow li p {
	margin: 0;
	padding: 0;
}
ol.flow li img {/* イラスト */
	float: left;
	display: block;
	width: 151px;
}
ol.flow li.construction {
	width: 644px;
	margin: 0 0 10px;
	padding: 0 0 20px;
	background: url(../img/bg_flow_arrow.png) no-repeat 73px 100%;
}
ol.flow li.construction .responsible {
	margin: 0 0 2px;
	padding: 7px 13px 7px 7px;
	border: 2px solid #8DC21F;
	background: #E7F8C3;
}
ol.flow li.construction.start .responsible {
	padding: 7px 13px;
}
ol.flow li.construction .responsible .work {
	padding-right: 9px;
}
ol.flow li.construction.start .responsible .work {
	padding-right: 0;
}
ol.flow li.construction h4 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #618F15;
}
section#ex-merit dl {
	margin: 0 55px;
	width: 700px;
}
ol.flow li h4.start {
	padding: 0 0 14px;
}
ol.flow li h4 img {
	display: block;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	background: none;
}
ol.flow li.start {
	margin: 0;
	padding: 0;
	background: none;
}
ul.notes {/* 注釈 */	
	width: auto;
	margin-top: 1em;
	font-size: 12px;
}
ul.notes li {	
	width: 400px;
	margin: 0 0 0 1em;
	padding-left: 1em;
	text-indent: -1em;
}
ol.flow li.construction img {
	margin: 0;
	padding: 0;
	background: none;
}
ol.flow li div.end {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
strong.request {
	color: #E28E0B;
	font-weight: bold;
}
