@charset "utf-8";

/*　リセット　*/
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,th,var{
	font-style:normal;font-weight:normal;
	}
strong {
	color:#B11818;
	}
li{
	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;
	}
	
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
	}
sub {
	vertical-align:text-bottom;
	}
input,textarea,select{
	font-family:inherit;font-size:inherit;font-weight:inherit;
	}

/*to enable resizing for IE*/
* html input,textarea,select{
	font-size:100%;
	}

/*because legend doesn't inherit in IE */
legend{
	color:#000;
	}

/*original reset*/
body{
	font-size: 90%;
	font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0em;
	word-spacing: 0em;
}
p {
	line-height: 1.5em;
	color: #333;
}

/*clear class*/
.clear-right{
	clear:right;
}

.clear-left{
	clear:left;
}
.clear-both {
	clear:both;
}
.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*　ベーススタイル　*/

body {
	background-image: url(../imgs/common/subbg.jpg);
	background-color: #A7F2F8;
	background-repeat: no-repeat;
	background-position: center top;
}

.margin_clear {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}
.marginCol_clear {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.marginLine_clear {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.margin_top-10 {
	margin-top:-10px !important;
}
.margin_top-20 {
	margin-top:-20px !important;
}
.margin_top-30 {
	margin-top:-30px !important;
}
.margin_top-40 {
	margin-top:-40px !important;
}
.margin_top10 {
	margin-top:10px !important;
}
.margin_top20 {
	margin-top:20px !important;
}
.margin_top30 {
	margin-top:30px !important;
}
.margin_top40 {
	margin-top:40px !important;
}
.margin_top50 {
	margin-top:50px !important;
}
.margin_top60 {
	margin-top:60px !important;
}
.margin_top70 {
	margin-top:70px !important;
}

.margin_btm10 {
	margin-bottom:10px !important;
}
.margin_btm20 {
	margin-bottom:20px !important;
}
.margin_btm30 {
	margin-bottom:30px !important;
}
.margin_btm40 {
	margin-bottom:40px !important;
}
.margin_btm50 {
	margin-bottom:50px !important;
}
.margin_btm60 {
	margin-bottom:60px !important;
}
.margin_btm70 {
	margin-bottom:70px !important;
}
.margin_btm80 {
	margin-bottom:80px !important;
}
.margin_btm90 {
	margin-bottom:90px !important;
}

.margin_col10 {
	margin:10px 0px 10px 0px !important;
}
.margin_col20 {
	margin:20px 0px 20px 0px !important;
}
.margin_col30 {
	margin:30px 0px 30px 0px !important;
}
.margin_col40 {
	margin:40px 0px 40px 0px !important;
}
.margin_col50 {
	margin:50px 0px 50px 0px !important;
}
.margin_col60 {
	margin:60px 0px 60px 0px !important;
}
.margin_col70 {
	margin:70px 0px 70px 0px !important;
}

.margin_right10 {
	margin-right:10px !important;
}
.margin_right20 {
	margin-right:20px !important;
}
.margin_right30 {
	margin-right:30px !important;
}
.margin_right40 {
	margin-right:40px !important;
}
.margin_right50 {
	margin-right:50px !important;
}
.margin_right60 {
	margin-right:60px !important;
}

.margin_left10 {
	margin-left:10px !important;
}
.margin_left20 {
	margin-left:20px !important;
}
.margin_left30 {
	margin-left:30px !important;
}
.margin_left40 {
	margin-left:40px !important;
}
.margin_left50 {
	margin-left:50px !important;
}
.margin_left60 {
	margin-left:60px !important;
}

.margin_both10 {
	margin:0 10px 0 10px !important;
}
.margin_both20 {
	margin:0 20px 0 20px !important;
}
.margin_both30 {
	margin:0 30px 0 30px !important;
}
.margin_both40 {
	margin: 0 40px 0 40px !important;
}
.margin_both60 {
	margin: 0 60px 0 60px !important;
}
.textred {
	color: #F30505 !important;
}
.textblue {
	color: #0505F3 !important;
}
.textgreen {
	color: #05F305 !important;
}

.smalltext {
	font-size: 90%;
}
.center {
	text-align: center;
}

a.img_replase {
	cursor: pointer;
}
.img_replase {
	display: block;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}
.img_replase span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}


/*　グローバルスタイル　*/
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	height: 45px;
	width: 820px;
	margin-top: 25px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#logo {
	float: left;
}
#contactBtn {
	float: right;
}
.top #contactBtn {
	margin-top: 30px;
}

#main {
	margin-top: 35px;
	margin-bottom: 35px;
}
#leftSide {
	float: left;
}
#rightSide {
	float: right;
}
#main p{

}
#mainMenu li {
}

#foot {
	clear: both;
	text-align: center;
	font-size: 0.7em;
	padding-top: 1.4ex;
	padding-bottom: 1.4em;
	margin-top: 30px;
}
#foot ul {
	margin-top: 1em;
}

#foot li {
	display: inline;
	margin-right: 1em;
	margin-left: 1em;
}

#foot a {
}

#foot p {
}
#footNavi {
	clear: both;
	float: none;
	width: 780px;
	padding-left: 40px;
	padding-bottom: 40px;
	height: 180px;
	display: block;
}
#foot #footNavi ul {
}


#foot address {
}
/*　TOPページスタイル　*/

.summer  {
	background-image: url(../imgs/common/topbgBlue.jpg);
	background-color: #91BCFF;
}
.autumn  {
	background-image: url(../imgs/common/topbgOrange.jpg);
	background-color: #FFC56B;
}
.winter  {
	background-image: url(../imgs/common/topbgPink.jpg);
	background-color: #FFACCE;
}
.spring  {
	background-image: url(../imgs/common/topbgGreern.jpg);
	background-color: #D3FE92;
}


.top #head {
	height: 75px;
	padding-top: 0px;
	padding-left: 0px;
	width: 880px;
}
#menuArea {
	height: 305px;
	width: 850px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 65px;
	margin-left: 50px;
}
#menu1, #menu2, #menu3 {
	height: 126px;
	width: 306px;
	position: absolute;
	overflow: hidden;
}
#menu1 {
	left: 0px;
	top: 0px;
}
#menu2 {
	left: 0px;
	bottom: 0px;
}
#menu3 {
	top: 90px;
	right: 0px;
}
#menu1 a, #menu2 a, #menu3 a {
	text-indent: -9999px;
	display: block;
	height: 126px;
	width: 306px;
}

.summer #menu1 a {
	background-image: url(../imgs/globalTop/gtMenuBlue1.png);
}
.summer #menu2 a {
	background-image: url(../imgs/globalTop/gtMenuBlue2.png);
}
.summer #menu3 a {
	background-image: url(../imgs/globalTop/gtMenuBlue3.png);
}

.autumn #menu1 a {
	background-image: url(../imgs/globalTop/gtMenuOrange1.png);
}
.autumn #menu2 a {
	background-image: url(../imgs/globalTop/gtMenuOrange2.png);
}
.autumn #menu3 a {
	background-image: url(../imgs/globalTop/gtMenuOrange3.png);
}

.winter #menu1 a {
	background-image: url(../imgs/globalTop/gtMenuPink1.png);
}
.winter #menu2 a {
	background-image: url(../imgs/globalTop/gtMenuPink2.png);
}
.winter #menu3 a {
	background-image: url(../imgs/globalTop/gtMenuPink3.png);
}

.spring #menu1 a {
	background-image: url(../imgs/globalTop/gtMenuGreen1.png);
}
.spring #menu2 a {
	background-image: url(../imgs/globalTop/gtMenuGreen2.png);
}
.spring #menu3 a {
	background-image: url(../imgs/globalTop/gtMenuGreen3.png);
}






#topImage {
}
.top #main {
}
.underBox   {
	float: left;
	width: 220px;
	color: #674E00;
}
.underBox h2   {
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #674E00;
}
.underBox dl   ,#main .underBox p{
	font-size: .75em;
	color: #674E00;
}
.underBox dt {
	width: 110px;
	display: block;
}
.underBox dd {
	margin-left: 30px;
	margin-bottom: 10px;
}
#corpInfo dt {
	width: 5em;
	clear: left;
	float: left;
}
#corpInfo dd {
	margin-left: 5em;
}





#corpInfo {
	width: 340px;
	padding-right: 80px;
	padding-left: 80px;
}


#bannerArea {
	clear: both;
	padding-top: 20px;
}

.pages h1 {
	height: 150px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
.laundry h1 {
	height: 207px;
	width: 940px;
}
.pages h2 ,.contact h1 {
	font-size: 26px;
	margin-left: 15px;
	font-weight: bold;
	color: #0052DB;
	line-height: 30px;
	height: 50px;
	display: block;
	padding-top: 13px;
}

.pages h3 {
	height: 70px;
	width: 360px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 70px;
}


.pages h4 {
}

.pages #main p {
}
.pagebox {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 25px;
}
#SubTopBox1 {
	background-image: url(../imgs/subtop/SubTopBox1.png);
	height: 622px;
}

#SubTopBox2 {
	background-image: url(../imgs/subtop/SubTopBox2.png);
	height: 472px;
}
#subP1Box {
	background-image: url(../imgs/page1/subP1Box.png);
	height: 942px;
}
#subP2Box {
	background-image: url(../imgs/page2/subP2Box.png);
	height: 1743px;
}
#subP3Box {
	background-image: url(../imgs/page3/subP3Box.png);
	height: 1272px;
	position: relative;
}
#subP4Box {
	background-image: url(../imgs/page4/subP4Box.png);
	height: 692px;
}
#p1Title1 {
	height: 65px;
	width: 350px;
	margin-top: 30px;
	margin-left: 240px;
	line-height: 22px;
	margin-bottom: 10px;
}
#p1RenewBox {
	text-align: center;
	margin-bottom: 30px;
}
#p1RenewBox .arrow {
	height: 39px;
	padding-bottom: 100px;
	padding-right: 30px;
	padding-left: 30px;
}
#p1Salesup {
	font-size: 24px;
	font-weight: bold;
	color: #00008C;
	text-align: center;
	margin-bottom: 35px;
}
.manageBox {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 80px;
}
.p2ProcessBox {
	height: 130px;
	width: 710px;
	margin-left: 50px;
	padding-bottom: 20px;
	overflow: hidden;
}
.p2ProcessBox h4 {
	float: left;
}
.p2ProcessBox p {
	line-height: 150%;
	padding-bottom: 20px;
	padding-left: 142px;
	padding-top: 80px;
}
.step2 {
	height: 310px;
}
.step3 {
	height: 160px;
}


.step2 h2{
	padding-bottom: 175px;
}
.step3 h2{
	padding-bottom: 25px;
}
#p3washSize {
	position: absolute;
	left: 440px;
	top: 95px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 360px;
}
.p3washBox {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.p3washBox img {
	margin-right: 8px;
	margin-left: 8px;
}















.serviceBox {
	height: 265px;
	width: 395px;
	float: left;
	margin-bottom: 22px;
}
.serviceBox h3 {
	margin-left: 35px;
	display: block;
}
.serviceBox .inner {
	margin-top: 15px;
	margin-left: 50px;
	height: 150px;
	width: 160px;
	display: block;
	float: left;
	padding-left: 10px;
}
#subP1Box .serviceBox {
	width: 420px;
}
#subP1Box .serviceBox h3 {
	margin-left: 30px;
}

#subP1Box .inner {
	width: 300px;
}


.discr {
	clear: left;
	background-image: url(../imgs/subtop/discrLinkBg.png);
	height: 26px;
	width: 300px;
	margin-left: 100px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
.discr a {
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	height: 26px;
	width: 280px;
}
.record {
	height: 470px;
	width: 360px;
	float: left;
}

#proposal {
	height: 65px;
	width: 260px;
	margin-left: 50px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#otherArea {
	height: 55px;
	width: 310px;
	margin-top: 258px;
	margin-left: 10px;
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
	font-size: 21px;
	font-weight: bold;
	color: #00B22D;
	line-height: 25px;
}
.record h3 {
	display: block;
	line-height: 37px;
	height: 37px;
	width: 160px;
	margin-top: 30px;
	margin-left: 10px;
}
.box470 {
	width: 470px;
}
.shopPic {
	height: 130px;
	width: 470px;
	position: relative;
}
.picTitle {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.picTitle2 {
	position: absolute;
	left: 240px;
	top: 0px;
	z-index: 100;
}
.shopImage {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
.renewImage {
	margin-top: 20px;
	margin-left: 70px;
	float: left;
}





.must {
	font-size: 10px;
	font-weight: bold;
	color: #F00;
	margin-left: 20px;
}
#formTable  {
	margin-left: 130px;
	margin-top: 60px;
	line-height: 25px;
	height: 530px;
}
#formTable th {
	width: 200px;
	font-weight: bold;
	vertical-align: top;
	padding: 10px;
	text-align: center;
}
#formTable td {
	width: 420px;
	min-height: 25px;
	padding: 10px;
	vertical-align: top;
}
.inputbox {
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	width: 300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.textbox {
	width: 300px;
}

#formTable .submitArea{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 12px;
	font-weight: normal;
}
.submitArea input {
	padding: 5px;
	margin-right: 20px;
}
