@charset "utf-8";
html{
overflow-x : hidden;
overflow-y : auto;
}
body {
	font-family:"Roboto","Droid Sans","Verdana","游ゴシック","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","sans-serif";
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	overflow-x : hidden;
	overflow-y : auto;
	-webkit-text-size-adjust : 100%;
}
hr{
	height: 0;
	margin: 12px 0px 8px 0px;
	padding: 0;
	border: 0;
	border-top: 2px solid #990000;
}
.top {
	background: #7A7A7A;
	background-image: -webkit-linear-gradient(top, #7A7A7A, #000000);
	background-image: -moz-linear-gradient(top, #7A7A7A, #000000);
	background-image: -ms-linear-gradient(top, #7A7A7A, #000000);
	background-image: -o-linear-gradient(top, #7A7A7A, #000000);
	background-image: linear-gradient(to bottom, #7A7A7A, #000000);
	-webkit-border-radius: 60;
	-moz-border-radius: 60;
	font-size: 10px;
	text-shadow: 2px 2px 6px #000000;
	color: #ffffff;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.cancel {
	background: #c70000;
	background-image: -webkit-linear-gradient(top, #c70000, #7d0000);
	background-image: -moz-linear-gradient(top, #c70000, #7d0000);
	background-image: -ms-linear-gradient(top, #c70000, #7d0000);
	background-image: -o-linear-gradient(top, #c70000, #7d0000);
	background-image: linear-gradient(to bottom, #c70000, #7d0000);
	-webkit-border-radius: 60;
	-moz-border-radius: 60;
	border-radius: 60px;
	border: solid #ffffff 2px;
	font-size: 20px;
	text-shadow: 2px 2px 6px #000000;
	-webkit-box-shadow: 2px 2px 8px #000000;
	-moz-box-shadow: 2px 2px 8px #000000;
	box-shadow: 2px 2px 8px #000000;
	color: #ffffff;
	padding: 6px 40px 6px 40px;
	margin: 4px 10px 4px 10px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
.back {
	background: #c70000;
	background-image: -webkit-linear-gradient(top, #c70000, #7d0000);
	background-image: -moz-linear-gradient(top, #c70000, #7d0000);
	background-image: -ms-linear-gradient(top, #c70000, #7d0000);
	background-image: -o-linear-gradient(top, #c70000, #7d0000);
	background-image: linear-gradient(to bottom, #c70000, #7d0000);
	-webkit-border-radius: 60;
	-moz-border-radius: 60;
	border-radius: 60px;
	border: solid #ffffff 2px;
	font-size: 20px;
	text-shadow: 2px 2px 6px #000000;
	-webkit-box-shadow: 2px 2px 8px #000000;
	-moz-box-shadow: 2px 2px 8px #000000;
	box-shadow: 2px 2px 8px #000000;
	color: #ffffff;
	padding: 6px 40px 6px 40px;
	margin: 4px 10px 4px 10px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}

.important {
	background: #7A7A7A;
	background-image: -webkit-linear-gradient(top, #7A7A7A, #000000);
	background-image: -moz-linear-gradient(top, #7A7A7A, #000000);
	background-image: -ms-linear-gradient(top, #7A7A7A, #000000);
	background-image: -o-linear-gradient(top, #7A7A7A, #000000);
	background-image: linear-gradient(to bottom, #880000, #440000);
	color: #ffffff;
	padding: 4px 8px 4px 8px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}
.go {
	background: #000000;
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(to bottom, #333333, #000000);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 32px 8px 32px;
	margin: 2px 0px 2px 0px;
	display: inline-block;
	cursor: pointer;
}
.details {
	background: #000000;
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(to bottom, #333333, #000000);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 32px 8px 32px;
	margin: 2px 0px 2px 0px;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
}
.boxred {
	background: #550000;
	padding: 4px 4px 2px 4px;
	border-radius: 12px;
	margin: 0px 4px 10px 4px;
	border: solid #660000 2px;
	box-shadow: 0px 0px 10px #000000;
}
.boxlightblue {
	display: block;
	background: #191970;
	padding: 4px 4px 2px 4px;
	border-radius: 12px;
	margin: 0px 4px 10px 4px;
	border: solid #191970 2px;
	box-shadow: 0px 0px 10px #000000;
}
.boxgreen {
	display: block;
	background: #003300;
	padding: 4px 4px 2px 4px;
	border-radius: 12px;
	margin: 0px 4px 10px 4px;
	border: solid #004400 2px;
	box-shadow: 0px 0px 10px #000000;
}
.chara {
	background: #550000;
	padding: 4px 4px 2px 10px;
	border-radius: 12px;
	margin: 5px 5px 5px 5px;
	border: solid #661111 1px;
	width: 94%;
}
.charatype {
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
}
.property {
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
}
.rarity {
	color: #FFCC00;
	margin-left: 5px;
}
.raritytop {
	background: #220000;
	padding: 4px 4px 4px 10px;
	border-radius: 12px;
	margin: 2px 2px 2px 2px;
	width: 90%;
}
.status {
	background: #3f0000;
	padding: 4px 4px 2px 10px;
	border-radius: 12px;
	margin: 2px 2px 2px 2px;
	border: solid #661111 1px;
}
.chara2 {
	background: #550000;
	padding: 4px 4px 2px 0px;
	border-radius: 12px;
	margin: 5px 0px 0px 5px;
	border: solid #661111 1px;
	width: 100%;
}
.weapon {
	background: #000000;
	padding: 4px 4px 10px 10px;
	border-radius: 12px;
	margin: 5px 0px 0px 5px;
	border: solid #116611 1px;
	width: 90%;
}
.weaponstatus {
	background: #001100;
	padding: 4px 4px 2px 10px;
	border-radius: 12px;
	margin: 2px 2px 2px 2px;
	border: solid #004400 1px;
}
.row{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.cell-1{
    display: table-cell;
    width: 15%;
	vertical-align: middle;
}
.cell-2{
    display: table-cell;
    width: 75%;
	vertical-align: middle;
}
.b1{
	width: 100px;
	margin: 0px 0px 0px 0px;
}
.gachago{
	font-size: 20px;
}
/* CSS Document */
