@charset "utf-8";
.col-xs-6.col-sm-6.col-md-6.col-lg-7 {
	font-size: 0.8em;
}
.listbutton {
 width: 12em;
 border-right: 1px solid #000;
 font-family: 'Trebuchet MS', 'Lucida Grande',
   Verdana, Lucida, Geneva, Helvetica, 
   Arial, sans-serif;
 background-color: #E8E8E8;
 color: #333;
 }
 .listbutton ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  }
  
 .listbutton li {
  border-bottom: 1px solid #9C9C9C;
  margin: 0;
  }

 .listbutton li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 10px solid #7C7C7C;
  border-right: 10px solid #CBCBCB;
  background-color: #E8E8E8;
  color: #000000;
  text-decoration: none;
  width: 100%;
  } 

.listbutton li a {
  width: auto;
  } 

.listbutton li a:hover {
  border-left: 10px solid #AAAAAA;
  border-right: 10px solid #CDCDCD;
  background-color: #C7C7C7;
  color: #fff;
  }
.foottext {
text-align: center;
margin: 20px 0 0 ;
padding: 10px 0;
}

.foottext ul{
  list-style: none;
  margin: 0 2px;
  padding: 0;
}

.foottext li {
   display: inline-block;
   padding: 5px 5px;
}

.foottext a {
  font-weight: normal;
  padding: 10px 5px;
  font-size: 1.20em;
}