@charset "utf-8";

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

	エクスショップ施工店ページ

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

.exshop-title {
	position: relative;
	z-index: 5;
}
article#content .exshop-title .logo {
	position: absolute;
	top: 20px;
	right: 26px;
	margin: 0;
	padding: 0;
}
article#content .exshop-title-site-link {
	position: absolute;
	top: 52px;
	right: 40px;
	margin: 0;
	padding: 0;
	line-height: 1;
}
article#content .exshop-title-site-link a {
	color: #b81616;
	font-size: 12px;
	line-height: 1;
}
h1.ttl-form {
	padding: 28px 0 64px 37px;
	background: #FFE3E3 url(../img/bg_exshop.png) no-repeat 0 100%;
	border-top: 1px solid #FFF;
}
article#content section p {
	margin: 1.5em 50px;
	text-align: justify;
}
section dl {
	width: 640px;
	margin: 0 30px;
}
section dl dt {
	color: #B81616;
	font-weight: bold;
}
section dl dd {
	margin: 0 0 1.5em;
}

/*====================================
	ページ内アンカーリンク
====================================*/

ul.page-menu li {
	background: url(../img/ico_anchor.png) no-repeat 0 50%;
}
ul.page-menu a {
	color: #B81616;
}

/* 業務内容
---------------------------------------------------- */
section#ex-business ol {
	width: 650px;
	margin: 0 auto;
	padding-left: 60px;
	list-style: decimal;
}
section#ex-business ol li {
	margin-bottom: 10px;
}
section#ex-business ol h3 {
	color: #B81616;
	font-weight: bold;
}
section#ex-business ol p {
	margin: 0;
	padding: 0;
}


/*====================================
  業務の流れ
====================================*/
span.red {
	display: inline-block;
	padding: 0 3px;
	border: 1px solid #EBB1B1;
	background: #FFF6F6;
}
/* 施工店対応フロー表示設定（エクスショップ＝赤枠用）
-------------------------------------------------------------*/
ol.flow li.construction .responsible {
	border: 2px solid #EBB1B1;
	background: #FFF6F6;
}
ol.flow li.construction h4 {/* フロー見出し */
	margin-bottom: 5px;
	font-size: 16px;
	color: #C53333;
}
ol.flow li h4.start {
	padding: 0 0 14px;
}
ol.flow li.start {
	margin: 0;
	padding: 0;
	background: none;
}

/*====================================
提携施工店のメリット
====================================*/
section#ex-merit dl {
	width: auto;
	margin: 0 55px;
}

/*====================================
提携店様に求めるもの
====================================*/
ul.request {
	margin: 0 0 1.5em 85px;
	list-style: decimal;
}

/* 応募ボタン
-------------------------------------------*/
#application {
	margin: 50px 120px 0;
	padding: 15px;
	text-align: center;
	background: #eee;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
#application p {
	margin: 0;
	text-align: center;
}
#application p.txt {
	margin-top: 10px;
	font-size: 12px;
}


