
main{
	padding-bottom: 0;
}

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.topimg img{
	width: 100%;
	max-width: 710px;
}

#system{
	background: rgba(255,255,255,0.8);
}


/** sys **/

.sys{
	padding: 10px;
}

.sbox{
	width: 100%;
	display: table;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 4px;
	padding: 7px 0;
	background: #baa77b;
	border-bottom: 1px solid #a2894e;
	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: #fff;
	text-align: left;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	padding-left: 20px;
}

.sbox_r{
	text-align: right;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.3);
	padding-right: 20px;
}

.sys .sbox:last-child{
	margin-bottom: 0;
}


/** play **/

.play{
	padding: 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: 14px;
	line-height: 20px;
	padding: 8px 0 7px 0;
	color: #fff;
	background: #663300;
	margin-bottom: 4px;
	border-radius: 4px;
}

.play li:nth-child(odd){	padding-right: 2px;}
.play li:nth-child(even){	padding-left: 2px;}


/** op **/

.op{
	margin: 0 0 10px 0;
}

.op h4{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #663300;
	text-align: center;
	border-radius: 3px;
	margin: 5px 5px 0 5px;
	padding: 5px 0;
	background: url(img/h4.gif) repeat-x top center #ffe735;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}

.op table{
	width: calc(100% - 10px);
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
}

.op th{
	width: 140px;
	font-weight: normal;
	text-align: left;
	color: #996600;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}

.op td{
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}


/** area **/

.area{
	margin: 0 0 10px 0;
}

.area div{
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px dotted #d6caac;
	padding: 10px 5px;
}

.area div em{	color: #996600;}


/** caution **/

.caution{}

.caution ul{
	margin: 0 0 10px 0;
}

.caution li{
	font-size: 11px;
	line-height: 16px;
	padding: 8px 10px;
	border-bottom: 1px dotted #ddd;
}

.caution div{
	font-size: 11px;
	line-height: 16px;
	color: #ff3333;
	padding: 0 10px;
}


.boxtxt{
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color: #ff0000;
	padding: 10px 0 0 0;
}


