* {
	padding:0px;
	margin:0px;
	border:0px solid #cccccc;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
body {
	-webkit-text-size-adjust:100%;
	background-color:#000000;
	color:#cccccc;
	padding:0em;
	width:350px;
	margin:auto;
}
h1 {
	text-align:center;
	font-size:120%;
	height:40px;
	line-height:30px;
}
.header {
	height:40px;
	width:350px;
	position:absolute;
	top:0;
	padding:0px auto;
}
.header:after {
	clear:both;
	display:block;
	height:0px;
	visibility:hidden;
	content:".";
}
input[type=text] {
	display:inline-block;
	width:300px;
	height:25px;
	line-height:25px;
	vertical-align: middle;
	padding: 0px 2px;
	user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
}
input[type=image] {
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	vertical-align: middle;
}
.button_sort {
	margin:10px 5px;
	float:left;
}
.button_help {
	margin:10px 5px;
	float:right;
}
a {
	color:#73BFE6;
	text-decoration:none;
}
#minion_list ul {
	width:350px;
	margin:0px auto;
	left:0;
	padding:0px;
}
#minion_list ul:after {
	clear:both;
	display:block;
	height:0px;
	visibility:hidden;
	content:".";
}
#minion_list ul li {
	list-style:none;
	width:44px;
	height:44px;
	margin:0px;
	padding:3px;
	float:left;
	overflow:hidden;
}
#minion_list ul li.unacquired {
	opacity: 0.2;
}
img.icon {
	width:40px;
	height:40px;
	margin:0px;
	padding:0px;
	border:2px solid #000000;
	background-color:#000000;
	border-radius:4px;
}
img.icon.monster{
	border:2px solid rgb(170,34,34);
	//background-color:rgb(170,34,34);
}
img.icon.critter{
	border:2px solid rgb(119,187,51);
	//background-color:rgb(119,187,51);
}
img.icon.poppet{
	border:2px solid rgb(221,153,0);
	//background-color:rgb(221,153,0);
}
img.icon.gadget{
	border:2px solid rgb(136,153,170);
	//background-color:rgb(136,153,170);
}
.checker {
	clear:both;
	margin:20px 0px 0px 0px;
	padding:0.5em 0px;
	font-size:50%;
	text-align:center;
}
.footer {
	clear:both;
	margin:20px 0px 20px 0px;
	font-size:50%;
	text-align:center;
}


/* ====================================================== */
/* ポップアップ                                           */
/* ====================================================== */
.grayout {
	position:fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.7;
	z-index:98;
}
.popup {
	position:fixed;
	display:none;
	top:30px;
	width:348px;
	margin:0px auto;
	color:#333333;
	border-radius:5px;
	padding:0px;
	font-size:90%;
	z-index:99;
	box-shadow:-1px 1px 1px rgba(255,255,255,0.4) inset;
	border:solid 1px rgb(0,0,0);
	background-color:rgb(0,0,0);
}
.popup_detail {
	margin:2px;
	padding:5px 6px;
	border:solid 1px #000000;
	background-color:#262626;
	border-radius:3px;
	box-shadow:-1px 1px 1px rgba(255,255,255,0.4);
	color:#cccccc;
}
.popup h2 {
	font-size:100%;
	line-height:20px;
	font-weight:bold;
	height:20px;
	display: inline-block;
}
.popup_detail .header {
	height:20px;
	width:100%;
	position: inherit;
	margin:0px 0px 0px 0px;
	padding:0px auto;
}
.popup_detail .header:after {
	clear:both;
	display:block;
	height:0px;
	visibility:hidden;
	content:".";
}
.popup p {
	font-size:90%;
	margin:5px;
}
ul.info {
	margin:0px 0px 0px 1em;
	padding:0px 0px 0px 1em;
}
ul.buttonList {
	font-size:90%;
	border-bottom: 1px solid #cccccc;
}
ul.buttonList:after {
	clear:both;
	display:block;
	height:0px;
	visibility:hidden;
	content:".";
}
ul.buttonList li {
	display: block;
	float:left;
	height:20px;
	line-height:20px;
	width:70px;
	margin:5px;
	padding:0px auto;
	text-align:center;
	border:solid 1px #cccccc;
	border-radius:3px;
}
.close_button {
	float:right;
}


/* ====================================================== */
/* ミニオン詳細                                           */
/* ====================================================== */
#minion_container.monster { /* モンスター */
	border:solid 1px rgb(170,34,34);
	background-color:rgb(170,34,34);
}
#minion_container.critter { /* アニマル */
	border:solid 1px rgb(119,187,51);
	background-color:rgb(119,187,51);
}
#minion_container.poppet { /* ドール */
	border:solid 1px rgb(221,153,0);
	background-color:rgb(221,153,0);
}
#minion_container.gadget { /* ガジェット */
	border:solid 1px rgb(136,153,170);
	background-color:rgb(136,153,170);
}

#minion_name {
	padding:0px 20px 0px 0px;
	background-repeat: no-repeat;
	background-position: right;
	background-size:contain;
}
#minion_name.monster {
	background-image: url("icon/_type_monster.png")
}
#minion_name.critter {
	background-image: url("icon/_type_critter.png")
}
#minion_name.poppet {
	background-image: url("icon/_type_poppet.png")
}
#minion_name.gadget {
	background-image: url("icon/_type_gadget.png")
}
#minion_detail_img {
	margin : 0px 5px 0px 0px;
	width : 110px;
	height : 110px;
	float : left;
}
table.LoV_param {
	vertical-align:middle;
	margin: 5px 0px;
	font-size:90%;
	color:#cccccc;
}
table.LoV_param th {
	height:20px;
	font-weight:bold;
}
table.LoV_param td {
	height:20px;
}
table.LoV_param tr th:nth-child(1) {
	width:35px;
}
table.LoV_param tr td:nth-child(2) {
	width:30px;
}
table.LoV_param tr th:nth-child(3) {
	width:50px;
}
table.LoV_param tr td:nth-child(4) {
	width:85px;
}
span.strength {
	font-size:90%;
	display:inline-block;
	margin:2px;
	padding:0px 1px;
	border:solid 1px #666666;
	border-radius:3px;
}
.unable {
	color : #666666;
	text-decoration : line-through;
}

dl.minion_detail {
	clear:both;
	font-size:90%;
}
dl.minion_detail dt {
	margin:8px 0px 3px 0px;
	font-weight:normal;
	color:#666666;
	border-bottom:1px solid #999999;
	box-shadow:0px 1px 0px rgba(255,255,255,0.2);
}
dl.minion_detail dt span {
	color:#cccccc;
	font-weight:bold;
}
dl.minion_detail dd {
	padding-left:10px;
	margin-bottom:3px;
}
