@charset "utf-8";
html {
  overflow-y: scroll;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/common/bg01_wrapper.png);
	font-size: 11px;
	color: #595959;
	min-width: 960px;
	position: relative;
}

#wrapper {
	padding-bottom: 30px;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

.alC {
	text-align: center;
}

/*--------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------*/

#headArea01 {
	background: url(../images/common/bg02_head01.png) repeat-x;
	height: 55px;
}

#headArea01 .inner {
	position: relative;
	height: 55px;
}

#headArea01 h1 {
	padding: 15px 0 0 0;
	float: left;
}

#headArea01 h1 img {
	display: block;
}

#headArea02 {
	background: url(../images/common/bg03_head02.png) repeat-x;
	height: 25px;
}

#headArea02 p {
	color: #fff;
	font-size: 11px;
	padding: 5px 0;
}

#headArea02 input[type=text] {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-size: 14px;
	padding: 2px 0 0 0;
	border: hidden;
	width: 960px;
	background-color:transparent;
}

#headArea02 input[type=tel] {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-size: 11px;
	padding: 5px 0;
	border: hidden;
	width: 960px;
	background-color:transparent;
}

#headArea03 {
	background: url(../images/common/bg04_head03.png) repeat-x;
	height: 35px;
}

#headArea03 .time {
	background: url(../images/common/icon09_time.png) 0 1px no-repeat;
	padding: 3px 10px 3px 20px;
	margin: 5px 10px 5px 0;
	border-right: 1px solid #e0e0e0;
	line-height: 1.0;
}

#headArea03 .time strong {
	color: #2063A9;
	font-size: 13px;
	margin-right: 3px;
}

#headArea03 .time,
#headArea03 .bets,
#headArea03 .limit,
#headArea03 .btnReload {
	float: left;
}

#headArea03 .bets,
#headArea03 .limit,
#headArea03 .btnReload {
	padding-top: 5px;
	margin: 0 10px 0 0;
	line-height: 1.0;
}

#headArea03 .limit strong {
	display: inline-block;
	background: #4d4d4d;
	box-shadow: 0px 0px 3px 3px #000 inset;
	color: #F3D818;
	margin: 0 5px;
	padding: 5px 5px;
	width: 9em;
	text-align: right;
}

#headArea03 .bets strong {
	display: inline-block;
	background: #4d4d4d;
	box-shadow: 0px 0px 3px 3px #000 inset;
	color: #F3D818;
	margin: 0 5px;
	padding: 5px 5px;
	width: 4.5em;
	text-align: right;
}

#headArea03 .limit span {
	display: inline-block;
	vertical-align: bottom;
}

#headArea03 .btn.btnReload a {
	padding: 5px 10px 5px 20px;
	border-radius: 1em;
	background: #2063A9 url(../images/common/icon10_reload.png) 5px center no-repeat;
}

#headArea03 .btn.btnReload a:hover {
	background: #6E99C7 url(../images/common/icon10_reload.png) 5px center no-repeat;
}

#headArea03 .btn.btnReload.off a,
#headArea03 .btn.btnReload.off a:hover {
	background: #D8E1E6 url(../images/common/icon10_reload.png) 5px center no-repeat;
	cursor: default;
	color: #fff;
}

#headArea03 .contactId {
	display: inline-block;
	color: #595959;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-radius: 10px;
	background: #f2f2f2;
	margin-top: 5px;
	float: right;
}

#headArea03 .contactId strong {
	border-right: 1px dotted #dfdfdf;
	margin-right: 5px;
	padding-right: 5px;
	font-weight: normal;
}


/*--------------------------------------------------------------------
グローバルナビ
--------------------------------------------------------------------*/

#headArea01 nav {
	position: absolute;
	top: 0;
	left: 173px;
	z-index: 100;
}

#headArea01 nav ul {
	background: url(../images/common/line01_gnavi.png) right bottom no-repeat;
}

#headArea01 nav ul li {
	float: left;
	width: 132px;
	height: 55px;
	border-left:solid 1px #3494F0;
}

#headArea01 nav ul li.menu-item-has-children.off {
	background: #D8E1E6;
	opacity: 0.7;
	cursor: default;
}

#headArea01 nav ul li.gnavi04 {
  border-right: solid 1px #3494F0;
}

#headArea01 nav ul li a {
	display: block;
	color: #fff;
	letter-spacing: 0.25em;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 0 5px 0;
	height: 30px;
}

#headArea01 nav ul li.menu-item-has-children.off a {
	cursor: default;
}

#headArea01 nav .menu-item-has-children a span {
	display: inline-block;
	padding-bottom: 10px;
	background: url(../images/common/icon01_gnavi_arrow.png) center bottom no-repeat;
}

#headArea01 nav .menu-item-has-children a:hover span {
	background: url(../images/common/icon16_gnavi_arrow.png) center bottom no-repeat;
}

#headArea01 nav ul li a:hover {
	color: #F5D45D;
	background: url(../images/common/bg11_gnavi.png);
}

#headArea01 nav ul li.off a:hover {
	color: #fff;
	background-image: none;
}

#headArea01 nav .menu-item-has-children.off a span,
#headArea01 nav .menu-item-has-children.off a:hover span {
	opacity: 0.7;
	background: none;
}

#headArea01 nav .sub-menu {
	position: absolute;
	top: 55px;
	display: none;
	background: none;
}

#headArea01 nav .off .sub-menu {
	display: none !important;
}

#headArea01 nav .sub-menu li {
	display: block;
	min-width: 145px;
	width: auto;
	height: auto;
	background: none;
	border-bottom: 1px solid #64B1E1;
	white-space: nowrap;
	float: none;
	border-right:none;
    border-left:none;
}

#headArea01 nav .sub-menu li.off {
	border-bottom: 1px solid #aaa;
	opacity: 1;
}

#headArea01 nav .sub-menu li:last-child {
	border-bottom: none;
}

#headArea01 nav .sub-menu a {
	display: block;
	background: #42A2DE url(../images/common/icon15_gnavi_arrow.png) 95% center no-repeat;
	color: #fff;
	padding: 10px 40px 10px 10px !important;
	text-align: left;
	font-size:12px;
	height: auto !important;
}

#headArea01 nav .sub-menu li:last-child a {
	border-radius: 0 0 7px 7px;
}

#headArea01 nav li.menu-item-has-children li a:hover {
	background: #42A2DE url(../images/common/icon15_gnavi_arrow.png) 95% center no-repeat;
}

#headArea01 nav .sub-menu .off a,
#headArea01 nav li.menu-item-has-children li.off a:hover  {
	background: #D8E1E6;
	background-image: none;
	cursor: default;
	color: #fff;
	opacity: 1;
}


/*サブメニュー*/

#headArea01 #subnavi {
	position: absolute;
	top: 20px;
	right: 0;
}

#headArea01 #subnavi li {
	display: inline-block;
}

#headArea01 #subnavi li a {
	border-radius: 10px;
	color: #1F63A9;
	font-size: 10px;
	text-decoration: none;
	padding: 3px 10px 3px;
	background: #B5EBFF;
}

#headArea01 #subnavi li.sub03 {
	margin-left: 10px;
}

#headArea01 #subnavi li.sub03 a {
    background: #FFFFFF;
 }

/*--------------------------------------------------------------------
メイン
--------------------------------------------------------------------*/

#mainContainer {
	padding: 12px 0;
	width: 960px;
	min-height: 588px;
	margin: 0 auto;
}


/*--------------------------------------------------------------------
フッター
--------------------------------------------------------------------*/

footer {
	background: url(../images/common/bg05_footer.png) repeat-x;
	clear: both;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

footer p.logo {
	float: left;
	margin-right: 15px;
	padding: 6px 0 5px;
}

footer small {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	display: block;
	margin-top: 9px;
}

footer p.contactId {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin-top: 4px;
	float: right;
}


