/*#tabs {
  float: none;
  margin-bottom: -1px;
  padding: 0 14px;
  position: relative;
  width: auto;
  line-height: normal;
  white-space: nowrap;
  background: none;
}
#tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#tabs li {
  display: -moz-inline-box;
  display: inline-block;
  border: 1px solid #7f828b;
  margin-left: -3px;
  padding: 0;
  vertical-align: bottom;
}
#tabs li a,
#tabs li a:hover {
  display: block;
  padding: 0 0 0 1px;
  text-decoration: none;
  color: #007FFF;
  background: #e9e9e9 url('../img/icons/tabs/tabs_bg.png') 0 0 no-repeat;
}
#tabs li a span {
  display: block;
  padding: 0 5px 0 4px;
  height: 17px;
  line-height: 17px;
  cursor: pointer;
  background: url('../img/icons/tabs/tabs_bg.png') 100% 0 no-repeat;
}
#tabs #current {
  border-bottom: 1px solid #fcfcfc;
  margin: 0 -1px 0 -4px;
}
*:first-child+html #tabs #current { margin: 0 -1px; }
* html #tabs #current { margin: 0 -1px; }
#tabs #current span {
  padding: 1px 5px;
  background: #fcfcfc;
}*/

div#tabs_sp{position:relative;border: 1px solid #ccc;}
div#tabs_sp ul#ultabs_sp{ list-style:none; display:inline-block;width:100%;margin-bottom:0;}
div#tabs_sp ul#ultabs_sp li{
	float:left;text-align:center;
	cursor:pointer;font-family: 'UTM-Avo';text-transform: uppercase;
	padding: 7px 10px;border: 1px solid #c9c9c9; background: #d8d2d2;color: #666;
	margin-bottom: 0px;font-size: 13px;
}
div#tabs_sp ul#ultabs_sp li:last-child{
	/*border-right: 2px solid #B6B7BA !important;*/
}
div#tabs_sp ul#ultabs_sp li img{
	width:100%;
}
div#tabs_sp ul#ultabs_sp li.active{
	background: #fff;color: #4a4a4a;border: none;margin-bottom: 0;text-align:center;
}
div#content_tabs_sp{position:relative; overflow:hidden;background: #fff;padding: 10px !important;margin-top: -7px;}
.tab_title_gui{margin: 0;font-size: 11px;text-transform: initial;}