/* グレードレース特集ページ--------------- */
/* 目次 -------------------------------- 

１．全般
２．ヘッダー
３．サイトメニュー
４．コンテンツ
５．フッター
６．コンテンツ中身
		６−１：見出し（h2〜h5）
		６−２：ボックス
		６−３：テーブル各種
		６−４：その他
７．想定番組
８．優勝者の横顔


★のところを変更すればＯＫ

   ------------------------------------- */
/* -------------------------------- 目次 */

/* --------------------------------------------- */
/* １．全般 -------------------------------- */
/* --------------------------------------------- */
@charset "UTF-8";
/* ===== base ===== */

div,dl {
-moz-box-sizing: border-box; /* Firefox */
-webkit-box-sizing: border-box; /* Safari 3 */
-ms-box-sizing: border-box; /* Internet Explorer 8 */
box-sizing: border-box; /* Opera */
}

* { margin: 0;
	padding: 0;}

a {outline: none;}

img{
	border:none;
	vertical-align:top;}

body {
		background-position:0px 0px;
		width: 100%;
		font-family: "Meiryo UI", "Osaka", "Osaka-等幅", "MS PGothic","ＭＳ Ｐゴシック", sans-serif;
		font-size: 16px;
		color: #333333;
		line-height: 150%;
	/* ★背景 */

		/* 斜め 色*/	/*background-image: linear-gradient(-90deg, #e5006e 25%, #ffaabb 25%,#ffaabb 50%,#ffcbcc 50%, #ffcbcc 75%,#ffaabb 75%, #ffaabb 7px);*/
		/* グラデ 角度 色1→色2  */	background: linear-gradient(0deg, #060f1c,#060f1c,#fffae8, #7f8da9);
		}

#boxBig {/* サイトメニュー・コンテンツ真ん中寄せ */
		margin: 0px auto;
		width: 1202px;
		background-color: #000;
		border: solid 1px #d0bd85;							/* ★線色 */
		}

/* --------------------------------------------- */
/* ２．ヘッダー -------------------------- */
/* --------------------------------------------- */

#header {
		margin: 0 auto 0px;
		height: 326px;
		width: 1200px;
		background-image:url('images/top.jpg');
		background-position:0;
		background-repeat:no-repeat;
		color:#FF0000;
		text-indent: -9999px;
		border-bottom: 1px solid #333;
		 }
 @media all and (-ms-high-contrast:none){/* IE用の位置合わせ */
 #header {
		margin: 69px auto 0px;
		height: 326px;
		width: 1200px;
		background-image:url('images/top.jpg');
		background-position:0;
		background-repeat:no-repeat;
		color:#FF0000;
		text-indent: -9999px;
		 }}

/* --------------------------------------------- */
/* ３．メニュー -------------------- */
/* --------------------------------------------- */

.menu {
		font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;

		margin: 0 auto;
		position: relative;
		width: 1200px;
		height: 70px;
		font-size: 17px;

		line-height: 70px;
		z-index: 999;
		position: fixed;/* 固定 */
		top: 327px;
		position: -webkit-sticky; /* safari対応 */
		position: sticky;
		top: 0;
		background: #080404;

		height: 70px;  						/* ★メニューが2段になったら140くらいに */
		text-align: center;
		border-bottom: solid 1px #d0bd85;				/* ★下線の色 右 */

}

.menu > ul {
		margin: 0 auto;
		padding: 0px;
		list-style-type: none;
		display: block;
}

.menu > li {
		margin: 0 auto;
		padding: 0;
		float: center;
		width: 170px;
		height: 70px;
		display: inline-block;
}

.menu > li a {
		position: relative;
		display: inline-block;
		font-weight: bold;
		width: 190px;
		height: 68px;
		text-decoration: none;
		transition: .3s;
		color: #ffffff;						/* ★メニューの文字色 */
				position: relative; /* static以外を指定 */

}

.menu > li a:hover {


		font-weight: bold;
 position: relative;
  display: inline-block;
  	transform: scale(1.3);
	width: 190px;
	height: 70px;
		position: relative; /* static以外を指定 */
  /*background-image: linear-gradient(to right, red, yellow);*/
	color: #fff;
 	text-shadow:
    0 0 7px #dff2ff,
    0 0 10px #dff2ff,
    0 0 21px #dff2ff,
    0 0 40px #24a4fe,
    0 0 80px #24a4fe,
    0 0 90px #24a4fe,
    0 0 100px #24a4fe,
    0 0 145px #24a4fe
    ;

  
    }

ul.menu_second-level {
		color: #ffffff;
		visibility: hidden;
		opacity: 0;
	height: 68px;		
		z-index: 1;	
		margin: 0;
		list-style-type: none;
}

.menu > li:hover {
	height: 68px;
		-webkit-transition: all .5s;
		transition: all .5s;
}

.menu_second-level li {
	height: 68px;
	background-color: rgba(0, 0, 0, 0.6); /* 黒色・50%透明 */
}

.menu_second-level li a:hover {
		color: #fff;
}

.menu:after {
		clear: both;
}

.menu {
		*zoom: 1;
}

.menu > li.menu_single {
		position: relative;
}

li.menu_single ul.menu_second-level {
		position: absolute;
		top: 68px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
}

li.menu_single:hover ul.menu_second-level {
		top: 68px;
		visibility: visible;
		opacity: 1;}

/* --------------------------------------------- */
/* ４．コンテンツ 箱-------------------------- */
/* --------------------------------------------- */

#contents {
		width: 1000px;
		padding: 0;
		margin: 0px auto;
		background-color: #000;
		color: #fff;}

/* --------------------------------------------- */
/* ５．フッター ---------------------------- */
/* --------------------------------------------- */

#footer {/**/
		clear: both;
		margin: 40px auto 0px;
		width: 100%;
		height: 50px;
		color: #d1d1d1;
		text-align: center;}

/* --------------------------------------------- */
/* ６．コンテンツ中身 -------------------------- */
/* --------------------------------------------- */

/* ６−１：見出し------------------ */

h2{ /* 各ページのタイトル */
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
    -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
background-position: center;
		width: 500px;
		height: 50px;
		margin: 50px auto 30px;
		text-align: center;
		font-size: 42px;
		line-height: 1;
		font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	 	border-bottom: double  6px #f2d783;				/* ★下線の色 右 */

}



h3{ /* 大項目 「優勝者コメント・これまでの成績」*/
		font-size: 20px;
		color: #ae9924;								/* ★文字色 */
		padding: 5px;
		margin-bottom: 5px;}

.s{     font-size: 13px;
		font-weight: normal;
        color: #333;
        padding-left: 5px;}


/* h4 は想定番組で使用↓↓↓↓ */


h5{ /* 小項目 */
		font-size: 20px;
		color: #fff;								/* ★文字色 */
		text-decoration: bold;
		padding-bottom: 20px;}
		
h1{ /* 小項目 */
		color: #fff;								/* ★文字色 */
		text-decoration: bold;
}


/* ６−２：ボックス------------------ */


.colorBox {/*参考データ・優勝者コメント 色つきボックス*/
		margin:0px auto 50px auto;
		width: 100%;
		padding: 40px;
		 border: double 5px #e1d28a;					/* ★枠線 */
		background-color:#ffffff;					/* ★色 */
		border-collapse:collapse;
		border-spacing:0;
		empty-cells:show;
		color: #333333;
		clear:both}

.colorBox p{
		margin-bottom: 20px;}

.colorBox img{
		margin: 5px;}
		
.colorBox ul {/*想定番組*/
		padding: 10px 10px;
		margin: 0px 0px 0px 100px;
		list-style-type: none;}
.colorBox li {/*想定番組*/
		text-align: left;
		padding: 0px;
		margin: 20px 0px 10px 120px;}
		
.colorBox dl {/*優勝者の横顔（特別競輪等優勝歴）*/
		padding:10px 20px;
		padding-top: 15px;
		margin: 0px;
		list-style-type: none;}
.colorBox dt {/*優勝者の横顔（特別競輪等優勝歴）*/
		clear: both;
		width: 450px;
		padding-left: 20px;
		margin-bottom: 5px;
		float: left;}
.colorBox dd {/*優勝者の横顔（特別競輪等優勝歴）*/
		margin-bottom: 5px}


/* ６−３：テーブル------------------ */

table.Tstyle1 {/*テーブル（th・td真ん中寄せ）：ファン・テレビ*/
		color: #000000;

		width: 1000px;}
.Tstyle1 th{
		text-align:center;}
.Tstyle1 td{
		text-align:center;}

table.Tstyle2 {/*テーブル（th真ん中寄せ、td左寄せ）：ファン*/
		color: #000000;
		width: 1000px;}
.Tstyle2 th{
		text-align:center;}
.Tstyle2 td{
		text-align:left;}


table.Tstyle3 {/*テーブル（th・td真ん中寄せ）：優勝者の横顔*/
		color: #000000;
		width: 500px;}
.Tstyle3 th{
		text-align:center;}
.Tstyle3 td{
		text-align:center;}


table{
		border:1px solid #333;						/* ★表の線 */
		background-color:#ffffff;
		border-collapse:collapse;
		border-spacing:0;
		empty-cells:show;
		width: 710px;
		margin-bottom: 30px;}
th{
		border:1px solid #333;						/* ★表の線 */
background: linear-gradient(160deg, #f8fdfe,#d8ce89);					/* ★表の項目部・背景 */
		color:#000;									/* ★表の項目部・文字色 */
		font-weight: normal;
		padding: 2px;}
td{
		border:1px solid #333;						/* ★表の線 */
		background-color: #ffffff;
		padding: 2px;}


/* ６−4：写真------------------ */

.photo_w {
		color: #333333;
		margin: 10px auto;
		text-align: center;
		}

/* --------------------------------------------- */
/* ７．想定番組 -------------------------- */
/* --------------------------------------------- */

h4{ /* 各レースの項目 */
		margin: 70px 0 20px 0; 
		font-size: 22px;
		color: #fff;}

.soutei { /* 9分割 */
		position: relative;
		width : 10.7777777% ; 
		width : -webkit-calc(98% / 9) ;
		width : calc(98% / 9) ;
		float: left;
		position: relative;/*相対配置*/
		margin: 1px;
		border: 1px solid #faf7f7;
		padding: 10px 0;
		text-align: center;
		font-weight: bold;	
		}

	/* 車番部------------------ */
	.soutei.no_1{ background-color: #fff; color: #333;}
	.soutei.no_2{ background-color: #333; color: #fff;}
	.soutei.no_3{ background-color: #f66; color: #333;}
	.soutei.no_4{ background-color: #9CF; color: #333;}
	.soutei.no_5{ background-color: #FC3; color: #333;}
	.soutei.no_6{ background-color: #9F9; color: #333;}
	.soutei.no_7{ background-color: #f93; color: #333;}
	.soutei.no_8{ background-color: #f9c; color: #333;}
	.soutei.no_9{ background-color: #c9f; color: #333;}

	/* 選手部------------------ */
	.soutei.me { /* 枠・文字・他 */
				height: 270px;
				background-size:240%;
				background-position:-70px -20px;
				font-size: 130%;
				text-shadow: #fff 3px 0px,  #fff -3px 0px, #fff 0px -3px, #fff 0px 3px, #fff 3px 3px , #fff -3px 3px, #fff 3px -3px, #fff -3px -3px,
							 #fff 1px 3px,  #fff -1px 3px, #fff 1px -3px, #fff -1px -3px, #fff 3px 1px,  #fff -3px 1px, #fff 3px -1px, #fff -3px -1px;
				transition: .3s;
				padding-top: 230px;
				margin-bottom: 70px;}
	.soutei.me a {/* 枠全体をリンクに */
				display: block;
				color: #333;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;}
	.soutei.me:hover {/* オンマウスで色薄く */
				filter:alpha(opacity=60);/* IE 6,7*/
				-ms-filter: "alpha(opacity=60)";/* IE 8,9 */
				-moz-opacity:0.6;/* FF , Netscape */
				-khtml-opacity: 0.6;/* Safari 1.x */
				opacity:0.6;
				zoom:1;/*IE*/}

/* ★★★★★選手写真のURLを変更してください★★★★ */

.soutei.me.a { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0147/014741_00.jpg');}
.soutei.me.b { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0154/015413_00.jpg');}
.soutei.me.c { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0152/015242_00.jpg');}
.soutei.me.d { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0139/013962_00.jpg');}
.soutei.me.e { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0150/015039_00.jpg');}
.soutei.me.f { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0150/015035_00.jpg');}
.soutei.me.g { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0143/014396_00.jpg');}
.soutei.me.h { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0152/015298_00.jpg');}
.soutei.me.i { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0148/014838_00.jpg');}

.soutei.me.j { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0153/015306_00.jpg');}
.soutei.me.k { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0150/015080_00.jpg');}
.soutei.me.l { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0154/015400_00.jpg');}
.soutei.me.m { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0152/015219_00.jpg');}
.soutei.me.n { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0150/015070_00.jpg');}
.soutei.me.o { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0152/015225_00.jpg');}
.soutei.me.p { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0149/014974_00.jpg');}
.soutei.me.q { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0157/015731_00.jpg');}
.soutei.me.r { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0156/015695_00.jpg');}

.soutei.me.s { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0157/015779_00.jpg');}
.soutei.me.t { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0156/015692_00.jpg');}
.soutei.me.u { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0158/015840_00.jpg');}
.soutei.me.v { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0158/015815_00.jpg');}
.soutei.me.w { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0157/015730_00.jpg');}
.soutei.me.x { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0157/015738_00.jpg');}
.soutei.me.y { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0157/015799_00.jpg');}
.soutei.me.z { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0XXX/0XXXXX_00.jpg');}
.soutei.me.zz { background-image: url('http://keirin.jp/pc/dfw/portal/picture/sen01/sen0XXX/0XXXXX_00.jpg');}

.sMember{ clear:both;
		background: linear-gradient(160deg, #f8fdfe,#d8ce89);					/* ★表の項目部・背景 */

		}



/* --------------------------------------------- */
/* ８．優勝者の横顔 -------------------------- */
/* --------------------------------------------- */
.win {
		float: left;
		width: 1000px;
		display: block;
		clear:both;}

.winSell {
		float: left;
		margin: 3px 0;
		width: 1000px;
		display: block;}

.winSell img {
		margin: 10px 72px 20px 72px;}

.winSell_top {
		float: right;
		margin: -280px -1px 10px 20px;
		width: 450px;
		display: block;}




/* ９．変更履歴 -------------------------------

2018.04.01 139 雛形作成
2019.01.19 139 「7.想定番組」追加

-------------------------------------------- */

