@charset "utf-8";

/*  --HTML--  */
html{
	overflow-y:scroll;
}



.div320 {
	width:320px;
	float:left;
}

#lang{width:130px;
    text-align: right;
    font-size: larger;
    float:right;
    padding-top:15px;
}
#lang a:link {color:#000000;} /*未訪問のリンクの色*/
#lang a:visited {color:#000000;} /*訪問済みのリンクの色*/
#lang a:hover {color:#ffcc22;} /*カーソルが乗っているリンクの色*/
#lang a:active {color:#000000;} /*クリック中のリンクの色*/
#lang div {float:right;border-left:solid 1px #000000;width:80px;}
/*  --BODY--  */
body{
  color:#333;
  text-align:center;
  margin:0;
  padding:0;
  background:#FFF;
  overflow:visible;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:1.5;
  letter-spacing:0;
}
body.home{
  overflow: hidden;
  background: url(/img/bg3.jpg) center top no-repeat;
  }
.home_inner{
  width: 680px;
  margin: 180px auto 0;
  height: 100%;
  min-height: 590px;
  overflow: hidden;
}

.home_inner h1{
  text-align: center;
  float: none;
  margin-top: 5px;
}
.home_inner h1 img{
  width: 400px;
  height: auto;
  }
img{
	vertical-align:bottom;
}

/*  --OTHER TAGS--  */
a{
	overflow:hidden;
	color:#FF9900;
	outline:none;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
	text-decoration:none;
}

a img{
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

a:hover{
	color:#FF9900
}

a:hover img{
}

a img, img{
	border:0;
}

abbr, acronym{
	border:0;
}

address, caption, cite, code, dfn, em, th,  var{
	font-style:normal;
	font-weight:normal;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul{
	margin:0;
	padding:0;
}

p{
}

caption, th{
	text-align:left;
}

code, kbd, pre, samp, tt{
	font-family:monospace;
	line-height:100%;
}

	/*  for IE7  */
	*+html code, kbd, pre, samp, tt{
	font-size:108%;
}


/* メニュー記述ここから */

#menu{
	margin-top:0px;
	background-color: #BAD43C;
	height: 55px;
	width: 1000px;
	margin: 0 auto 15px;
}

#menu li{
	float:left;
}

#menu li a{
}
#menu li img{
  margin: 10px 0 0 15px;
  padding-right: 38px;
}
#menu li.menu01 img,
#menu li.menu02 img,
#menu li.menu03 img,
#menu li.menu04 img{
  border-right: 1px solid #222;
}

#menu a:hover img{
	-moz-opacity:0.8;
	opacity:0.8;
}


body.home #menu{
  background: none;
}
#menu_home{
  text-align: center;
  margin-top: 40px;
}
#menu_home li{
  display: inline-block;
  margin: 0 20px;
}
#menu_home li a:hover{
  opacity: 0.8;
  }


/* メニュー記述ここまで */


/* 入力モード */
.inactive{
	ime-mode:inactive;
}

.active{
	ime-mode:active;
}

.disabled{
	ime-mode:disabled;
}

th{
	white-space: nowrap;
}
	/*  for IE6  */
* html .clear{
	display:inline-block;
}
	/*  for IE7  */
*+html .clear{
	display:inline-block;
}

h1{
	text-align:left;
	float:left;
}

h2{
	margin-bottom:22px;
  overflow: hidden;
  font-size: 24px;
  margin-top: 30px;
  border-left: 6px solid #333;
  padding-left: 12px;
  line-height: 1.2;
}

h3{
	margin-bottom:20px;
  font-size: 19px;
  margin-top: 20px;
  line-height: 1.2;
  color:#696657;
  padding:5px;
  border-left: 3px solid #BAD43C;
  border-bottom:1px dotted #BAD43C;
  background:#F1F3E8;
}

h4{
  font-size: 16px;
  font-weight: bold;
}

#centerBox{
  width: 600px;
  height: 240px;
  position: absolute;
  top:50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -300px;
  background: rgba(255,255,255,0.85);
}
#centerBox h1{
text-align: center;
float: none;
margin-top: 10px;
}


#footer_home{
  text-align: center;
  margin-top: 30px;
}
#footer_home li{
  display: inline-block;
  margin: 14px 15px 0;
}
#footer_home li a:hover{
  opacity: 0.8;
  }
#footer_home li img{
  width: 60px;
  height: auto;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#shopList{
  width: 1020px;
  margin-right: -20px;
  float: left;
}
#shopList li{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 320px;
  display: block;
}
#shopList a img{
  width: 320px;
  padding: 5px 0px 5px 5px;
	  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #ccc;
  margin-bottom: 5px;
}
#shopList a:hover img{
	-moz-opacity:0.8;
	opacity:0.8;
border: 3px solid #BAD43C;
}

#shopList a {
  color: #666;
  }

#slideImgs{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

#slideImgs #mainImg {
  width: 800px;
  padding: 0 4px;
  margin-top: 4px;
  overflow: hidden;
  height: 240px;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  float: left;
}
#slideImgs #mainImg img{
  width: 800px;
  height: 240px;
}
#slideImgs #mainImg img:hover{
  opacity: 0.8;
}
#slideImgs #thumbImgBox{
  float: right;
  width: 185px;
  padding: 4px 4px 3px 0;
}

#slideImgs #thumbImgBox li{
  margin-bottom: 5px;
  background: #000;
}
#slideImgs #thumbImgBox li:hover img{
  opacity: 0.8;
  }

#slideImgs #thumbImgBox img{
  width: 185px;
  height: 55px;
  }
#slideImgs #mainImg ul{
  margin-top: 0px;
  }



#header{
	padding:20px 0 10px;
}

#headerInner{
	width:1000px;
	margin:0 auto;
}

#header .description{
  float: left;
  margin: 16px 20px 0;
}


#whatsnew{
  float: right;
  width: 320px;
}
#whatsnew li{
  }
#whatsnew li a{
  color: #333;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 7px 3px 7px;
  }
#whatsnew li a:hover{
  background: #eee;
  }

#whatsnew li a span{
  display: block;
  font-weight: bold;
  margin-right: 18px;
  }


#leftSide{
	width:640px;
	float:left;
	margin-left: 20px;
}

#leftSide img{
  max-width: 640px;
  margin: 2px 0;
}

#shopBox{
	width:120px;
	float:left;
	margin-top: -20px;
}
#shopBox img{
  max-width: 100%;
  background: #ccc;
  margin-bottom: 20px;
  }
#rightSide{
	width:200px;
	float:right;
}

#footer{
	height:100px;
	font-size:12px;
	background: #BAD43C;
	padding-top: 20px;
	margin-top: 80px;
}

#footerInner{
	width:1000px;
	color: #000;
	margin:0 auto;
	text-align: left;
}

#footerInner i{
  margin-right: 4px;
  }
#footerInner li{
  display: inline-block;
  margin-right: 12px;
  opacity: 0.88;
  }
#footerInner a{
color: #000;
}

.copy{
  font-weight: bold;
  margin-top: 8px;
}

/* ここからclearfix */
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .clearfix             { zoom: 1; } /*  IE6  */
*:first-child+html .clearfix { zoom: 1; } /*  IE7  */
/* clearfixここまで */


.border01{
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}


/* ボタンのhover */
a.mapButtom{
	display:block;
	width:196px;
	height:35px;
	background:url(/img/map_button.png) no-repeat 0 top;
	text-indent:-9999px;
	margin-top:10px;
}
a.mapButtom:hover{
	background-position:0 bottom;
}
/* ボタンのhoverここまで */

.sideBanner{
	margin-top:10px;
}

.sideBanner_left{
	margin-top:20px;
}

.sideBanner a{
	display:block;
	margin-bottom:10px;
}

.sideBanner a:hover{
  opacity: 0.8;
}

.table01{
	width:100%;
}

.table01 th{
	background:#F1F3E8;
	padding:10px;
	border:1px solid #CCC;
}

.table01 td{
	padding:10px;
	border:1px solid #CCC;
}

.table01 td p{
	margin:5px 0;
}

.businessSpan{
	color:#8EC100;
}

.recruit p,
.business p,
.privacy p,
article p{
	margin-bottom:5px;
}

#post-76 img{
  vertical-align: middle;
}

.recruit p span,
.business p span,
.privacy p span{
	font-size:15px;
}

.contactTable input,
.contactTable textarea{
	border:1px solid #CCC;
	padding:3px;
	width:400px;
}

.contactTable input.w100{
  width: 100px;
}


.contactTable textarea{
	height:150px;
}

.contactTable span{
	color:#F00;
}

.contactTable th.vTop{
	vertical-align:top;
}


.giftcardBox{
  line-height: 2;
}
.giftcardBox input,
.giftcardBox textarea{
	border:1px solid #CCC;
	padding:3px;
	width:200px;
}

.giftcardBox input.w100{
  width: 100px;
}


.giftcardBox textarea{
	height:150px;
}

.giftcardBox span{
	color:#F00;
}

.giftcardBox th.vTop{
	vertical-align:top;
}
.post{
	display:block;
	background:#BAD43C;
	padding:6px!important;
	border-radius:5px;
	box-shadow:#9BB131 0 4px 0;
	width:200px!important;
	color:#fff;
	font-size:18px;
	text-align:center;
	letter-spacing:4px;
	margin:20px auto 4px;
	-webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -o-transition: 0.15s ease;
    transition: 0.1s ease;
	text-decoration:none;
	height:40px;
}

.post:hover{
	display:block;
	background:#AAC236;
	padding:6px;
	border-radius:5px;
	box-shadow:none;
	width:200px;
	color:#fff;
	font-size:18px;
	text-align:center;
	letter-spacing:4px;
	margin:24px auto 0;
}

/* レストラン */

.restaurantLead p{
	margin-bottom:10px;
}

.restaurantLead{
	background:#F7F2EA;
	padding:20px 20px 10px 20px;
	margin:20px 0;
}
.restaurantLead2 p{
	margin-bottom:10px;
}

.restaurantLead2{
	background:#F4DCDC;
	padding:20px 20px 10px 20px;
	margin:20px 0;
}
.restaurantLead3 p{
	margin-bottom:10px;
}

.restaurantLead3{
	background:#FFFFFF;
	padding:5px 20px 15px 20px;
	margin:10px 0;
	border:3px solid #666;
}
.restaurantShopName{
	font-size:14px;
	font-weight:bold;
}

.restaurantShopBlock{
	border:3px solid #ccc;
	padding:5px;
	margin-bottom:10px;

}





.restaurantShopBlockRight{
	float:right;
	width:410px;
	padding:3px;
	position:relative;
	min-height:80px;

}

.restaurantShopBlockRight p span{
	font-size:14px;
	font-weight:bold;
}


.restaurantShopBlockRight p a{
	overflow:hidden;
	color:#993333;
	outline:none;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
	text-decoration:none;
}


.restaurantShopBlockRight p a:hover{
	overflow:hidden;
	color:#FF9F00;
	outline:none;
	-webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
	text-decoration:underline;
}


.restaurantMore{
	display:block;
	background:#FFBC00;
	padding:6px;
	border-radius:5px;
	box-shadow:#FF9900 0 4px 0;
	width:100px;
	color:#fff;
	font-size:15px;
	text-align:center;
	margin:20px auto 4px;
	-webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -o-transition: 0.15s ease;
    transition: 0.1s ease;
	text-decoration:none;
	position:absolute;
	right:10px;
	bottom:0px;
}

.restaurantMore:hover{
	display:block;
	background:#FF9F00;
	padding:6px;
	border-radius:5px;
	box-shadow:none;
	width:100px;
	color:#fff;
	font-size:15px;
	text-align:center;
	margin:24px auto 0;
}
.restaurantMore2{
	display:block;
	background:#ff4200;
	padding:6px;
	border-radius:5px;
	box-shadow:#d43700 0 4px 0;
	width:100px;
	color:#fff;
	font-size:15px;
	text-align:center;
	margin:20px auto 4px;
	-webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -o-transition: 0.15s ease;
    transition: 0.1s ease;
	text-decoration:none;
	position:absolute;
	right:10px;
	bottom:45px;
}

.restaurantMore2:hover{
	display:block;
	background:#ff7e0b;
	padding:6px;
	border-radius:5px;
	box-shadow:none;
	width:100px;
	color:#fff;
	font-size:15px;
	text-align:center;
	margin:24px auto 0;
}
.restaurantMore3{
	display:block;
	background:#ff4200;
	padding:6px;
	border-radius:5px;
	box-shadow:#d43700 0 4px 0;
	width:100px;
	color:#fff;
	font-size:15px;
	text-align:center;
	margin:20px auto 4px;
	-webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -o-transition: 0.15s ease;
    transition: 0.1s ease;
	text-decoration:none;

}

.restaurantMore3:hover{
	display:block;
	background:#ff7e0b;
	padding:6px;
	border-radius:5px;
	box-shadow:none;
	width:100px;
	color:#fff;
	font-size:15px;
	text-align:center;
	margin:24px auto 0;
}
ul.restaurantIcon{
	position:absolute;
	left:10px;
	bottom:10px;
}

ul.restaurantIcon li{
	float:left;
	margin-right:5px;
}

ul.restaurantIcon02{
	margin-top:10px;
}

ul.restaurantIcon02 li{
	float:left;
	margin-right:5px;
}

.restaurantMenuBlock{
	border:3px solid #ccc;
	padding:10px;
	margin-bottom:20px;
}

.restaurantMenu{
	float:left;
	margin-left:12px;
	width:187px;
	position:relative;
	padding-bottom:10px;
	padding-left:12px;
	border-left:1px dotted #ccc;
}

.restaurantMenu p{
	margin-bottom:10px;
}

.menuPrice{
	position:absolute;
	right:0px;
	bottom:0px;
	font-weight:bold;
	margin-bottom:0px!important;
}

.restaurantMenuBox{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.restaurantMenuBox .restaurantMenu:first-child{
	margin-left:0px;
	padding-left:0px;
	border:none;
}

.restaurantPdfLink{
	margin:25px auto 10px;
	width:445px;
}

.restaurantPdfLink a{
	display:inline-block;
	margin:0 5px;
}

.restaurantPdfLink a:hover{
	-moz-opacity:0.8;
	opacity:0.8;
}

.restaurantInfoLeft{
	float:left;
	width:290px;
}

.restaurantInfoLeft p span{
	font-weight:bold;
	margin-top:10px;
	display:block;
}

.restaurantInfoRight{
	float:right;
	width:270px;
	height:270px;
}
.restaurantInfoRight2{
	float:right;
	width:200px;
	height:200px;
}
/* 新着情報 */

dl.newsList {
	overflow: hidden;
	zoom: 1;
	margin-top:20px;
}
dl.newsList dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 90px;
	float: left;
	clear: both;
	font-weight: bold;
}
dl.newsList dd {
	margin-bottom: 5px;
	padding: 0 0 5px 100px;
	border-bottom: 1px solid #ccc;
}

dl.newsList dd a{
	color:#333;
}

dl.newsList dd a:hover{
	color:#999;
}

.date{
  color:#999;
  margin:-10px 0 15px;
  }

.back-to-news-top{
  margin-top:70px;
}
.back-to-news-top i{
  margin-right:5px;
}

.wpcf7-not-valid-tip{
	display:block;
	margin-top:5px;
}

.wpcf7-response-output{
}

.screen-reader-response{
	margin:10px 0;
}

/* new recruit */

body.page-template-page-recruit-new-php #leftSide{
	width:860px;
}

body.page-template-page-recruit-new-php #leftSide img{
  max-width: 860px;
  margin:0;
}


ul.interview-list{
	margin-left:-10px;
}

ul.interview-list li{
	display:block;
	float:left;
	margin-left:10px;
	width:425px;
	height:215px;
	margin-bottom:10px;
}

.new-recruit h2{
	font-weight:bold;
	font-size:30px;
	text-align:center;
	border-left:none;
	padding:0;
	margin-bottom:20px;
	
}

.new-recruit h2 span{
	font-weight:normal;
	font-size:14px;
	text-align:center;
	border-left:none;
	display:block;
	padding:0;
	margin-top:5px;
	
}

ul.interview-list li img{
	float:left;
}

.interview-list-text{
	float:right;
	width:245px;
	background:#999999;
	padding:20px;
	box-sizing:border-box;
	height:100%;
}

.interview-list-text h3{
	color:#fff;
	background:none;
	padding:0;
	margin:0 0 15px 0;
	border:none;
	font-size:14px;
	line-height:1.5;
}

.interview-list-text p{
	color:#fff;
	margin:0 0 15px 0;
	font-size:11px;
}


.interview-list-text a{
	color:#999999;
	background:#fff;
	display:block;
	padding:6px;
	font-size:13px;
	text-align:center;
}
.interview-list-text a:hover{
	color:#999999;
	background:#DCDCDC;
	display:block;
	padding:6px;
	font-size:13px;
	text-align:center;
}

ul.new-recruit-menu{
	margin-top:30px;
	margin-left:-10px;
}

ul.new-recruit-menu li{
	float:left;
	margin-left:11px;
	position:relative;
}

ul.new-recruit-menu li a{
	width:206px;
	height:206px;
	display:block;
	border:5px solid #999999;
	box-sizing:border-box;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
ul.new-recruit-menu li a:hover{
	border:5px solid #BAD43C;
}

ul.new-recruit-menu li.new-recruit-menu01 a{
	background:url(/img/recruit_top_message.png) no-repeat center 30px #fff;
}
ul.new-recruit-menu li.new-recruit-menu01 a:hover{
	background:url(/img/recruit_top_message_on.png) no-repeat center 30px #BAD43C;
}
ul.new-recruit-menu li.new-recruit-menu02 a{
	background:url(/img/recruit_top_message02.png) no-repeat center 38px #fff;
}
ul.new-recruit-menu li.new-recruit-menu02 a:hover{
	background:url(/img/recruit_top_message02_on.png) no-repeat center 38px #BAD43C;
}
ul.new-recruit-menu li.new-recruit-menu03 a{
	background:url(/img/recruit_top_career.png) no-repeat center 27px #fff;
}
ul.new-recruit-menu li.new-recruit-menu03 a:hover{
	background:url(/img/recruit_top_career_on.png) no-repeat center 27px #BAD43C;
}
ul.new-recruit-menu li.new-recruit-menu04 a{
	background:url(/img/recruit_top_requirements.png) no-repeat center 28px #fff;
}
ul.new-recruit-menu li.new-recruit-menu04 a:hover{
	background:url(/img/recruit_top_requirements_on.png) no-repeat center 28px #BAD43C;
}


ul.new-recruit-menu li h3{
	font-size:13px;
	color:#999;
	background:none;
	border:none;
	padding:0;
	position:absolute;
	bottom:30px;
	text-align:center;
	display:block;
	width:196px;
	margin:0;
}

ul.new-recruit-menu li h3 span{
	font-size:11px;
	color:#BAD43C;
	display:block;
	margin-top:5px;
}

ul.new-recruit-menu li a:hover h3,
ul.new-recruit-menu li a:hover h3 span{
	color:#fff;
}

/* 店員インタビュー */

.new-recruit-interview p{
	margin-bottom:40px!important;
}

.new-recruit-interview h2{
	font-size:25px;
	font-weight:bold;
	border-left:none;
	padding:0;
	margin-bottom:40px;
	margin-top:0;
}

.new-recruit-interview h3{
	font-size:16px;
	font-weight:bold;
	border-left:none;
	padding:0;
	margin-bottom:20px;
	margin-top:0;
	background:none;
	border-bottom:none;
	color:#333;
}

.new-recruit-interview .boss-voice{
	border:5px solid #999;
	padding:30px;
}

.new-recruit-interview .boss-voice img{
	float:right;
}

.new-recruit-interview .boss-voice .boss-voice-left{
	float:left;
	width:480px;
}

.new-recruit-interview .boss-voice .boss-voice-left p{
	margin-bottom:0!important;
	margin-top:20px;
}

.new-recruit-interview .boss-voice .boss-voice-left h3{
	font-size:25px;
	margin-bottom:0;
}

/* 社長からのメッセージ */

.president-message{
	border:5px solid #999;
	padding:30px;
}

.president-message h2{
	color:#B9D33B;
	font-size:50px;
	text-align:center;
	letter-spacing:3px;
	margin-bottom:30px;
}

.president-message h2 span{
	display:block;
	color:#999;
	font-size:20px;
	font-weight:normal;
}

.president-message p{
	margin-bottom:20px!important;
	font-size:14px;
}

.president-message p.president-name{
	text-align:right;
	margin-bottom:0!important;
	font-weight:bold;
}

/* キャリアアップ */

.policy-box{
	border:5px solid #999;
	margin-top:40px;
}

.new-recruit-policy h3{
	background:none;
	border-bottom:none;
	border-left:none;
	margin-top:40px;
	margin-bottom:20px;
}

.policy-box h3 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  background: #BAD43C;
  padding: 25px;
  margin: 0;
  border-bottom: none;
  border-left: none;
  line-height: 1;
}

.new-recruit-policy h4{
	font-weight:bold;
	margin-bottom:20px;
	font-size:16px;
}


.policy-box ul {
	margin:25px;
}
.policy-box ul li{
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
	background:url(/img/policy_list_icon.png) no-repeat 0 8px;
	padding:0 0 0 25px;
}

.policy-box ul li span{
	font-size:14px;
	font-weight:normal;
	display:block;
	background:none;
}

ul.careerup-img-list{
	margin-left:-10px;
	margin-bottom:30px;
}

ul.careerup-img-list li{
	margin-left:10px;
	float:left;
}

.careerup-contentbox p{
	float:left;
	margin-right:20px;
	width:474px;
}

table.requirements-table th span{
	color:#F00;
}

table.requirements-table input,
table.requirements-table textarea{
	background:#E6E6E6;
	padding:5px;
	width:500px;
	border:none;
	border-radius:5px;
}

table.requirements-table span{
	width:auto;
	display:inline-block;
	margin-right:10px;
}

table.requirements-table .radio-block input{
	width:auto;
	display:inline-block;
	margin-right:5px;
}

table.requirements-table th{
	background:#EEE;
}

input.post-btn-requirements{
	border:none;
  display: block;
  background: #BAD43C;
  padding: 6px!important;
  border-radius: 5px;
  width: 200px!important;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 4px;
  margin: 20px auto 0;
  text-decoration: none;
  height: 40px;
}