@charset "utf-8";
/* CSS Document */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	background: none;
	margin: 0px;
	padding: 0px;
	outline: 0px;
	border: 0px currentColor;
	border-image: none;
	font-size: 100%;
	font-style: normal; /*font-weight: normal;*/
	vertical-align: baseline;
}
.mangot5box {
	background: #000;
	height: 40px;
	border-bottom: 1px #fff solid;
}
.nav-top a {
	display: block;
	padding: 0px 6px;
	line-height: inherit;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-family: "Meiryo", "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
	font-weight: normal;
}
img {
	line-height: 0;
	font-size: 0px;
}
fieldset,
img {
	vertical-align: top;
	line-height: 0;
}
.mangot5logo img { max-height: 40px; }
* { /*-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;*/ }
#container,
#container2 {
	padding-bottom: 50px;
	margin-bottom: 0px;
}
.gameServerSelectClass { width: 130px; }
.machineContainer { /*overflow: hidden; position: absolute; margin-top: 40px; margin-left: 64px;*/ }
.slotMachine {
	width: 100%;
	height: 64px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
.noBorder {
	border: none !important;
	background: transparent !important;
}
.slotMachine .slot {
	height: 64px;
	background-position-x: 55%;
	background-repeat: no-repeat;
}
.machineContainer2 { }
.slotMachine2 {
	height:1.4em;
	line-height:1.5em;
	overflow: hidden;
	text-align: center;
}
.noBorder2 {
	border: none !important;
	background: transparent !important;
}
.slotMachine2 .slot2 {
	font-size:24px;
	font-weight:bold;
}
.toy-box img {
	margin-top: 0px;
	margin-left: 0px;
}
/*footer*/
	
footer {
	background-color: #ccc!important;
	text-align: left;
	margin: 0px auto;
}
footer ul {
	list-style: none;
	margin: 0 auto;
	width: 1100px;
	min-width: 1100px;
}
footer ul li {
	float: left;
	padding: 3px;
}
.footerstext {
	font-size: 12px;
	font-family: "Meiryo", "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", 'NotoSansHant-Thin', sans-serif;
	line-height: 15px;
	margin-top: 10px;
}
.footerstext1 {
	font-size: 12px;
	font-family: "Meiryo", "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", 'NotoSansHant-Thin', sans-serif;
	line-height: 15px;
	margin-top: 20px;
}
footer ul:before,
footer ul:after {
	display: table;
	content: " ";
}
footer ul:after { clear: both; }
#loginInfo {
	margin: 10px 10px 0px 20px;
	font-size: 12px;
	float: right;
}
#loginInfo p { line-height: 20px; }
#loginInfo p span { margin-right: 10px; }
#loginInfo .btn_logout {
	border-radius: 2px;
	width: 90px;
	height: 20px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 20px;
	margin-left: 10px;
}
#loginInfo .btn_login {
	border-radius: 2px;
	width: 90px;
	height: 20px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 20px;
	margin-left: 10px;
}
#loginInfo p { display: inline-block; }
#loginInfo .btn_logout { display: inline-block; }
#loginInfo .btn_login { display: inline-block; }
#loginInfo .btn_logout:hover { text-decoration: none; }
#loginInfo .btn_login:hover { text-decoration: none; }
#loginInfo .btn_logout { background: rgb(84, 84, 84); }
#loginInfo .btn_logout:hover { background: rgb(139, 139, 139); }
#loginInfo .btn_login { background: rgb(7, 179, 185); }
#loginInfo .btn_login:hover { background: rgb(0, 225, 233); }
