@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2014年1月22日 */
/* last updated:2014年1月24日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, main {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display: block;
}
/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */

html {
	overflow-y: scroll;
 * overflow-x:hidden;
	_overflow: auto;
}
html, body {
	width: 100%;
	min-height: 100%;
}
body {
	font-size: 13px;
 *font-size:82%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	_font-family: "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #000;
	background: url(../images/body-bg.png) repeat;
}
/*------------Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
------------------------------------------------*/

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
p {
	line-height: 1.5;
}
/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
	list-style: none;
	zoom: 1;/*overflow:hidden;*/
}
/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
dl, dt, dd {
	zoom: 1;/*overflow:hidden;*/
}
/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
	border: none;
}
input, textarea, select, label {
	font-size: 100%;
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
label {
	cursor: pointer;
}
textarea {
	overflow: auto;
}
legend {
	display: none;
}
/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: middle;
}
object {
	vertical-align: middle;
	outline: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 100%;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
hr {
	display: none;
}
/* ------------------------------------------------------------
	007.For IE6/7
------------------------------------------------------------ */
*:first-child + html body, *:first-child + html br {
	letter-spacing: 0;
}
/* ------------------------------------------------------------
	100 Common Style css
------------------------------------------------------------ */

/* --------------------------------------
		101 outline
-------------------------------------- */

.wrap {
	width: 1000px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.hidden {
	overflow: hidden;
}
.clearfix:after {
	content: ".";  /* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 非表示に */
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.right {
	float: right;
}
.left {
	float: left;
}
/* --------------------------------------
		102 header
-------------------------------------- */
header {
	width: 100%;
	background: url(../images/header-bg.png) repeat-x;
	height: 890px;
}
header hgroup {
	width: 1000px;
	margin-left: -500px;
	margin-top: 13px;
	position: absolute;
	top: 0;
	left: 50%;
}
header hgroup h1 {
	margin-left: 18px;
}
header hgroup h2 {
	margin-left: 80px;
}
#mainImg {
	position: relative;
}
.headerContact {
	background: url(../images/main-img-btn-on.png) no-repeat;
	margin-left: -260px;
	position: absolute;
	top: 465px;
	left: 50%;
}
.headerContact a {
	width: 455px;
	height: 94px;
	background: url(../images/main-img-btn-off.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.headerContact a:hover {
	background: url(../images/main-img-btn-on.png) no-repeat;
}
#box3 {
	width: 920px;
	margin-left: -460px;
	position: absolute;
	top: 596px;
	left: 50%;
}
#box3 dl {
	width: 305px;
	height: 268px;
	background: url(../images/box-bg.png) no-repeat;
	padding: 20px 27px 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#box3 dl.secondBox {
	margin: 0 2px;
}
#box3 dl dt {
	margin-bottom: 30px;
}
/* --------------------------------------
		contact button
-------------------------------------- */
.contact {
	background: url(../images/contact-btn-on.png) no-repeat;
}
.contact a {
	width: 606px;
	height: 94px;
	text-indent: -9999px;
	background: url(../images/contact-btn-off.png) no-repeat;
	display: block;
}
.contact a:hover {
	background: url(../images/contact-btn-on.png) no-repeat;
}
/* --------------------------------------
		103 contents
-------------------------------------- */
#example {
	height: 660px;
	border-bottom: solid #E5E5E5 1px;
	background: url(../images/example-bg.png) repeat center center;
	position: relative;
}
#example .wrap {
	position: relative;
	padding: 0 20px;
}
#example .contact {
	margin-left: -303px;
	position: absolute;
	top: 615px;
	left: 50%;
}
#exampleBox1 h1 {
	float: left;
}
#exampleBox1 p {
	font-size: 124%;
	margin-left: 160px;
	margin-top: 30px;
}
#exampleBox2 {
	height: 433px;
	background: url(../images/example-line.png) no-repeat center center;
	margin-top: 25px;
	padding: 0 15px;
}
#exampleBox2 .exampleBoxInner div {
	width: 430px;
	overflow: hidden;
}
#exampleBox2 .exampleBoxInner {
	width: 100%;
	margin-bottom: 60px;
	margin-top: 20px;
	padding-top: 5px;
}
#exampleBox2 .exampleBoxInner div figure {
	float: left;
}
#exampleBox2 .exampleBoxInner div h2 {
	margin-bottom: 20px;
}
#exampleBox2 .exampleBoxInner div p {
	width: 320px;
	font-size: 108%;
	margin-left: 110px;
}
#solution {
	padding-top: 65px;
}
#solution #trouble {
	position: relative;
}
#solution #trouble p {
	font-size: 124%;
	text-align: left;
}
#solution #trouble p span {
	font-weight: bold;
	color: #D80000;
}
#solution #trouble .trouble1 {
	width: 280px;
	position: absolute;
	top: 190px;
	left: 35px;
}
#solution #trouble .trouble2 {
	width: 300px;
	position: absolute;
	top: 219px;
	left: 343px;
}
#solution #trouble .trouble3 {
	width: 290px;
	position: absolute;
	top: 145px;
	left: 600px;
}
#solution #checkArrow {
	margin-top: 10px;
}
#solution div {
	text-align: center;
}
#solution ol {
	background: url(../images/point-bg.png) repeat-x;
}
#solution ol li {
	text-align: center;
	margin-bottom: 12px;
	margin-left: 60px;
}
#strength {
	padding-top: 30px;
	background-color: #EDEDED;
	border-bottom: solid #CCC 1px;
	border-top: solid #CCC 1px;
}
#strength div h1 {
	float: left;
	margin-left: 30px;
	margin-top: 0px;
}
#strength div p {
	width: 470px;
	height: 270px;
	font-size: 116%;
	margin-left: 480px;
}
#strength div p span {
	background-color: #EDED23;
}
#costFlow {
	height: 670px;
	border-bottom: #EDEDED solid 1px;
	background-color: #FFFFFF;
}
#costFlow .wrap {
	position: relative;
}
#costFlow .contact {
	margin-left: -303px;
	position: absolute;
	top: 624px;
	left: 50%;
}
#costFlow .wrap {
	padding: 35px 30px 10px;
}
#costFlow article h1 {
	margin-bottom: 20px;
}
#costFlow #cost {
	float: left;
}
#costFlow #cost table {
	width: 396px;
	border: #D6D6D6 solid 1px;
	margin-bottom: 5px;
}
#costFlow #cost table th {
	font-weight: bold;
	color: #fff;
	border-right: #D6D6D6 solid 1px;
	border-bottom: #D6D6D6 solid 1px;
	background-color: #A1A1A1;
	padding: 10px;
}
#costFlow #cost table td {
	font-size: 108%;
	border-right: #D6D6D6 solid 1px;
	border-bottom: #D6D6D6 solid 1px;
	padding: 10px;
}
#costFlow #cost table .tableL {
	width: 270px;
}
#costFlow #cost table .tableR {
	width: 130px;
}
#costFlow #cost table .lightGray {
	background-color: #F6F6F6;
}
#costFlow #cost table .serviceTd {
	font-weight: bold;
}
#costFlow #cost p {
	max-width: 400px;
}
#costFlow #cost span {
	font-weight: normal;
	font-size: 93%;
}
#costFlow #flow {
	border-left: solid #EDEDED 1px;
	padding-left: 30px;
	float: right;
}
#costFlow #flow dl {
	width: 480px;
	border: #D6D6D6 solid 1px;
	padding: 10px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#costFlow #flow dl dt {
	font-size: 124%;
	margin-bottom: 7px;
}
#costFlow #flow dl dd {
	font-size: 108%;
	margin-left: 32px;
}
#costFlow #flow div {
	text-align: center;
	margin: 1px 0;
}
#costFlow #flow .green {
	background-color: #00620D;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #004D04), color-stop(0.00, #007A18));
	background: -webkit-linear-gradient(#007A18, #004D04);
	background: -moz-linear-gradient(#007A18, #004D04);
	background: -o-linear-gradient(#007A18, #004D04);
	background: -ms-linear-gradient(#007A18, #004D04);
	background: linear-gradient(#007A18, #004D04);
	color: #FFFFFF;
}
#costFlow #flow .greenText {
	font-size: 108%;
	text-align: center;
	color: #004D00;
	margin-top: 5px;
}
#plus {
	border-bottom: #EDEDED solid 1px;
}
#plus h1 {
	margin-bottom: 50px;
	padding: 0 30px;
}
#plus .wrap {
	padding: 70px 0px 30px;
}
#plus .wrap ul {
	margin: 0 20px;
	overflow: hidden;
}
#plus .wrap ul li {
	float: left;
}
#plus .wrap ul li dl {
	width: 240px;
	border-right: #D6D6D6 solid 1px;
	border-left: #ffffff solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#plus .wrap ul li dl dt {
	text-align: center;
	margin-bottom: 25px;
}
#plus .wrap ul li dl dd {
	width: 210px;
	font-size: 108%;
	margin: 0 auto;
}
#plus .wrap ul li.first dl {
	border-left: none;
}
#plus .wrap ul li.last dl {
	border-right: none;
}
#about {
	border-bottom: #EDEDED solid 1px;
	background-color: #FFF;
}
#about .wrap {
	padding: 30px 30px 65px;
	position: relative;
}
#about .wrap .contact {
	margin-left: -303px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	z-index: 100;
}
#about .wrap article {
	width: 600px;
	float: left;
}
#about .wrap article h1 {
	margin-bottom: 20px;
}
#about .wrap article dl {
	font-size: 108%;
	border-bottom: #EDEDED solid 1px;
	padding: 3px;
	overflow: hidden;
}
#about .wrap article dl dt {
	font-weight: bold;
	float: left;
}
#about .wrap article dl dd {
	margin-left: 120px;
}
#about .wrap .rightBox {
	width: 260px;
	margin-top: 40px;
	float: right;
}
/* --------------------------------------
		104 footer
-------------------------------------- */
footer {
}
footer .gray {
	background-color: #EDEDED;
	border-bottom: #DCDCDC solid 1px;
	margin-bottom: 5px;
	padding-top: 65px;
}
footer .tel {
	text-align: center;
}
footer .gray ul {
	width: 600px;
	font-size:93%;
	text-align:center;
	border-top: #DCDCDC solid 1px;
	margin: 10px auto 0 auto;
	padding: 7px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
footer .gray ul li {
	display:inline;
}
footer #copy {
	padding-bottom: 10px;
}
footer #copy .left {
	font-size: 93%;
}
footer small {
	font-size: 77%;
	color: #878787;
}

