﻿/* CSS_baseDefine>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
*{
  margin: 0;
  padding: 0;
  line-height: 170%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Verdana, Arial, sans-serif;
}
html{
	height: 100%;
	overflow-x: hidden;
}
body{
	font-size: 15px;
	text-align: left;
	color: #000;
	-webkit-text-size-adjust: 100%;
	position: relative;
	z-index: 1;
}
.clear{
  clear: both !important;
}
.clearfix:after {  
  content: ".";   
  display: block;
  height: 0;
  clear: both;   
  visibility: hidden;
}
.clearfix {
	display: inline-table;
	zoom: 1;/* for IE7 */
}
* html .clearfix { height: 1%; }
.clearfix { display: block; }
img{
	border: none;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
ul li {
  list-style-type: none;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}
.block {
  display: block;
}
.dispOff {
  display: none;
}
.floatLeft {
  width: auto;
  float: left;
}
.floatRight {
  width: auto;
  float: right;
}
a:link{
  color: #00A269 !important;
  text-decoration: none !important;
}
a:visited{
  color: #00A269 !important;
  text-decoration: none !important;
}
a:hover{
  color: #00ff3b !important;
  text-decoration: none !important;
}
a:active{
  color: #fe7b11 !important;
  text-decoration: none !important;
}
.marginTop5 {
  margin-top: 5px;
}
.marginTop10 {
  margin-top: 10px;
}
.marginTop15 {
  margin-top: 15px;
}
.marginTop20 {
  margin-top: 20px;
}
.marginTop30 {
  margin-top: 30px;
}
.marginTop35 {
  margin-top: 35px;
}
.marginTop40 {
  margin-top: 40px;
}
.marginTop45 {
  margin-top: 45px;
}
.marginTop50 {
  margin-top: 50px;
}
.marginBottom5 {
  margin-bottom: 5px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.marginBottom15 {
  margin-bottom: 15px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.marginBottom35 {
  margin-bottom: 35px;
}
.paddingTop10 {
  padding-top: 10px;
}
.paddingTop20 {
  padding-top: 20px;
}
.paddingTop35 {
  padding-top: 35px;
}
.paddingLeft15 {
  padding-left: 15px;
}
.paddingLeft45 {
  padding-left: 45px;
}
.textColor_red {
	color: #ff0032;
}
.fontSize10 {
	font-size: 10px;
}
.fontSize12 {
	font-size: 12px;
}
.fontSize14 {
	font-size: 14px;
}
.fontSize16 {
	font-size: 16px;
}
/******************************************CSS_baseDefine*/
/* layout>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
div.siteWrap {
	height: 100%;

}
div#overWrap {
	width: 960px;
	margin: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5000;
}
p.tel {
	width: 396px;
	height: 74px;
	position: fixed;
	top: 10px;
	margin-left: 564px;
	z-index: 9999;
	background-color: #FFF;
}
p#pageTop{
	display:none;
}
p.returnTop {
	width: 69px;
	height: 69px;
	position: fixed;
	bottom: 10px;
	margin-left: 891px;
	z-index: 9999;
}
p.returnTop_absolute {
	width: 69px;
	height: 69px;
	position: absolute;
	bottom: 250px;
	margin-left: 891px;
	z-index: 9999;
}

/**************************************************layout*/
/* layoutHeader>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.header {
	width: 960px;
	margin: 15px auto;
}
/********************************************layoutHeader*/
/* layoutBody>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.siteBody {
}
  .siteBody .mainImage {
	  background-color: #c1d74e;
	  text-align: center;
  }
  .siteBody .sectBox_a {
	  padding: 40px 0 60px;
	  background-color: #FFF;
  }
  .siteBody .sectBox_b {
	  padding: 40px 0 60px;
	  background-color: #f0f0e5;
  }
  .siteBody .sectBox_c {
	  padding: 60px 0 80px;
	  background-color: #00a269;
  }
  	.siteBody div.innerBox {
		width: 960px;
		margin: 0 auto;
	}
		.siteBody div.innerBox .heading_mark {
			font-size: 30px;
			color: #00a269;
			background: url(../images/icon_heading.png) no-repeat left center;
			padding: 30px 0 30px 100px;
		}
		.siteBody .sectBox_a {
		}
			.siteBody .sectBox_b table.tableLayout {
				width: 100%;
				border-collapse: collapse;
				margin: 15px 0;
			}
				.siteBody .sectBox_b table.tableLayout th {
					vertical-align: middle;
					text-align: center;
					width: 126px;
				}
				.siteBody .sectBox_b table.tableLayout td.tableStyle_a {
					width: 250px;
					font-weight: bold;
					font-size: 26px;
					vertical-align: middle;
					padding: 10px 0 0 20px;
				}
				.siteBody .sectBox_b table.tableLayout td.tableStyle_a span {
					font-size: 12px;
					font-weight: normal;
				}
				.siteBody .sectBox_b table.tableLayout td.tableStyle_b {
					font-size: 9px;
					width:260px;
				}
				.siteBody .sectBox_b table.tableLayout td.price {
					font-size: 54px;
					font-weight:bold;
					color:#ff0032;
				}
				.siteBody .sectBox_b table.tableLayout td.price .text01 {
					background-color: #FFF;
					color: #000;
					font-size: 12px;
					font-weight: normal;
					padding: 2px;
				}
				.siteBody .sectBox_b table.tableLayout td.price .text02 {
					color: #000;
					font-size: 12px;
					font-weight: normal;
					padding-left: 10px;
				}
				.siteBody .sectBox_b table.tableLayout td.price .text03 {
					font-size: 22px;
				}
		.siteBody .sectBox_b .flowLine {
			height: 445px;
			position: relative;
			background: url(../images/bg_circle.gif) no-repeat top center;
		}
			.siteBody .sectBox_b .flowLine h3,
			.siteBody .sectBox_b .flowLine h4,
			.siteBody .sectBox_b .flowLine p {
				text-align: center;
			}
			.siteBody .sectBox_b .flowLine h3 {
				width: 70px;
				margin: auto;
				font-size: 12px;
				background-color: #00a269;
				color: #FFF;
				-moz-border-radius: 5px;
			  	-webkit-border-radius: 5px;
   				border-radius: 5px;
			}
			.siteBody .sectBox_b .flowLine h4 {
				color: #00a269;
				font-size: 22px;
				margin: 10px 0;
				line-height: 110%;
			}
			.siteBody .sectBox_b .flowLine p {
				font-size: 11px;
			}
			.siteBody .sectBox_b .flowLine .step1 {
				width:220px;
				height:220px;
				position: absolute;
				top: 25px;
				left: 0px;
			}
			.siteBody .sectBox_b .flowLine .step2 {
	width:220px;
	height:220px;
	position: absolute;
	top: 250px;
	left: 122px;
			}
			.siteBody .sectBox_b .flowLine .step3 {
	width:220px;
	height:220px;
	position: absolute;
	top: 25px;
	left: 245px;
			}
			.siteBody .sectBox_b .flowLine .step4 {
	width:220px;
	height:220px;
	position: absolute;
	top: 250px;
	left: 370px;
			}
			.siteBody .sectBox_b .flowLine .step5 {
	width:220px;
	height:220px;
	position: absolute;
	top: 25px;
	left: 490px;
			}
			.siteBody .sectBox_b .flowLine .step6 {
	width:220px;
	height:220px;
	position: absolute;
	top: 250px;
	left: 617px;
			}
			.siteBody .sectBox_b .flowLine .step7 {
	width:220px;
	height:220px;
	position: absolute;
	top: 25px;
	left: 740px;
			}
			.siteBody .sectBox_b .gMap {
				border: solid 5px #FFF;
				margin: 20px 0;
			}
			.siteBody .sectBox_c p.campaignCaution {
				width: 944px;
				font-weight: bold;
				color:#ff0032;
				background-color: #f1edde;
				padding: 10px 7px;
			}
	.siteBody .floatBox {
		width: 100%;
		margin: 10px 0;
	}
		.siteBody .floatBox .leftSide {
			width:410px;
			float: left;
			margin-top: 20px;
		}
			.siteBody .floatBox .leftSide .listLayout_a {
				margin-bottom: 15px;
			}
				.siteBody .floatBox .leftSide .listLayout_a li {
					font-weight: bold;
					font-size: 20px;
				}
				.siteBody .floatBox .leftSide .listLayout_a li span {
					font-size: 12px;
				}
			.siteBody .floatBox .leftSide p {
				font-size: 10px;
			}
		.siteBody .floatBox .rightSide {
			width:520px;
			float: right;
		}
	.siteBody .floatBox_b {
		width: 100%;
		margin: 20px 0;
	}
		.siteBody .floatBox_b .textSide {
			width: 760px;
			float: left;
			color: #FFF;
			font-size: 14px;
		}
		.siteBody .floatBox_b .imgSide {
			width: 177px;
			float: right;
		}
	.siteBody .floatBox_c {
		width: 100%;
		margin: 20px 0;
	}
		.siteBody .floatBox_c .leftSide {
			width: 700px;
			float: left;
		}
			.siteBody .floatBox_c .leftSide p {
				font-size: 11px;
			}
			.siteBody .floatBox_c .leftSide p.borderText {
				width: 380px;
				border: solid 1px #000;
				margin: 10px 0;
				padding: 10px;
				font-size: 13px;
			}
			.siteBody .floatBox_c .leftSide ul {
			}
				.siteBody .floatBox_c .leftSide ul li{
					font-size: 11px;
					text-indent: -1em;
					padding-left: 1em;
				}
		.siteBody .floatBox_c .rightSide {
			width: 251px;
			float: right;
		}
/**********************************************layoutBody*/
/* layoutFooter>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.footer {
	background-color: #c1d74e;
}
	.footer .footBody {
		width: 960px;
		margin: 0 auto;
		padding: 45px 0;
	}
		.footer .footBody .leftSide {
			width: 359px;
			float: left;
		}
		.footer .footBody .rightSide {
			width: 500px;
			float: right;
		}
			.footer .footBody .rightSide h4 {
				background-color: #FFF;
				font-weight: normal;
				font-size: 12px;
				display: inline;
				padding: 2px 10px 2px 20px;
			}
			.footer .footBody .rightSide ul {
				margin: 10px 0 0;
			}
				.footer .footBody .rightSide ul li {
					font-size: 10px;
					text-indent: -3.5em;
					padding-left: 3.5em;
				}
					.footer .footBody .rightSide ul li span {
						padding-left: 1em;
					}
			.footer .footBody .rightSide p {
				font-size: 10px;
			}
/********************************************layoutFooter*/
