#fade, #loader{ display: block; } #hlogo,#hdtelbox,#menuButton{opacity:0;}


/*■■■■■■■■ ie/edge ハック ■■■■■■■■*/ 
/*ie10以下*/ 
	#hlogo{opacity: 1 \9;}
/*ie11*/  
@media all and (-ms-high-contrast:none) {  
	*::-ms-backdrop, #hlogo{opacity: 1 ;}
}  

svg:not(:root){overflow: hidden}
  
  /* responsive svg*/
  #svg1{
    height: 75%;
    display:block;
    width:  60%;
	  margin:0 auto;
   position:absolute;
	  top:13%;
	  left: 20%;
	  z-index: 2000;
  }
#svg2{
   height: 75%;
    display:block;
    width:  60%;
	  margin:0 auto;
   position:absolute;
	  top:13%;
	  left: 20%;
	  z-index: 2000;
  }


#section1{/*background:#FFF;*/
background-color:#FFF;
width:100%;
height: auto !important;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
	padding: 0;
	position: relative;
	overflow: hidden;
	
}

#section1::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	border:0px solid #fff;
	box-sizing: border-box;
	z-index: 50;
	transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition:: all .2s ease-out;
}
#section1.setstart::after{border-width: 15px;}
@media all and (max-width: 768px) {
	#section1.setstart::after{border-width: 8px;}
}

#section1 .fp-tableCell {
    vertical-align:top;
	
	/*overflow: hidden;*/
}
#section1 .intro{
	width: 100%;
	max-width: 100%;
	/*max-width: 1500px;*/
	height: 100%;
	position:relative;
/*	overflow:hidden;*/
	background-color: #FFF;
	margin:0 auto;
	padding:0px;
	
}




#section1 h1	{
	margin:auto; padding:0 0;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
font-size:2.4em;
color:#fff;
line-height:1;
z-index:100;
	
	}
#section1 h1 img{
	width: 50%;
	max-width: 400px;
	height: auto;
}





#section1.setstart h1 img{
	opacity: 1;
-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.swiper-container.topslide   {
        width: 100%;
        height: 100%;
	 border:0px solid #fff;
	/*border-left: none;*/
	overflow: hidden;

    }


 .topslide .swiper-slide {
		width: 100%;
        height: 100%;		
        text-align: center;
        font-size: 18px;
	 overflow: hidden;
        background: none;
	  /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
	 
	 position: relative;
								
    }
.topslide .swiper-slide::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}
.topslide .swiper-slide .slideimg{
		width: 100%;
        height: 100%;
		overflow: hidden;
		background-position:center;
		background-repeat:no-repeat;
		-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
background-size:cover;

position:relative;
		
	 -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;  
box-sizing: border-box;
	transform: translate3d(0,0,0);
				}
				
				
		
				
		
.topslide .swiper-slide:not(.my-active) .slideimg{
	
 -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);		
				
}

.topslide .swiper-slide.my-active .slideimg{
	
-webkit-animation:animation-topslide 15s linear forwards;
-moz-animation:animation-topslide 15s linear forwards;
-ms-animation:animation-topslide 15s linear forwards;
    animation:animation-topslide 15s linear forwards;
				
}



@keyframes animation-topslide {
     
    from{
        -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);		
    }
    to{
       -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -o-transform: scale(1.18);
    -ms-transform: scale(1.18);
    transform: scale(1.18);		
    }
}




.scrolldownbtn {
  position: absolute;
  width: 1px;
  height: 70px;
  bottom: 0;
  right: 50%;
  overflow: hidden;
	z-index: 100;
	background-color: rgba(255,255,255,0.9);
	display: none;
}
.openingstart .scrolldownbtn{ display: block;}
	
.scrolldownbtn:before,
.scrolldownbtn:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
.scrolldownbtn:before {
    height: 100%;
    background-color: #58ad92;
	-webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-animation: dropdownA 3s ease-in infinite;
            animation: dropdownA 3s ease-in infinite;
  }
.scrolldownbtn:after {
    height: 50%;
    background-color: #000;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-animation: dropdownA 3s ease-in-out infinite;
            animation: dropdownA 3s ease-in-out infinite;
  }
@-webkit-keyframes dropdownA {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }

  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@keyframes dropdownA {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }

  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}


/*@media all and (max-width: 1200px) {
	#section1 h1	{width:50%;padding-top: 50%;}
}
@media all and (max-width: 960px) {
	#section1 h1	{width:60%;padding-top: 60%;}
}
@media all and (max-width: 768px) {
	#section1 h1	{width:70%;padding-top: 70%;}
}
@media all and (max-width: 480px) {
	#section1 h1	{width:80%;padding-top: 80%;}
}
*/
	
.section:not(#section1) .intro{
	padding:8% 4%;
	/*background-color: #f6f6f6;*/
	min-height: 100px;
	position: relative;
	z-index: 2000;
}


.section h2{
		width:100%;
		text-align:center;
		font-size: 2em;
		font-weight:800;
	line-height: 1.4;
	letter-spacing: 0.06em;
		color:#000000;
		margin:0.2em auto 1em;
	position: relative;
	z-index: 11;
	}
/*.section h2 span{position: relative;padding:0.2em 2.5em;white-space: nowrap;}
.section h2 span::before  {
	position: absolute;
	bottom: -30px;
	left: 0;
	content: '';
	width: 100%;
	height: 55px;
	background-image:url(../images/common/line04.svg);
	background-position:right top;
background-repeat:no-repeat;
-moz-background-size:auto 100%;
-webkit-background-size:auto 100%;
-o-background-size:auto  100%;
-ms-background-size:auto 100%;
background-size:auto 100%;
				z-index:-1;
}*/
.section h2.fw100{
	font-weight: 100;
	font-size: 3em;
	line-height: 1.2;
	margin-bottom: 0.8em;
	color:#FFF;
}
#section2.section h2{
	width:100%;
	font-size: 2em;
	margin-bottom: 0.8em;
	color:#FFF;
	font-weight: 400;
}
#section2.section h2 span{position: relative;padding:0.2em 0 0; display: block; }
#section2.section h2 strong{font-size: 1.1em; color: #025CAB; font-weight:800;}
#section2.section h2 strong.ltx{font-size: 2em; color: #FF0100; vertical-align: middle;}
.section .intro h3{
	font-size: 1.5em;
	line-height: 1.7;
/*	color: #222;*/
	color:#025CAB;
	font-weight: 400;
	padding: 0;
	margin: 1em auto 5%;
}



.section .intro h3 strong{font-size: 1.4em;}

.section .intro p{
	font-size: 1.1em;
	line-height: 1.8;
	color:#000000;
	padding: 0 0.2em;
	margin: 0.5em auto;
	text-align: left;
}
#section2.section p{color: #fff; text-align: center;}
.section .intro p.center{text-align: center;}
.section .intro .box p{margin: 0; padding: 0;}

@media all and (max-width: 768px) {
	#section2.section h2{font-size: 1.8em;}
	.section h2{font-size: 1.8em;}
	.section h2 span::before  {bottom: -1.5em;}
	.section .intro h3{font-size: 1.4em; margin: 1.5em auto 5%;}
	.section h2 span{position: relative;padding:0.2em 0 0; display: block;}
	.section .intro p{font-size: 1em;}
}
@media all and (max-width: 480px) {
	#section2.section h2{font-size: 1.4em;}
	#section2.section p br{display: none;}
	#section2.section p{text-align: left;}
	.section h2{font-size: 1.5em;}
	.section h2 span::before  {bottom: -1.8em;}
	.section .intro h3{font-size: 1.2em; margin: 1.8em auto 5%;}
	.section .intro p{font-size: 0.9em;}
}

#section2{
	position: relative;
	
	padding: 4% 0 2% ;
}
#section2::before,#section2::after{
	position:absolute;
	content: '';
	width: 20%;
	height: 100%;
	top:0;
	left: 5%;
	background-image: url(../images/common/bamboo.svg);
	background-position:right center;
	background-repeat: repeat;
	background-size: 200% auto;
	opacity: 0.07;
	mix-blend-mode:multiply;
}
#section2::after{
	left: auto;
	right: 5%;
	background-position:left center;
}

#section2{
background: linear-gradient(45deg, #009390,#58ad92,#00998D,#00ABB6);
background-size: 400% 400%;
-webkit-animation: gradientAnimation 10s ease infinite;
animation: gradientAnimation 10s ease infinite;
}
@-webkit-keyframes gradientAnimation {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
} 
@keyframes gradientAnimation {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

#section2.section .intro{
	max-width: 700px;
	width: 100%;
	padding-top: 5%;
	position:relative;
/*	background-color: rgba(0,0,0,0.9);*/
}


#section3{
	position: relative;
	background-color:#F6F6F6;
	padding: 100px 0 0;
/*	z-index: 3000;*/
	
	
	/*background-image:url(../images/common/bg2.jpg);
	background-position: 0 0;
	background-repeat: repeat;*/

}
#section3::after{
	position:absolute;
	content: '';
	width: 70%;
	height: 30%;
	max-height: 150px;
	top:5%;
	left: 15%;
	background-image: url(../images/common/logo_e.svg);
	background-position:center;
	background-repeat: no-repeat;
	background-size:contain;
	opacity: 0.1;
}
@media all and (max-width: 550px) {
	#section3::after{top:0%;max-height: 150px;}
	#section3{padding-top: 100px;}
	.section:not(#section1) .intro{	padding:30px 15px;}	
}
#section4{
	position: relative;
	background-color:#333;
	background-image: url(../images/common/bg06.jpg);
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: 100px auto;
	padding: 0;
}

#section4::after{
	position:absolute;
	content: '';
	width: 100%;
	height: 100%;
	top:0%;
	left: 0%;
	background-image: url(../images/common/mark.svg);	
	background-attachment: fixed;
	background-position:center;
	background-repeat: no-repeat;
	background-size:contain;
	opacity: 0.3;
	mix-blend-mode:multiply;
}


#section6{
	position: relative;
	background-color:#F3f3f3;
	padding: 0;
}


#section7{
	position: relative;
	background-image: url(../images/top/bg_main01.jpg);
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 0;
/*	z-index: 3000;*/
}
#section7.section .intro{
	min-height: 320px;
}

.contbox{
		width:100%;
		margin:0 auto 0;
	}
.contbox ul{
		margin:0 auto;
	width:100%;
	
	list-style:none;
	letter-spacing:0.08em;
	
}
.contbox ul li{
	width:46%;
		margin:2%;
	float:left;
	padding:0;
	overflow: hidden;
	position:relative;
	background-color: #111;
}

.contbox ul li a{
	display: block;
	color: #fff;
	margin:0; padding:0;
	width:auto;
	height:auto;
	text-decoration: none;
	position:relative;
	
}
.contbox ul li a::before{
	position: absolute;
	content: '';
	background-color:rgba(0,0,0,0.3);
	/*background-image:url(../images/common/pattern.png);
	background-position: 0 0;
	background-repeat: repeat;*/
	bottom:0; 
	left:0;
	opacity: 1;
	width: 100%;
	height: 100%;
	z-index: 50;
	transition:  all 0.4s ease-in-out 0s;
    -webkit-transition:  all 0.4s ease-in-out 0s;
}
.contbox ul li a::after{
	position: absolute;
	content: '';
	background-color: #58ad92;
	top:0%;
/*	margin-top: -3em;*/
	left:0;
	width: 100%;
	height: 100%;
	z-index: 50;
	
	-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	transition: all 0.2s ease-out .05s;
    -webkit-transition: all 0.2s ease-out .05s;
	opacity: 0;	
		mix-blend-mode:lighten;
}
.section .intro .contbox ul li p{
	position: relative;
	width: 100%;
	font-size: 1em;
	padding: 10px 4%;
	height: auto;
	text-align: center;
	margin:0;
	color:#FFF;
	line-height:1;
	letter-spacing:0.06em;
	font-weight: 300;
	z-index:100;
}



.contbox ul li a img.bgimg{
	display:block;
	width:100%;
	height:auto;
	margin:0; padding:0;
	transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
		
}
.contbox ul li a span{
	position: absolute;
	top:50%;
	right: 20%;
	width:70%;
	height: 1px;
	opacity: 0;
	border-bottom: 1px solid #FFF;
	transition: all 0.2s ease .2s,width 0.3s ease .2s;
    -webkit-transition: all 0.2s ease .2s,width 0.3s ease .2s;
	z-index:150;
}
.contbox ul li a span::after{
	content: '';
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 0;
	height: 0;
	top:-3px;
	right: -2px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #fff;
	border-left: 4px solid #fff;
	border-right: 4px solid transparent;
}




@media all and (min-width: 769px) {
	.section .intro .contbox ul li p{
	margin:auto; padding:1.5em 4%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);	
	font-size:1.3em;
	transition: letter-spacing 0.2s ease-in;
    -webkit-transition: letter-spacing 0.2s ease-in;
}
	
	.section .intro .contbox ul li a:hover p{
		letter-spacing:0.15em;

	}
	.contbox ul li a:hover::before{
	opacity: 0.8;
		/*background-color:rgba(0,0,0,0.3);*/
	}
	.contbox ul li a:hover::after{
/*		width: 100%;*/
		opacity: 0.8;
		background-color: #58ad92;
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	.contbox ul li a:hover img.bgimg{
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
	.contbox ul li a:hover span{right: 16%; width: 30px; opacity: 1;}
}



@media all and (max-width:960px) {
	.section .intro .contbox ul li p{padding:1em 4%;font-size:1.2em; height:3em;}
}
@media all and (max-width: 768px) {
	
	.contbox ul li a::before{display: none;}
	.contbox ul li a img.bgimg{
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
	
}

@media all and (max-width: 550px) {
	.contbox ul li{width: 96%;}
	.section .intro .contbox ul li p{	 font-size: 0.9em;	}
	
}


#newsbox .swiper-container {
        width: 100%;
        height: 100%;
        padding: 0 0 40px;
	margin:  8% 0;
    }
   	#newsbox .swiper-container .swiper-slide {
        text-align: center;
     height:auto;
        
    }
				
				#newsbox .swiper-container .swiper-slide img{
					width:100%;
					height:auto;
				}
				#newsbox .swiper-container .swiper-slide .newsimg{
					width:100%;
					height:0;
					padding-top: 66.67%;
					background-color: #999;
					/*overflow: hidden;*/
		background-position:center;
		background-repeat:no-repeat;
		-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
background-size:cover;
					position: relative;
					transition: all 0.4s ease-out;
    	-webkit-transition: all 0.4s ease-out;
				}
#newsbox .swiper-container .swiper-slide .newsimg.noimg::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-position:center 55%;
	background-image: url(../images/common/logo_e.svg);
	background-repeat: no-repeat;
	-moz-background-size:70% auto;
-webkit-background-size:70% auto;
-o-background-size:70% auto;
-ms-background-size:70% auto;
background-size:70% auto;
	opacity: 0.4;
}
#newsbox .swiper-container .swiper-slide a .newsimg::before{
		content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: #58ad92;
	opacity: 0;
	transition: all 0.4s ease-out;
    	-webkit-transition: all 0.4s ease-out;
	mix-blend-mode:lighten;
	}
#newsbox .swiper-container .swiper-slide .newsimg span.newscate{
	display: block;
	background-color: #111;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	padding: 0.35em 0.45em 0.35em 0.55em;
	line-height: 1;
	font-size: 1.0em;
	position: absolute;
	bottom: -0.75em;
	right: 0.5em;
	letter-spacing: 0.06em;
	transition: all 0.4s ease-out;
    	-webkit-transition: all 0.4s ease-out;
}			

				#newsbox .swiper-container .swiper-slide .newsinner{
					padding:10px 0 10px;
				}
				#newsbox .swiper-container .swiper-slide .newsinner p{
					text-align:left;
					margin:0 0 5px;
					padding: 0;
					font-weight:300;
					letter-spacing: 0.06em;
/*					font-family: 'Frank Ruhl Libre', serif;*/
					font-size: 1.0em;
					color: #999;
					line-height: 1.1em;
				}
.section .intro #newsbox .swiper-container .swiper-slide .newsinner h3{
					text-align:left;
					margin:0 0 5px;
					font-size: 1.2em;
					color:#FFF;
					line-height: 1.3em;
				}

#newsbox .swiper-container .swiper-slide a{text-decoration: none;}		
				/* Arrows */
#newsbox .swiper-button-prev,
#newsbox .swiper-button-next {
  margin-top: -32px;
}


				
				/* Bullets */
#newsbox .swiper-pagination-bullet {
  /*width: 40px;
  height: 4px;*/
  display: inline-block;
 /* border-radius:0;*/
  background: #FFF;
  opacity: 0.4;
}


#newsbox .swiper-pagination-bullet-active {
	opacity: 1;
  background:#fff;
}
#newsbox .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
@media all and (min-width: 769px) {
	#newsbox .swiper-container .swiper-slide a:hover .newsimg{
		
		-webkit-transform: scale(0.96);
		-ms-transform: scale(0.96);
		transform: scale(0.96);
	}
	#newsbox .swiper-container .swiper-slide a:hover .newsimg::before{
	opacity: 0.6;
	}
	#newsbox .swiper-container .swiper-slide a:hover .newsimg span.newscate{
		background-color: #58ad92;
		right: -5px;
	}	
	.section .intro #newsbox .swiper-container .swiper-slide a:hover .newsinner h3{
		color: #58ad92;
	}
}


#section6 .leftbox{
	position: relative;
	z-index: 10;
	
	/* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
#section6 .leftbox .box{
	width: 100%;
	padding: 2em 0;
	border: none;
}
#section6 h2.fw100{
	color: #111;
	font-size: 2.5em;
	font-weight: 200;
	position: relative;
	z-index: 10;
}
#section6 h4{
	text-align: center;
	font-size: 1.4em;
	font-weight: 400;
	color: #111;
	font-family: 'Frank Ruhl Libre', serif;
	letter-spacing: 0.15em;
	position: relative;
	z-index: 10;
}
#section6 h4 strong{white-space: nowrap;font-weight: 400;}
#section6 h4 span.sstx{font-size: 0.6em;}

.instabox ul{
	width: 100%;
	float:right;
	margin: 0;
	position: relative;
	z-index: 20;
	list-style:none;
	padding:0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	/*-webkit-justify-content:space-between;
	justify-content:space-between;*/
	background-color: #222;
}
.instabox ul li{
	margin: 0;
	padding:0;
	width:33.3333%;
}

.instabox ul li a{width: 100%; padding-top: 100%; position: relative;overflow: hidden; display: block;
}
.instabox ul li a img{
	width:100%;
	height: 100%;
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	min-width: 110px;
  min-height: 110px;
	object-fit: cover;
	opacity: 1;
	transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
@media all and (min-width: 769px) {
	.instabox ul li a:hover img{
		opacity: 0.7;
		-webkit-transform: scale(1.04) translate(-48%, -48%);
		-ms-transform: scale(1.04) translate(-48%, -48%);
		transform: scale(1.04) translate(-48%, -48%);
	}
}

@media all and (max-width: 600px) {
	.instabox ul li{	width:50%; }
}







/* --------------------------------------------
 BASE TABLE
----------------------------------------------*/
.basetbl{
 margin:10px auto;
	padding:0px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
.basetbl table{
 margin:0px auto;
	padding:0px ;
	width:100%;
	/*border: #222 solid 1px;*/
	background:none;
	text-align:center;
	
	}
.basetbl table span.sstx{font-size: 70%;}
.basetbl table th{
 margin:0px ;
	padding:10px 10px ;
	/*min-width: 8em;*/
	border: none;
	/*border-bottom: #000 solid 1px;*/
	background-color:#ddd;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	}
.basetbl table thead th{background-color:#FF0051; color: #fff;}

.basetbl table td{
 margin:0px ;
	padding:10px ;
/*border-bottom: #000 solid 1px;*/
/*	border-left: #000 solid 2px;*/
	border:none;
	line-height:1.4;
	text-align:center;
	}

.basetbl table tr:last-child th,.basetbl table tr:last-child td{
	border-bottom: none;
	}
.basetbl table tr:nth-child(even) th{
	background-color:#d3d3d3;
}
.basetbl table tr:nth-child(even) td{
	background-color:#f6f6f6;
}

	span.formkome{
		color:#666;
		font-size:0.8em;
	}
.basetbl p{font-size: 0.9em; text-align: left; color: #CC3437;}	









/*------------------
   CONTACT
		------------------*/
.contactbox{ width:100%; letter-spacing:0.06em; padding-bottom:10%;}
	
.basetbl table textarea{
	width:90%;
}
.basetbl{
	width:100%;
	/*font-size:0.9em;*/
}
.basetbl table{
	overflow:hidden;
}
 .basetbl table td input[type="text"],
			.basetbl table td select,
			.basetbl table td textarea{
				max-width:100%;
			}
			.basetbl table td input[type="text"]{
				width:250px;
			}
			.basetbl table td label{
				margin-right:12px;
			}
			.basetbl table td input[type="radio"]{
				margin-right:5px;
				margin-top:-0.25em;
				border:1px solid #ccc;

			}
			
td.errortd{
	background:#FEE;
}
.basetbl table tr:nth-child(even) td.errortd{
	background:#fFE5E5;
}
			.contactbox button{
	height: 30px;
	padding:0 15px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-size:0.9em;
	border:none;
cursor: pointer;
		-moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}


		.contactbox button.submit{
	background-color:#231F20;
	color: #fff;
}

	.contactbox button.reset{
	background-color: #A3A3A3;
	color: #231F20;
}
	

.contactbox button:hover{
	background-color: #fc3;
	color: #231F20;
	
}

@media only screen and (max-width:480px){

			.basetbl table td input[type="text"],
			.basetbl table td select,
			 .basetbl table td textarea{
				width:100%;
			}
}



a.contactbtn{
	display: block;
	height: 50px;
	padding:0 15px;
	margin: 20px auto;
	width: 70%;
	max-width: 250px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	letter-spacing: 0.1em;
	font-size:0.9em;
	border:none;

	background-color:#231F20;
	color: #fff;
	
		-moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

a.contactbtn:hover{
	background-color: #fc3;
	color: #231F20;
	
}

