/**************index******************/
#system_box{
	width:990px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
	padding:5px;
}
.system_contents{
	width:900px;
	height:auto;
	margin:10px auto;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	border-bottom:3px #000 solid;
}
.system_time{
	width:440px;
	font-size:38px;
	font-weight: bold;
	color:#000;
	margin:0;
	padding:10px 5px;
	box-sizing: border-box;
	text-align:center;
}
.system_detail{
	width:440px;
	font-size:38px;
	font-weight: bold;
	color:#000;
	margin:0;
	padding:10px 5px;
	box-sizing: border-box;
	text-align:center;
}
.system_contents_s{
	width:800px;
	height:auto;
	margin:5px auto 0;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
}
.system_item{
	background-color:#000;
	width:400px;
	font-size:24px;
	color:#FFF;
	line-height:2em;
	margin:0;
	padding-left:5px;
	box-sizing: border-box;
	text-align:left;
}
.system_price{
	width:480px;
	font-size:24px;
	color:#000;
	line-height:1.4em;
	margin:0;
	padding:5px;
	text-align:left;
	box-sizing: border-box;
	border-bottom:1px #000 solid;
}
.system_text{
	width:800px;
	text-align:center;
	font-size:24px;
	color:#000;
	line-height:1.4em;
	margin:10px auto;
}

.access_contents{
	display:table;
	table-layout:fixed;
	width:800px;
	height:auto;
	margin:5px auto 0;
	overflow:hidden;
}
.access_item{
	display:table-cell;
	vertical-align:middle;
	background-color:#000;
	width:200px;
	font-size:24px;
	color:#FFF;
	line-height:2em;
	margin:0;
	padding-left:5px;
	text-align:left;
}
.access_detail{
	display:table-cell;
	vertical-align:top;
	width:590px;
	font-size:24px;
	color:#000;
	line-height:1.4em;
	margin:0;
	padding:5px;
	text-align:left;
	border-bottom:1px #000 solid;
}
