@charset "UTF-8";

/* ---------------------------------------------------------------------

TITLE	: nikkansports.com
UPDATE	: 2012/06/15
URL		: https://www.nikkansports.com/mod/css/data_main970.css
AUTHOR	: nikkansports.com,

--------------------------------------------------------------------- */



/* topAreaWrap
----------------------------------------------- */
body#mlb.japanese.themeTop #topAreaWrap,
body.teamInfo #topAreaWrap,
body#soccer.j1Top #topAreaWrap,
body#soccer.j2Top #topAreaWrap,
body#world.japanese.themeTop #topAreaWrap,
body.landing.themeTop #topAreaWrap{
	position:relative;
	height:620px;
}
body#mlb.japanese.themeTop #topAreaWrap{ height:850px; }
body.teamInfo #topAreaWrap{ height:900px; }
body#soccer.j1Top #topAreaWrap{ height:900px; }
body#soccer.j2Top #topAreaWrap{ height:1000px; }


/* leftSide
----------------------------------------------- */
#leftSide {
	float: none;
	width: 100%;
	position:absolute;
	top:0px;
	backgound:none;
	border:1px solid #DDD;
	height:200px;
	text-align:center;
	overflow:hidden;
}
body#soccer.j1Top #leftSide{ height:auto !important; }
body#soccer.j2Top #leftSide{ height:auto !important; }


/* topArea
----------------------------------------------- */
#topArea {
	float: none;
	width: 100%;
	position:absolute;
	top:220px;
	height:100%;
}
body#soccer.j1Top #topArea{ top:500px; }
body#soccer.j2Top #topArea{ top:600px; }

#leftSide dl {
	height:200px;
	width:500px;
	margin:0;
}
*html #leftSide dl { height:1%; }

#leftSide dl dt {
	width:180px;
	height:180px !important;
	float:left;
	margin:10px;
	/*background:#333;*/
}
#leftSide dl dd {
	margin-top:10px !important;
	width:280px;
	height:120px;
	/height:65px; /*IE6*/
	float:left;
	background: #FFFEF2;
	border: 1px solid #DDDCD1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	-o-border-radius:0.3em;
	border-radius:0.3em;
	padding-top:55px;
	text-align:center;
}

body.landing #leftSide dl dd { height:180px;}
body.landing #leftSide dl dd { /height:123px; }/*IE6.7*/

body#soccer.team #leftSide dl dd { padding-top:10px; height:125px; }
body#soccer.team #leftSide dl dd { /height:110px; }/*IE6.7*/

body#baseball.team #leftSide dl dd { padding-top:35px; height:125px; }
body#baseball.team #leftSide dl dd { /height:90px; }/*IE6.7*/

body#baseball.landing #leftSide dl dd { padding-top:15px; }
body#baseball.landing #leftSide dl dd { /height:143px; }/*IE6.7*/

body.japanese #leftSide dl dd { padding-top:15px; height:120px; }
body.japanese #leftSide dl dd { /height:105px; }/*IE6.7*/



#leftSide dl dd strong{
	font-size:140%;
	line-height:1.4em;
}
body#mlb.japanese.themeTop #leftSide dl dd strong{ font-size:120%; line-height:1.1em;}

#selectPage {
	margin-left: 200px;
	position:relative;
	top:-60px;
	width:280px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
*html #selectPage { margin-left: 105px; top: -50px; }

body#world.japanese #selectPage { top:-75px; }
*html body#world.japanese #selectPage { top:-65px; }/*IE6*/

#selectPage form fieldset {
	/*left: -300px;
	position: relative;*/
	width: 250px;
}
#selectPage form {
	width: 240px;
}
#selectPage form select {
	width: 240px;
}



/* table
----------------------------------------------- */
.iTable, .nsTable {
	font-size: 85%;
}
.iTable, .nsTable { /font-size: 70%; }/*IE6.7*/
.iTable, .nsTable { font-size: 70%\9; }/*IE8*/




/* teamTopBox
----------------------------------------------- */
.teamSubLink li {
	margin-top:5px;
}
#j1League .teamSubLink a {
	display:block;
}
#j2League .teamSubLink a {
	display:block;
}




/* leagueAbout
----------------------------------------------- */
#leagueAbout dt span {
	display:block;
	padding-left:0;
	padding-top:0.3em;
}





/* --------------------------------------------------------------------------------------------------------------------------------
Hack
-------------------------------------------------------------------------------------------------------------------------------- */


/* Clear Fix
----------------------------------------------- */
.clearfix,
#leftSide { /zoom: 1; } /*for IE 6, 7*/

.clearfix:after,
#leftSide:after { /* for Modern Browser */
	content: "";
	display: block;
	clear: both;
	height: 0;
}



/* --------------------------------------------------------------------------------------------------------------------------------
data_special970
-------------------------------------------------------------------------------------------------------------------------------- */

#pachinko #topArea,
body.darts #topArea {
	float: right;
	width: 360px;
	top: 0;
	/*ha追加*/
	position: relative;
}
#pachinko #leftSide,
body.darts #leftSide {
	float: left;
	width: 130px;
	border: none;
	height: 130px;
	margin: 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: 0;
}
#pachinko #leftSide dl,
body.darts #leftSide dl {
	height: 130px;
}
#pachinko #leftSide dl dt,
body.darts #leftSide dl dt {
	background: none;
	width: 130px;
	margin: 0;
}

