@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;
}
.txt_price::before{
    content: "\A" ;
	white-space: pre ;
}
/*---------------*/
#h_menu_list .l_system a {
  color: #b89048;
}
.header_nav ul .l_system{
  background-color: rgba(255, 255, 255, 0.3);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#tab {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#tab li.active {
	background-color: #424242;
}

#tab li.active a {
	color: #FFF;
}

#tab li {
	float: left;
	text-align: center;
	font-size: 18px;
	list-style: none;
	background-color: #E8E8E8;
	text-align: center;
	border-left: 1px solid #E0ECEC;
	border-right: 1px solid #E0ECEC;
	color: #676767;
	margin: 10px 3px 0;
}

#tab li a {
	color: #666;
	display: block;
	padding: 10px 15px;
}

#tab li a:hover {
	text-decoration: none;
}

#tab li a span {
	display: block;
	font-size: 0.7em;
}

.sub-contents .col-md-6 {
	margin-top: 20px;
}

.sub-contents .table {
	margin-top: 20px;
}

.sub-contents .table th {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #CCC;
	width: 25%;
}

.sub-contents .panel {
	margin-top: 20px;
}

.sub-contents .panel-heading {
	font-size: 1.5em;
	text-align: center;
}

.sub-contents .panel-body {
	font-size: 1.5em;
	text-align: center;
	line-height: 2.5em;
}

.sub-contents .panel-body small {
	font-size: 75%;
}

.menulist {
	border-bottom: 1px dotted #D3B89B;
}
.menulist.last {
	border-bottom: none;
}