/*Reset CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, 
q {
	quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear:both
}
.clearfix {
	display:inline-block
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height:0;
	font-size:0
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
p,li,td {
	background:url('')
}
strong {
  font-weight: bold;
}
img {
  vertical-align: middle;
}
i {
  display: inline-block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.last {
	margin-right: 0 !important;
}
.center {
  text-align: center;
}
/* End RESET */

/* ========= COMMON ======== */
body {
  font-family:  "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #40627e;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  background: #fff;
}
body.washPage {
  background-image: url("../img/bg_wash.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 0;
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
}
.fs20 {
  font-size: 20px;
  margin-bottom:20px;
}
.fs17 {
  font-size: 17px;
}
.fs14 {
  font-size: 14px !important;
}
.fs12 {
  font-size: 12px;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0 auto;
  width: 960px;
}
a,
a:link,
a:visited {
  color: #ffffff;
  outline: none;
}
.boxSize {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.trans {
  opacity: 1;
  -webkit-transition: all ease 0.26s;
  -moz-transition: all ease 0.26s;
  -o-transition: all ease 0.26s;
  transition: all ease 0.26s;
}
.trans:hover {  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: .8;
}

/*=== HEADER === */
header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
header.wash {
	width: 100%;
	z-index: 2;
	left: 0;
	top: 0;
	position: fixed;
}
nav {
  background: transparent;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  height: 80px;
}
nav .fr_on{
	display:none;
}
.header-transparent header.wash {
	/* background: none repeat scroll 0 0 #40627e; */
	background:none;
}
.header-transparent nav.nav {
  /* background: none repeat scroll 0 0 #40627e; */
	background:none;
  z-index: 999;
}
.header-transparent .fr{
	display:none;
}
.header-transparent .fr_on{
	display:block;
}
.washDeli {
  left: 50%;
  margin-left: -683px;
  position: fixed;
  top: 0;
  width: 1366px;
}
nav ul {
  margin-right: 35px;
  margin-top: 25px;
}
nav ul li {
  float: left;
  margin-left: 20px;
}
nav ul li a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-color: transparent;
}
nav.menu ul li.active a,
nav.menu ul li:hover a {
  border-bottom-color: #000;
}
nav.nav ul li.active a,
nav.nav ul li:hover a {
  border-bottom-color: #fff;
}
nav.nav .fr_on li.active a,
nav.nav .fr_on li:hover a {
  border-bottom-color: #40627e;
}

.washDeli {
  height: 440px;
  /* margin-top: 240px; */
  top: 42%;
  z-index: -1;
}
.washDeli > p {
  margin-bottom: 40px;
}
.washDeli a {
  display: inline-block;
  margin-left: 40px;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
}

.main {
  background: #fff;
  position: relative;
  z-index: 1;
  /* margin-top: 680px; */
  margin-top: 1200px;
}
a.logoVertical {
  left: 20px;
  position: fixed;
  top: 20px;
  z-index: 9999;
}
.header-transparent .logo_on,
.logo_off{
	display:block;
}
.header-transparent .logo_off,
.logo_on {
	display:none;
}

.banner {
  background: url("../img/bg_top.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
  height: 416px;
  margin-bottom: 290px;
  margin-top: 80px;
}
.banner > p {
  margin-bottom: 20px;
  padding-top: 140px;
}
#service.service {
  margin-bottom: 145px;
}
.service .items {
  float: left;
  margin-right: 40px;
  padding-left: 20px;
  text-align: center;
  width: 440px;
}
.service .items p {
  margin-bottom: 27px;
}
#sec1,
#sec4 {
  background-color: #deebf6;
}
#sec2,
#sec5,
#sec7 {
  background-color: #fff;
}
#sec3,
#sec6 {
  background-color: #faf9f9;
}
.section {
  padding: 100px 0;
}
span.line {
  background: url("../img/line02.png") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
  display: inline-block;
  padding-bottom: 2px;
}
.col1 {
  float: left;
  width: 260px;
}
.col2 {
  float: left;
  width: 700px;
}
span.thumb {
  display: inline-block;
  margin-right: 15px;
}
.case {
  float: left;
  margin-right: 40px;
  width: 330px;
  margin-bottom: 25px !important;
  font-size: 17px;
}
.case:nth-child(3), 
.case:nth-child(4) {
  margin-bottom: 0 !important;
}
.section .col2 > div > p {
  margin-top: 15px;
}
p.title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
p.logoLarge {
  margin-bottom: 70px;
}
#sec2 > div > div.center {
  margin-bottom: 110px;
}
.col2 h3 {
  margin-bottom: 30px;
}
.col2 p {
  line-height: 1.8em;
}
.section .col2 > div {
  margin-bottom: 50px;
}
.section .col2 > div:last-child {
  margin-bottom: 0;
}
ul.list {
  font-size: 17px;
}
ul.list li {
  background: url("../img/bullet.gif") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
  padding-left: 16px;
}
.mgb0 {
  margin-bottom: 0 !important;
}
.row {
  border-bottom: 1px solid #9dadbb;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.row.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.row > div {
  margin-bottom: 30px;
}
.row .fr{
	display:block !important;
}

form table {
  width: 100%;
}
form table td, 
form table th {
  padding: 5px 0;
}
form table th {
  text-align: left;
  font-size: 17px;
  vertical-align: middle;
  width: 75px;
}
form .txtInput {
  background-color: #e7eaec;
  border: 1px solid #9dadbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
form input[type="submit"] {
  background: none repeat scroll 0 0 #b9c4ce;
  border: 1px solid #9dadbb;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  padding: 5px 40px;
}





/* ======== FOOTER ======= */
footer {
  background: #242424;
  color: #fff;
  padding: 35px 0;
}
footer .footer > p {
  margin-bottom: 30px;
}
footer .menuBot ul li {
  float: left;
  margin-right: 50px;
  padding: 0;
}
footer .menuBot ul a {
  display: inline-block;
  padding: 0;
}
footer .fr{
	display:block !important;
}