
#status{
    background-color: #8DE357;
    color:black;
    border-radius: 20px;
    padding: 15px;
    margin:0 auto;
    /*width: 60%;*/
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
}

#magicianfull{
    text-align: center;
}

#circleis{
    /*font-family: "GSanSerif-B";*/
    font-weight: bold;
}

#magician{
    color: blue;
    font-weight: bold;
}

#jutsusikihead{
    color: crimson;
    font-family: "GSanSerif-B";
}

#zokuseihead{
    color: crimson;
    font-family: "GSanSerif-B";
}

#attackhead{
    color: crimson;
    font-family: "GSanSerif-B";
}

#defencehead{
    color: crimson;
    font-family: "GSanSerif-B";
}

#jutsusiki{
    font-weight: bold;
}

#zokusei{
    font-weight: bold;
}

#attack{
    font-weight: bold;
}

#name{
    display: block;
    height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	/*line-height: 1.5;*/
	font-weight: 400;
	color: #495052;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4db;
    border-radius: .25rem;
    margin:0 auto;
    width: 70%;
}

#tweet{
    font-weight: 600;
}

#line{
    font-weight: 600;
}


#img-frame {
    position:relative;
    /*top:0;left:0;*/
    display:block;
    width:256px;
    height:256px;
    padding:0;
    margin:0;
    background-color:#ffffff;
    overflow:hidden;
    border-radius: 10px;
    border:2px solid #eee;
}
    
#img-frame #img-box {
    position:absolute;
    top:0;left:0;
    display:block;
    width:256px;
    height:256px;
    padding:0;
    margin:0;
    background-color:#282828;
    border-radius: 10px;
}

#img-frame #img-box img {
    width:100%;
    height:100%;
    border-radius: 10px;
}

#img-frame #loading {
    display:none;
    position:absolute;
    top:0;left:0;
    width:100%;height:100%;
    background:url("loading.gif") no-repeat center center;
    background-color:transparent;
}

.sakura{
    /*font-family: "新ゴ R";*/
    /*font-family: "フォーク M";*/
    font-family: GSanSerif-B, Verdana, Geneva, Tahoma, sans-serif;
}

.thanklink{
    color:#ffa500;
    font-weight: 700;
}