@charset "utf-8";

#system {
  padding: 0 10px;
}
#system_inner h3 {
	border: 2px solid transparent;
  border-bottom: none; 
}
.systembox {
	margin: 0 0 20px;
	border-bottom: 2px solid transparent;
}
.systembox:last-of-type{
  margin-bottom: 0;
}
.basic_article,
.play_article,
.list_price {
	background: transparent;
	border: 2px solid transparent;
	border-top: none;
	padding: 5px 10px 15px;
}
.play_article {
	border-bottom: none;
}
.list_price {
	border-bottom: none;
  margin: 0;
}
.list_price li {
  padding: 20px 5px 0;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  font-weight: bold;
  overflow: hidden;
}
.txt_price {
  float: right;
  font-size: 18px;
}
/*---------------*/
#h_menu_list .l_system a {
  color: #b89048;
}
.header_nav ul .l_system {
  background-color: rgba(255, 255, 255, 0.3);
}