* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #000;
	color: #FFF;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.6;
	text-align: center;
}

a {
	color: #1aa104;
	text-decoration: none;
}


a:hover {
	color: #ff7900;
	text-decoration: underline;
}

img.over:hover {
	opacity: 0.7;
}







#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
    min-width: 1163px;
}

#header {
	margin: 0 auto;
	text-align: left;
	width: 94%;
	min-width: 980px;
}

#header-contents {
	height: 75px;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 10px 0 0;
}

#module {
	height: 15px;
	margin-bottom: 5px;
	text-align: left;
	width: 100%;
}

#module a {
	color: #666666;
}

h1 {
	display: inline;
	float: left;
	font-size: 10px;
	font-weight: normal;
	height: 8px;
	line-height: 10px;
	margin: 0;
	padding: 0;
	color:#666;
}

p.sub {
	display: inline;
	float: left;
	font-size: 10px;
	height: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
	color:#666;
}

h2 {
	display: inline;
	font-size: 10px;
	font-weight: normal;
	height: 8px;
	line-height: 10px;
	margin: 0;
	padding: 0;
	color:#666;
}

div.logo {
	font-size:13px;
	float: left;
}

p.logomark{
	display:inline-block;
	vertical-align:bottom;
}

.numb {
	font-size: 17px;
	font-weight:bold;
	color:#ffde00;
}



div.scorebord2 {
	float: right;
}

div.scorebord2 div.logininfo{
	display:inline-block;
	vertical-align:bottom;
	text-align:right;
}

div.scorebord2 div.tophuman{
	display:inline-block;
}

div.scorebord2 div.tophuman a:hover{
	opacity:0.7;
}


ul.topmenu{
	display:inline-block;
	vertical-align:bottom;
	list-style: none;
	margin-left:10px;
}

ul.topmenu li{
	float:left;
	font-size:12px;
	text-align:center;
	margin-left:6px;
	vertical-align:bottom;
}

ul.topmenu a li{
	color:#FFF;
}


ul.topmenu li:hover{
	opacity: 0.7;
	cursor: pointer;
}


h3 {
	bottom: 2px;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	height: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0 0 2px;
	color:#666;
	float: right;
}







#header_fixed{
	position:fixed;
	width: 100%;
	background: #000;
	top:0;
	font-size:11px;
	z-index: 999;
	display:none;
}

#header_fixed.scroll{
	display:block;
}

div.logo_fixed{
	width:980px;
	margin:0 auto;
	text-align: left;
}

div.logo_fixed a{
	color: #E5E5E5;
	text-decoration: none;
}

div.logo_fixed a:hover{
	text-decoration: underline;
}


ul.topmenu_fixed{
	list-style: none;
	float: right;
	margin:1px 0 4px;
}

ul.topmenu_fixed li{
	float: left;
	padding: 0 8px;
	border-right:1px solid #3F3F3F;
}

ul.topmenu_fixed li.last{
	border-right: none;
	padding: 0 0 0 8px;

}

ul.topmenu_fixed li.username{
	margin-left:;
}

ul.topmenu_fixed li.finallast{
	border-left:1px solid #3F3F3F;
	border-right: none;
	margin-left:8px;
	padding: 1px 0 0 8px;
}

ul.topmenu_fixed li.finallast button{
	border: none;
	background:none;
	cursor: pointer;
	color:#00bfb9;
	font-size:12px;
	padding: 2.4px 0 0 0;
}

ul.topmenu_fixed li.finallast button:hover{
	text-decoration:underline;
}

ul.topmenu_fixed li.username a{
	color:#00bfb9;
}







#inner-wrapper {
	color: #4f3517;
	background: #f2f2f2;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	min-width: 1163px;
}

.hot-menu {
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 15px;
	text-align: left;
	width: 980px;
}

.thisweekrace{
	background: #FFF;
	color:#000;
	float: right;
}

.balloon-race {
	float:left;
	position: relative;
	display: inline-block;
	padding: 10px 5px 0;
	width: auto;
	min-width: 70px;
	height: 49px;
	color: #F6F6F6;
	line-height: 1.3;
	text-align: center;
	background: #6ebd1d;
	z-index: 0;
	font-weight: bold;
	font-size: 14px;
}
.balloon-race:after {
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #6ebd1d;
}

ul.race-name{
	float:left;
	margin:5px 15px 2px;
	list-style: none;
}

ul.race-name li{
	background-image: url("../../sp/images/new_top/red-ar_icon.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	font-size:13px;
	margin:0;
	line-height:1.6;
}

p.race-regis{
	float: left;
	margin: 13px 10px 0 15px;
	font-weight:bold;
}

p.race-regis a{
	color: #6ebd1d;
	text-decoration: underline;
}

p.race-regis a:hover{
	text-decoration: none;
}




.weatherrace{
	clear: both;
	width: 980px;
	height: 25px;
	margin: 10px auto 5px;
}

.weatherrace div.weatherbox{
	background: #1D283C;
	color:#FFF;
	float: left;
	font-size: 13px;
	margin-right:10px;
}

.racepla {
	float:left;
	position: relative;
	display: inline-block;
	padding: 6px 5px 0;
	width: auto;
	min-width: 70px;
	height: 21px;
	color: #F6F6F6;
	line-height: 1.3;
	text-align: center;
	background: #777777;
	z-index: 0;
	font-weight: bold;
}
.racepla:after {
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #777777;
}

p.racewea{
	float: left;
	padding: 3px 5px 0;
	margin: 0px 10px 0 10px;
	font-weight:bold;
}

p.racewea img{
	vertical-align: top;
	padding-right:5px;
}




div.textad01{
	overflow: hidden;
	color:#775b39;
	margin:10px auto 0;
	text-align:left;
	width:980px;
}

div.textad01 p{
	margin: 0;
	padding: 0;
}

#top-menu {
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	margin: 10px 0 0px;
	width: 100%;
	border-bottom: #8bd53f solid 5px;
	clear: both;
	min-width:973px;
}

.top-menu_week {background: #5B962D;}
.top-menu_holi {background: #144601;}

#top-menu ul.groval {
	position: relative;
	display: block;
	list-style: outside none none;
	margin: 0 auto;
	padding: 5px 0 0px;
	text-align: left;
	width: 980px;
}

#top-menu ul.groval > li.alllast {
	color: #ffffff;
	display: inline;
	float: left;
	list-style: outside none none;
	margin: 4px 0 0;
	text-align: center;
	text-decoration: none;
	width: 161px;
	border-left: #6a7385 solid 1px;
	height:32px;
	padding: 0 0 0 0;
}

#top-menu ul.groval > li.last{
	color: #ffffff;
	display: inline;
	float: left;
	list-style: outside none none;
	margin: 4px 0 0;
	text-align: center;
	text-decoration: none;
	width: 161px;
	border-left: #6a7385 solid 1px;
	height:32px;
	padding: 0 0 0 0;
	border-right: #6a7385 solid 1px;
}

#top-menu ul.groval a.grobalink, #top-menu a.grobalink:link, #top-menu a.grobalink:visited {
	margin: -5px 5px 0;
	color: #ffffff;
	display: block;
	padding: 12px 0px 12px;
	text-decoration: none;
}

#top-menu ul.groval > li.alllast a.grobalink:hover,
#top-menu ul.groval > li.last a.grobalink:hover {
	background-color: #8bd53f;
	color: #ffffff;
	display: block;
	text-decoration: none;
}

li.menu__mega:hover{
	-webkit-transition: all .3s;
	transition: top .3s ease, visibility .3s ease, opacity .3s ease, pointer-events 0s ease;
}

li.menu__mega ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 2%;
	background: rgba(139,213,63,1.0);
	-webkit-transition: all .3s ease;
	transition: top .3s ease, visibility .3s ease, opacity .3s ease, pointer-events 0s ease;
	height:auto;
	list-style: none;
	pointer-events: none;
}

li.menu__mega:hover ul.menu__second-level {
	top: 52px;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

li.menu__mega ul.menu__second-level > li {
	float: left;
	width: 32%;
	border: none;
	text-align: left;
}

li.menu__mega ul.menu__second-level > li img{
	vertical-align: middle;
	margin-left: 10px;
	padding-right: 10px;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
	margin: 0 1%;
}

li.menu__mega ul.menu__second-level > li a{
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 5px 0;
	color: #000;
	display: block;
	padding: 2px 0px 2px;
	text-decoration: underline;
}

li.menu__mega ul.menu__second-level > li a:hover {
	background-color: #5B962D;
	display: block;
	text-decoration: none;
	color: #FFF;
}



#top-menu p.loginmark {
	position: relative;
	left: 20px;
	float:left;
	margin-top:-27px;
}

#top-menu p.somedays {
	position: relative;
	left: 20px;
	background:url(../../sp/images/new_top/somedays.png) no-repeat;
	padding:23px 38px 30px 18px;
	line-height:1.2;
	float:left;
	margin-top:-30px;
	text-align: center;
	font-size:110%;
}

#top-menu p.somedays span{
	color:#ff1990;
	font-weight: bold;
	font-size:140%;
}


#container {
	height: 100%;
	margin: 20px auto 0;
	text-align: left;
	width: 980px;
	clear: both;
}

.inner-contents {
	margin: 0 auto 20px;
	overflow: visible;
	width: 980px;
}

.clear {
	clear: both;
}

.inner-contents .contents-left {
	float: left;
	width: 180px;
}

.inner-contents .contents-left img,
.inner-contents .contents-center img {
	border: 4px solid #1e283c;
}

.inner-contents .contents-left a:hover img,
.inner-contents .contents-center a:hover img {
	border: 4px solid #5b962d;
}

.inner-contents .contents-left ul{
	margin: 0;
	list-style: none;
}

.inner-contents .contents-left ul li{
	margin-bottom:8px;
	line-height:0;
}

.inner-contents .contents-center {
	float: left;
	width: 530px;
	margin-left:6px;
}

.inner-contents .contents-center p{
	margin-bottom:7px;
	background:#1e283c;
	text-align: right;
}

.inner-contents .contents-center p:hover {
	background:#5b962d;
}

.inner-contents .contents-center p a:hover {
	text-decoration: none;
}


.inner-contents .contents-center p span{
	display: block;
	font-size:18px;
	font-weight:bold;
	color: #FFF;
	height:32px;
	padding: 7px 15px 0px 0;
}



.inner-contents .contents-right {
	float: right;
	width: 256px;
}


.top_today{
	background:url("../../sp/images/new_top/top_today.png") no-repeat;
	padding: 4px 0 2px 32px;
	font-weight:bold;
	font-size:19px;
}

.top-login{
	/*width:247px;*/
	border:solid 6px #5b962d;
	background: #FFF;
	padding:7px 6px 12px 6px;
	margin:4px auto 16px;
}

table.loginform {
	background-color: #ffffff;
	margin: 0 auto 5px;
	width:234px;
}

table.loginform tr th {
	font-size: 14px;
	text-align: right;
	font-weight:normal;
	width:76px;
}

table.loginform tr td {
	padding:0;
	width:152px;
}

.login-size {
	background-color: #ffffcf;
	border: 1px solid #b3b3b3;
	font-size: 15px;
	padding: 2px;
	width: 145px;
}

.login-bt {
	background: rgba(0, 0, 0, 0) linear-gradient(#f8f5ed, #ece8da) repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	letter-spacing: 1px;
	padding: 5px 20px;
	text-decoration: none;
	width: 180px;
	margin: 8px 0 11px 0;
}

.login-bt:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(#dad2b9, #f8f5ed) repeat scroll 0 0;
}

table.loginform tr td.loginchang {
	text-align:right;
	font-size:12px;
	color:#5b962d;
	font-weight: bold;
}

table.loginform tr td.loginchang a{
	color:#5b962d;
	text-decoration: underline;
}

table.loginform tr td.loginchang a:hover{
	color:#5b962d;
	text-decoration: none;
}

.top-login .login-bt-member a {
	background-image: url("../../sp/images/new_top/loginbt.png");
	display: block;
	height: 0;
	margin: 20px auto 0;
	overflow: hidden;
	padding-top: 46px;
	text-align: center;
	width: 230px;
}
















table.login-data {
	width: 100%;
	background: #FFF;
}

table.login-data tr th.silver {
	background-color: #00bfb9;
	color: #ffffff;
	padding: 1px 0 1px 5px;
}

table.login-data tr th.gold {
	background-color: #ff9c00;
	color: #ffffff;
	padding: 1px 0 1px 5px;
}

table.login-data tr th.platinum {
	background-color: #cecece;
	background-image: url("../../sp/images/top/bg-platinum.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-top: 1px solid #eaeaea;
	color: #685959;
	padding-left: 5px;
}

table.login-data tr td.loginname {
	padding: 0 0 12px 12px;
}

table.login-data tr td.loginstat {
	padding: 0 0 4px 12px;
}

table.login-data tr td.loginchang {
	text-align:right;
	font-size:12px;
	color:#5b962d;
	font-weight: bold;
}

table.login-data tr td.loginchang a{
	color:#5b962d;
	text-decoration: underline;
}

table.login-data tr td.loginchang a:hover{
	color:#5b962d;
	text-decoration: none;
}

.logout-bt {
	background: rgba(0, 0, 0, 0) linear-gradient(#f8f5ed, #ece8da) repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	letter-spacing: 1px;
	padding: 6px 20px;
	text-decoration: none;
	width: 180px;
	margin: 12px 0 9px 0;
}

.logout-bt:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(#dad2b9, #f8f5ed) repeat scroll 0 0;
}




.top_race{
	background:url("../../sp/images/new_top/top_race.png") no-repeat;
	padding: 4px 0 2px 32px;
	font-weight:bold;
	font-size:19px;
}

.top-racecont{
	width:235px;
	border:solid 6px #5b962d;
	background: #FFF;
	padding:8px 6px 7px 6px;
	margin:2px auto 8px;
	text-align: center;
	font-size:18px;
}

.top-racecont a{
	text-decoration: none;
}

.top-racecont_line {
	width:247px;
	border:solid 6px #5b962d;
	background: #FFF;
	padding:0px;
	margin:2px auto 8px;
	text-align: center;
	font-size:18px;
}

.top-racecont_line a{
	text-decoration: none;
}

ul.racecont{
	margin:5px 0 0px;
	list-style: none;
	text-align: left;
}

ul.racecont li{
	background-image: url("../../sp/images/new_top/red-ar_icon02.png");
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
	font-size:15px;
	margin:0 0 7px;
	font-weight: bold;
	line-height:1.4;
}

ul.racecont li:last-child{
	margin:0 0 4px;
}

.enthor {
	display: block;
	color: #5b962d;
	background: #FFF;
	border-radius: 12px;
	border: #5b962d solid 2px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 0 1px;
	text-decoration: none;
	margin: 6px auto;
	text-align: center;
	width: 180px;
}

.enthor:hover {
	background: #5b962d;
	color: #FFF;
}

.enthor a:hover {
}


#top-text3 {
	background: #fbf8f3 none repeat scroll 0 0;
	height: 120px;
	margin: 0 0 20px;
}

#top-text3 > span {
	background: #7fb636 none repeat scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	height: 121px;
	line-height: 121px;
	text-align: center;
	width: 280px;
}

#top-text3 p {
	background: #fbf8f3 url("../../sp/images/top/top-spitta.gif") no-repeat scroll 97% 63% / 7% auto;
	padding: 10px 10px 10px 290px;
}

#top-text3 .top-s1 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 0 15px 5px;
}

#top-text3 .top-s2 {
	display: block;
	padding: 0 0 0 15px;
}

h4.result{
	width:980px;
	border-left:#5b962d solid 5px;
	padding-left:4px;
	margin: 25px auto 0;
}

div.top_result{
	width:980px;
	background:#FFF;
	border: 1px #d5cfc8 solid;
	margin: 10px auto 30px;
}

div.top_result table{
	width: 927px;
	margin: 20px auto;
	border-collapse: collapse;
	border:1px solid #c5c5c5;
}

div.top_result table th{
	text-align:center;
	background:#5b962d;
	color: #FFF;
	padding:2px;
	font-size:15px;
}

div.top_result table td{
	padding:2px 4px;
	border:1px solid #c5c5c5;
	font-size:14px;
	text-align: center;
}

div.top_result table td.money{
	text-align: right;
}

div.top_result table td a{
	color:#5b962d;
	text-decoration: underline;
}

div.top_result table td a:hover{
	text-decoration: none;
}

div#tab-container-top div.tab {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fbf7f2;
	border-color: #b3b3b3;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px 0 0;
	width: 980px;
	margin-top: -1px;
}


#grid {
	overflow: hidden;
	padding: 9px;
	width: auto;
}

#grid ul li {
	float: left;
	list-style: outside none none;
	margin: 5px 10px;
}

#grid ul li p{
	margin-bottom: 7px;
}


.inner-contents .contents-site {
	width: 100%;
}

.s_corner {
	background-color: #fbf7f2;
	border: 1px solid #c7a1a1;
	margin: 12px 0 20px 0;
	box-shadow: 0 0 1px #2d2b29;
}

h4.site{
	border-left:#d76b6b solid 5px;
	padding-left:4px;
	margin: 0px 0 0 0;
}


.contens {
	padding: 10px 0px 10px;
}
.overflow {
	overflow: hidden;
}

p.s_t-list {
	margin: 0px 0;
	padding: 7px 0 7px 15px;
	word-break: break-all;
	border-bottom: #F7F2ED 1px solid;
}

p.s_t-list a:hover {
	background-color: #fbffcf;
	color: #ff7900;
}
p.s_t-list a {
	color:#147F01;
	background: rgba(0, 0, 0, 0) url("../../sp/images/new_top/arrow-s.png") no-repeat scroll 0 0;
	padding: 0 0 0 13px;
	margin-left: 10px;
}

p.s_t-list img{
	vertical-align: middle;
	padding-left: 5px;
}

p.s_go-list {
	margin: 0px 10px 5px 0px;
	text-align: right;
}

p.s_go-list a {
	background-color: #d76b6b;
	color: #ffffff;
	padding: 3px 10px;
	font-weight:bold;
}



.t_corner {
	background-color: #fbf7f2;
	border: 1px solid #a1adc7;
	margin: 10px 0 20px;
	box-shadow: 0 0 1px #2d2b29;
}

h4.topics{
	border-left:#6b96d7 solid 5px;
	padding-left:4px;
	margin: 0px 0 0 0;
}

p.t_t-list {
	margin: 0px 0;
	padding: 7px 0 7px 15px;
	word-break: break-all;
	border-bottom: #F7F2ED 1px solid;
}

p.t_t-list a:hover {
	background-color: #fbffcf;
	color: #ff7900;
}
p.t_t-list a {
	background: rgba(0, 0, 0, 0) url("../../sp/images/new_top/arrow-t.png") no-repeat scroll 0 0;
	color:#147F01;
	padding: 0 0 0 13px;
	margin-left: 10px;
}

p.t_go-list {
	margin: 0px 10px 5px 0px;
	text-align: right;
}

p.t_go-list a {
	background-color: #6b96d7;
	color: #ffffff;
	padding: 3px 10px;
	font-weight:bold;
}


ul.other_link{
	width: 950px;
	list-style: none;
	margin:0px auto 0;
}

ul.other_link li{
	float:left;
	margin:5px 5px 18px;
}



.enjoycont{
	background: #fbf7f2;
	color:#000;
	margin:0px auto 50px ;
	border:1px solid #e8e0cf;
	height: 74px;
	width: 860px;
}

.enjoy-tit {
	float:left;
	position: relative;
	display: inline-block;
	padding: 13px 5px 0;
	width: auto;
	min-width: 167px;
	height: 72px;
	color: #F6F6F6;
	line-height: 1.3;
	text-align: center;
	background: #fba321;
	z-index: 0;
	font-weight: bold;
	font-size: 21px;
}
.enjoy-tit:after {
	content: "";
	position: absolute;
	top: 50%; right: -20px;
	margin-top: -30px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 40px;
	border-color: transparent transparent transparent #fba321;
}

ul.enjoy-link{
	float:left;
	margin:10px 25px 2px 50px;
	list-style: none;
	width:600px;
}

ul.enjoy-link li{
	background-image: url("../../sp/images/new_top/red-ar_icon.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	font-size:17px;
	margin:0;
	line-height:1.7;
	float: left;
	width:180px;
}

ul.enjoy-link li a{
	color:#000;
	text-decoration: underline;
}

ul.enjoy-link li a:hover{
	text-decoration: none;
}




.corner {
	background-color: #fbf7f2;
	border: 1px solid #e8e0cf;
	margin-bottom: 20px;
	padding-bottom:20px;
}


#toppage-an-re .what-spi {
	float:left;
	position: relative;
	display: inline-block;
	padding: 80px 5px 0;
	width: auto;balloon-race
	min-width: 290px;
	height: 96px;
	color: #F6F6F6;
	line-height: 3.5;
	text-align: center;
	background: #1B7C25;
	z-index: 0;
	font-weight: bold;
	font-size: 21px;
	margin-right: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#toppage-an-re .what-spi:after {
	content: "";
	position: absolute;
	top: 50%; right: -40px;
	margin-top: -30px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 60px;
	border-color: transparent transparent transparent #1B7C25;
}

#toppage-an-re .text {
	padding: 0px;
	text-align: left;
}


#toppage-an-re .text p {
	padding: 15px 20px;
}




.pagetop {
	margin: 20px 0;
	text-align: right;
	height:74px;
}


.pagetop a:hover {
	background-position: 0 -74px;
}
.pagetop a {
	background-image: url("../../sp/images/new_top/go-pagetop.png");
	display: block;
	float: right;
	height: 0;
	overflow: hidden;
	padding-top: 74px;
	text-align: center;
	width: 191px;
}
















































































span.n {font-weight: normal;}
.b{font-weight:bold;}
.u{text-decoration: underline;}

.blue{color:#00bfb9;}
.red{color:#ff0000;}
.depred{color:#f4450f;}
.depblue{color:#6b96d7;}
.flatred{color:#D76B6B;}
.indigo{color:#002c99;}
.orange {color: #ff6400;}
.green {color: #087f08;}

.fright{float:right;}

span.small {font-size: 75%;}
span.big-s {font-size: 120%; font-weight: bold;}


.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs17 {font-size: 17px;}
.fs18 {font-size: 18px;}
.fs19 {font-size: 19px;}
.fs20 {font-size: 20px;}
.fs21 {font-size: 21px;}
.fs22 {font-size: 22px;}
.fs23 {font-size: 23px;}
.fs24 {font-size: 24px;}
.fs25 {font-size: 25px;}
.fs26 {font-size: 26px;}
.fs27 {font-size: 27px;}
.fs28 {font-size: 28px;}
.fs29 {font-size: 29px;}
.fs30 {font-size: 30px;}
.fs31 {font-size: 31px;}
.fs32 {font-size: 32px;}
.fs33 {font-size: 33px;}
.fs34 {font-size: 34px;}
.fs35 {font-size: 35px;}
.fs36 {font-size: 36px;}
.fs37 {font-size: 37px;}
.fs38 {font-size: 38px;}
.fs39 {font-size: 39px;}
.fs40 {font-size: 40px;}
.fs41 {font-size: 41px;}
.fs42 {font-size: 42px;}
.fs43 {font-size: 43px;}
.fs44 {font-size: 44px;}
.fs45 {font-size: 45px;}
.fs46 {font-size: 46px;}
.fs47 {font-size: 47px;}
.fs48 {font-size: 48px;}
.fs49 {font-size: 49px;}
.fs50 {font-size: 50px;}
.fs51 {font-size: 51px;}
.fs52 {font-size: 52px;}
.fs53 {font-size: 53px;}
.fs54 {font-size: 54px;}
.fs55 {font-size: 55px;}
.fs56 {font-size: 56px;}
.fs57 {font-size: 57px;}
.fs58 {font-size: 58px;}
.fs59 {font-size: 59px;}
.fs60 {font-size: 60px;}
.fs61 {font-size: 61px;}
.fs62 {font-size: 62px;}
.fs63 {font-size: 63px;}
.fs64 {font-size: 64px;}
.fs65 {font-size: 65px;}
.fs70 {font-size: 70px;}
.fs75 {font-size: 75px;}
.fs80 {font-size: 80px;}
.fs85 {font-size: 85px;}
.fs90 {font-size: 90px;}
.fs95 {font-size: 95px;}
.fs100 {font-size: 100px;}


.center{text-align:center;}
.right{text-align:right;}

.tab{overflow:hidden;}
.tab li.select{background:#eee;}
.content li{background:#eee; padding:20px;}
.hide {display:none;}

.race_name {
	cursor: pointer;
}

.race_name:hover{
	opacity: 0.8;
}




div.tab-container-0 {
	margin-bottom: 50px;
	text-align: left;
}

ul.tab-container-0-nav {
	height: 43px;
	list-style: outside none none;
	width: 98%;
	margin: 0 auto 0;
}

ul.tab-container-0-nav li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-top: #b3b3b3 solid 1px;
	border-right: #b3b3b3 solid 1px;
	border-left: #b3b3b3 solid 1px;
	float: left;
	height: 32px;
	padding: 15px 0 10px;
	text-align: center;
	width: 33.1%;
	color:#000;
	cursor: pointer;
	background:#839392;
}

ul.tab-container-0-nav li.current {
	background:#005047;
	border: none;
	color: #FFF;
	font-weight: bold;
}

/* 複製 */
div.tab-container-1 {
	margin-bottom: 50px;
	text-align: left;
}

ul.tab-container-1-nav {
	height: 43px;
	list-style: outside none none;
	width: 98%;
	margin: 0 auto 0;
}

ul.tab-container-1-nav li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-top: #b3b3b3 solid 1px;
	border-right: #b3b3b3 solid 1px;
	border-left: #b3b3b3 solid 1px;
	float: left;
	height: 32px;
	padding: 15px 0 10px;
	text-align: center;
	width: 33.1%;
	color:#000;
	cursor: pointer;
	background:#839392;
}

ul.tab-container-1-nav li.current {
	background:#005047;
	border: none;
	color: #FFF;
	font-weight: bold;
}


/*重要なお知らせ*/
div.warcau{
	background: #F9F7F2;
	border: 2px solid red;
	/*width:960px;*/
	padding:10px 10px 0px;
	color:red;
	margin-bottom:15px;
	font-size:14px;
}

div.warcau p.pinkbg{
	background:#FFE2E2;
	padding: 8px 10px 6px;
	margin: 0 0 10px;
	font-weight: bold;
	font-size:16px;
	cursor: pointer;
}

div.warcau p.warcauac{
}

input[type="checkbox"].on-off{
	display: none;
}

input[type="checkbox"].on-off + p.warcauac{
	height: 0;
	overflow: hidden;
}

input[type="checkbox"].on-off:checked + p.warcauac{
	margin-bottom:15px;
	height: auto;
}

/*PR系テンプレ*/
div.prcm{
	background: #F9F7F2;
	border: 2px solid #AD9F47;
	width:960px;
	padding:10px 10px 0px;
	margin:15px auto ;
	font-size:15px;
}

div.prcm p{
	background: #EFE9BF;
	padding: 8px 10px 6px;
	margin: 0 0 10px;
	font-weight: bold;
}

div.sp_contents {
	/* border: 3px solid #000; */
	padding: 4px 4px ;
	text-align: center;
}

div.sp_contents p{
	font-weight: bold;
}

span.dp-red {
    color: #DB181E;
}