body {background-color:black;
		font-family:Arial;
		font-size:20px;}

.wrap {width:50%;
		padding-top:0px;
		padding-bottom:50px;
		margin:5% auto;
		background-color:#BFCCBF;}
		
.head {background-color:#265226;;
		margin:0px;
		padding:3px}
		
h1 {text-align:center;
		color:#BFCCBF;}
		
table {margin:0 auto}


		
.ja {width:100%;
		height:150%;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		border:0px;}
		
.ck {width:100%;
		height:120%;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		border:0px;}
		
.ly {width:65%}

.cl {width:30%;
		height:120%;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		border:0px;}

#sign {width:40%;
			height:180%}

#one {font-size:12px;
		color:#4C4C4C}
		
#two {width:25%;
		height:150%}
		
h2 {margin-left:7%}
		
td {padding:10px}


@media screen and (max-width: 1110px)
	{
		.wrap {width:60%}
	}

@media screen and (max-width: 719px)
	{
		.wrap {width:90%}
		
		.ja {width:90%;
		height:120%;}
		
		.ck {width:100%;
		height:120%;}
		
		body {font-size:15px;}
	}

@media screen and (max-width: 490px)
	{
		.wrap {width:100%;
		margin:0}
		
		.ja {width:90%;
		height:100%;}
		
		.ck {width:100%;
		height:120%;}
		
		body {font-size:10px;}
	}



