@charset "UTF-8";
/* CSS Document */

* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
	color: #FFF;
}

html body {
	margin: 0px;
	padding: 0px;
	background: #232427;
	position: relative;
	line-height: 25px;
	width: auto;
}

a {
	color: #F00;
	text-decoration: none;
}

a:hover {
	color: #0FF;
}

.red {
	color: #F00;
}

.space15 {
	height: 15px;
}

.space50 {
	height: 50px;
}

#top_pic {
	background:url(../img/top.jpg) top;
	height: 800px;
	width: auto;
}

#top_pic2 {
	background:url(../img/top_f.jpg) top;
	height: 800px;
}

#btn {
	width: 100%;
	height: 57px;
	z-index: 100;
	background-image: url(../img/btn/back.jpg);
	position: absolute;
	top:800px;
}

#btn_wrap {
	width: 1000px;
	height: 57px;
	margin: 0px auto;
	background: url(../img/btn/line.jpg);
	position: relative;
}

#btn.fixed {
	position: fixed;
	top: 0px;
}

#b_top {
	height: 55px;
	position: absolute;
	top: 0px;
	left: 1px;
}

#b_rule {
	height: 55px;
	position: absolute;
	top: 0px;
	left: 200px;
}

#b_schedule {
	height: 55px;
	position: absolute;
	top: 0px;
	left: 400px;
}

#b_result {
	height: 55px;
	position: absolute;
	top: 0px;
	left: 600px;
}

#b_ranking {
	height: 55px;
	position: absolute;
	top: 0px;
	left: 667px;
}

#b_entry {
	height: 55px;
	position: absolute;
	top: 0px;
	left: 800px;
}

#sns {
	position: absolute;
	top: 63px;
	right: 0px;
}

#rule {
	width: 100%;
	height: 184px;
	background: url(../img/l_rule.jpg) top repeat-x;
}

#wrap_r {
	width: 100%;
	background: url(../img/rule_back.jpg) bottom no-repeat #232428;
}

#wrap_rf {
	width: 100%;
	background: url(../img/rule_back2f.jpg) top repeat-x #232428;
}

#schedule {
	width: 100%;
	height: 184px;
	background: url("../img/l_schedule.jpg") top  repeat-x;
}

#result {
	width: 100%;
	height: 184px;
	background: url(../img/l_result.jpg) top  repeat-x;
}

.pointer {
	cursor: pointer;
}

#r1 {
	cursor: pointer;
}

#s1 {
	display: none;
	width: 100%;
	text-align: center;
}

#r2 {
	cursor: pointer;
}

#s2 {
	display: none;
	width: 100%;
	text-align: center;
}

#r3 {
	cursor: pointer;
}

#s3 {
	display: none;
	width: 100%;
	text-align: center;
}

#r4 {
	cursor: pointer;
}

#s4 {
	display: none;
	width: 100%;
	text-align: center;
}

#r5 {
	cursor: pointer;
}

#s5 {
	display: none;
	width: 100%;
	text-align: center;
}

#r6 {
	cursor: pointer;
}

#s6 {
	display: none;
	width: 100%;
	text-align: center;
}

#ws_b {
	cursor: pointer;
}

#r7 {
	cursor: pointer;
}

#s7 {
	display: none;
	width: 100%;
	text-align: center;
}

#r8 {
	cursor: pointer;
}

#s8 {
	display: none;
	width: 100%;
	text-align: center;
}

#r9 {
	font-size: 16px;
	font-weight: bold;
}

#s_se {
	display: none;
}

#r_se {
	font-size: 16px;
	font-weight: bold;
}

#s9 {
	display: none;
}

#r_fc1 {
	cursor: pointer;
}

#s_fc1 {
	display: none;
	width: 100%;
	text-align: center;
}

#r_fc2 {
	cursor: pointer;
}

#s_fc2 {
	display: block;
	width: 100%;
	text-align: center;
}

#fl1 {
	width: 100%;
	text-align: center;
	cursor: pointer;
}

#fl2 {
	width: 100%;
	text-align: center;
	display: none;
}

#sc1b {
	cursor: pointer;
}

#sc1r {
	display: none;
	width: 100%;
}

#sc2b {
	cursor: pointer;
}

#sc2r {
	display: none;
	width: 100%;
}

#sc3b {
	cursor: pointer;
}

#sc3r {
	display: none;
	width: 100%;
}

#sc4b {
	cursor: pointer;
}

#sc4r {
	display: none;
	width: 100%;
}

#sc5b {
	cursor: pointer;
}

#sc5r {
	display: none;
	width: 100%;
}

#sc6b {
	cursor: pointer;
}

#sc6r {
	display: none;
	width: 100%;
}

#ssb {
	cursor: pointer;
}

#ssr {
	display: none;
	width: 100%;
}

#ws {
	display: none;
	width: 800px;
	height: 1200px;
	padding: 15px 100px;
}

#finalist {
	width: 100%;
	height: 184px;
	background: url("../img/l_finalist2.jpg") top  repeat-x;
}

#ranking {
	width: 100%;
	height: 184px;
	background: url(../img/l_ranking2.jpg) top  repeat-x;
}

#entry {
	width: 100%;
	height: 184px;
	background: url("../img/l_entry.jpg") top  repeat-x;
}

#footer {
	width: 100%;
	height: 200px;
	color: #000;
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	position: relative;
}


.wrap {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}


.clear {
	clear: both;
}
