@charset "utf-8";


*, *:before, *:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
}

html, body {
	height: 100%;
}
form {
	text-align: left;
}
body, td, th {
	color: #000000;
	font-size: 16px;
	font-family: 'メイリオ', '游ゴシック体', sans-serif;
}
input, select, textarea {
	font-family: 'メイリオ', '游ゴシック体', sans-serif;
	font-size: 14px;
}
body {
	width: 100%;
	background-color: #ffffff;
}

div.body {
	min-height: 100%;
	white-space: normal;
	word-break: break-all;
}

div.datadisp {
	border-top: 1px solid #cccccc;
	width: 100%;
}
div.param {
	width: 100%;
	min-width: 480px;
}
table.uulayout {
	width: 100%;
}


div.title {
	font-size: 18px;
	margin: 6px 10px 0 10px;
	color: #ff0000;
	margin-bottom: 4px;
}

div.param {
	background-color: #ffffcc;
	padding-bottom: 10px;
}
div.datadisp {
	background-color: #ffffff;
}

div.disp {
	margin-bottom: 4px;
}

@media screen and (max-width:680px) {
	body, td, th {
		font-size: 14px;
	}
	input, select {
		font-size: 12px;
	}
	.pokename {
		font-size: 18px;
	}
	table.ball td {
		min-width: 21px;
	}

}
@media screen and (min-width:681px) {
	.pokename {
		font-size: 22px;
	}
	table.ball td {
		min-width: 24px;
	}
}


table.uulayout {
	border-collapse: collapse;
	border-style: none;
	white-space: nowrap;
}
table.uulayout td {
	border-style: none;
	text-align: left;
}
table.uulayout td.head {
	padding: 0px;
}


table.uuform {
	border-collapse: collapse;
	border-style: none;
	white-space: nowrap;
	margin-left: 10px;
}
table.uuform td {
	border-style: none;
	padding: 2px 1px 1px 1px;
	padding-right: 5px!important;
}
td.label {
	padding-right: 5px!important;
}

table.uu {
	border-collapse: collapse;
	border: 1px solid #666666;
	white-space: nowrap;
}
table.uu td {
	border: 1px solid #666666;
	padding: 1px 3px;
	vertical-align: top;
}
table.uu tr.head td {
	background-color: #ffdddd;
	text-align: center;
}
table.uu td.label {
	background-color: #ffffdd;
	text-align: center;
	vertical-align: middle;
}

table.ball {
	border-collapse: collapse;
	border: 1px solid #eeccbb;
	white-space: nowrap;
	margin: 0 auto 0 auto;
}
table.ball td {
	border: 1px solid #eeccbb;
	padding: 0px 3px;
}
table.ball tr.head td {
	background-color: #ffcccc;
	text-align: center;
}
table.ball th.label,table.ball td.label {
	text-align: center;
	vertical-align: middle;
	width:auto!important;
}

.slct {
	border: solid 1px #aaaaaa;
	display: inline-block;
	padding: 1px;
}

.btn1 {
	color: #1f009e;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border: 1px solid #8c9dbb;
	background-color: #d8e5f8;
	padding: 2px 5px 2px 3px;
	margin: 0px;
	cursor: pointer;

}
.btn1:hover {
	background-color: #bdd1ee;
}
.btn1:active {
	background-color: #aec5e3;
}

.click {
	cursor: pointer;
}
.chk0 {
	margin: 0px 3px 0px 0px;
}

.chk1 {
	margin: 0px 3px 0px 3px;
}


#uudisp {
	padding: 6px 12px;
}

.red {
	color: #ff0000!important;
}


.center {
	text-align: center!important;
}
.left {
	text-align: left!important;
}
.right {
	text-align: right!important;
}

.link {
	color: #0000ff!important;
	text-decoration: none;
	cursor: pointer;
}

.pokename {
	color: #ff0000!important;
	font-weight: bold;
}

.usui {
	color: #bbbbbb!important;
}

.hosu {
	color: #cc6633!important;
}

.nou0 {
	background-color: #ddffff;
}

.nou1 {
	background-color: #ffffcc;
}

.nou2 {
	background-color: #ffcccc;
}

.nou3 {
	background-color: #ccffcc;
}

.nou4 {
	background-color: #ccccff;
}

.nou5 {
	background-color: #ffccff;
}

.hit31 {
	color: #ff0000!important;
	text-align: right;
}

.hit30 {
	background-color: #ffffff;
	text-align: right;
}

.hit0 {
	color: #0000ff!important;
	text-align: right;
}

.hit1 {
	color: #6666ff!important;
	text-align: right;
}

.nohit {
	background-color: #f7f7f7;
	color: #bbbbbb!important;
	text-align: right;
}

.none {
	display: none!important;
}