@charset "utf-8";

.butn-list {
	width:95%;
	line-height:400%;
	float: left;
	 margin-left:30px;
}
.butn-list li {
	float:left;
	margin-right:20px;
}
.butn-o {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #f28135;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.butn-o:hover {
  background: #ff9d0a;
  text-decoration: none;  
  font-weight:bold;
}
.butn {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e5e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e3e5e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e5e6);
  background-image: -o-linear-gradient(top, #ffffff, #e3e5e6);
  background-image: linear-gradient(to bottom, #ffffff, #e3e5e6);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #000000;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  border: solid #c9c9c9 1px;
  text-decoration: none;
}

.butn:hover {
  background: #ffffff;
  text-decoration: none;
  color:red;
  font-weight:bold;
}
@media screen and (max-width : 480px){
}
	