@charset "UTF-8";
/* ===================================================================
common.css
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*----------------------------------------------------
共通
----------------------------------------------------*/
html {
  font-size: 10px;
}
.mar_b20{
	margin-bottom: 10px;
	}
body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000000;
  outline: none;
  text-decoration: underline;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
  */
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
  */
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}


.cont_inner{
	max-width: 1200px;
	margin: 0 auto;
}
 .sub_nav{
    background-color: #fff;
  }
.infowindow_box a {
	color: #347e03;
	text-decoration: underline;
	background:url(../images/busstop_icon.png) no-repeat left center;
	padding-left: 20px;
	 display: block;
		line-height: 22px;
}
.infowindow_box a:link {
	color: #347e03;
	text-decoration: underline;
}
.stations_btn {
	margin-top: 10px;
	}
.sun_txt{
	color: #c92626;
	}
.sat_txt{
	color: #4fa0f0;
	}
.backbtn{
	text-align: center;
	clear: both;
	display: block;
	margin: 50px 0;
	}
.backbtn a{
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    padding: 15px 160px;
		
	}
	.sub_bnrarea{
		max-width: 1200px;
		margin: 60px auto 40px;
		text-align: center;
		background-color: #eee;
		padding: 40px;
		box-sizing: border-box;
		}
.sub_bnrarea_common{
	text-align: center;
	margin-bottom: 44px;
	}
.sub_bnrarea_common li{
	display: inline-block;
	margin-left: 5px;
	}
.sub_bnrarea_common ul{
	margin-left: -5px;
	}
.sub_bnrarea_area{
	text-align: center;
	margin-bottom: 40px;
	}
.sub_bnrarea_area li{
	display: inline-block;
	margin-left: 5px;
	}
.sub_bnrarea_area ul{
	margin-left: -5px;
	}
	
/*---------------------------------------------------------------------------*/
#search_box{
	position:relative;
}
#search_box .seinner{
	display: block;
	width: 290px;
	position: absolute;
	border: solid 2px #347e03;
	right: 42px;
	top: -808px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
/*---------------------------------------------------------------------------*/
.form_area{
	border-top: 1px solid #e1e1e1;
	overflow: hidden;
	font-family: 'Abel', sans-serif;
}
.form_area.sc{
	border-top: none;
	border-bottom: none;
	overflow: hidden;
	margin-bottom: 8px;
	font-family: 'Abel', sans-serif;
}
.form_area .form_inner{
	width: 1200px;
	min-width: 940px;
	margin: 0 auto;
	display: table;
	border-collapse: collapse;
}
.form_area .contact_form{
	width: 50%;
	text-align:center;
	padding: 40px;
	box-sizing:border-box;
	border-right: 1px solid #e1e1e1;
	display: table-cell;
}
.form_area .fee_form{
	width: 50%;

	text-align:center;
	padding: 40px;
	box-sizing:border-box;
	border-left: 1px solid #e1e1e1;
	display: table-cell;
}

.form_area .contact_form_sc{
	width: 50%;
	text-align:center;
	padding: 40px;
	box-sizing:border-box;
	display: table-cell;
}
.form_area .fee_form_sc{
	width: 50%;

	text-align:center;
	padding: 40px;
	box-sizing:border-box;
	display: table-cell;
}

.form_area .iconbox{
	height: 60px;
	margin-bottom: 5px;
}
.form_area2 {
	text-align: left;
	
}
.form_area2  input{
	width: 98%;
	font-family: 'Abel', sans-serif;
}
.form_area2 .lttl{
	float: left;
	width: 100px;
	color: #b3b3b3;
	}
.form_area2 .acopy{
	overflow: hidden;
	}
.form_area2 .acopy.last{
	margin-bottom: 30px;
	}
.form_area2  textarea{
	width: 98%;
	font-family: 'Abel', sans-serif;
	border: 1px solid #ccc;
	padding: 3px;
}
.form_area2  .form_btn{
	text-align: center;
}


.form_area h3{
	margin-bottom: 30px;
}
.form_area li{
	margin-bottom: 8px;
}
.form_area2  .form_btn a{
	color: #fff;
	background-color:#434343;
	with: 100%;
	display:block;
	padding: 10px;
}
.confirm{
	margin-bottom:30px;
	}
.back_link{
	text-align: center;
	margin-top:10px;
	}
.back_link a{
	text-decoration: underline;
	}
.form_area2 .error{
		color: #c92626;
		}
.thanks{
		font-size:20px;
		}
/*---------------------------------------------------------------------------*/
.gr_link{
	display: inline-block;
	margin-left: 15px;
}
.gr_link a{
	text-decoration: underline;
}
.gr_link .gr_icon{
	margin-bottom : 10px;
	background:url(../images/guide_link.png) no-repeat left center;
	padding-left: 13px;
}
/*---------------------------------------------------------------------------*/
#search_box .seinner2{
	padding: 10px;
}
#search_box .seinner2 .copy{
	margin-bottom : 10px;
}
#search_box .seinner2 .caution{
	margin-bottom : 10px;
	background:url(../images/caut_icon.png) no-repeat left center;
	padding-left: 40px;
}
#search_box .seinner .bus_ttl{
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 10px;
}
.get_on input,.get_off input{
	width: 100%;
	box-sizing:border-box;
}
.get_off {
	margin-bottom: 10px;
}
.yaji{
		text-align: center;
}
.yaji img{
	vertical-align: middle;
}
.btn_area {
   
    margin-bottom: 10px;
    overflow: hidden;
   
}

.btn_area .ser_btn a{
	width: 70%;
	background-color: #c92626;
	color: #fff;
	text-align: center;
	padding: 12px 5px 12px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #c92626;
	display: block;
	margin : 0 auto 5px;
}
.btn_area3 .ser_btn a{
	background-color: #347e03;
	color: #fff;
	text-align: center;
	padding: 12px 5px 12px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #347e03;
	display: block;
	margin : 0 auto 5px;
	width: 90%;
}
.btn_area3 {
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
	
}

.btn_area .ren_btn a {
	width: 70%;
	text-align: center;
	padding: 5px;
	box-sizing:border-box;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	margin: 0 auto;
}

.btn_area .ren_btn a .reset_txt {
	font-size: 12px;
	margin-left: 5px;
	text-decoration: underline;
}

.btn_area2 {
	overflow: hidden;
	margin-bottom: 10px;
}
.btn_area2 .ser_btn {
	float: left;
	width: 80%;
}
.btn_area2 .ser_btn input {
	width: 100%;
}
.btn_area2 .ren_btn {
	float: right;
	width: 15%;
	text-align: center;
	padding: 5px;
	box-sizing:border-box;
	border: 1px solid #347e03;
	background-color: #347e03;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.bus_stop{
	background-color: #347e03;
	color: #fff;
	text-align: center;
}
.st_icon{
	background:url(../images/bus_icon.png) no-repeat left center;
	padding-left: 40px;
	display: inline-block;
	padding: 10px 10px 10px 40px;
	font-family: 'Abel', sans-serif;
}
/*---------------------------------------------------------------------------*/


.map{
	height: 860px;
	width: 100%;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
.information {
    margin-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}

.information li {
	background-color: #f6f6f6;
}


.information li a {
	padding: 20px;
	text-align: left;
	display: block;
	background:url(../images/info_icon.png) no-repeat 98% center;
}
.information li a .date {
	margin-right: 15px;
}

.information li:nth-child(even) {
	background-color: #e7e7e7;
}
/*---------------------------------------------------------------------------*/
.timetable{
	text-align: center;
	padding-top: 40px;
	}
.timetable li{
	display: inline-block;
	text-align: right;
	height: 22px;
	width: 19%;
	margin-bottom: 10px;
}
.timetable li a{
	transition: all 0.2s ease 0s;
	}
.timetable li a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	}
.timetable li.sh{
	width: 15%;
}
.timetable li.lo{
	width: 22%;
}
.timetable li img{
	height: 100%;
}

a{
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
}

#foot_search{
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	background-color: #f7f7f7;
}
#foot_search .fs_inner{
	max-width: 1200px;
	margin: 0 auto 15px;
}
/*#foot_search .fs_inner .fs_ttl{
	background: url(../images/icon_search.png) no-repeat 7px center;
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 5px 5px 5px 32px;
	margin-bottom: 20px;
}*/
#foot_search .fs_inner .fs_ttl {
   
    font-weight: bold;
    padding: 13px 5px 5px 9px;
}
#foot_search .fs_inner li{
	display: inline-block;
	margin: 10px 10px;
	
}
#foot_search .fs_inner li a{
	background: url(../images/fs_icon.png) no-repeat left center;
	padding: 0 0 0 13px;
}
.highspeed{
	border-top: 1px solid #ccc;
	}
@media screen and (min-width: 768px) and (max-width: 2000px){
.form_area2  .form_btn.sc a{
	width:40%;
	margin:0 auto;
}
}

@media screen and (min-width: 769px), print {
  /* ===================================================================
  common_pc.css
  =================================================================== */
  .pc{ display:block;}
  .sp{ display:none;}
  #container{
    min-width: 1200px;
  }
  figure{
    padding: 0;
    margin: 0;
  }
  a,
  a:link,
  a:visited,
  a:active,
  a:hover,
  a:hover img {
    text-decoration: none;
  }

  header{
    height: 115px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
  }

  
  .sub_nav .sub_inner{
    max-width: 1200px;
    margin: 0 auto;
    overflow:hidden;
    padding: 10px 0 ;
		text-align: right;
  }

  .sub_nav .sub_inner li{
    display: inline-block;
    margin-left: 20px;
    background: url(../images/li_icon.png) left 3px no-repeat;
    padding: 0 0 0 15px;
  }
  .sub_nav .sub_inner li a:hover{
    text-decoration: underline;
  }


  .head_inner{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
/*
  .head_inner h1 img {
    width:  236px;
  }
*/
  .head_inner .bnr_area{
    float: right;
  }
  .head_inner .bnr_area img{
    
    padding: 13px 0 0;
  }
  .h1area h1{
    float: left;
    margin: 0;
    padding: 32px 0 0;
  }
  .h1area p{
    float: right;
    padding: 30px 0 0 20px;

  }
  .head_inner .h1area{
    float: left;
  }
  .cenbox {
    margin: 0 0 30px;
  }
  h2{
    font-family: 'Abel', sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 2px;
    display: inline-block;
    line-height: 1;
    padding-bottom: 3px;
    margin-bottom: 6px;
    margin-left: 8px;
  }
  .h2copy{
    font-size: 140%;
    font-weight: normal;
    margin-bottom: 40px;
  }
  .bnr_cenbox {
    float: right;
    margin-right: 8px;
  }
  footer{
    text-align: center;
    position: relative;
    padding-top: 30px;
  }
  footer .flogo{
    margin-bottom: 20px;
  }
  footer .flogo img{
    width: 123px;
  }
 footer ul {
    margin-bottom: 30px;
    margin-left: -20px;
    padding-top: 10px;
}
  footer .textlink{
    margin: 40px 0;
  }
  footer .textlink a{
    text-decoration: underline;
  }

  footer li{
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
  }
  footer li:nth-of-type(1) img{
    width: 220px;
  }
  footer li:nth-of-type(2) img{
    width: 50px;
  }
  footer a{
    transition: all 0.2s ease 0s;
  }
  footer a:hover{
    opacity:0.6;
    filter: alpha(opacity=60);
  }
  footer .cpright{
    font-family: 'Abel', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 10px;
    padding-bottom: 20px;
  }
  .contact_btn{
    position: fixed;
    bottom: 25px;
    right: 20px;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
  }
  .contact_btn a {
   
    line-height: 15px;
    padding: 0 0 0 20px;
  }

  /* -------- */
  .infowindow_box {
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    width: 280px;
  }
  .infowindow_box .name {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 3px;
  }
  .infowindow_box .link {
    background: url(../images/icon_01.png) left center no-repeat;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
  }
  .infowindow_box .link a {
    color: #347e03;
    font-size: 14px;
    text-decoration: underline;
  }
  .infowindow_box .link a:hover {
    text-decoration: none;
  }
  .infowindow_box .btn_box {
    font-size: 0;
  }
  .infowindow_box .btn_box .btn {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 5px 0 0;
    vertical-align: middle;
		cursor: pointer;
  }
 .infowindow_box .btn_box .btn:hover {
	  filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .80;
  }
  .infowindow_box .btn_box .btn a:hover {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .80;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  common_sp.css
  =================================================================== */
  a,
  a:link,
  a:visited,
  a:active,
  a:hover,
  a:hover img {
    text-decoration: none;
  }

  .sp{ display:block;}
  .pc{ display:none;}
 .sc_inner{
	 margin-bottom: 60px;
	 }
.backbtn {
    clear: both;
    display: block;
    margin: 50px 0;
    text-align: center;
		width: 100%;
}
.backbtn a {
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 7px 30px;
    width: 70%;
}
	
  figure{
    padding: 0;
    margin: 0;
  }
  header{
    padding: 0 3%;
    box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    /*height: 60px;*/
    box-sizing: border-box;
  }
  .head_inner h1{
    margin: 0;
    
  }
  .head_inner h1 img{
    height: 27px;
  }
  .head_inner .bnr_area{
    /*float: right;
    padding-top: 20px;*/
    padding: 15px 0;
    width: 100%;
  }
  .head_inner .bnr_area img{
    height: auto;
    width: 100%;
  }
  .map{
    height: 180px;
    width: 100%;
  }
  h2{
    font-family: 'Abel', sans-serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 5px;
    display: inline-block;
    line-height: 1;
    padding-bottom: 3px;
    margin-bottom: 5px;
    text-align: center;
  }
  .h2copy{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }

  .bnr_cenbox {
    margin: 0 0 10px;
    width: 100%;
  }
  .bnr_cenbox img {
    height: auto;
    width: 100%;
  }

  footer{
    text-align: center;
    position: relative;
    padding-top: 30px;
  }
  footer .flogo{
    margin-bottom: 20px;
  }
  footer .flogo img{
    width: 90px;
  }
  footer ul{
    margin-bottom: 20px;
    margin-left: -20px;
  }
  footer li{
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
  }
  footer li:nth-of-type(1) img{
    width: 150px;
  }
  footer li:nth-of-type(2) img{
    width: 30px;
  }
  footer a{
    transition: all 0.2s ease 0s;
  }
  footer a:hover{
    opacity:0.6;
    filter: alpha(opacity=60);
  }
  footer .cpright{
    font-family: 'Abel', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 10px;
    padding-bottom: 20px;
  }

  /* -------- */
  .infowindow_box {
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    width: 100%;
  }
  .infowindow_box .name {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 3px;
  }
  .infowindow_box .link {
    background: url(../images/icon_01.png) left center no-repeat;
    margin: 0 0 20px;
    padding: 0 0 0 15px;
  }
  .infowindow_box .link a {
    color: #39abf3;
    font-size: 14px;
    text-decoration: underline;
  }
  .infowindow_box .btn_box {
    font-size: 0;
  }
  .infowindow_box .btn_box .btn {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 30%;
  }
  .infowindow_box .btn_box .btn img {
    height: auto;
    width: 100%;
  }
	

nav.menu			{ width:25px; height:30px; top: 20px; right:15px; position:fixed; cursor:pointer; overflow:hidden; z-index:99999; }
nav .menu1			{ width:25px; height:2px; background-color: #000; top:0px; position:absolute; } 
nav .menu2			{ width:25px; height:2px; background-color: #000; top:8px; position:absolute; } 
nav .menu3			{ width:25px; height:2px; background-color: #000; top:16px; position:absolute; }
nav .menu1,nav .menu2,nav .menu3
					{ transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; /* Opera */ -moz-transition: all 0.3s ease-out; /* Firefox */
					 -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */ -ms-transition: all 0.3s ease-out; /* IE */ }
nav .menuclick1		{ top:8px; -o-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg);
				 	-ms-transform: rotate(45deg); transform: rotate(45deg); }
nav .menuclick2		{ background-color:rgba(255,255,255,0);  }
nav .menuclick3		{ top:8px; -o-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
					-webkit-transform: rotate(-45deg); -ms-transform: rotate(-405deg); transform: rotate(-45deg); }
#menu { display: none; top: 45px; right:15px; position:fixed; z-index:99999; background-color: #fff; border: 1px solid #000; padding: 15px;}
#menu li { margin-top: 5px; margin-bottom: 5px;}
#menu li a{ background: url(../images/icon_01.png) left center no-repeat; padding-left: 15px;}
.map{
	height: 400px;
	margin-bottom: 30px;
}
/*---------------------------------------------------------------------------*/
.information {
    padding: 0 3%;
}
.information li a .date {
	display: block;
}
/*---------------------------------------------------------------------------*/
#search_box{
	padding: 0 3%;
	}
#search_box .seinner{
	display: block;
	width: 100%;
	position: static;
	border: solid 2px #347e03;
	right: 20px;
	top: -803px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}
/*---------------------------------------------------------------------------*/
.cenbox{ text-align:center;}
/*---------------------------------------------------------------------------*/
.timetable{
	text-align: left;
	padding: 40px 15px 0;
}
.timetable ul{
	text-align: left;
	}
.timetable li{
	display: inline-block;
	text-align: right;
	height: 24px;
	width: auto;
	margin-bottom: 10px;
}
.timetable li a{
	transition: all 0.2s ease 0s;
	}
.timetable li a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	}
.timetable li.sh{
	width: auto;
}
.timetable li.lo{
	width: auto;
}
.timetable li img{
	height: 100%;
}
.form_area .form_inner{
	min-width: 100%;
	width: 100%;
	display: block;
}
.form_area .contact_form{
	width: 100%;
	float: none;
	text-align:center;
	padding: 40px;
	box-sizing:border-box;
	border-right: 1px solid #e1e1e1;
	display:block;
}
.form_area .fee_form{
	width: 100%;
	float: none;
	text-align:center;
	padding: 40px;
	box-sizing:border-box;
	border-top: 1px solid #e1e1e1;
	display:block;
}

.sub_bnrarea{
		max-width: 1200px;
		margin: 60px auto 40px;
		text-align: center;
		background-color: #eee;
		padding: 40px;
		box-sizing: border-box;
		}
.sub_bnrarea_common{
	text-align: center;
	margin-bottom: 10px;
	}
.sub_bnrarea_common li{
	display: inline-block;
	margin-left: 0px;
	margin-bottom: 5px;
	}
.sub_bnrarea_common ul{
	margin-left: 0px;
	}
.sub_bnrarea_area{
	text-align: center;
	margin-bottom: 40px;
	}
.sub_bnrarea_area li{
	display: inline-block;
	margin-left: 0px;
	margin-bottom: 5px;
	}
.sub_bnrarea_area ul{
	margin-left: 0px;
	}
.link_area{
	text-align: right;
	margin-bottom: 15px;
	 padding-top: 4px;
		 border-top: 1px solid #e5e5e5;
	}
.cat_btn ul{
	border: 2px solid #347e03;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cat_btn li{
	display: inline-block;
	text-align: center;
width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cat_btn li.cat1{
	background-color: #347e03;
	color: #fff;
	width: 50%;
		padding: 10px ;
}
.cat_btn li.cat2{
	color: #347e03;
	

}

.cat_btn li.cat2 a{
	color: #000;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d6d6d6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #d6d6d6);
	background: -moz-linear-gradient(#fff, #d6d6d6);
	background: -o-linear-gradient(#fff, #d6d6d6);
	background: -ms-linear-gradient(#fff, #d6d6d6);
	background: linear-gradient(#fff, #d6d6d6);
	padding: 10px 0;
	display: block;
}

	
}
