
header,article,nav,section,footer{
	width:100%;
	display:block;
}
header h1{
	background: -webkit-gradient(linear,left top,left bottom,from(#33CCFF),to(#0066CC));
	background: -moz-linear-gradient(top,#33CCFF,#0066CC);
	font-size:1.5em;
	padding:0 8px;
	color:white;
	text-shadow: 3px 3px 0 #000;
	height:1.8em;
	line-height:1.8em;
}

header h1 a{
text-decoration:none;
}

footer h1{
	background: -webkit-gradient(linear,left top,left bottom,from(#0066CC),to(#33CCFF));
	background: -moz-linear-gradient(top,#0066CC,#33CCFF);
	font-size:1em;
	padding:5px;
	color:white;
}
.messagebox{
	text-align:center;
	margin:0.3em;
	padding:0.3em;
	font-weight: bold;
	font-size:1em;
	border-style:outset;
	border-width:5px;
	border-color:#33CCFF;
}
nav{
	display:block;
	font-size:1em;
	text-align:left;
	border-radius:0.7em;
	-webkit-border-radius:0.7em;
	-moz-border-radius:0.7em;
	-webkit-box-shadow:inset 0px 0px 4px #999;
	-moz-box-shadow:inset 0px 0px 4px #999;
	margin:10px auto;
	width:90%;
	overflow:auto;
	font-weight:bold;
}
nav h1{
	text-align:center;
	font-size:1.3em;
	text-shadow:1px 1px 1px #666;
	color:white;
	background: -webkit-gradient(linear,left top,left bottom,from(#33CCFF),to(#0066CC));
	background: -moz-linear-gradient(top,#33CCFF,#0066CC);
	line-height:2.3em;
}
nav h2{
	text-align:left;
	font-size:1.3em;
	text-shadow:1px 1px 1px #666;
	color:white;
	background: -webkit-gradient(linear,left top,left bottom,from(#33CCFF),to(#0066CC));
	background: -moz-linear-gradient(top,#33CCFF,#0066CC);
	line-height:2.3em;
}

nav h3{
	text-align:center;
	font-size:1.3em;
	text-shadow:1px 1px 1px #666;
	color:white;
	background: -webkit-gradient(linear,left top,left bottom,from(#FF0000),to(#CC0000));
	background: -moz-linear-gradient(top,#FF0000,#CC0000);
	line-height:2.3em;
}
nav ul li.left{
	width:50%;
	float:left;
	display:block;
}
nav ul li.right{
	width:50%;
	float:right;
	display:block;
}


.left a, .right a {
    padding-left: 0.8em;
}


nav ul li.mid{
    clear: both;
}

nav ul li{
	border:solid 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.70, #e0e0e0), color-stop(0.30, #f0f0f0), color-stop(0.00, #fff));
background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 30%, #e0e0e0 70%);
background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 30%, #e0e0e0 70%);
background: -o-linear-gradient(top, #fff 0%, #f0f0f0 30%, #e0e0e0 70%);
background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 30%, #e0e0e0 70%);
background: linear-gradient(to bottom, #fff 0%, #f0f0f0 30%, #e0e0e0 70%);


}
.unlink{
	padding:1em;
	display:block;
	background:white;
}
nav ul li a{
	padding:1em;
	background:url(http://www.keirin-mobile.jp/Android/image/link-icon_b.png) no-repeat right center;
	-webkit-background-size:18px 13px;
	-moz-background-size:18px 13px;
	background-size:20px;
	text-decoration: none;
	display:block;
}
nav ul li.plain{
	padding:0.3em;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
	line-height:1.1em;
}
nav ul li a span{
	padding:1em;
	color:#999999;
	font-size:0.8em;
	font-weight:normal;
}

select {
height:32px;
}

nav li select {
padding:8px 5px;
}

input[type=text] {
height:28px;
}

.fsg{
	height:1em;
	padding: 0 0.3em;
}
.member{
	margin:auto;
	width:95%;
	border:solid 1px #999;
	text-align:center;
	line-height:1.4em;
}
.member th{
	background-color:#FFCCCC;
	border:solid 1px #999;
}
.member .sen{
	text-align:left;
	padding: 0 0 0 0.3em;
}
.member td{
	border:solid 1px #999;
	padding:0.5em 0.2em;
	background:white;
}
#nighter {
    width: 100%;
}

#nighter th {
    vertical-align: top;
}
#nighter th, #nighter td {
    border-bottom: 1px dashed #AAAAAA;
    padding: 5px 2px;
}

#nighter th {
    background: none repeat scroll 0 0 #F0F0F0;
    border-right: 1px dashed #AAAAAA;
    padding: 5px 0;
}

a.css3button {
	font-size: small;
	color: #050505;
	padding: 8px 10px;
	margin:0.3em 0;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	float:right;
	line-height:1em;
}

#ranking ul li {
background:#FFF;
}

#time {
height:1.5em;
line-height:1.5em;
}


.member .no2 td {
background:#E0E0E0;
}

.member .no3 td {
background:#FDD;
}

.member .no4 td {
background:#CCDDFF;
}

.member .no5 td {
background:#FFD;
}

.member .no6 td {
background:#DFD;
}

.member .no7 td {
background:#FFDD99;
}

.member .no8 td {
background:#FDE;
}

.member .no9 td {
background:#DCF;
}

.member tr #20, .member tr #30, .member #40, .member #50, .member #60 {
background:#FFF;}