/* グレードレース特集ページ--------------- */
/* 目次 -------------------------------- 

１．全般
２．ヘッダー
３．サイトメニュー
４．コンテンツ
５．フッター
６．コンテンツ中身
		６−１：見出し（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-color: #fff; 
		}

#boxBig {/* サイトメニュー・コンテンツ真ん中寄せ */
		margin: 0px auto;
		width: 100%;
		max-width: 1202px;
		background-color: #ffffff;
		background-image:url('images/');	/* ★背景画像 */
		background-position:0px 0px;
		background-repeat:repeat-y;
		border: solid 0px #357;							/* ★線色 */
		}


.title{
		width: 100%;
		background-color: #666;
		padding: 5px;
		margin: 20px auto;
		text-align: center;
		font-weight: bold;
		color: #fff;}
.date{
		width: 100%;
		text-align: right;
		padding: 10px;}

.3box
		{}
		

table.Tstyle1 {/*テーブル（th・td真ん中寄せ）：*/
		width: 100%;
		max-width: 380px;
		float: left;
		margin: 10px;}
.Tstyle1 th{
		text-align:center;}
.Tstyle1 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-color:#369;						/* ★表の項目部・背景 */
		color:#eee;									/* ★表の項目部・文字色 */
		font-weight: normal;
		padding: 2px;}
td{
		border:1px solid #333;						/* ★表の線 */
		padding: 2px;}

table tr:nth-child(even) {
		background: #FFFFFF;
		}

table tr:nth-child(odd) {
		background: #f6fcff;
		}


/* ．優勝者の横顔 -------------------- */
.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 雛形作成

-------------------------------------------- */

