
main{
	padding-bottom: 0;
}

#system{
}

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 10px 0;
}

.topimg img{
	width: 100%;
	max-width: 710px;
	height: auto;
}


/** sys **/

.sys{
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
}

.sbox{
	width: 100%;
	display: table;
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 4px;
	padding: 7px 0;
	background: rgba(51, 0, 0, 0.9);
	border-radius: 4px;
}

.sbox_l,.sbox_r{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sbox_l{
	color: #d3af6f;
	text-align: left;
	padding-left: 20px;
}

.sbox_r{
	text-align: right;
	padding-right: 20px;
}

.sys .sbox:last-child{
	margin-bottom: 0;
}

.boxtxt{
	font-size: 11px;
	line-height: 18px;
	padding: 10px;
}

.sys .boxtxt{
	padding: 10px 0 0 0;
}

.boxtxt span{	color: #ff0000;}

.course{
	display: block;
	text-align: center;
	margin: 0 0 4px 0;
	padding: 10px 0;
	border-radius: 10px 10px 0 0;
	background: rgba(104, 0, 0, 0.9);
}

.course h4{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #ffe784;
}

.course p{
	font-size: 10px;
	line-height: 14px;
	padding: 0 10px;
}

.sys2{	margin-bottom: 10px;}


/** play **/

.play{
	padding: 10px 10px 6px 10px;
}

.play ul{
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.play li{
	display: inline-block;
	width: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.play li span{
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	padding: 8px 0 7px 0;
	color: #fff;
	margin-bottom: 4px;
	border-radius: 17px;
}

.play li:nth-child(odd){	padding-right: 2px;}
.play li:nth-child(even){	padding-left: 2px;}

#basic li span{
	border: 2px solid #660000;
	background: -webkit-linear-gradient(0deg, #330000 0%, #990000 50%, #330000 100%);
	background: -moz-linear-gradient(0deg, #330000 0%, #990000 50%, #330000 100%);
	background: -o-linear-gradient(0deg, #330000 0%, #990000 50%, #330000 100%);
	background: -ms-linear-gradient(0deg, #330000 0%, #990000 50%, #330000 100%);
	background: linear-gradient(90deg, #330000 0%, #990000 50%, #330000 100%);
}

#tool li span{
	border: 2px solid #98773d;
	background: -webkit-linear-gradient(0deg, #62491c 0%, #98773d 49%, #62491c 100%);
	background: -moz-linear-gradient(0deg, #62491c 0%, #98773d 49%, #62491c 100%);
	background: -o-linear-gradient(0deg, #62491c 0%, #98773d 49%, #62491c 100%);
	background: -ms-linear-gradient(0deg, #62491c 0%, #98773d 49%, #62491c 100%);
	background: linear-gradient(90deg, #62491c 0%, #98773d 49%, #62491c 100%);
}


/** op **/

.op{
	background: rgba(0, 0, 0, 0.7);
	margin: 0 0 10px 0;
}

.op table{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}

.op th{
	font-weight: normal;
	text-align: left;
	color: #d3af6f;
	padding: 8px 0 8px 30px;
	border-bottom: 1px dotted #222;
}

.op td{
	text-align: right;
	padding: 8px 30px 8px 0;
	border-bottom: 1px dotted #222;
}


/** area **/

.area{
	background: rgba(0, 0, 0, 0.7);
	margin: 0 0 10px 0;
}

.area div{
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px dotted #222;
	padding: 8px 10px;
}

.area div em{	color: #d3af6f;}

.area_title em{
	font-size: 20px;
}


/** credit **/

#credit{
	background: rgba(0, 0, 0, 0.7);
	margin: 0 0 10px 0;
	padding: 10px;
}

#credit p{
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

#credit div{
	text-align: center;
}

#credit div.bt_bg{
	margin-top: 10px;
}

.cretxt{
	text-align: left;
}
.cretxt li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	padding: 0 0 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cretxt li span{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}


/** caution **/

.caution{
	background: rgba(0, 0, 0, 0.7);
}

.caution ul{
	margin: 0 0 10px 0;
}

.caution li{
	font-size: 11px;
	line-height: 16px;
	padding: 8px 10px;
	color: #c1b298;
	border-bottom: 1px dotted #222;
}

.caution li span{
	display: block;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	padding: 5px 0 0 0;
}

.caution li span em{	color: #ff0000;}

.caution div{
	font-size: 11px;
	line-height: 16px;
	padding: 10px;
}


#pre{
	background: rgba(0, 0, 0, 0.7);
	margin: 0 0 10px 0;
}

.pre_icon{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 10px 0;
}

.pre_txt{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding: 0 10px 10px 10px;
}


.bnr_card{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 10px;
}
.bnr_card img{
	width: 240px;
	height: auto;
}
