
main{
}

#system{
	background: rgba(255,255,255,0.85);
}

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

.topimg img{
	max-width: 1100px;
}


/** sys **/

.sys{
	padding: 10px;
}

.sbox{
	width: 100%;
	display: table;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
	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 10px 16px 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: #574633;
	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 table{
	width: 100%;
	font-size: 15px;
	line-height: 24px;
}

.op th{
	font-weight: normal;
	text-align: left;
	padding: 8px 0 8px 10px;
	border-bottom: 1px dotted #ddd;
	color: #17461b;
}

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


/** area **/

.area{
	margin: 0 0 10px 0;
}

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

.area div em{	color: #b09246;}


/** caution **/

.caution{
	text-align: center;
}

.caution .ctxt{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 10px;
}

.caution h4{
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	color: #ffffff;
	background: #17461b;
	margin: 0 0 2px 0;
	padding: 0 5px;
}

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

.caution li{
	font-size: 11px;
	line-height: 16px;
	color: #17461b;
	text-align: left;
	padding: 10px 10px;
	border-bottom: 1px dotted #ddd;
}


/** flow **/

#flow{
	padding: 10px;
	background: #edf7ed;
}

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

.fbox{
	width: 100%;
	display: table;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

.fbox:last-of-type{
	margin-bottom: 0;
}

.fbox_l,
.fbox_r{
	display: table-cell;
	vertical-align: middle;
}

.fbox_l{
	width: 105px;
	font-size: 12px;
	line-height: 24px;
	color: #17461b;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.fbox_l span{
	display: inline-block;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	background: #17461b;
	width: 60px;
	height: 24px;
	margin-right: 5px;
}

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

.fbox_r em.red{	color: #ff0000;}

.cre{
	text-align:center;
	margin-top:10px;
}