@charset "utf-8";
html,body{
	width:100%;
	height:100%;
	overflow:auto;
	/*min-width:380px;*/
}
#out{
	width:100%;
	height:100%;
	min-height:600px;
	display:flex; 
	flex-flow:column;
	justify-content:space-between;
	background:#eee;
}
header{
	flex:0 0 60px;
	width:100%;
	text-align:center; 
	padding:20px;
	box-sizing:border-box; 
	color:#666;
	align-items:center;
	font-size:20px;	
	line-height:1.5em;
	font-weight:bold;
}
.content{
	flex:3;
	background:#EEE;
	padding:20px;
	overflow-y:scroll;
	font-size:16px;
	line-height:1.5em;
	margin-bottom:70px;
}
.content p{
	margin-bottom:20px;
}
.content h1{
	color:#00a94f;
	margin-bottom:10px;
	font-size:20px;
}
.content h3{
	color:#00a94f;
	margin-bottom:10px;
	font-size:16px;
}
.content h2{
	color:#00a94f;
	margin-bottom:10px;
	font-size:20px;
	cursor:pointer;
}
.content h2 div{
	width:0.8em;
	height:0.8em;
	border:1px solid #00a94f;
	border-radius:2px;
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
}
.content h2[class="Active"]{
	cursor:default;
}
.content h2[class="Active"] div{
	background:url(../images/Tick.svg) no-repeat center center;
}
.treaty li p{
	font-size:16px;
	line-height:1.5em;
	text-align:justify;
	text-justify:distribute;
	text-indent:-1.8em;
	margin-left:2em;
}
.treaty li{
	margin-bottom:30px;
}
.tenli~li p{
	text-indent:-3em;
	margin-left:3em;
}
.treaty li p[class="TI0"]{
	text-indent:0em;
	margin-left:0em;
}
.treaty li p[class="TI01"]{
	text-indent:-1em;
	margin-left:1em;
}
.treaty li p[class="TI01a"]{
	text-indent:-2em;
	margin-left:2em;
}
.treaty li p[class="TI01b"]{
	text-indent:-1em;
	margin-left:2em;
}
.treaty li p[class="TI01c"]{
	text-indent:-1.1em;
	margin-left:3.1em;
}
.treaty li p[class="TI01cc"]{
	text-indent:-1.1em;
	margin-left:4.2em;
	margin-top:-15px;
}
.treaty li p[class="TI01ccc"]{
	text-indent:-1.1em;
	margin-left:5.3em;
	margin-top:-15px;
}
.treaty li p[class="TI01ccd"]{
	text-indent:-0.25em;
	margin-left:4.3em;
	margin-top:-15px;
}
.treaty li p[class="TI01d"]{
	text-indent:0em;
	margin-left:2em;
}
.treaty li p[class="TI01e"]{
	text-indent:-2.8em;
	margin-left:3em;
}
.ButtonArea{
	position:fixed;
	bottom:0px;
	height:61px;
	border-top:1px solid #ccc;
	padding-top:10px;
	width:100%;
	text-align:center;
	background:#eee;
}

.ButtonArea button{
	font-size:20px;
	font-weight:bold;
	background:#fff;
	color:#00a94f;
	border:2px solid #00a94f;
	padding:5px 20px;
	margin-right:10px;
	border-radius:50px;
	width:98%;
}
.ButtonArea button:hover{
	box-shadow:0px -1px 2px rgba(0,0,0,0.4);
}
.ButtonArea button:active{
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.4);
}
.ButtonArea button[class="Green"]{
	background:#00a94f;
	color:#fff;
}
.ButtonArea button[class="Gray"]{
	border:2px solid #bbb;
	background:#bbb;
	color:#fff;
	cursor:no-drop;
	flex:0.95;
}
.ButtonArea button:last-child{
	margin-right:0px;
}
.treaty li p[class="TML"]{
	text-indent:0em;
	margin-left:0em;
}

strong{
	font-weight:bold;
}
th{
	text-align:center;	
}
td{
	text-align:center;
}

#winner{
	margin:0px;	
}
#winner td{
	text-align:center;
	padding:5px;	
}

#winner tbody td{
	text-align:left;
	padding:5px;	
}

#winner tr{
	text-align:center;
	padding:8px;	
}
#winner thead tr{
	background:#00a94f;
	color:#fff;	
}
#winner thead th{
	border-right:1px solid #fff;
}
#winner thead td:nth-child(3){
	background:none;
}
#winner thead td:nth-child(6){
	background:none;
}
#winner tbody td{
	border-bottom:1px solid #CCC;
	vertical-align:middle;
}
#winner tbody tr{
	border-bottom:1px solid #CCC;
}
#winner tbody th{
	border-right:1px solid #CCC;
	vertical-align:middle;
}

#winner ul[class="radioLi"]{
	text-align:left;
	width:120px;
}
#winner ul[class="radioLi"] li{
	margin:0px;
	padding:0px;
	display:inline-block;
	padding-left:20px;
	background:url(../../fut_Native_Mobile/images/radio_1.png) no-repeat left center;
	margin-right:20px;
	cursor:pointer;
}
#winner ul[class="radioLi"] li:last-child{
	margin-right:0px;
}
#winner ul[class="radioLi"] li[id="active"]{
	background:url(../../fut_Native_Mobile/images/radio_2.png) no-repeat left center;
}

.p_bold {
	font-weight: bold;
}
