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

html,body{
	margin:0px;
	padding:0px;
}


.marathonsp_header {
	width:100%;
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	text-shadow:1px 1px 1px #000;
	}
	
	
.marathonsp_midashi {
	background-color:#CCC;
	padding:12px 0px 12px 10px;
	border-top:#0064b7 3px solid;
	font-weight:bolder;
	}	

.marathonsp_title {
	width:100%;
	background-color:#FFF;
	text-align:right;
	}

.marathonsp_midashi03 {
	color:#03F;
	font-weight:bold;
	padding:10px 0px 10px 5px;
	margin:10px 0 10px 0;
	}

.marathonsp_image {
	width:100%;
	background-color:#E4E4E4;
	}
.marathonsp_p{	
	    padding: 5px;
    line-height: 1.4em;
    font-size: 100%;
}

/*  /////////　マラソンボタン　//////////   */

.button_sp{
	width:100%;
	text-align:center;
	margin-top:2%;
	margin-bottom:2%;
}


.marathon_botan {
   display: block;
   width: 80%;
   padding: 1.0em 0px;
   margin-left:auto;
   margin-right:auto;
   text-shadow:1px 1px 1px #000;
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   -webkit-border-radius: 7px; /* Chrome,Safari */
   -moz-border-radius: 7px;    /* Firefox */
   border-radius: 7px;         /* CSS3 */
   font-weight:bold;
   text-align: center;
   color:#FFF;
   text-decoration:none;
      background: -webkit-gradient(linear, left top, left bottom, from(#0064b7), to(#0064b7)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#0064b7,EndColorStr=#0064b7); /* IE */
   background: -moz-linear-gradient(top, #0064b7, #0064b7); /* Firefox */
   background: -o-linear-gradient(top, #0064b7, #0064b7);   /* Opera */
   background: linear-gradient(top, #0064b7, #0064b7);      /* CSS3 */
}



	
/*  /////////　完走者の記録　//////////   */


table.sokuhou_timebox {
	width:100%;
	text-align:center;
	line-height:1.5em;
	border:1px solid #CCC;
	margin:auto;
	}
	
table.sokuhou_timebox td {
	border:1px solid #CCC;
	text-align:center;	
	}
	
table.sokuhou_timebox th {
	border:1px solid #CCC;
	text-align:center;	
	}	
	
.p_cen {
	width:auto;
	text-align:center;
	background-color:#0064b7;
	color:#FFF;
	font-weight:bold;
	padding:15px 15px;
	font-size:large;
	}	
	
.right_menu {
	text-align:right;
	margin:20px 10px 20px 0;
	}	
	
.marathonsp_kan {
	background-color:#CFD8E4;
}
	
.marathon_text {
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	line-height:1.em;
}	


/*  //////// コース見どころ //////// */

	
	
.highlightsp_box {
	border-bottom:#999 1px solid;
	margin:10px 0 10px 0;
	line-height:1.3em;}
	
.highlightsp_box img {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	}

.highlightsp_pastbox {
	background-color:#CFD8E4;
	border-bottom:#999 1px solid;
	margin:10px 0 10px 0;	}

.highlightsp_pastbox img {
	margin-left:auto;
	margin-right:auto;
	}
.highlightsp_box h1 {
    font-size: 125%;
    margin: 1.5em 0em 0.5em;
}
.highlightsp_pastbox p{
	line-height:1.3em;
}

.marathonsp_text {
	padding:20px 0 20px 0;
	border-bottom:#999 1px solid;}
	
img.highimage_s { display: none; }

highlightsp_box img { width: 100%; }

/* ▼表示領域が400px以上の場合 */
@media screen and (min-width: 450px) {
   img.highimage_s { display: none;}  /* miniを非表示 */
   img.highimage_m  { display: block; } /* bigを表示 */
}
/* ▼表示領域が400px未満の場合 */
@media screen and (max-width: 449px) {
   img.highimage_s { display: block; } /* miniを表示 */
   img.highimage_m  { display: none; }  /* bigを非表示 */
}
	
	
/*  //////// map //////// */	


/* ▼表示領域が400px以上の場合 */
@media screen and (min-width: 450px) {
   img.mapimage_s { display: none;}  /* miniを非表示 */
   img.mapimage_m  { display: block; } /* bigを表示 */
}
/* ▼表示領域が400px未満の場合 */
@media screen and (max-width: 449px) {
   img.mapimage_s { display: block;} /* miniを表示 */
   img.mapimage_m  { display: none; }  /* bigを非表示 */
}
		
	
	
span.newsTitle span {
    font-size: 80%;
    color: #999;
}
	

	
	
	