@charset "UTF8";

/**** Color1 Green ****/

.buttonSmall {
	position:relative;
    top: -0.3em;
}

.buttonSmall a{
	/*position:relative; top:-40px;
	right: -100px;
	margin: 0 auto;
    */
	display:block;
	text-align:center;
	width:80px;
	padding:2px;
	-webkit-border-radius: 10px;
	border: 1px solid #777777;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7bf05), to(#73093f));
	box-shadow: 2px 2px 2px #000000;
	  -webkit-box-shadow: 2px 2px 3px #000000;
	text-decoration:none;
    text-shadow: -1px -1px 2px #AAA;
	-webkit-text-fill-color: #ffffff;
/*	-webkit-text-stroke-color: #000000;
	-webkit-text-stroke-width: 0.8px;
*/	font-size:x-large;
	font-weight:bold;
}

.shikigamiPicture{
	float:left;
}

.shikigamiDetail{
	width:160px;
	float:right;
	text-align:left;
}

.dummyPicture{
	height:160px;
	width:120px;
	background-color:#eb6877;
}

.cardStatus .baseAttributeBox1 {
    width: 280px;
}

.cardStatus .baseAttributeBox2 {
    width: 280px;
}

.cardStatus .baseAttributeBox3 {
	-webkit-border-radius: 7px;
    width: 280px;
}

.skill .title {
    color: #FF0066;
}

.spec .status .name {
    color: #FF1111;
}

.leaderCard {
    width: 70px;
    text-align: center;
}

.spec {
    width: 210px;
}

.spec2 {
	width: 245px;
}

.spec2 .status .name {
	color: #FF1111;
}

.cardStatus .bottom {
}

#checkList {
	background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#2C0027),
        color-stop(0.3,#000),
        to(#000)
    );
}

.gage img {
    height: 12px;
}