@charset "shift-jis";
/* CSS Document */

	
/****************突発系便利クラス*****************/
.sp {
	display: none!important;
}
.mb00{margin-bottom:0px !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}
.mb100{margin-bottom:100px !important;}
.mb120{margin-bottom:120px !important;}

.mt00{margin-top:0px !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}

.mr00{margin-right:0px !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}

.ml00{margin-left:0px !important;}
.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}
.ml100{margin-left:100px !important;}
.ml120{margin-left:120px !important;}
.ml130{margin-left:130px !important;}
.ml150{margin-left:150px !important;}
.ml160{margin-left:160px !important;}
.ml170{margin-left:170px !important;}

.pb00{padding-bottom:0px !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}

.pt00{padding-top:0px !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}

.pr00{padding-right:0px !important;}
.pr05{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}

.pl00{padding-left:0px !important;}
.pl05{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}

.w01	{width:400px;}
.w02	{width:300px;}

.cboth{clear:both;}
.cnone{clear:none;}
.cleft{clear:left;}
.cright{clear:right;}
.fleft{float:left;}
.fright{float:right;}
.tleft{text-align:left;}
.tcenter{text-align:center;}
.tright{text-align:right;}
.relative{position:relative;}


img.lid{display:block; clear:both;}
img.img_bdr	{ border:#bfbfbf solid 1px; padding:1px;}
/*!このクラスは指定することでロールオーバーを可能にするものです。ファイル名は「通常時の名前+_on」としてください!*/
.rlov{}

form em{font-size:80%; color:#F33;}
form strong{font-size:120%; color:#F60;}
.brown{color:#94795c;}
.green{color:#3b7135;}
.red {
    color: #c73643!important;
}
.orange{color:#F60;}
.blue{color: #36F;}
.blue2{color: #353792;}
.white{color:#FFF;}
.yellow{color: #e6ee19;}

.mini{font-size:85%;}
.big{font-size:120%;}
.big2{font-size:140%;font-weight: bold;}
.bgcl_01{ background: #FFF0F8;}

.inner{
	width: 1200px;
	margin: 0 auto;
}
.flex-box{
	display: flex;
}
.j-s{
	justify-content: space-around;
}
.j-b{
	justify-content: space-between;
}
.j-c{
	justify-content: center;
}
/* init */

html { 
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}

body {
	color: #000;
	border:0;
	padding:0;
	font-size: 100%;
	line-height: 1.7;
	color: #000;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	min-width: 1400px;
}
div#wrap {
	width: 100%;
	text-align: center;
}
.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
	pointer-events: none;
}
.show .background {
    opacity: 1;
		z-index:-3;
}
.wrap {
    position: relative;
    z-index: 32000;
}
/* design*/
#content01_bg {background-image: url(../images/bg_01.jpg);}
#content01_bg.kasou {background-image: url(../images/bg_kasou.jpg);}
#content02_bg {background-image: url(../images/bg_02.jpg);}
#content03_bg {background-image: url(../images/bg_03.jpg);}
#content04_bg {background-image: url(../images/bg_04.jpg);}
.text-box {
    padding: 50px 25px;
    width: 480px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}

#footer{
	position:relative;
	z-index:10 !important;
	text-align:center;
}

div#english{
	position:fixed;
	top:0px;
	right:10%;
	z-index:32768;
	width:200px;
}



div#pagetop{ position:fixed; bottom:10px; right:10px; width:70px; display:table; z-index:32768; font-size:90%;}
div#pagetop div{
	height:70px;
	width:70px;
	border-radius:100%;
	background-color:rgba(0,0,0,0.6);
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}
div#pagetop div div{
	height:70px;
	width:70px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	line-height:1.3;
}

div#pagetop div div a{
	color:#FFF;
	text-decoration:none;
}


div.newsbox{
	padding:0 100px;
	overflow:auto;
	line-height:1.5;
}


div.newsbox a{
	text-decoration:underline;
}

div.newsbox dl{
	padding:5px 0 10px;
	clear:both !important;
	border-bottom:1px dashed #999;
	margin-bottom:10px;
	position:relative;
	z-index:1000;
}

div.newsbox dl:first-child{
	padding-top:15px;
	border-top:1px solid #999999;
}

div.newsbox dl dt{
	width:120px;
	float:left;
	font-weight:bold;
	text-align:center;
}


div.newsbox dl dd{
	width:82%;
	float:right;
	text-align:left;
}

.mintyo{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}

div#toptxt01{
	position:absolute;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	top:80px;
	line-height:1.8;
	left:300px;
	text-align:left;
	z-index:20;
}

div#toptxt02{
	position:absolute;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	top:317px;
	line-height:1.8;
	left:300px;
	color:#FFF;
	text-align:left;
	z-index:20;
}


div#toptxt03{
	position:absolute;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	top:120px;
	line-height:1.8;
	left:290px;
	text-align:left;
	z-index:20;
}


div#toptxt04{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	text-align:center;
	color:#FFF;
	padding:50px 0;
	line-height:1.8;
	background-color:#383838;
	margin-bottom:20px;
}

.big1 {
	font-size: 140%;
}

.foottel{
	font-size:120%;
	font-weight: bold;
	margin-bottom: 0;
}
.foottel span {
	font-size: 200%;
	color: #3486cf;
}
#footer #foottime p{
	margin-bottom:15px;
}

#footer #footmap{
	position:absolute;
	right:25px;
	top:220px;
	font-size:90%;
	text-align:left;
}

div#floathead{
	width:100%;
	min-width:1400px;
	height:120px;
	background:url(../images/header_bg.png) center top repeat-x;
	z-index:10;
}

.sp-header {
	display: none;
}
div#headerarea{
	width:100%;
	min-width:1400px;
	position: relative;
}
div#mainimage .m-content{
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
div#mainimage .m-content img{
	padding-left: 30px;
}
div#headerarea div#header{
	width: 1180px;
	margin:0 auto;
	text-align:left;
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0 0;
	background: rgba(256,256,256,0.6);
    padding: 10px;
}
div#headerarea div#header p {
	margin-bottom: 0;
}

div#headerarea div#header div.fleft{
	margin-bottom: 20px;
}
#header a:hover {
	opacity: .7;
}

div#headerarea div#header div.fright{
	text-align:right;
	margin:0;
	/*margin-top: 25px;*/
	text-align:right;
	font-size: 110%;
	
}
div#headerarea div#header div.fright .h-contact ul{
	justify-content: flex-end;
}
ul li.log-in a {
    color: #fff;
    background: url(../images/login.png) 88% no-repeat #0b631a;
    border-radius: 5px;
    text-decoration: none;
    padding: 8px 42px 8px 14px;
    font-size: 95%;
}
div#headerarea div#header div.fright .h-contact a{
	margin-left: 10px;
}
a.hover01:hover {
	opacity: .8;
}
div#headerarea div#header div.fright span{
	font-size: 230%;
}

div#header h1 a{color:#FFF;}

div#header .fright{
	text-align:right;
}

/****** Gnavi ******/
div#gnavi{
	width:auto;
	height:50px!important;
	margin:0 auto;
	padding:0;
	clear:both;
	background: url(../images/navi_01.jpg) repeat-x;
}

div#gnavi dl{
	display:block !important;
	height:50px;
}

div#gnavi dl dt{
	display:none;
}

div#gnavi dl dd{
	display:block !important;
}

div#gnavi ul{
	display:block;
	margin:0 auto;
	padding:0;
}

div#gnavi ul li{
	float:left;
	display:block;
	width: 150px;
	height: 50px;
	position:relative;
}

div#gnavi ul li a{
	text-align:left;
	display:block;
	text-indent:-9999px !important;
	height: 50px;
	background-image:url(../images/navi_bg.png);
}

div#gnavi ul li#link01 a{background-position:0 0;}
div#gnavi ul li#link01 a:hover{background-position:0 50px;}
div#gnavi ul li#link02 a{background-position:-150px 0;}
div#gnavi ul li#link02 a:hover{background-position:-150px 50px;}
div#gnavi ul li#link03 a{background-position:-300px 0;}
div#gnavi ul li#link03 a:hover{background-position:-300px 50px;}
div#gnavi ul li#link04 a{background-position:-450px 0;}
div#gnavi ul li#link04 a:hover{background-position:-450px 50px;}
div#gnavi ul li#link05 a{background-position:-600px 0;}
div#gnavi ul li#link05 a:hover{background-position:-600px 50px;}
div#gnavi ul li#link06 a{background-position:-750px 0;}
div#gnavi ul li#link06 a:hover{background-position:-750px 50px;}
/*div#gnavi ul li#link09 a{background-position:-960px 0;}
div#gnavi ul li#link09 a:hover{background-position:-960px 80px;}
div#gnavi ul li#link10 a{background-position:-1080px 0;}
div#gnavi ul li#link10 a:hover{background-position:-1080px 80px;}*/
.dropdown{
	position: relative;
	transition-duration: 0.5s;
}
div#gnavi ul .dropdown ul{
	visibility: hidden;
  opacity: 0;
	position: absolute;
  transition: all 0.5s ease;
	left: 0;
	top: 50px;
  display: none;
}
div#gnavi ul li.dropdown ul li{
	float: none;
	line-height: auto;
	height: auto;
	padding-top: 1px;
	background: rgba(255,255,255,.8);
	border-bottom: 1px solid #dcd8d8;
}
#gnavi .dropdown ul li:first-child{
	border-top: 1px solid #dcd8d8;
}
#gnavi .dropdown ul li a {
	text-indent: 0 !important;
	display: block;
	text-align: left;
	color: #0b631a;
	font-weight: bold;
	background: none;
	text-decoration: none;
	font-size: 90%;
	height: auto;
	padding: 10px 10px;
}
#gnavi .dropdown ul li a:hover{
	color: #d51515;
}
#gnavi ul .dropdown:hover {
	height: 50px;
}
#gnavi ul .dropdown:hover ul{
	visibility: visible;
  opacity: 1;
  display: block!important;
}

.invisible{}
.visible{display:none !important;}

.mintyo{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}
.map {
	width: 1000px;
	margin: 0 auto;  
}
div#maintitle h2{
	color: #2685da;
}
#maintitle {
	margin-top: 30px;
}
#contents {
	width: 1200px;
    margin: 0 auto;
    padding: 50px 100px 40px;
    clear: both;
    border-top: none;
}

div.contentsarea{
	width: 1200px;
    margin: 60px auto 60px;
    padding: 60px 50px 40px;
    text-align: left;
    background-color: rgba(255,255,255,.8);
    box-sizing: border-box;
    box-shadow: 0px 0px 2px #CCC;
    /*border: 1px solid #e5e5e5;*/
    font-size: 100%;
    /*font-family: "游ゴシック","游明朝","ヒラギノ明朝体6","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

div.contentsarea p{
	margin-bottom:1em;
}
h2{
	font-size: 280%;
	padding: 10px 30px;
	color: #297318;
	margin-bottom: 40px;
	text-align: center;
	text-shadow: 0 0 10px #FFF;
	font-weight: bold;
}
h2 span {
    display: block;
    position: relative;
    font-size: 40%;
    color: #000;
}
.h2-02 h2 {
	color: #205f87;
}
h3,div#pickup h3{
/*	display: flex;
	align-items: baseline;
*/	padding: 15px 20px 20px;
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
	background:url(../images/h2_bg.png) center center repeat-x;
	text-align:center;
}
h3 > span {
    display: block;
	padding:0 40px;
	background-color:#FFF;
	width:fit-content;
	margin:0 auto;
}

h3 > span > span {
    display: block;
	font-size:40%;
}

h4,div#pickup h4{
	color:#336633;
	font-weight:bold;
	margin:0 auto 40px;
	clear:both;
	font-size:170%;
	padding:0 30px 8px;
	border-bottom: solid 1px #336633;
  	position: relative;
	text-align:center;
	width:fit-content;
}



h5{
	border-left:5px solid #dd2121;
	padding-left:10px;
	color:#36a2cf;
	font-weight:bold;
	margin-bottom:20px;
	clear:both;
	font-size:160%;
	line-height:1.5;
}
.contentsarea h6{
	border-left:3px solid #0a5e9a;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
	clear:both;
	font-size:140%;
	line-height:1.5;
	background: #0a5e9a;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea{font-size:150%; width:95%;}

form input[type="submit"],
form input[type="reset"],
form input[type="button"]{font-size:150%; width:40%; padding:5px; box-sizing:border-box;}

.ggmap {
	height: 350px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
top: 0;
left: 0;
width: 100%;
height: 100%;
}

img.full{width:100%;}
img.half{width:50%;}
img.quate{width:25%;}


dl.proposal{ display:block; 	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;}
dl.proposal dt{color:#06F; font-size:130%; margin-bottom:0px; line-height:1.4; padding:10px 2em; border-radius:20px; margin-bottom:-5px; border:1px solid #CCC; background-color:#FFF; display:inline-block; position:relative; z-index:1;}
dl.proposal.pick dt{ background-color:#F63; color:#FFF;}
dl.proposal dd{ margin-left:2%; padding:1em; box-shadow:0 0 3px #CCC; margin-bottom:40px; background-color:#FFF8F0; z-index:0; position:relative; border-radius:5px; font-size:110%;}
dl.proposal dd .mini{display:block; padding-left:1em; text-indent:-1em; margin:15px 0 !important; color:#03C;}
dl.proposal dd .atsn{display:block; padding-left:1.9em; text-indent:-1.9em; margin:6px 0 !important;}

dl.proposal.half{}
dl.proposal.half dt{ max-width:50%;}
dl.proposal.half dd{ width:50%;}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea{
	font-size:100%;
	width:98%;
	box-shadow:0px 0px 5px #666;
	padding:8px; 
	transition:background-color 0.5s;
}
form input[type="text"]:hover,form textarea:hover{background-color:#FFF8F0;}
form input[type="checkbox"]{transition:margin-left 0.5s; width:1.6em; height:1.6em; text-align:middle;}
/*form input[type="checkbox"]:checked{margin-left:1.5em;}*/
form .zip input {
	width: 80px;
}
form input[type="file"]{font-size:100%; width:80%; box-shadow:0px 0px 5px #666; padding:8px;}
form select{font-size:100%; box-shadow:0px 0px 5px #666; padding:8px 0;}

form input[type="submit"],form input[type="reset"],form input[type="button"]{font-size:130%; width:40%; padding:5px; box-sizing:border-box;}


img.subimg{
	border-radius:3px;
	float:right;
	margin:0 0 2em 2em;
	width:320px;
	/*box-shadow: 4px 4px 9px #e5e5e5;*/
	position: relative;
	z-index: 9999;
}

div.subimg{
	float:right;
	margin:0 0 1em 2em;
	width:20%;
}

div.subimg img{
	border-radius:3px;
}


img.subimg02{
	border-radius:3px;
	float:left;
	margin:0 2em 2em 0;
	width:320px;
	/*box-shadow: 4px 4px 9px #e5e5e5;*/
}
div.subimg02{
	float:right;
	margin:0 0 2em 2em;
	width:33%;
}

div.subimg02 img{
	border-radius:3px;
}

img.subimg03{
	border-radius:3px;
	float:right;
	margin:0 0 1em 2em;
	width:320px;
	box-shadow: 4px 4px 9px #e5e5e5;
}
div.subimg03{
	float:right;
	margin:0 0 1em 2em;
	width:15%;
}

div.subimg03 img{
	border-radius:3px;
}

a[href^="tel:"] { cursor: default; }


div.section{
	width:1200px;
	padding:0 100px;
	margin:0 auto;
	
}
.faq dl,.faq02{margin-bottom:40px; background-color:#4c7aa2; padding:10px; display:block; border-radius:5px;}
.faq dt,.faq02 dt{
	display:block;
	background:url(../images/icon_q.jpg) left top no-repeat #90bee6;
	margin:0 0 1px;
	padding:0 0 0 65px;
	line-height:50px;
	font-weight:bold;
	color:#FFF;
	font-size:110%;
	position: relative;
	}
.faq dd,.faq02 dd{
	display:block;
	background:url(../images/icon_a.jpg) left top no-repeat #FFF;
	margin:0 0 0;
	padding:15px 10px 15px 65px;
	line-height:1.9;
	position: relative;
	}
.faq dd:before {
	content: "A";
	font-size: 200%;
	position: absolute;
	left: 10px;
}
.faq dt:before {
	content: "Q";
	font-size: 200%;
	position: absolute;
	left: 10px;
}
div.faqbox{
	background:url(../../faq/images/bg_01.jpg) left top no-repeat;
	padding:10px 20px 15px;
	height:157px;
	margin-bottom:50px;
}
.mainvisual {
	background: #4a4a4a;
	z-index: 40;
	position: relative;
}
div.fadebox{
	margin:0 auto 0;
	padding:0;
	position: relative;
}
.fw-b {
	font-weight: bold;
}
.contents {
	text-align: center;
}

.small {
	font-size: 70%;
}
.point-box div {
	padding: 20px;
}
form input[type="submit"],form input[type="reset"],form input[type="button"] {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: #000;
    /*border-radius: 25px;*/
    box-sizing: border-box;
    /*box-shadow: 4px 4px 12px #ae8dbc;*/
    color: #fff;
    font-size: 110%;
    width: 40%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
}
.linkarrow a {
	display: block;
    text-decoration: none;
    padding: 10px;
    /*background: linear-gradient(-10deg,#4190ec,#064c9e);*/
    /*border-radius: 25px;*/
    box-sizing: border-box;
    /*box-shadow: 4px 4px 12px #2d6a8a;*/
    color: #fff;
    background: #000;
    font-size: 110%;
    width: 40%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
    text-align: center;
}
form input:hover[type="submit"],form input:hover[type="reset"],form input:hover[type="button"] {
	opacity: .8;
}
form .herf input[type="submit"],form .herf input[type="reset"],form .herf input[type="button"] {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(-10deg,#4190ec,#064c9e);
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #2d6a8a;
    color: #fff;
    font-size: 110%;
    width: 40%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
    margin-right: 30px;
}

.brbox {
	padding:8px; 
	margin-bottom:40px; 
	border:3px double #C90; 
	clear:both;
}

div.contentsarea .featureTxts h3 {
    border-bottom: medium none;
    font-size: 150%;
    font-weight: bold;
    margin: 1em 0 1.5em;
    padding: 0;
    color: #333;
    background: no-repeat;
    border: none;
}
.number {
    color: #2cb76c;
    font-weight: bold;
    margin-right: 0.5em;
}
.featureBtn a {
    width: 70%;
    background-color: #2cb76c;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 1.2em;
    text-align: center;
    display: block;
    margin: 20px auto;
}
.featureBtn a:hover {
	background: #ee6f06;
}
.featuretexts p {
    color: #000;
    line-height: 2;
    font-size: 110%;
}
ul.thumbimg li {
    width: 100px;
    float: left;
    border: none !important;
    margin-right: 20px;
    margin-bottom: 15px;
    height: 100px;
}
ul.thumbimg li.clear {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
ul.thumbimg li a {
	display: block;
}
.construtiontable img {
	width: 100%;
	border: 1px solid #e5e5e5;
	box-shadow: 5px 5px 9px #EEE;
}
ul.thumbimg li img {
    border-radius: 5%;
    box-shadow: 5px 5px 9px #EEE;
    width:100%;
    height: 100px;
}
img.float {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}
img.rad {
    border-radius: 5px;
}
img#float02,img#float03,img#float04,img#float05,img#float06,img#float07{
	width:1px;
	height:1px;
	margin:auto;
}
img.float:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
/*table.contable {
	border: 1px solid #999;
}*/
table.contable th {
    background-color: #EEE;
    color: #111;
    border: 1px solid #999;
}
table.contable td {
	border: 1px solid #999;
    color: #666;
}
table.contable td:last-child(1) {
	border: none;
}
table.ntable tbody,
table.ntable {
	width: 100%;
	display: block;
}
table.ka-com-tb {
	width: 65%;
}
table.ntable tr{
	width: 100%;
	display: flex;
	border-bottom: none;
}
table.ntable tr:last-child{
}
table.ntable td{
	width: 21%;
	display: inline-block;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
table.ntable td:first-child {
	border-bottom: 1px solid #777;
}
table.ntable td:last-child {
	width: 78%;
}
table.ntable tr:nth-child(even) td{
	/*background-color:#363636;
	color: #fff;*/
}
table.ntable th{
	width: 20%;
	border-right: 1px solid #eb5f14;
    padding-left: 1%;
    line-height: 3;
}
table.ntable tr:nth-child(even) th{
	/*background: #eeead4;*/
}
table.ntable.opc{
	background:rgba(153,153,153,0.3);
}
table.ntable.opc td{
	background:rgba(255,255,255,0.8);
}
table.ntable.opc tr:nth-child(even) td{
	background:rgba(248,248,255,0.8);
}
table.ntable.opc{
	background:rgba(153,153,153,0.3);
}
table.ntable.opc td{
	background:rgba(255,255,255,0.8);
}
table.ntable.opc tr:nth-child(even) td{
	background:rgba(248,248,255,0.8);
}
table.ntable3 tr {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}
table.ntable3 th {
    width: 60%;
    border-right: none;
    padding-left: 3%;
    line-height: 3;
}
table.ntable3 td {
    background-color: #FFF;
    border-right: none;
    width: 20%;
    display: inline-block;
    padding-left: 1%;
    line-height: 3;
}
table.ntable3 td:last-child {
    width: 20%;
    border-right: none;
    line-height: 3;
}
.recruit-box {
	/*border: 2px solid #1c542e;*/
	padding: 30px;
	background: #ee6f06;
	color: #fff;
	font-weight: bold;
}
.big3 {
	font-size: 180%;
}
/* init */
.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
	pointer-events: none;
}
.show .background {
    opacity: 1;
		z-index:-3;
}
.wrap {
    position: relative;
    z-index: 2;
}
/* design*/
#content01_bg {background-image: url(../images/bg_01.jpg);}
#content02_bg {background-image: url(../images/bg_02.jpg);}
#content03_bg {background-image: url(../images/bg_03.jpg);}
#content04_bg {background-image: url(../images/bg_04.jpg);}
.text-box {
    padding: 50px 25px;
    width: 480px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}


div#english{
	position:fixed;
	top:0px;
	right:10%;
	z-index:32768;
	width:200px;
}
div#pagetop {
	position:fixed;
	bottom:20px;
	right:10px;
	width:70px;
	display:table;
	z-index:32768;
	font-size:90%;
}
div#pagetop div{
	height:70px;
	width:70px;
	border-radius:100%;
	background: rgba(000,000,000,.6);
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}
div#pagetop div div{
	height:70px;
	width:70px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	line-height:1.3;
}

div#pagetop div div a{
	color:#FFF;
	text-decoration:none;
}
div#cart{
	position:fixed;
	left:0;
	top:33%;
	z-index:8192;
}

#mainimage{
	width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    background: url(../images/mv_01.jpg) center top / cover no-repeat;
    height: 600px;
    position: relative;
}

#mainimage .box{
	width:100%;
	height:inherit;
	background-position:center center;
	background-size:cover;
}
#mainimage .inner{
	width:1400px;
	margin:0 auto;
	height:inherit;
	position:relative;
	top:calc(-1 * (100vh - 80px));
	z-index:512;
}

#mainimage .inner .logo{
	padding-top:calc((40vh + 200px)/4);
	padding-bottom:calc((100vh - 730px)/2);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:768;
	text-align:center;
	max-height:calc(100vh - 80px);
	overflow:hidden;
}
#mainimage .inner .time{
	position:absolute;
	bottom:40px;
	left:40px;
	z-index:1024;
	text-align:center;
	max-height:calc(100vh - 80px);
	overflow:hidden;
}
.mv,.smart_mv {
	/*width: 1400px;*/
    min-width: 1400px;
    margin: 0 auto 80px;
    height: 480px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.mv:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background:  rgb(11 99 26 / 40%);
}

.smart_mv:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(11 99 26 / 40%);
}


div.visible{
	top:0px !important;
	transition:all 0.5s;
}
div#pickup{
	width:1200px;
	box-sizing:border-box;
	padding:2em;
	box-shadow:0px 0px 5px #333;
	margin:40px auto;
}
#footerarea {
    position: relative;
    z-index: 10 !important;
    text-align: center;
    background: url(../images/footer_bg.jpg) center center/cover no-repeat;
    height: 450px;
}
#footerarea #footer {
 	text-align: center;
 	padding: 60px 0 0 0;
}
#footer .add{
	margin-bottom: 10px;
	color: #000;
}
#footer .add img{
	margin-bottom: 20px;
}
#footer .add p.seo{
    font-size: 95%;
    margin-bottom: 10px;
}
#footer .add .f-content a{
	padding: 0 2px;
}
#footer .add .f-content a:hover{
	opacity: 0.7;
}
#footer .footlink{
	margin: 0 auto;
	margin-bottom: 65px;
}
#footer .footlink ul{
	text-align: center;
}
#footer .footlink ul li{
	border-right: 1px solid #000;
	padding: 0 10px;
	/*box-sizing: border-box;*/
	line-height: 0.8;
	display: inline-block;
}
#footer .footlink ul li:last-child{
	border-right: 0;
}
#footer .footlink ul li a{
	color: #000;
	font-size: 90%;
}
#footer .footlink ul li a:hover{
	text-decoration: none;
}
#footer .footlink p.f-tel{
	letter-spacing: 2;
}
#footer #access {
	
}
.copyright {
	
}
.copyright p {
	font-size: 80%;
}
.intro{
	width:100%;
	background:url(../images/images_02_bg.jpg) center top / cover no-repeat;
	margin-bottom:50px;
}
.intro div{
	position: relative;
	padding: 60px 0;
}
.intro div p{
	color: #000;
	font-weight: bold;
	font-size: 120%;
	position: absolute;
	bottom: 65px;
	left: 80px;
}
.product{
	background: #EFE;
	padding: 30px 0;
	margin-bottom: 100px;
}
.product img:hover{
	transform: scale(1.01);
    transition: 0.3s all;
}
.product a{
	display: block;
}

.product a img:hover{
	opacity:0.6;

}

.product > ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.product > ul > li{
	width:280px;
	padding:0 10px;
	margin-bottom:40px;
}

.service{
	background:url(../images/images_06.jpg) center top no-repeat #dbe473;
	margin:0 auto 100px;
	padding: 45px 0 35px;
}
.service>div{
	position: relative;
}
.service>div img{
	display: block;
	margin-right: auto ;
	margin-left:0;
}
.service .s-txt{
	position: absolute;
	top:120px;
	left:20px;
}
.ka-service {
	padding: 40px;
}
.ka-service .s-txt{
	position: static;
	padding: 20px;
	width: 45%;
	margin-left: auto;
	background: rgba(0,0,0,.6);
	border: 1px solid #bbbbbb;
}
.s-txt p.txt01{
	font-size: 115%;
	padding-left: 10px;
	font-weight: bold;
}
.news{
	background: #dfdfdf;
	padding: 30px 0;
	margin-bottom: 60px;
}
.news .new-box{
	width: 380px;
	height: 228px;
	display: flex;
	justify-content: center;
	position: relative;
}
.news .new-box p{
	color: #fff;
	text-align: center;
	position: absolute;
	top: 70px;
	font-size: 110%;
}
.news .new-box p span{
	font-size: 80%;
}
.news .news01{
	background: url(../images/new01.jpg);
}
.news .news02{
	background: url(../images/new02.jpg);
}
.news .news03{
	background: url(../images/new03.jpg);
}

/*下層*/
.ka-full-bg {
	background: url(../images/ka-bg.jpg) center top/cover no-repeat;
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: -16;
	/*top: 0;*/
}
.kasou-bg {
	padding: 150px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	background-color:rgb(11 99 26 / 60%);
	color: #fff;
	margin-bottom: 60px;
}
.kasou-bg div {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.kasou-bg div p.tit {
	font-size: 230%;
	/*text-shadow:
   0px 0px 2px #fff,  
    0px 0px 2px #fff,
    0px 0px 2px #fff,
     0px 0px 2px #fff;*/
     position: relative;
     display: inline-block;
     text-shadow:0 0 10px #FFF;
     margin-bottom: 20px;
}
.kasou-bg div p.tit:before {
	content: "";
	width: 300px;
	position: absolute;
	right: -315px;
	bottom: 28px;
	height: 1px;
	background: rgba(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.kasou-bg div p.txt {
	font-size: 110%;
	padding-left: 40px;
	border-left: 5px solid #da2214;
}
.com-kasou-bg {
	/*padding: 100px 0 100px;*/
	background-size: cover;
	background-repeat: no-repeat;
	/*background-blend-mode: multiply;*/
	background-color: #999;
	margin-bottom: 60px;
	background-position: center;
	height: 640px;
	box-sizing: border-box;
}
.com-kasou-bg div {
	/*width: 1200px;*/
	margin: 0 auto;
	position: relative;
	padding: 220px 0px 0px 0;
}
.com-kasou-bg div p {
    font-size: 220%;
    position: relative;
    text-shadow: 0 0 10px #000;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.com-kasou-bg div p:before {
	/*content: "";*/
	width: 400px;
	position: absolute;
	right: -420px;
	bottom: 32px;
	height: 1px;
	background: rgba(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.ka-news-box ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.ka-news-box ul li {
	width: 32%;
	margin-right: 2%;
	box-shadow: 4px 4px 9px #e5e5e5;
	border: 1px solid #dadada;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 5px;
}
.ka-news-box ul li:nth-child(3n) {
	margin-right: 0;
}
.ka-news-box ul li a {
	text-decoration: none;
	color: #000;
	display: block;
}
.ka-news-box ul li a:hover {
	opacity: .8;
}
.ka-news-box ul h6 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 7px;
}
.ka-news-box ul img {
	max-width: 100%;
}
.ka-com-box {
	position: relative;
	/*padding: 50px;*/
}
.ka-com-box .img {
	position: absolute;
	right: 0;
	height: 100%;
	width: 40%;
	top: 0;
	background: url(../../company/images/bg03.jpg) center right/cover no-repeat;
	/*z-index: 0;*/
}

.ka-com-box .img2 {
	position: absolute;
	right: 0;
	height: 100%;
	width: 40%;
	top: 0;
	background: url(../../smart_agri/images/img2.jpg) 60% 70%/cover no-repeat;
	/*z-index: 0;*/
}

.ka-com-box .txt {
	width: 60%;
}
.ka-com-box .txt div {
	padding: 20px 0 20px 20px;
	background: rgba(188 227 240 / 65%);
	z-index: 9;
	position: relative;
}
.ka-com-box .txt p {
	margin-bottom: 10px;
}
.ka-com-box .txt p.tit {
	font-size: 140%;
	color: #1465a0;
	font-weight: bold;
}
.ka-flex-box {
	display: flex;
	flex-wrap: wrap;
}
.ka-flex-box .item3 {
	width: 32%;
	margin-right: 2%;
}
.ka-flex-box .item3:nth-child(3n) {
	margin-right: 0;
}
/* ここから下がボタンのCSS　*/
.pagenai {
	margin: 40px auto;
}
.pagenai li {
	margin: 0 20px 20px 0;
}
.pagenai li a {
  display: inline-block;
  min-width: 180px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 16px 10px 30px;
  position: relative;
  transition: 2s;
  border: 1px solid #FFF;
  border-radius: 25px;
 	background: rgba(250,7,2);
background: linear-gradient(90deg, rgba(250,7,2,1) 0%, rgba(224,121,18,1) 100%); 
 }

.pagenai li a:before {
  content: "↓";
  position: absolute;
  left: 15px;
  top: 40%;
  margin-top: -10px;
}
.pagenai li a:hover  {
  /*border-radius: 5px;*/
/*  background: rgb(224,121,18);
background: linear-gradient(90deg, rgba(224,121,18,1) 0%, rgba(250,7,2,1) 100%);
*/background: rgba(250,68,2);
background: linear-gradient(90deg, rgba(250,68,2,1) 0%, rgba(238,86,44,1) 48%, rgba(224,18,95,1) 100%);
}
ol.list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}

ol.list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cfdbe6;
  font-size: 120%;
  font-weight: bold;
}

ol.list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #265e96;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.list-no-num {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}

ol.list-no-num li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cfdbe6;
  font-size: 120%;
  font-weight: bold;
}

ol.list-no-num li:before{
  /* 以下数字をつける */
  position: absolute;
  /*counter-increment: number;*/
  content: "";
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #174b73;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow {
/*  display: -webkit-box;
  display: -ms-flexbox;
*/  display: flex;
  /*-ms-flex-wrap: wrap;*/
  flex-wrap: wrap;
}
.flow > li {
  padding: 20px 30px;
  margin-bottom: 10px;
  -ms-flex-preferred-size: 32%;
  /*flex-basis: 32%;*/
  width: 32%;
  border: 2px solid #8db9e5;
  position: relative;
  box-sizing: border-box;
  margin-right: 2%;
  border-radius: 25px;
}
.flow > li:nth-child(odd) {
  /*margin-right: 2%;*/
}
.flow > li:nth-child(3n) {
	margin-right: 0;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-left-color: rgba(107,144,219);
}
.flow > li:not(:last-child)::after {
  border-width: 20px;
  border-left-color: #fff;
}
.flow > li .icon {
  font-size: 90%;
  color: #fff;
  background: rgba(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 20px;
  display: block;
  border-radius: 20px;
  position: absolute;
  top: -15px;
  left: -10px;
  z-index: 100;
}
.flow > li dl dt {
  font-size: 140%;
  font-weight: bold;
  color: #3479c4;
}
.t-content {
	background: #ffffff;
}
.t-content .inner {
	padding: 15px 0;
	background: #fff;
}
.ka-flex-img-box {
	display: flex;
	justify-content: space-between;
}
.ka-flex-img-box .txt {
	width: 60%;
}
.ka-flex-img-box .img {
	width: 38%;
}
.ka-flex-img-box .img img {
	width: 100%;
	box-shadow: 4px 4px 9px #e5e5e5;
}
.supp-img-list ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.supp-img-list ul li {
	width: 360px;
	box-sizing: border-box;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
}
.supp-img-list ul li:nth-child(3n) {
	margin-right: 0;
}
.supp-img-list ul li p {
	/*padding-left: 10px;*/
	color: #cd720c;
	font-weight: bold;
	font-size: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.supp-img-list ul li img {
	width: 100%;
}

ul.btnlist{
	display:block;
}
ul.btnlist li{
	display:inline-block;
	width:23%;
	margin:0 1% 20px;
	text-align:center;
}
ul.btnlist li a{
	display:block;
	padding:10px 1em;
	background-color:#113377;
	color:#FFF;
	text-decoration:none;
	border-radius:10px;
	transition:all 0.4s;
}

ul.btnlist li a:hover{
	background-color:#CC6611;
	transition:all 0.4s;
}



#news {
	width:1000px;
	margin:50px auto 80px;
}

.newsbox li {
	border-bottom:1px solid #999;
	padding-bottom:20px;
	margin-bottom:50px;
}

ol li {
    list-style: none;
    list-style-position: outside;
    margin-bottom: 10px;
    padding-left: 30px;
}

ol li span {
    position: absolute;
    left: 0;
    margin: 0;
}

ol {
    position: relative;
    margin: 0;
    padding: 0;   
}

.kasou-bg div {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.kasou-bg > div p.tit {
	font-size: 230%;
	/*text-shadow:
   0px 0px 2px #fff,  
    0px 0px 2px #fff,
    0px 0px 2px #fff,
     0px 0px 2px #fff;*/
     position: relative;
     display: inline-block;
     text-shadow:0 0 10px #FFF;
     margin-bottom: 20px;
}
.kasou-bg div p.tit:before {
	content: "";
	width: 300px;
	position: absolute;
	right: -315px;
	bottom: 28px;
	height: 1px;
	background: rgba(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}




.kasou-bg2 {
    padding: 50px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    color: #000;
    margin-bottom: 60px;
}


.kasou-bg2 > div {
    width: 1200px;
    margin: 0 auto;
	display:flex;
	font-weight:bold;
	align-items:center;
	flex-direction:row-reverse;
}

.kasou-bg2 > div > div {
	width:600px;
}
.kasou-bg2 div p.tit {
	font-size: 230%;
	/*text-shadow:
   0px 0px 2px #fff,  
    0px 0px 2px #fff,
    0px 0px 2px #fff,
     0px 0px 2px #fff;*/
     position: relative;
     display: inline-block;
     text-shadow:0 0 10px #FFF;
     margin-bottom: 20px;
}


.kasou-bg2 div p.tit:before {
	content: "";
	width: 300px;
	position: absolute;
	right: -315px;
	bottom: 28px;
	height: 1px;
	
}


.kasou-bg div p.txt, .kasou-bg2 div p.txt {
	font-size: 110%;
	padding-left: 40px;
	border-left: 5px solid #da2214;
}




.smart_bg {
	background:#92d050/*, linear-gradient(70deg, #448521, #58c442)*/;
}
.smart {
	width:1200px;
    margin: 0 auto 100px;
	display:flex;
	flex-direction:row-reverse;
}
.smart > div {
	width:600px;
}

.smart > div:last-child{
	padding:30px 0;
}

.smart_tit {}


.smart_txt {
	background-color:rgba(256,256,256,0.8);
	font-weight:bold;
	padding:15px 35px;
	width:fit-content;
}


.smart_txt ul {
	padding-left:20px;
}

.smart_txt ul li {
	list-style:disc;
	
}

div.con_txt{
	text-align:center;

}

div.productlist{
	width:1000px;
	margin:0 auto 60px;
	padding:2em 2em;
	background-color:#eee;
	border-radius:1em;
}
div.productlist ul li{
	text-align:left;
	border-bottom:1px dashed #666;
	line-height:2.6;
}

#order {
    width: 1200px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: center;
}

#order dl {
    width: 270px;
	margin:0 15px;
}

#order dt {
    text-align: center;
    margin-bottom: 30px;
}

#order dd {
    font-weight: bold;
    font-size: 90%;
	padding:1em;
	background-color:#f8f8f8;
	border-radius:4px;
}


.smart_btn a{
	display:block;
	width:400px;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	background:#0b631a;
	padding:5px;
	color:#fff;
}

.smart_btn a:hover {
	background-color:#747474;
}

