@charset "utf-8";
/*
* game.css
*
* date: 2014/MM/DD
*/

h4.ttlPosition {
	background: url(/_img/bg/bg_title_bar01.gif) no-repeat;
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	margin: 30px 0 15px;
	text-indent: 20px;
}

/* menuTab
-------------------------------------------------- */
#menuTab li {
	background: url(/_img/bg/bg_main_tab_no.png) no-repeat;
	float: left;
	height: 60px;
	text-align: center;
	width: 375px;
}

#menuTab li:hover{
	background: url(/_img/bg/bg_main_tab_on.png) no-repeat;
}

#menuTab li:first-child {
	margin: 0 10px 0 0;
}

#menuTab li.current {
	background: url(/_img/bg/bg_main_tab_on.png) no-repeat;
	color: #fff;
}

	#menuTab li a {
		color: #006625;
		display: block;
		height: 100%;
	}

	#menuTab li a:hover {
		color: #fff;
	}

#menuTab .ttl {
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0 0;
}

#menuTab .ttl:before {
	content: url(/_img/ico/ico_arrow02_orange.png);
	margin: 0 12px 0 0;
}

#menuTab .sub {
	display: block;
	font-size: 12px;
}

/* gameTable
-------------------------------------------------- */
#mainSection .gameTable {
	border: solid 1px #d5d6d5;
	border-collapse: collapse;
	line-height: 1.2;
	table-layout: fixed;
	width: 100%;
}

	#mainSection .gameTable th {
		background: #007129;
		border: solid 1px #d5d6d5;
		color: #fff;
		height: 40px;
		text-align: center;
	}

	#mainSection .gameTable th.cell01 { width: 80px; }
	#mainSection .gameTable th.cell02 { width: 110px; }
	#mainSection .gameTable th.cell03 { width: 70px; }
	#mainSection .gameTable th.cell04 {  }
	#mainSection .gameTable th.cell05 { width: 200px; }
	#mainSection .gameTable th.cell06 { width: 80px; }

	#mainSection .gameTable td {
		border: solid 1px #d5d6d5;
		height: 40px;
		padding: 0 10px;
		text-align: center;
	}

	#mainSection .gameTable td.px0{
		padding:0;
	}

	#mainSection .gameTable td.Sun,
	#mainSection .gameTable td.Hol {
		color: #D93600;
	}

	#mainSection .gameTable td.Sat {
		color: #0085B2;
	}

	#mainSection .gameTable tr.odd td{
		background: #f0f0e1;
	}

	#mainSection .gameTable tr.even td {
		background: #f6f9ef;
	}

	#mainSection .gameTable tr:hover td {
		background: #fff;
	}

		#mainSection .gameTable td a {
			color: #007129;
			display: block;
			text-decoration: underline;
			width:100%;
		}

		#mainSection .gameTable td a:hover {
			color: #598B00;
		}

			#mainSection .gameTable td a span.mark{
				font-family:"Helvetica neue", "ヒラギノ角ゴ Pro W3 Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "MS Gothic", "MS Gothic", sans-serif;
			}
			#mainSection .gameTable td a span.pk{
				font-size: 11px;
			}
