@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee;追記*/
	box-shadow: 0 0 20px #999999;/*追記*/
}
p {
	font-size: 12px;/*ウエブ標準フォントサイズ 16px*/
	color: #333;
	line-height: 1.8em;
	margin: 0 0 1.6em 0;
	letter-spacing: 0.02em;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header h1 {
	font-size: 17px;
	line-height: 1;/*デフォルトで入る上下の余白をゼロにする*/
	margin: 0px;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav ul li {
	display: inline;
	font-size: 11px;
	border-right: solid 1px #aaaaaa;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 3.5;
}
#headerimg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content h1 {
	font-size: 18px;
	margin: 0 0 35px 0;
	padding: 15px 0 15px 7px;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 25px solid #951b81;
	line-height: 1.3;
	border-radius: 0px 10px 10px 0px;
	text-shadow: 5px 5px 7px #aaaaaa;
}
/*■■各ページのサブタイトル*/
#content h2 {
	font-size: 16px;
	margin-bottom: 15px;
	margin-left: 23px;
	line-height: 1.3;
}
#content h3 {
	font-size: 16px;
	margin-bottom: 15px;
	margin-left: 5px;
	color: #951b81;
	line-height: 1.3;
}
/*■■伴走h3*/
#content h3 #banso-1{
	font-size: 16px;
	line-height: 1.3;
}
#content h3 #banso-2{
	font-size: 16px;
	line-height: 1.3;
}

/*観戦記記事内タイトル*/
#content h4 {
	font-size: 16px;
	border-left: 20px solid #951b81;
	padding-left: 10px;
	margin-bottom: 25px;
	line-height: 1.3;
}

#paralympic #result caption {
	font-size: 16px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee*/
	text-shadow: 2px 2px 3px #aaaaaa;
}
/*■■■■■■■■■■「パラリンピック」5000m10000mMarathon等タイトル*/
#paralympic #content h3{
	font-size: 16px;
	line-height: 1.3;
	background-color: #909;
	text-align: center;
	color: #FFF;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 0px;
	margin-left: 0;
	border-radius: 25px;
}
.result-ranking caption {
	font-size: 16px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee*/
}
.result-ranking-kansenki caption {
	font-size: 16px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #FFF;/* #fcf8f0;◆#ffffee 観戦記の中で使用*/
}
.result-ranking-3 caption {
	font-size: 16px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee 日本選手メダリストリストで使用*/
}
#paralympic .result-ranking-kojin caption {
	font-size: 16px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee*/
}
.run caption {
	font-size: 16px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.3;
}

/*赤色文字と文字の大きさ18pxに→観戦記日本選手結団式壮行会に使用*/
.red-font-big{
	color: #cc3399;
	font-size: 15px;
}

/*文字の大きさ18pxに→伴走ノウハウ解説文目次に使用*/
.font-big{
	font-size: 15px;
}
/*■■視覚障害者ランナー伴走■■「伴走ノウハウ解説」章の表示*/
#blind-runner h3 {
	font-size: 16px;
	line-height: 1.3;
}

/*「伴走ノウハウ解説」章の次のタイトル表示*/
#blind-runner h4 {
	font-size: 16px;
	line-height: 1.3;
}

/*「伴走ノウハウ解説」章の次のリストタイトル表示*/
#blind-runner h5,h6 {
	font-size: 16px;
	line-height: 1.3;
}

/*ランリスト■■■*/
#run-list {
	margin-bottom: 50px;
	width: 100%;
	box-sizing: border-box;/*パディング等も100%内に納める命令文*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#run-list p {
	margin: 0;
	padding-top:6px;
	line-height: 2.0;
}
/*#run-list .kaisai{
	float: left;
}*/
#run-list .taikai{
	margin: 0;
}
#run-list ul {
	margin-left:30px;
	padding: 0;
}
#run-list li {
	border-bottom: solid 2px #d8e8cf;
}
#run-list li:first-child {
	border-top: solid 2px #d8e8cf;
}
#run-list li a {
	display: block;
	padding: 3px 0 3px 0;
}
/*#run-list ul a:after {
	content: "";
	display: block;
	clear: both;
}*/
/*ランリスト■■■*/




#sidebar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sidebar h1 {
	background-color: #ffffff;
	font-size: 14px;
	border: 1px solid #CC9900;
	padding: 8px 0 6px 0;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*■■区切り画像*/
.line {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}











/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee;追記*/
	box-shadow: 0 0 20px #999999;/*追記*/
}
p {
	font-size: 13px;/*ウエブ標準フォントサイズ 16px*/
	color: #333;
	line-height: 1.8em;
	margin: 0 0 1.6em 0;
	letter-spacing: 0.03em;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header h1 {
	font-size: 30px;
	line-height: 1;/*デフォルトで入る上下の余白をゼロにする*/
	margin: 0px;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav ul li {
	display: inline;
	font-size: 14px;
	border-right: solid 1px #aaaaaa;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 3.5;
}
#headerimg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 61.5384%;
	display: block;
}
#content h1 {
	font-size: 25px;
	margin: 0 0 35px 0;
	padding: 30px 0 30px 15px;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 25px solid #951b81;
	line-height: 1.3;
	border-radius: 0px 10px 10px 0px;
	text-shadow: 5px 5px 7px #aaaaaa;
}
/*■■各ページのサブタイトル*/
#content h2 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-left: 23px;
	line-height: 1.3;
}
#content h3 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-left: 5px;
	color: #951b81;
	line-height: 1.3;	
}
/*観戦記記事内タイトル*/
#content h4 {
	font-size: 25px;
	border-left: 20px solid #951b81;
	padding-left: 10px;
	margin-bottom: 25px;
	line-height: 1.3;
}

#paralympic #result caption {
	font-size: 30px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee*/
	text-shadow: 2px 2px 3px #aaaaaa;
}
/*■■■■■■■■■■「パラリンピック」5000m10000mMarathon等タイトル*/
#paralympic #content h3{
	font-size: 30px;
	line-height: 1.3;
	background-color: #909;
	text-align: center;
	color: #FFF;
	width: 100%;
	margin-top: 120px;
	margin-bottom: 0px;
	margin-left: 0;
	border-radius: 25px;
}
.result-ranking caption {
	font-size: 30px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee*/
}
.result-ranking-kansenki caption {
	font-size: 30px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #FFF/* #fcf8f0;◆#ffffee 観戦記の中で使用*/
}
.result-ranking-3 caption {
	font-size: 30px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee 日本選手メダリストリストで使用*/
}
#paralympic .result-ranking-kojin caption {
	font-size: 30px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee*/
}
.run caption {
	font-size: 24px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.3;
}

/*赤色文字と文字の大きさ18pxに→観戦記日本選手結団式壮行会に使用*/
.red-font-big{
	color: #cc3399;
	font-size: 17px;
}

/*文字の大きさ18pxに→伴走ノウハウ解説文目次に使用*/
.font-big{
	font-size: 16px;
}
/*■■視覚障害者ランナー伴走■■「伴走ノウハウ解説」章の表示*/
#blind-runner h3 {
	font-size: 25px;
	line-height: 1.3;
}

/*「伴走ノウハウ解説」章の次のタイトル表示*/
#blind-runner h4 {
	font-size: 20px;
	line-height: 1.3;
}

/*「伴走ノウハウ解説」章の次のリストタイトル表示*/
#blind-runner h5,h6 {
	font-size: 20px;
	line-height: 1.3;
}

/*ランリスト■■■*/
#run-list {
	margin-bottom: 50px;
	width: 95%;	
	box-sizing: border-box;/*パディング等も100%内に納める命令文*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#run-list p {
	margin: 0;
	padding-top:6px;
	line-height: 2.0;
}
#run-list .kaisai{
	float: left;
}
#run-list .taikai{
	margin: 0 0 0 105px;
}
#run-list ul {
	margin-left:30px;
	padding: 0;
}
#run-list li {
	border-bottom: solid 2px #d8e8cf;
}
#run-list li:first-child {
	border-top: solid 2px #d8e8cf;
}
#run-list li a {
	display: block;
	padding: 3px 0 3px 0;
}
#run-list ul a:after {
	content: "";
	display: block;
	clear: both;
}
/*ランリスト■■■*/




#sidebar {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
}
#sidebar h1 {
	background-color: #ffffff;
	font-size: 14px;
	border: 1px solid #CC9900;
	padding: 8px 0 6px 0;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*フッター段組■■■■■■■■*/
#footer .col {
	float: left;
	width: 31%;
	margin-left: 3.5%;
	*clear: right;/*IE7対策*/
}

#footer .col:first-child {
	margin-left: 0;
}

#footer .cols:after {
	content: "";
	display: block;
	clear: both;
}

#footer .cols {
	*zoom: 1;
}

/*■■区切り画像*/
.line {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}







}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.2%;
	max-width: 950px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee;追記*/
	box-shadow: 0 0 20px #999999;/*追記*/	
}
p {
	font-size: 14px;/*ウエブ標準フォントサイズ 16px*/
	color: #333;
	line-height: 1.8em;
	margin: 0 0 1.6em 0;
	letter-spacing: 0.03em;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header h1 {
	font-size: 30px;
	line-height: 1;/*デフォルトで入る上下の余白をゼロにする*/
	margin: 0px;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav ul li {
	display: inline;
	font-size: 14px;
	border-right: solid 1px #aaaaaa;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 3.5;
}
#headerimg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 69.3877%;
	display: block;
}
#content h1 {
	font-size: 30px;
	margin: 0 0 35px 0;
	padding: 30px 0 30px 15px;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 25px solid #951b81;
	line-height: 1.3;
	border-radius: 0px 10px 10px 0px;
	text-shadow: 5px 5px 7px #aaaaaa;
}
/*■■各ページのサブタイトル*/
#content h2 {
	font-size: 27px;
	margin-bottom: 15px;
	margin-left: 23px;
	line-height: 1.3;
}
#content h3 {
	font-size: 29px;
	margin-bottom: 15px;
	margin-left: 5px;
	color: #951b81;
	line-height: 1.3;
}

/*観戦記記事内タイトル*/
#content h4 {
	font-size: 28px;
		border-left: 20px solid #951b81;
		padding-left: 10px;
		margin-bottom: 25px;
		line-height: 1.3;
}

#paralympic #result caption {
	font-size: 36px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee*/
	text-shadow: 2px 2px 3px #aaaaaa;
}
/*■■■■■■■■■■「パラリンピック」5000m10000mMarathon等タイトル*/
#paralympic #content h3{
	font-size: 30px;
	line-height: 1.3;
	background-color: #909;
	text-align: center;
	color: #FFF;
	width: 100%;
	margin-top: 120px;
	margin-bottom: 0px;
	margin-left: 0;
	border-radius: 25px;
}
.result-ranking caption {
	font-size: 34px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee*/
}
.result-ranking-kansenki caption {
	font-size: 34px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #FFF;/* #fcf8f0;◆#ffffee　観戦記の中で使用*/
}
.result-ranking-3 caption {
	font-size: 34px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee　日本選手メダリストリストで使用*/
}
#paralympic .result-ranking-kojin caption {
	font-size: 35px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #fffcf3;/* #fcf8f0;◆#ffffee*/
}
.run caption {
	font-size: 29px;
	font-weight: bold;
	color: #951b81;
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.3;
}

/*赤色文字と文字の大きさ18pxに→観戦記日本選手結団式壮行会に使用*/
.red-font-big{
	color: #cc3399;
	font-size: 18px;
}

/*文字の大きさ18pxに→伴走ノウハウ解説文目次に使用*/
.font-big{
	font-size: 18px;
}
/*■■視覚障害者ランナー伴走■■「伴走ノウハウ解説」章の表示*/
#blind-runner h3 {
	font-size: 30px;
	line-height: 1.3;
}

/*「伴走ノウハウ解説」章の次のタイトル表示*/
#blind-runner h4 {
	font-size: 26px;
	line-height: 1.3;
}

/*「伴走ノウハウ解説」章の次のリストタイトル表示*/
#blind-runner h5,h6 {
	font-size: 22px;
	line-height: 1.3;
}


/*ランリスト■■■*/
#run-list {
	margin-bottom: 50px;
	width: 90%;	
	box-sizing: border-box;/*パディング等も100%内に納める命令文*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#run-list p {
	margin: 0;
	padding-top:6px;
	line-height: 2.0;
}
#run-list .kaisai{
	float: left;
}
#run-list .taikai{
	margin: 0 0 0 115px;
}
#run-list ul {
	margin-left:30px;
	padding: 0;
}
#run-list li {
	border-bottom: solid 2px #d8e8cf;
}
#run-list li:first-child {
	border-top: solid 2px #d8e8cf;
}
#run-list li a {
	display: block;
	padding: 3px 0 3px 0;
}
#run-list ul a:after {
	content: "";
	display: block;
	clear: both;
}
/*ランリスト■■■*/







#sidebar {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
}
#sidebar h1 {
	background-color: #ffffff;
	font-size: 16px;
	border: 1px solid #CC9900;
	padding: 8px 0 6px 0;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*フッター段組■■■■■■■■*/
#footer .col {
	float: left;
	width: 31%;
	margin-left: 3.5%;
	*clear: right;/*IE7対策*/
}

#footer .col:first-child {
	margin-left: 0;
}

#footer .cols:after {
	content: "";
	display: block;
	clear: both;
}

#footer .cols {
	*zoom: 1;
}


/*■■区切り画像*/
.line {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}



}
