@charset "utf-8";
body{
	color:#222;
    font-size: 62.5% ;   /* 1.0em = 10px  */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x:hidden;
}
a{
	color:#212121;
	text-decoration:none;
}
a:hover{
	color:#01b9e9;
	text-decoration:underline;
}
a.overwhite{
    display:block;
}

strong,.bold{
	font-weight:bold;
}
body a[href$=".pdf"]{
	padding-left:20px;
	background:url(../img/icoPDF16x16.png) no-repeat 0 0;
}

a.overwhite:hover,
a.overwhite:hover img,
a.overwhite:hover li{
    cursor:pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	zoom:1;
}

.aligncenter{	text-align:center;}
.alignleft{		text-align:left;}
.alignright{	text-align:right;}


.float_left{	float:left;}
.float_right{	float:right;}

.clearfloat{	clear:both;}

.xxlarge{	font-size:1.8em;}
.xlarge{	font-size:1.5em;}
.large{		font-size:1.3em;}
.small{		font-size:0.75em;}
.xsmall{	font-size:0.6em;}
.xxsmall{	font-size:0.5em;}

.radius5{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	behavior: url(./js/PIE.htc);
}

.shadow{
	-webkit-box-shadow: #ccc 0px 0px 7px;
	-moz-box-shadow: #ccc 0px 0px 7px;
	box-shadow: #ccc 0px 0px 7px;
	behavior: url(./js/PIE.htc);
}
.noshadow{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}

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


body{
	color:#222;
	counter-reset:number;
}
#subpage #contents{
	margin-top:0;
}

.contentsbox{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	max-width:900px;
}

p.large,
p.xxlarge{	line-height:1.75;}

.boxThree{
	overflow:hidden;
}
.boxThree > li{
	float:left;
	margin-right:2%;
	width:32%;
}

.boxThree > li:last-child{
	margin-right:0;
}


.drawer-nav{display: none;}

#header{
	padding:15px 0;
}
#header .float_right{
	display:block;
	padding:20px 20px 20px 100px;
	background:#e80020 url(../img/icoCall.png) no-repeat 20px 50%;
	color: #fff;
	font-size: 2em;
    border-radius: 15px;
}

#header .float_right p{
	display: block;
	float: left;
	text-align: center;
	line-height: 1.3;
}
#header .float_right p > a{
	display: block;
	color: #fff;
	font-size: 1.3em;	
}

#header .float_right > a{
	display:block;
	float: left;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.3;
	padding: 10px 5px;
	margin-left: 10px;
	background: #5C8215;
    border-radius: 5px;
	color: #fff;
	border:3px solid #fff;
}


#footer {
    text-align: center;
    padding: 20px 0;
    background: #0065ff;
    color: #fff;
}

#subpage #footer{
}
#footer ul{
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.3;
	font-size: 1.2em;
}
#footer ul li{
	display: inline-block;
	margin: 0 1em;
}
#footer ul li a{
	color: #fff;
}

html{
	height: 100%;
}
body#subpage{
	background: #90ddc9;
background: -moz-linear-gradient(-45deg, #90ddc9 0%, #ffffff 50%, #ffffff 50%, #5cbcc9 100%);
background: -webkit-linear-gradient(-45deg, #90ddc9 0%,#ffffff 50%,#ffffff 50%,#5cbcc9 100%);
background: linear-gradient(135deg, #90ddc9 0%,#ffffff 50%,#ffffff 50%,#5cbcc9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90ddc9', endColorstr='#5cbcc9',GradientType=1 );
background-attachment: fixed;
}

#top{
	height: 100vh;
	max-height: 75vw;
	background:url(../img/bgTop.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#top:before{
	content: "";
	position: absolute;
	left: 50%;
	margin-left:-3vw;
	bottom: 0;
	width: 50vw;
    height: 33vw;
	background:url(../img/smile.png) no-repeat bottom;
	background-size:contain;
	z-index: -1;
    max-width: 750px;
}


#header h1{
    margin-top: 20px;
	display:inline-block;
}

#top h2{
	text-align: center;
}
#top h2 img{
	max-height: 27vh;
}
#top > .contentsbox{
	position: relative;
	height: 100%;
}

#top > .contentsbox ul{
	width: 40%;
	margin-top: 4vh;
}
#top > .contentsbox ul li{
	float: left;
	width: 50%;
	background: url(../img/badge.png) no-repeat center;
	background-size: contain;
	height: 181px;
	line-height: 160px;
    font-size: 45px;
    text-align: center;
    font-weight: bold;
}
#top > .contentsbox ul li:first-child{
	width: 100%;
}
#top > .contentsbox > p{
	display:inline-block;
	width:60%;
    position: absolute;
    bottom: 3vh;
    right: 0;
}
#top > .contentsbox > p img{
	max-width: 100%;
}



#contents > section h2{
	text-align:center;
	font-size: 4em;
	line-height: 1.3;
	padding: 25px;
	background: #80ABAB;
	font-weight: bold;
	margin-bottom: 25px;
}


.flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 2.5vh 0;
}

#corner1{
	background: #A5AFAE;
}

#corner1 > .contentsbox{
	text-align: center;
}

#corner1 > .contentsbox > p{
	margin-bottom: 50px;
}

#corner1 ul.flex{
	flex-wrap: wrap;
}
#corner1 ul li{
	width:47%;
	margin-bottom: 40px;
	position: relative;
}
#corner1 ul li p{
	margin-bottom:-40px;
	z-index: 1;
	position: relative;
}
#corner1 ul li img{
	max-width: 100%;
}
#corner1 ul li > img{
	position: relative;
	z-index: 0;
}

#imgkomatta{
	margin-bottom:	20px;
}
#imgkomatta img{
	vertical-align: middle;	
}
#imgkomatta img[src*="00-1.jpg"]{
	height: 150px;
	transform: rotate(-5deg);
}
#imgkomatta img[src*="00-2.jpg"]{
	height: 150px;
	transform: rotate(5deg);
	margin-top:40px;
}

#corner2{
	text-align: center;
	
	background: #4e9a9b;
	background: -moz-linear-gradient(top, #4e9a9b 0%, #abd59e 51%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #4e9a9b 0%,#abd59e 51%,#ffffff 100%);
	background: linear-gradient(to bottom, #4e9a9b 0%,#abd59e 51%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e9a9b', endColorstr='#ffffff',GradientType=0 );
}

#contents > section#corner2 h2 {
    background:none;
	padding-bottom: 0;
}

#corner2 > .contentsbox > img{
	vertical-align: middle;
	margin:0 30px 30px;
}

#corner2 > .contentsbox > p{
	margin-bottom: 30px;
}

#corner2 ul{
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}
#corner2 ul li{
	width: 40%;
	padding: 2%;
	background: #fff;
	margin-bottom: 20px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	border:10px solid #1B801B;
	font-size: 2.6em;
    line-height: 1.3;
    font-weight: bold;
    color: #005454;
}
#corner2 ul li:after{
	content: "";
	display: block;
	height: 200px;
	width: 100%;
	background: no-repeat center;
}
#corner2 ul li:nth-child(1):after{ background-image:url(../img/img02-1.png);}
#corner2 ul li:nth-child(2):after{ background-image:url(../img/img02-2.png);}
#corner2 ul li:nth-child(3):after{ background-image:url(../img/img02-3.png);}
#corner2 ul li:nth-child(4):after{ background-image:url(../img/img02-4.png);}


#contents > section#corner3 h2 {
    text-align: center;
    font-size: 4em;
    line-height: 1.3;
    padding: 25px;
	background: #78C380;
}


#corner3 h3{
	font-weight: bold;
	font-size: 6em;
	color:#FF0000;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 1em;
	margin-top: 2em;
}
#corner3 h3:first-child{
	margin-top: 0;
}
#corner3 h3 span{
	color: #000;
	font-weight: normal;
	display: block;
	font-size: 0.75em;
}

#corner3 ul{
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	margin-bottom: 50px;
}
#corner3 ul li{
	padding: 25px;
	background: #88B93B;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	position: relative;
}
#corner3 ul li.picbefore{
	background-color: #ddd;
}

#corner3 ul li:before{
	content: "After";
	color: #fff;
	position: absolute;
	bottom: 0.5em;
	font-size: 1.4em;
	right: 30px;
}
#corner3 ul li.picbefore:before{
	content: "Before";
	color: #000;
}

#corner3 ul li.picbefore:after{
	content: url(../img/arrowRed.png);
	position: absolute;
	right: -80px;
	top: 47%;
	top:calc(50% - 40px);
	z-index: 1;
}
#corner3 ul li.picafter:after{
	content: "";
	display: block;
	width: 95%;
	height: 95%;
	background: url(../img/twinkle.png) no-repeat;
	background-size: 95%;
	position: absolute;
	top: 2.5%;
	left: 5%;
}
#corner3 ul.noframe{
	align-items: center;
}
#corner3 ul.noframe li{
	padding: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius:0;
	background: none;
}
#corner3 ul.noframe li.picbefore:before,
#corner3 ul.noframe li.picafter:before{ content: none;}

#corner3 ul li img{
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


#corner3 ul.boxThree{
	justify-content: center;
	margin: 0 auto 50px;
}
#corner3 ul.boxThree li{
	text-align: center;
	font-size: 3em;
	line-height: 2;
	color: #ff0033;
	margin: 0;
}
#corner3 ul.boxThree li:before{
	content: none;
}
#corner3 ul.boxThree li:after{
	content: "";
	display: block;
	height: 200px;
	width: 100%;
	background: no-repeat center;
}
#corner3 ul.boxThree li:nth-child(1):after{ background-image:url(../img/circleHouse.png);}
#corner3 ul.boxThree li:nth-child(2):after{ background-image:url(../img/circleShop.png);}
#corner3 ul.boxThree li:nth-child(3):after{ background-image:url(../img/circleBuilding.png);}


#corner4{
	background: #ddd;
	overflow: hidden;
}

#contents > section#corner4 h2{
	background: none;
}

#corner4 h3{
	background: #9ABD80;
	position: relative;
	margin-bottom: 30px;
	padding: 10px 0;
}
#corner4 h3:before{
	content: "";
	background: #738773;
	position: absolute;
	width: 100%;
	top: 0;
	left: 50%;
	height: 100%;
	margin-left: -13%;
}
#corner4 h3 .contentsbox{
	position: relative;
	overflow: visible;
}
#corner4 h3 .contentsbox:before{
	margin-left: 160px;
    margin-right: 70px;
}
#corner4 ol li:nth-child(1) h3 .contentsbox:before{	content: url(../img/txt04-num1.png);}
#corner4 ol li:nth-child(2) h3 .contentsbox:before{	content: url(../img/txt04-num2.png);}
#corner4 ol li:nth-child(3) h3 .contentsbox:before{	content: url(../img/txt04-num3.png);}

#corner4 h3 span{
	background: url(../img/badge.png) no-repeat;
	width: 150px;
	height: 181px;
	display: block;
    line-height: 160px;
    font-size: 45px;
	text-align: center;
    font-weight: bold;
	position: absolute;
    top: -45px;
}

#corner4 li{
	margin-bottom: 50px;
}
#corner4 li:last-child{
	margin-bottom: 0;
	padding-bottom: 50px;
}

#corner4 li p{
	font-size: 2.4em;
	line-height: 1.5;
	margin-left: 150px;
}



#corner5{
	background: #ddd;
    padding-bottom: 50px;
}

#contents > section#corner5 h2{
	background: none;
	padding-bottom: 0;
}

#corner5 > .contentsbox{
	border:3px solid #FF0033;
	background: #fff;
	padding: 25px;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
	max-width: 850px;
}

#corner5 ul.flex{
	flex-wrap: wrap;
	padding: 0;
}


#corner5 ul > li{
	width: 48%;
}
#corner5 ul > li.wide{
	width: 100%;
}
#corner5 ul > li#servicepoint{
	background: #FFC71A;
    width: 360px;
    height: 360px;
    display: block;
	text-align: center;
	-moz-border-radius: 180px;
    -webkit-border-radius: 180px;
    border-radius: 180px;	
}
#servicepoint img{
	margin: 75px 0px;
}

#corner5 h3{
	font-size: 3em;
	font-weight: bold;
	color: #fff;
	background: #FF0033;
	text-align: center;
	padding: 0.3em;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#corner5 dl.flex{
	font-size:2em;
	line-height: 1.5;
}

#corner5 dl > *{
	margin-right:15px;
}
#corner5 dl > *:last-child{margin-right: 0;}
#corner5 dl.boxFour dd{
	max-width: 25%;
}



.serviceprice {
    font-size: 1.6em;
    color: #FF0033;
    margin-right: -50%;
	font-weight: bold;
	margin-left: 0.5em;
}
#corner6{
	background: #93b792;
}

#contents > section#corner6 h2{
	background: none;
	padding-bottom: 0;
}

#corner6 h2 span{
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}
#corner6 h2 img{
	vertical-align: middle;
}

#corner6 ol{
	flex-wrap: wrap;
	justify-content: flex-start;
}
#corner6 ol li{
	width: 25.5%;
	margin-right: 7%;
	margin-bottom: 15px;
	position: relative;
	padding: 1.5%;
	background: #81E072;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
#corner6 ol li:after{
	content: url(../img/arrowGray.png);
	position: absolute;
	right: -24%;
	top: 47%;
	top:calc( 50% - 46px);
}
#corner6 ol li:nth-child(3n){
	margin-right:0;
}
#corner6 ol li:nth-child(3n):after,
#corner6 ol li:last-child:after{
	content: none;
}

#corner6 li div{
	text-align: center;
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
#corner6 li div img{
	max-width: 100%;
}
#corner6 li div span{
	display: block;
	padding: 10px 0;
	font-size: 2.4em;
	color: #fff;
	background: #093C11;
	letter-spacing: 2px;
	margin-top: 8px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#corner6 li h3{
	font-size: 3.3em;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}
#corner6 li p{
	font-size: 1.4em;
	line-height: 1.5;
}

#corner6 .contentsbox{
	position: relative;
}
#corner6 .contentsbox > div{
	position: absolute;
	bottom: 0;
	right: 15px;
	height: 280px;
	background: url(../img/smile.png) no-repeat bottom center;
	background-size: contain;
}
#corner6 .contentsbox > div p{
	font-size: 2.5em;
	color: #fff;
	line-height: 1.3;
	position: relative;
	margin: 0 15px;
}
#corner6 .contentsbox > div p:before{
	content: "";
	width: 3px;
	height: 120%;
	display: block;
	background: #fff;
	position: absolute;
	transform: rotate(-15deg);
	left: -7%;
	top: -5%;
}

#corner6 .contentsbox > div p:after{
	content: "";
	width: 3px;
	height: 120%;
	display: block;
	background: #fff;
	position: absolute;
	transform: rotate(15deg);
	right: -7%;
	top: -5%;
}




#corner7{
	border-top: 10px solid #76cdc9;
	border-bottom: 10px solid #76cdc9;
	background: #90ddc9;
background: -moz-linear-gradient(-45deg, #90ddc9 0%, #ffffff 50%, #ffffff 50%, #5cbcc9 100%);
background: -webkit-linear-gradient(-45deg, #90ddc9 0%,#ffffff 50%,#ffffff 50%,#5cbcc9 100%);
background: linear-gradient(135deg, #90ddc9 0%,#ffffff 50%,#ffffff 50%,#5cbcc9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90ddc9', endColorstr='#5cbcc9',GradientType=1 );
}

#contents > section#corner7 h2 {
    background: none;
    padding-bottom: 0;
}

#corner7 dl{
	font-size: 1.8em;
	line-height: 1.5;
}
#corner7 dt{
	text-indent: -1.5em;
    padding: 1em 1em 1em 2.5em;
	border-radius: 20px 0 0 0;
	background: #5cbcc9;
background: -moz-linear-gradient(left, #5cbcc9 0%, #90ddc9 100%);
background: -webkit-linear-gradient(left, #5cbcc9 0%,#90ddc9 100%);
background: linear-gradient(to right, #5cbcc9 0%,#90ddc9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbcc9', endColorstr='#90ddc9',GradientType=1 );
}
#corner7 dd{
	text-indent: -1.5em;
    padding: 1em 1em 1em 2.5em;
	margin-bottom: 1.5em;
	border-radius: 0 0 20px 0;

	background: #d2eff7;
}
#corner7 dt:before{
	content: "Q.";
	margin-right: 0.5em;
	font-weight: bold;
}
#corner7 dd:before{
	content: "A.";
	margin-right: 0.5em;
	font-weight: bold;
}


#corner8{
	padding: 20px 0;
}
#contents > section#corner8 h2{
	padding: 0;
	background: none;
}
#contents > section#corner8 h2 img{
	width: 100%;
	max-width: 100%;
}
#corner8 .contentsbox{
	overflow: visible;
}

#corner8 img.float_left{
	width: 45%;
	max-width: 100%;
	height: auto;
}

#corner8 .float_right {
    width: 450px;
}
#corner8 .float_right > div{
	border: 4px solid #91d82d;
	padding: 50px 20px;
}

#corner8 h3{
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
	color: #009520;
}


#corner8 dl{
	font-size: 2.6em;
    line-height: 2;
	margin-bottom: 30px;
	overflow: hidden;
}

#corner8 dt{
	float: left;
	clear: left;
	width: 48%;
	padding-right: 2%;
	text-align: right;
}
#corner8 dt:before{ content: "＜";}
#corner8 dt:after{ content: "＞";}
#corner8 dd{
	width: 50%;
	float: left;
}

#corner8 p{
	font-size: 1.6em;
	line-height: 1.5;
}

.bnrcontact {
    background: #c1f5ff;
    padding: 50px 0;
}

#bnrcontact0{
	padding-top:245px;
	background-image:url(../img/arrowDown.png) ;
	background-position: top center;
	background-repeat:  no-repeat;
}


.bnrcontact .contentsbox{
	background:#2B599F;
	padding: 25px;
	max-width: 1000px;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

#contents > section.bnrcontact h2 {
	background: none;
	padding: 0;
	color: #fff;
}
.bnrcontact .contentsbox > div{
	background: url(../img/imgcontact.jpg) no-repeat 75px 100% #fff;
    background-size: 220px;
    padding: 40px 20px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	overflow: hidden;
}
.bnrcontact .contentsbox > div .float_left ul li{
	float: left;
	font-size: 2em;
    font-weight: bold;
    margin-right: 0.5em;
}
.bnrcontact .contentsbox > div .float_left p{
	font-size: 2.4em;
    text-align: center;
    line-height: 2;
    font-weight: bold;
}
.bnrcontact .contentsbox > div .float_left ul li:before{
	content: url(../img/icoCheck.png);
	vertical-align: middle;
    display: inline-block;
}
.bnrcontact .contentsbox > div .float_right{
	text-align: center;
}
.bnrcontact .contentsbox > div .float_right p{
	font-size: 2.5em;
	font-weight: bold;
    line-height: 1.5;	
}
.bnrcontact .contentsbox > div .float_right p:first-child{
	font-size: 3.8em;	
}
.bnrcontact .contentsbox > div .float_right a{
	display: block;
}
.bnrcontact .contentsbox > div .float_right a[href*="tel"]{
	margin-bottom: 25px;
}
.bnrcontact .contentsbox > div .float_right a[href*="tel"]:before{
	content: url(../img/icoCallRed.png);
	margin-right: 10px;
}
.bnrcontact .contentsbox > div .float_right a[href*="contact"]{
	background: #2F9043;
	color: #fff;
	font-size: 2.6em;
	font-weight: bold;
	padding: 0.75em 0;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	margin:10px 0 0;
}


#subpage #header{
	margin-bottom: 50px;
}

#contact p{
	font-size: 1.5em;
	line-height: 1.5;
}
#contact > p{
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1.5em;
}

.privacy #contents p{
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 1.5em;	
}

#contact h2,
.privacy h2{
	text-align: center;
	font-size: 3em;
	margin: 30px 0;
}
.privacy #contents h3{
	font-size: 1.8em;
	margin-bottom: 0.5em;
	font-weight: bold;
	line-height: 1.3;
    color: #005851;
}

.privacy #contents ul{
	font-size: 1.4em;
	line-height: 1.5;
	padding-left: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
}
.privacy #contents ul li{
	list-style: disc;
}

.privacy address{
	font-size: 1.4em;
	line-height: 1.5;
	padding: 1.5em;
	display: inline-block;
	border: 1px solid #68bfa9;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

#tblContact {
    font-size: 1.4em;
	width:96%;
	margin:50px auto;
	max-width: 750px;
}
#tblContact tr{
    border-bottom: 1px solid #4eb197;
}
#tblContact tr:last-child{
    border-bottom:none;
}
#tblContact td,
#tblContact th{
	padding:10px 0.5em;
	line-height: 1.5;
}
#tblContact td.xsmall {
    padding: 25px;
    border: 3px double #6cd2b7;
}
#tblContact td.xsmall h3 {
    background: #afe7d8;
    border-left: 20px solid #6cd2b7;
    font-size: 2em;
    padding: 0.5em;
    line-height: 1.3;
    margin-bottom: 20px;
}
#tblContact td.xsmall p{
	margin-top: 1em;
}
#tblContact th{
	text-align:left;
	font-weight:bold;
	vertical-align:middle;
	width: 12em;
}
#tblContact th.aligncenter {
	text-align: center;
    background: #4eb197;
    border-bottom: none;
    color: #fff;
    padding: 1em;
}

#tblContact th span.colorRed{
	float:right;
	color:#DC0003;
}

#tblContact input[type="text"],
#tblContact input[type="email"] {
    width: 90%;
    padding: 6px;
    background: #e8f3ea;
    font-size: 1.2em;
	border: 1px solid #fff;
}
#tblContact textarea {
    width: 90%;
	height:150px;
    padding: 6px;
    background: #e8f3ea;
    font-size: 1.2em;
	border: 1px solid #fff;
}

#tblContact input.short{
	width: 40%;
}
#tblContact input[type="text"][size]{	width: 20%;margin-bottom: 0.5em;}
#tblContact input[type="text"][id*="addr"]{	width: 79%;}

.cgi #tblContact textarea {
    background:none;
	height:auto;
	border: none;
    padding: 0;
}
#tblContact td span{
	display: inline-block;
	width: 4em;
	text-align: right;
	margin-right: 0.5em;
}
#tblContact td ul li{
	margin-bottom:0.5em;
}
#tblContact select {
    padding: 8px 4px;
    border: 1px solid #fff;
	background: #e8f3ea;
}
#tblContact input[type="text"].error,
#tblContact input[type="email"].error,
#tblContact select.error,
#tblContact textarea.error {
    background-color: #ffeeee;
}

#error-checktype.error,
#error-contact.error{
	margin-bottom:0.5em;
}

td#btnSubmit{
	text-align:center;
}

input#btnSubmit,
input#btnSend,
#btnSubmit input[type="submit"] {
	margin-top:20px;
	background:#5db63d;
	padding:30px 70px;
	font-size:1.6em;
	color:#fff;
	border:1px solid #fff;
	letter-spacing: 2px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin: 30px auto;
    display: block;
}
input#btnSubmit:hover,
input#btnSend:hover,
#btnSubmit input[type="submit"]:hover{
	background-color:#ffc500;
}

input[readonly]{
	background:#f2f2f2;
	color:#666;
}

label.error{
	display:block;
	padding-top: 0.5em;
    font-size: 0.8em;
    color: #DC0003;
}

.ui-widget {
    font-size: 1.5em;
}
.ui-datepicker td span, .ui-datepicker td a {
		padding: 0.4em .2em;
}
.ui-widget-header .ui-icon {
    background-image: url(../img/ui-icons_222222_256x240.png);
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 4em;
}
.ui-datepicker .ui-datepicker-title select {
    margin: 1px 0.5em;
}

#contact-tel {
    border: 5px solid #63bfcb;
    padding: 20px 30px;
    margin: 0 10% 50px;
    text-align: center;
    background: #fff;
}
#contact-tel h3 {
    background: #d8f3ec;
    padding: 20px 0;
    font-weight: bold;
    font-size: 2em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#contact-tel p{
	font-size: 3em;
	margin:1em 0;
}
#contact-tel p:last-child{
	font-size: 1.6em;
	margin-bottom: 0;
}
#contact-tel a[href*="tel"]:before {
    content: url(../img/icoCallRed.png);
    margin-right: 10px;
}


/*
.smp #corner1 ul li {
	width: 100%;
}
.smp #corner1 ul li img {
	width: 75%;
}*/