@charset "utf-8";
/* CSS Document */

#logoconsole-container a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity: 0.5;                /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}

/* ヘッダ */
#header-wrapper {
	width: 100%;
	height: 105px;
	background: #ffffff;
	border-bottom: 3px solid #a0ce16;
}
/* ロゴ */
#headerTop {
	height: 75px;
}
#headerTop #logoconsole-container {
	display: table;
	margin: 0 auto;
	padding: 0 10px;
	width: 945px;
	background: url("/images/header/header.png") no-repeat;
}
#headerTop #sitelogo-cell {
	display: table-cell;
	width: 210px;
}
#headerTop #sitelogo-cell #sitelogo-box a {
	display: inline-block;
	width: 208px;
	height: 75px;
	text-indent: -9999px;
	background: url("/images/header/icon_site.gif") no-repeat;
}
#headerTop #console-cell {
	display: table-cell;
	width: 715px;
}
#headerTop #console-cell #console-lit-box {
	padding-top: 3px;
	padding-right: 144px;
	text-align: right;
	font-size: 12px;
}
#headerTop #console-cell .login-status {
	display: inline-block;
	padding-right: 5px;
}
#headerTop #console-cell .team-status {
	display: inline-block;
	padding-left: 10px;
}
#headerTop #console-cell .member-status {
	display: inline-block;
	padding-left: 10px;
}
#headerTop #console-cell #console-link-box {
	display: table;
	margin-left: auto;
}
#headerTop #console-cell #console-link-box > div {
	display: table-cell;
	height: 29px;
	vertical-align: middle;
}
#headerTop #console-cell .login-btn a {
	display: block;
	width: 81px;
	height: 31px;
	text-indent: -9999px;
	background: url("/images/header/login-btn.png") no-repeat;
}
#headerTop #console-cell .member_login-btn a {
	display: block;
	width: 81px;
	height: 31px;
	text-indent: -9999px;
	background: url("/images/header/member_login-btn.png") no-repeat;
}
#headerTop #console-cell .team_login-btn a {
	display: block;
	width: 81px;
	height: 31px;
	text-indent: -9999px;
	background: url("/images/header/team_login-btn.png") no-repeat;
}
#headerTop #console-cell .logout-btn a {
	display: block;
	width: 81px;
	height: 31px;
	text-indent: -9999px;
	background: url("/images/header/logout-btn.png") no-repeat;
}
#headerTop #console-cell .register-btn a {
	display: block;
	width: 81px;
	height: 31px;
	text-indent: -9999px;
	background: url("/images/header/register-btn.png") no-repeat;
}
#headerTop #console-cell .console-auth {
	padding-left: 10px;
	width: 80px;
	height: 29px;
}
#headerTop #console-cell .twitter-btn a {
	display: block;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	background: url("/images/header/twitter-btn.png") no-repeat;
}
#headerTop #console-cell .facebook-btn a {
	display: block;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	background: url("/images/header/facebook-btn.png") no-repeat;
}
#headerTop #console-cell .throw-btn a {
	display: block;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	background: url("/images/header/throw-btn.png") no-repeat;
}
#headerTop #console-cell .console-sns {
	padding-left: 10px;
	width: 38px;
	height: 38px;
}

/* グローバルナビゲーション */
#headerBottom {
	display: block;
	box-sizing: content-box;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","MS UI Gothic",sans-serif;
	font-size: 100%;
}
#headerBottom a {
	text-shadow: none;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}
#headerBottom a:hover {
	opacity: 1.00 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: "alpha(opacity=100)" !important;
	-moz-opacity: 1.00 !important;
	-khtml-opacity: 1.00 !important;
}
#headerBottom a:active { color: #ffffff; }
#headerBottom a:link { color: #ffffff; }
#headerBottom a:visited { color: #ffffff; }
#headerBottom #navi-container {
	position: relative;
	margin: 0 auto;
	width: 945px;
}
#headerBottom #navi-container > ul {
	margin: 0;
	padding: 0;
	display: block;
	height: 30px;
	list-style-type: none;
	text-decoration: none;
	vertical-align: middle;
	background-color: #ffffff;
}
#headerBottom #navi-container > ul > li {
	display: block;
	float: left;
	height: 30px;
	margin-left: 1px;
	border-top-left-radius: 12px;
	border-top-right-radius: 3px;
	background-color: rgba( 0, 178, 0, 1.0 );
	text-align: center;
	line-height: 30px;
}
#headerBottom #navi-container > ul > li > a {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}
#headerBottom #navi-container > ul > li:first-child {
	margin: 0;
}
#headerBottom #navi-container > ul > li:hover {
	background-color: rgba( 0, 178, 0, 0.5 );
}
#headerBottom li.drill { width: 14%; }
#headerBottom li.sokutei { width: 8.6%; }
#headerBottom li.quiz { width: 14%; }
#headerBottom li.recipe { width: 14%; }
#headerBottom li.shokai { width: 14%; }
#headerBottom li.team { width: 14%; }
#headerBottom li.album { width: 15%; }
#headerBottom li.mgd { width: 14%; }
#headerBottom li.throw { width: 8.8%; }
#headerBottom li.shokai { background-color: rgba( 198, 30, 30, 1.0 ); }
#headerBottom li.shokai:hover { background-color: rgba( 198, 30, 30, 0.5 ); }
#headerBottom li.team { background-color: rgba( 155, 201, 22, 1.0 ); }
#headerBottom li.team:hover { background-color: rgba( 155, 201, 22, 0.5 ); }
#headerBottom li.album { background-color: rgba( 155, 201, 22, 1.0 ); }
#headerBottom li.album:hover { background-color: rgba( 155, 201, 22, 0.5 ); }
#headerBottom li.mgd { background-color: rgba( 155, 201, 22, 1.0 ); }
#headerBottom li.mgd:hover { background-color: rgba( 155, 201, 22, 0.5 ); }

#headerBottom li > ul {
	visibility: hidden;
	display: table;
	position: absolute;
	z-index: 10000;
	-webkit-transition: all 0.1s ease-out 0.1s;
	-moz-transition: all 0.1s ease-out 0.1s;
	-o-transition: all 0.1s ease-out 0.1s;
	transition: all 0.1s ease-out 0.1s;
	top: 30px;
	left: 0;
	height: 235px;
	width: 945px;
	border-left: 1px solid #a0ce16;
	border-right: 1px solid #a0ce16;
	border-bottom: 3px solid #a0ce16;
	padding: 32px 30px 32px 20px;
	background-color: rgba( 255, 255, 255, 0.95 );
	opacity: 0;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0.6);
	-moz-transform: scaleY(0.6);
	-ms-transform: scaleY(0.6);
	-o-transform: scaleY(0.6);
	transform: scaleY(0.6);
}
#headerBottom li:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
#headerBottom li > ul li {
	height: 0;
	line-height: 0;
}
#headerBottom .gnaviTitle {
	display: table-cell;
	width: 190px;
	vertical-align: top;
	border-right: 2px dotted #008055;
	text-align: left;
	color: #000000;
	font-weight: normal;
	font-style: oblique;
	font-size: 24px;
}
#headerBottom .gnaviContents {
	display: table-cell;
	vertical-align: top;
}
#headerBottom .gnaviContents li {
	display: block;
	height: 22px;
	margin: 0 20px;
	line-height: 22px;
	background: url("/images/header/ball_ok.png") no-repeat left center;
}
#headerBottom .gnaviContents a {
	display: block;
	margin-left: 20px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	color: #008055;
}
#headerBottom .gnaviContents a:hover {
	text-decoration: underline;
}
#headerBottom .gnaviImage {
	display: table-cell;
	width: 292px;
	text-align: right;
	vertical-align: middle;
}
#headerBottom li.disabled {
	background: url("/images/header/ball_ng.png") no-repeat left center;
}
#headerBottom li.disabled a {
	color: #b0b0b0;
}
#headerBottom li.disabled a:hover {
	text-decoration: none;
}
#headerBottom a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity: 0.5;                /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}
