@CHARSET "UTF-8";
/* icon css */

/* 1.css-bar */
.css-bar{
	  display: inline-block;
	  margin: 0 10px 3px 0;
	  padding: 0;
	  background: #000;
}
.css-bar, .css-bar:before, .css-bar:after{
	  width: 28px;
	  height: 5px;
}
.css-bar:before, .css-bar:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  background: #000;
}
.css-bar:before{
	  margin-top: -10px;
}
.css-bar:after{
	  margin-top: 5px;
}

/* 2.gate-bar */
.gate-bar {
	  display: inline-block;
	  margin: 5px 5px 5px 5px;
	  padding: 0;
	  background-color : #999;
	  color : #fff;
	  font-size : 20px;
	  width : 28px;
	  height : 28px;
	  text-align : center;
	  vertical-align : middle;
}


