@charset "utf-8";
a:link {text-decoration:none; color:honeydew;}
a:active {text-decoration:none; color:honeydew;} 
a:visited {text-decoration:none; color:honeydew;} 
a:hover {text-decoration:underline; color:honeydew;}
div {
border-radius:20px;
}
ol {
	background-color:#333;
	color:white;
	
	margin:0;
}
ol div {

	}
hr{
	clear: both;
}
#body_index {
	background-color:#A0E6ED;
	margin:0px auto;
	text-align:center;
	
}
#content_nav{
	margin-top: 10px;
}
#content_container{
	width: 80%;
	background-color: #fff;
	border: 1px solid #fff;
	text-align: left;
	box-shadow: -5px 0px 10px #28BDDD;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#content_container .picture{ 
	width:100%;
	height: auto;
	
}
#title_main {
	margin:0px auto;

	font-size: 36px;
	background-color: #24C9DB;
	color:#FFF;
	text-align:left;
	padding:5px 5px 5px 30px;
	
}
#content_main{
	margin:0px auto;
	text-align:left;
	padding:0px 10px 0px 10px;
}
.content_center{
padding-top:15px;
text-align:center;
height:650px;
}
.content_detail{
	border:1px solid #ccc;
	box-shadow: -5px 0px 5px #ddd;
	margin: 15px 10px 0px 5px;
	padding: 20px 5px 20px 5px;
}

.spanbtn {
border-radius:5px;
margin-top: 5px;
margin-left: 0px;
margin-right: 5px;	
margin-bottom: 5px;
cursor: pointer; 
color: white;
padding: 15px 32px;
display: inline-block;
font-size: 16px;
border:1px solid #eff;
}
#spn01 {
	background-color: #06F;
}
#spn02 {
	background-color: #939;
}
#spn03 {
	background-color: #F60;
}
.pcode {
	background-color: #222;
	color: #DDD;
	margin:0;
	padding:5px;
}
#clockbox{
 
	color: #DDD;
	margin:0px auto;
	padding:5px;
	width:900px;
	font-size:14px;
}
#content_top{
	border-radius:0px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #fff;
	text-align: center;
	box-shadow: -5px 0px 10px #28BDDD;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#content_top div{
		border-radius:0px;
}
#code_index{
margin-left:10px;	
}
#code_index li{
	float:left;
	margin:10px auto;
	font-size:14px;
	font-weight:bold;
	list-style: none;
	padding:5px;
	
}
#content_bottom{
	width: 80%;
	background-color: #A0E6ED;
	border: 1px solid #fff;
	text-align: center;
	box-shadow: -5px 0px 10px #28BDDD;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;	
}
.btm_link{
	font-size:12px;
}
.createproject{
	
	color:#f60;
}
.gamecode{
	color:#939;
}
.errors{
	color:#06F;
}
.h3errors{
	padding:5px;
	margin:3px 0px 3px 0px;
	border-left: 5px solid #B82D00;
	color:#122958;
	
}
.h3gamecode{
	padding:5px;
	margin:3px 0px 3px 0px;
	border-left: 5px solid #00C48C;
	color:#122958;
}
.h3createproject{
	padding:5px;
	margin:3px 0px 3px 0px;
	border-left: 5px solid yellow ;
	color:#122958;
}
