/*PC・タブレット用*/
@import url(pctop.css) screen and (min-width: 768px);

/*スマホ用*/
@import url(sptop.css) screen and (max-width: 767px);


body{
	background-color: #c9161d;
}
#footer {
	background-color: #ffffff;
}
#wrapper_inner {
background-repeat: no-repeat;
background-position:0;
background-image: url(../../img/top/main_backgrund.jpg);
background-position: bottom !important;
}


/*---------------------------------------------------------------------
entry_buttonの設定
---------------------------------------------------------------------*/
.entry_button{
	background:#FFFFFF;
	border:2px solid #E60012;
	border-radius:10px;
	display:inline-block;
	padding:10px;
	margin-top: 20px;
}

.entry_button img{
/*	height:89px;*/
}

.entry_button:hover{
/*	background:url("../../img/top/finish_run_on.png") no-repeat center 10px, #E60012;*/
/*	background:url("../../img/top/2018_entry_on.png") no-repeat center 10px, #E60012;*/
}

.entry_button:hover img{
/*	opacity:0;*/
}

.banner{
	min-height:140px;
}

#top_content{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
/*リンクバナー*/
#index_banner{
position: relative;
padding:0 0 0 0px !important;

}
#index_banner li {
list-style: none;
display: inline-block;
}

#index_banner li img {
border: solid 1px #ccc;
}



@media screen and (max-width: 768px){


#index_banner li {
margin: 0!important;
padding: 0!important;
}

#index_banner li img {
width: 60%;
}
}

/*ニュース*/
#osirase{
padding:0;
margin: 15px 0 0 0px;
}
#osirase h2 {
padding: 10px 0 0 10px;
background-color: #fff;
}

#osirase dl {
padding: 20px 20px 20px 20px;
background-color: #fff;
margin-top: -30px;
}

#osirase dl dd.tab_info:before{
	content: "info";
	background-color: #000;
}
#osirase dl dd.tab_info:before{
padding: 2px 4px;
color:#FFF;
text-decoration: none;
-moz-border-radius:3px;
border-radius:3px;
font-size:80%;
}

#osirase dl dt/*,
#osirase dl dd*/ {
line-height: 1.5em;
border-top:1px dotted #CCC;
font-size: 0.8em;
padding-top: 6px;
}
#osirase dl dd {
margin: 0;
padding: 6px;
font-size: 1.0em;
color: #000;
}

#osirase .info_page {
display: none;
}


/*緊急お知らせ*/
#osirase_kinkyu{
padding:20px;
margin: -20px 0 20px 0;
overflow: hidden;
background-color:rgba(255,255,255,1.00);;
}

/*youtube*/
#youtube{
padding:0;
overflow: hidden;
}

/*日程とエントリー*/
#top_nittei {
text-align: center;
margin: 20px 0;
/*display: none;*/
}


#top_nittei a img:hover {
  opacity: 0.8;
}


#totop {
display: none;
}



/*スライダー*/
.slider{
  z-index: 0 !important;
}


/*
スライダー下バナー*/

#top_info_bn {
margin: 20px 0 0 0;
text-align: center;
}




@media screen and (max-width: 768px){
#top_info_bn {
margin-bottom: 10px;

}
}

#top_info_bn img {
/*padding: 0 10px;*/
}





.chusi {
border: solid 6px #cc0000;
background-color: #fff;
width: 90%;
margin: 0 auto 10px auto;
padding: 10px;
font-size: 2em;
font-weight: bold;
text-align: center;
}

.chusi a {
color: #cc0000!important;
}


@media screen and (max-width: 768px){
.chusi {
font-size: 20px;}
}
